awesome-claude-code-toolkit
Fail
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: CRITICALREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill provides a 'One-Liner Install' command (
curl -fsSL https://raw.githubusercontent.com/rohitg00/awesome-claude-code-toolkit/main/setup/install.sh | bash) that downloads and executes code directly from an unverified external source. This is a high-risk pattern as it bypasses local review. - [COMMAND_EXECUTION]: The toolkit establishes persistence and automated execution through several mechanisms:
- Creates and modifies Git hooks (
.git/hooks/pre-commit) to run scripts likebouncerandbrooks-lintduring development workflows. - Configures and runs lifecycle hooks in
~/.claude/hooks/(e.g.,pre-approve.js,post-task.js) which are Node.js scripts executed by the agent environment. - Instructs the user to perform system-level changes such as
chmod +xon various scripts to enable their execution. - [EXTERNAL_DOWNLOADS]: The skill references and installs numerous third-party dependencies from untrusted repositories and package registries:
- Multiple
git cloneoperations from various individual GitHub accounts (e.g.,emaarco/agento-patronum). npxandnpminstallations for tools from unverified authors, includingccusage,bouncer, andclaude-scaffold.- [PROMPT_INJECTION]: The toolkit presents an indirect prompt injection surface through its core functionality:
- Ingestion points: Tools like
ccpmread data from external GitHub issues, andbounceraudits local source files that may contain attacker-controlled content. - Boundary markers: No explicit boundary markers or instructions to ignore embedded commands are present in the skill.
- Capability inventory: The skill has significant capabilities, including file system writes (writing
config.jsonand hooks), network requests vianpxtools, and the ability to execute shell commands through the hook system. - Sanitization: There is no evidence of sanitization or validation performed on the external content ingested from issues or source files before it is processed by the agent.
Recommendations
- HIGH: Downloads and executes remote code from: https://raw.githubusercontent.com/rohitg00/awesome-claude-code-toolkit/main/setup/install.sh - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata