一键导入
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 页面并帮你完成安装。
基于 SOC 职业分类
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
| 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."