mitm-find-secrets

Installation
SKILL.md

Find Leaked Secrets

Analyze the mitmproxy dump (log.txt) for exposed secrets for: $ARGUMENTS

Requires: log.txt in 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_key
  • secret_key, secretKey, client_secret
  • token, auth_token, bearer
  • Patterns: Long alphanumeric strings (32+ chars)
Related skills
Installs
13
GitHub Stars
49
First Seen
Mar 23, 2026