skills/mukul975/anthropic-cybersecurity-skills/testing-for-xss-vulnerabilities-with-burpsuite/Gen Agent Trust Hub
testing-for-xss-vulnerabilities-with-burpsuite
Pass
Audited by Gen Agent Trust Hub on Mar 15, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The documentation describes the installation of the security tool 'dalfox' from its public GitHub repository (github.com/hahwul/dalfox) using the Go toolchain.
- [COMMAND_EXECUTION]: The
scripts/agent.pyutility performs automated network operations, including HTTP GET and POST requests, against target URLs provided by the user for vulnerability assessment. - [DATA_EXFILTRATION]: The skill documentation includes educational examples of XSS payloads that demonstrate the exfiltration of sensitive data, such as cookies, to an external server (attacker-server.example.com).
- [PROMPT_INJECTION]: The
scripts/agent.pyscript presents a surface for indirect prompt injection by ingesting and parsing untrusted HTML content from remote web servers. - Ingestion points: The script fetches and parses text from user-defined
base_urland discovered form actions/links inscripts/agent.py. - Boundary markers: No delimiters or instructions are used to separate untrusted web content from processing logic.
- Capability inventory: The script possesses network capabilities (
requests.get,requests.post) but does not execute data viaeval()orsystem()calls. - Sanitization: No sanitization or filtering is performed on the ingested HTML content during reflection analysis.
Audit Metadata