xss-testing-burpsuite
Fail
Audited by Snyk on Aug 27, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E004: Prompt injection detected in skill instructions.
- Potential prompt injection detected (critical risk: 1.00). The skill contains explicit exploit payloads and instructions for secret exfiltration (cookie theft, keylogger, screenshot/data POSTs to attacker servers) which constitute clearly malicious/deceptive content.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). In
scripts/agent.py, the runtime pathmain()→find_reflection_points(base_url, token)crawls and parses HTML returned from the user-suppliedbase_urlto extract form actions/inputs and links (free-text HTML the LLM effectively ingests viaresp.text).
Issues (2)
E004
CRITICALPrompt injection detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata