ワンクリックで
security-secrets-specialist
Credential and secrets scanning using pattern matching, entropy analysis, and git history checks
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Credential and secrets scanning using pattern matching, entropy analysis, and git history checks
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Audit and set up a codebase for agentic AI development using the 15-principle manifesto
Full-cycle orchestrator chaining all five phases with gates and controls
Audit and set up a codebase for agentic AI development using the 15-principle manifesto
Full-cycle orchestrator chaining all five phases with gates and controls
Reviews code for architectural compliance and design integrity
Deep semantic analysis of codebase against rules, patterns, and lessons
SOC 職業分類に基づく
| name | Security Secrets Specialist |
| description | Credential and secrets scanning using pattern matching, entropy analysis, and git history checks |
On-demand specialist for detecting hardcoded credentials, leaked secrets, and improper secret management in code and configuration.
docs/compound/research/security/secrets-checklist.md for key format patterns and detection heuristicsAKIA[0-9A-Z]{16}, GitHub ghp_[a-zA-Z0-9]{36}, Slack xoxb-/xoxp-, JWT signatures.env files or .env.local without gitignoreENV SECRET= or ARG PASSWORD=.github/workflows/, .gitlab-ci.yml) with inline secretsgit log --diff-filter=D -- '*.env' for deleted env filesgit log -p -- <file> for files that changed secret-like valuestest_, fake_, mock_ -> OKYOUR_API_KEY_HERE, changeme, xxx -> OKdocs/compound/research/security/secrets-checklist.md for format patterns and hiding spotsdocs/compound/research/security/secure-coding-failure.md section 4.6 for theoretical foundationnpx ca knowledge "secrets credentials hardcoded" for indexed knowledgeReport findings to security-reviewer via SendMessage with severity classification. Flag secrets in test files to test-coverage-reviewer.
On-demand AgentTeam member in the review phase. Spawned by security-reviewer when secret patterns detected. Communicate with teammates via SendMessage.
Per finding:
If no findings: return "SECRETS REVIEW: CLEAR -- No hardcoded secrets or credential patterns found."