Review secret detection patterns and scanning workflows. Use for identifying high-signal secrets like AWS keys, GitHub tokens, and DB passwords. Use proactively during all security audits to scan code and history.
Examples:
- user: "Scan for secrets in this repo" → run high-signal rg patterns and gitleaks
- user: "Check for AWS keys" → scan for AKIA patterns and server-side exposure
- user: "Audit my .env files" → ensure secrets are gitignored and not committed
- user: "Verify secret redaction" → check that reported secrets follow 4+4 format
- user: "Scan build artifacts for keys" → search dist/ and build/ for secret patterns
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Review secret detection patterns and scanning workflows. Use for identifying high-signal secrets like AWS keys, GitHub tokens, and DB passwords. Use proactively during all security audits to scan code and history.
Examples:
- user: "Scan for secrets in this repo" → run high-signal rg patterns and gitleaks
- user: "Check for AWS keys" → scan for AKIA patterns and server-side exposure
- user: "Audit my .env files" → ensure secrets are gitignored and not committed
- user: "Verify secret redaction" → check that reported secrets follow 4+4 format
- user: "Scan build artifacts for keys" → search dist/ and build/ for secret patterns
High-signal regex patterns for detecting secrets in codebases.