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 from https://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 curl to fetch remote version information from GitHub.
  • Using cat to read local version files at ~/.claude/.awesome-claude-code-config-version.
  • Running the bash interpreter 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
Risk Level
HIGH
Analyzed
Apr 28, 2026, 06:03 AM