vulnerability-verification
Warn
Audited by Gen Agent Trust Hub on Aug 6, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [DYNAMIC_EXECUTION]: The skill uses
eval "$(stealth_curl_headers)"inSKILL.mdto execute shell commands generated at runtime by a function. This function is defined in a sourced script (stealth-profile.sh) located in a directory ($SUPERHACKERS_ROOT) that the skill attempts to auto-detect in the user's home directory. This allows for the execution of non-static code that could be subverted if the environment is compromised. - [INDIRECT_PROMPT_INJECTION]: The skill processes raw response data from external, untrusted network targets via
curland vulnerability scanners. It lacks boundary markers to isolate target data from agent instructions. - Ingestion points: Raw HTTP response bodies and headers captured by
curl, and output files fromnucleiandnikto(referenced inSKILL.md). - Boundary markers: Absent. The instructions do not direct the agent to treat the captured network data as untrusted or to ignore instructions embedded within it.
- Capability inventory: Execution of shell commands, network request generation, and file system interactions.
- Sanitization: None. The captured data is processed directly by terminal utilities and the agent without filtering.
- [COMMAND_EXECUTION]: The skill relies extensively on shell command execution for its primary operations. This includes a custom
perlfallback for thetimeoutcommand inSKILL.mdthat usesexecto run arbitrary arguments provided to it, and the execution of scripts within the$SUPERHACKERS_ROOTframework. - [EXTERNAL_DOWNLOADS]: The documentation recommends the installation of third-party security tools from remote repositories and package registries, such as
nucleifrom GitHub andsqlmapfrom PyPI. While these are recognized security tools, they represent unverified external dependencies.
Audit Metadata