hunt-cors
Pass
Audited by Gen Agent Trust Hub on Jul 31, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits an attack surface for indirect prompt injection by processing external reconnaissance files without sanitization or clear boundary markers.
- Ingestion points:
recon/$TARGET/api-endpoints.txtandrecon/$TARGET/live-hosts.txtvia shellwhile readloops andawkcommands. - Boundary markers: Absent; the content of these files is treated directly as command arguments.
- Capability inventory: Shell execution of
curlandhttpxwith arbitrary URL inputs and custom headers. - Sanitization: None; the skill assumes the input files contain only valid hostnames or URLs.
- [DATA_EXFILTRATION]: The skill provides templates and instructions for exfiltrating sensitive authenticated data (including PII and CSRF tokens) to external domains. While it suggests well-known security services such as
oastify.comfor verification, these patterns demonstrate the capability to move data from a target system to an attacker-controlled listener. - [COMMAND_EXECUTION]: Automated reconnaissance logic is implemented through shell commands. The agent is instructed to use
curlto probe endpoints with customOriginheaders and user-provided session cookies to detect reflected headers. - [EXTERNAL_DOWNLOADS]: Recommends the installation of external security packages such as
corsy(via pip) and the use of thenucleiscanning engine for automated vulnerability detection.
Audit Metadata