skills/mukul975/anthropic-cybersecurity-skills/performing-web-application-firewall-bypass/Gen Agent Trust Hub
performing-web-application-firewall-bypass
Pass
Audited by Gen Agent Trust Hub on Apr 7, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The
SKILL.mdfile contains numerous shell command examples for performing security testing and WAF evasion using tools likecurl,wafw00f, andsqlmap. - [DATA_EXFILTRATION]: The
scripts/agent.pyscript performs outbound network requests to a user-defined target URL using therequestslibrary. These requests are used to transmit various exploit payloads for XSS, SQL injection, and path traversal to external systems. - [PROMPT_INJECTION]: Indirect prompt injection attack surface identified in the automated testing script.
- Ingestion points:
target_urlparameter and environment variables inscripts/agent.py. - Boundary markers: Absent; the script does not differentiate between the target application's responses and instructions.
- Capability inventory: Full HTTP request capabilities (GET, POST, PUT, etc.) via the
requestslibrary. - Sanitization: None; the target URL and injected payloads are processed without validation.
Audit Metadata