mitm-find-pii

Installation
SKILL.md

Find PII Leakage

Analyze the mitmproxy dump (log.txt) for PII exposure 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

PII Categories to Check

1. Contact Information

  • Email addresses in responses
  • Phone numbers (full or partial)
  • Physical addresses
Related skills
Installs
14
GitHub Stars
49
First Seen
Mar 23, 2026