secrets-scan
Pass
Audited by Gen Agent Trust Hub on Sep 22, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data (source code and git history) which could potentially contain malicious instructions intended to mislead the agent.
- Ingestion points: Reads source code, configuration files, and git commit history through the
/secrets-scancommand. - Boundary markers: None explicitly defined, but the output is restricted to a specific, redacted format.
- Capability inventory: Includes file system reading, regex-based analysis, and the ability to suggest or execute shell commands for remediation.
- Sanitization: Implements a mandatory redaction rule where credential values are masked (e.g.,
AKIA****MPLE) or replaced with(redacted)before being displayed to the user. - [COMMAND_EXECUTION]: The skill documentation includes shell commands for secret remediation and prevention.
- Evidence: References to
git filter-branch,bfg, andnpx huskyare provided as remediation steps inSKILL.md. - Context: These are industry-standard tools for the stated purpose. The skill includes a mandatory approval gate, stating that no remediation actions may be executed without explicit user consent for that specific action.
Audit Metadata