hunt-dispatch
Pass
Audited by Gen Agent Trust Hub on Aug 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTIONCREDENTIALS_UNSAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill defines shell scripts that use
curl,grep, andshasumto perform target fingerprinting and baseline checks. - The scripts rely on external variables such as
$TARGETand$HOSTS, and read from local files likelive-hosts.txtto construct and run commands. - [PROMPT_INJECTION]: The skill ingests data from external targets via
curland parses the output to determine which platform-specific attack skills to load. - Fingerprinting logic scans target response bodies for specific framework markers such as
__NEXT_DATA__orlaravel_session. - This represents an indirect prompt injection surface where a malicious target could attempt to influence the agent's behavior by returning crafted strings.
- [CREDENTIALS_UNSAFE]: The skill instructions provide workflows for handling sensitive authentication data, such as session cookies and bearer tokens, for greybox testing.
- Detailed steps are provided for using
$SESSION_COOKIEand$TOKENvariables incurlpreflight probes. - The skill includes defensive instructions to avoid logging or persisting these credentials.
Audit Metadata