update-config
Fail
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill uses the
bash <(curl -fsSL ...)pattern to download and execute a script fromhttps://raw.githubusercontent.com/Mizoreww/awesome-claude-code-config/main/install.sh. This is a high-risk pattern that executes arbitrary code from a remote source directly in the user's shell environment. - [COMMAND_EXECUTION]: The skill executes several shell commands to manage configurations, including:
- Using
curlto fetch remote version information from GitHub. - Using
catto read local version files at~/.claude/.awesome-claude-code-config-version. - Running the
bashinterpreter to process the remote installer script.
Recommendations
- HIGH: Downloads and executes remote code from: https://raw.githubusercontent.com/Mizoreww/awesome-claude-code-config/main/install.sh - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata