web2-recon
Warn
Audited by Gen Agent Trust Hub on Aug 27, 2026
Risk Level: MEDIUMPERSISTENCECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTIONCREDENTIALS_UNSAFE
Full Analysis
- [PERSISTENCE]: The skill provides instructions to append environment variables to the user's shell profile (
~/.zshrc) to ensure API keys persist across shell sessions (SKILL.md). - [COMMAND_EXECUTION]: The pipeline relies heavily on executing various security-oriented CLI tools including subfinder, httpx, nuclei, and ffuf, piping their output through shell utilities like
grep,jq, andawk(SKILL.md). - [EXTERNAL_DOWNLOADS]: The skill fetches data from several external security research services including crt.sh, ProjectDiscovery's Chaos API, and GitHub's API (SKILL.md).
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from arbitrary target domains through a complex chain of tools.
- Ingestion points: Data enters through
curlrequests to external discovery services and via crawlers likekatana,waybackurls, andgau(SKILL.md). - Boundary markers: No explicit boundary markers or instructions are provided to tools to ignore potentially malicious embedded content within the discovered subdomains or URLs.
- Capability inventory: Processed data is piped into operations including
nucleivulnerability scanning,python3script execution (SecretFinder), and directory fuzzing withffuf(SKILL.md). - Sanitization: Sanitization is limited to basic output filtering via
jq,sed, andgrep, which does not prevent attacks against more complex tool parsers. - [CREDENTIALS_UNSAFE]: The setup process encourages users to store sensitive API keys for third-party services (VirusTotal, SecurityTrails, Censys, Shodan) in local configuration files (
~/.config/subfinder/config.yaml) and shell environment variables (SKILL.md).
Audit Metadata