secret-scanner
✓Detect accidentally committed secrets, credentials, and sensitive information in code.
Installation
SKILL.md
Detect accidentally committed secrets, credentials, and sensitive information in code.
const AWSACCESSKEYID = 'AKIAIOSFODNN7EXAMPLE'; const AWSSECRETACCESSKEY = 'wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY';
Revoke key immediately via AWS Console or CLI aws iam delete-access-key --access-key-id AKIAIOSFODNN7EXAMPLE
Detect accidentally committed secrets, credentials, and sensitive information in code. Source: curiouslearner/devkit.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/curiouslearner/devkit --skill secret-scanner- Source
- curiouslearner/devkit
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is secret-scanner?
Detect accidentally committed secrets, credentials, and sensitive information in code. Source: curiouslearner/devkit.
How do I install secret-scanner?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/curiouslearner/devkit --skill secret-scanner Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/curiouslearner/devkit
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01