burpsuite-project-parser
Pass
Audited by Gen Agent Trust Hub on Jul 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses a Bash script (
scripts/burp-search.sh) as a wrapper to execute the Burp Suite JAR file using a local Java installation. It identifies default paths for macOS and Linux and allows users to override these via environment variables. - [PROMPT_INJECTION]: The skill has an attack surface for indirect prompt injection because it processes untrusted HTTP traffic stored in Burp project files. Malicious content in captured responses could attempt to influence agent behavior.
- Ingestion points: Data enters the agent's context through the output of the
burp-search.shscript when reading.burpproject files. - Boundary markers: The instructions mandate strict output limits using
head -c 50000and require the agent to truncate individual response bodies to 1000 characters usingjqfilters. - Capability inventory: The skill has access to the
Bashtool to execute the search wrapper and post-process results with standard utilities likewc,jq, andgrep. - Sanitization: The skill relies on the agent following specific formatting and truncation instructions rather than implementing programmatic sanitization within the search script.
Audit Metadata