skills/dmore/claude-bug-bounty-ai-skill-claude-code-wordlists-compromised-control-chars-invisible-unicode/bug-bounty/Gen Agent Trust Hub
bug-bounty
Fail
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: CRITICALCREDENTIALS_UNSAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The toolkit includes a dedicated 'Sneaky Bits' utility in
tools/sneaky_bits.pythat uses Unicode characters (U+2062 and U+2064) to hide malicious instructions from human eyes. It also provides pre-built payloads intools/hai_payload_builder.pydesigned to force models to ignore previous instructions, extract their system prompts, and escalate severity levels. Several files likeskills/web2-vuln-classes/SKILL.mdandskills/bug-bounty/SKILL.mdwere flagged for containing patterns that override system instructions. - [REMOTE_CODE_EXECUTION]: Both the
README.mdandinstall_tools.shscripts instruct users to execute remote code from untrusted sources using thecurl | shpattern. This includes installation scripts for Ollama and Homebrew. Furthermore, thetools/cve_scan.shscript downloads a remote Python script from a GitHub user for CVE-2018-7600 scanning and executes it. - [COMMAND_EXECUTION]: The skill provides the AI agent with extensive shell access through scripts like
recon_engine.sh,vuln_scanner.sh, andhunt.py. These scripts wrap dozens of external security tools includingnmap,sqlmap,nuclei, andffuf, allowing the agent to perform broad network operations and local system commands. - [DATA_EXFILTRATION]:
tools/secrets_hunter.shis designed to scan for and extract verified API keys, tokens, and credentials from filesystems, git history, and JavaScript bundles. When combined with the toolkit's automated network capabilities (curl, httpx), this creates a high risk of sensitive data exfiltration. - [CREDENTIALS_UNSAFE]: The
demo/app.pyanddemo/README.mdfiles contain multiple hardcoded sensitive secrets, including fake AWS Access Keys and JWT signing keys. While used for demonstration purposes, these files contribute to a 'high' risk profile and were flagged by reputation scanners. - [EXTERNAL_DOWNLOADS]: The toolkit frequently pulls content from external domains. Automated scanners flagged
book.hacktricks.xyzas a blacklisted domain, although it is a known security wiki. The toolkit also pulls various wordlists and nuclei templates from various remote GitHub repositories during initialization.
Recommendations
- HIGH: Downloads and executes remote code from: https://ollama.ai/install.sh - DO NOT USE without thorough review
- CRITICAL: 3 file(s) identified as malware by FileRep - DO NOT USE
- AI detected serious security threats
- Contains 4 malicious URL(s) - DO NOT USE
Audit Metadata