api-fuzzing-bug-bounty
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides various command-line instructions for the agent to use during security assessments, including
curlfor interacting with web services,python3for running utility scripts likejson2paths.py, andkr(Kiterunner) for automated endpoint discovery. - [EXTERNAL_DOWNLOADS]: A dedicated tools reference section contains links to external security projects and resources hosted on GitHub, Netlify, and other platforms (e.g., SecLists, Astra, Kiterunner). These are provided for the user's or agent's reference and are not automatically installed or executed by the skill.
- [PROMPT_INJECTION]: The skill facilitates the processing of external data such as Swagger/OpenAPI documentation and API responses.
- Ingestion points: Processes
swagger.json,openapi.json, and live API endpoint responses (e.g., fromtarget.com). - Boundary markers: No specific delimiters or instructions are provided to the agent to distinguish between trusted instructions and untrusted data from these sources.
- Capability inventory: The agent has access to networking tools (
curl) and script execution (python3) to act upon findings. - Sanitization: No explicit sanitization or validation of the input documentation is mentioned.
- [DATA_EXFILTRATION]: The skill documents a method for identifying IP disclosure vulnerabilities using
iplogger.com, an external service that logs the IP addresses of incoming requests. This is presented as an attack technique for testing PDF export functionality.
Audit Metadata