mitm-find-secrets
Installation
SKILL.md
Find Leaked Secrets
Analyze the mitmproxy dump (log.txt) for exposed secrets for: $ARGUMENTS
Requires:
log.txtin the current directory. If it's missing, capture traffic first:mitmdump --set flow_detail=3 2>&1 | tee log.txt
Secret Types to Find
1. API Keys & Tokens
api_key,apiKey,access_keysecret_key,secretKey,client_secrettoken,auth_token,bearer- Patterns: Long alphanumeric strings (32+ chars)