conducting-man-in-the-middle-attack-simulation
Fail
Audited by Snyk on Apr 10, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 1.00). The content contains explicit, actionable code and commands for ARP/DNS/DHCP spoofing, SSL stripping, and automated credential/cookie capture (e.g., mitmproxy script writing credentials to disk and Scapy-based ARP spoofing), which are direct mechanisms for credential theft and traffic interception and can be used maliciously outside authorized testing.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). The skill explicitly ingests untrusted third-party content — it intercepts and parses live network traffic (SKILL.md mitmproxy extract_creds.py and the agent's detect_cleartext_protocols/sniffing in scripts/agent.py) and queries a public service (scripts/agent.py test_ssl_stripping_potential calls hstspreload.org) and uses those results to drive analysis and decisions during the workflow.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 1.00). The skill explicitly instructs running privileged commands (sudo sysctl, iptables, tee to /etc, starting Bettercap/mitmproxy, etc.) and modifying system and network configuration and files, which actively changes and compromises the state of the host machine.
Issues (3)
E006
CRITICALMalicious code pattern detected in skill scripts.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata