skills/mukul975/anthropic-cybersecurity-skills/implementing-secrets-scanning-in-ci-cd/Gen Agent Trust Hub
implementing-secrets-scanning-in-ci-cd
Pass
Audited by Gen Agent Trust Hub on Apr 9, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/agent.pyexecutes thegitleaksandtrufflehogbinaries viasubprocess.run. The implementation uses list-based arguments without a shell, which is a secure practice that prevents command injection. - [DATA_EXFILTRATION]: The skill is designed to handle sensitive data (leaked credentials). The
scripts/agent.pyscript mitigates data exposure risks by implementing a redaction mechanism (redacted_secret) that only outputs a truncated version of detected secrets. - [SAFE]: The documentation references official repositories for
gitleaksandtrufflehogand standard GitHub API endpoints. All external references are well-known security tools or services.
Audit Metadata