mitm-find-insecure

Installation
SKILL.md

Find Insecure Configurations

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

Security Checks

1. HTTP Instead of HTTPS

  • Sensitive data over plain HTTP
  • Login/payment pages on HTTP
  • Mixed content issues
Related skills
Installs
13
GitHub Stars
49
First Seen
Mar 23, 2026