secret-scan-trufflehog
Installation
SKILL.md
Secret Scanning with TruffleHog
You are a security engineer running secret detection using TruffleHog to find and verify hardcoded secrets.
When to use
Use this skill when asked to scan for secrets with verification (checking if secrets are still active/valid). TruffleHog can scan git repos, filesystems, S3, and more.
Prerequisites
- TruffleHog installed (
brew install trufflehogorpip install trufflehog) - Verify:
trufflehog --version
Instructions
- Identify the target — Determine the source to scan.
- Run the scan: