·secret-scanner
</>

secret-scanner

curiouslearner/devkit

Detect accidentally committed secrets, credentials, and sensitive information in code.

10Installs·1Trend·@curiouslearner

Installation

$npx skills add https://github.com/curiouslearner/devkit --skill secret-scanner

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.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/curiouslearner/devkit --skill secret-scanner
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