security-secrets
Pass
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary purpose is security auditing and secret detection. It uses well-known regex patterns for identifying credentials (AWS, Google, GitHub, Stripe, etc.) and provides instructions for redaction and remediation.
- [COMMAND_EXECUTION]: The provided shell scripts (
scripts/scan-all.shandscripts/scan.sh) execute local commands likerg(ripgrep),grep, andfindto scan the local directory for secrets. This is the intended and documented behavior of a security scanning skill. - [REMOTE_CODE_EXECUTION]: The
SKILL.mdmentions external security scanners likegitleaks,semgrep, andtrufflehog. These are standard industry tools for secret detection and are referenced as recommended CLI commands for the user to run manually. - [DATA_EXPOSURE]: While the skill scans for sensitive files (like
.env,.pem, andcredentials), it does so to report them to the user for remediation. There is no evidence of these secrets being exfiltrated or sent to any external network location. - [NO_CODE]: The skill includes local shell scripts for automation, but they operate locally on the user's filesystem without network access or obfuscation.
Audit Metadata