ccc-design
Fail
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: HIGHCREDENTIALS_UNSAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The
screenshots/SKILL.mdfile instructs the agent to ask users for their plaintext email and password if the application requires authentication. It then generates a Node.js script (screenshot-script.mjs) that hardcodes these credentials in plain text to automate the login process. This practice exposes sensitive user credentials in the file system and potentially command history. - [COMMAND_EXECUTION]: The
design-consultation/SKILL.mdfile contains an extensive 'Preamble' section that executes multiple shell commands and local binaries from~/.claude/skills/gstack/bin/. These binaries (e.g.,gstack-update-check,gstack-config,gstack-telemetry-log) are not provided within the skill package and their integrity cannot be verified during static analysis. - [EXTERNAL_DOWNLOADS]: The
design-consultation/SKILL.mdfile contains a command to download and execute a script directly viacurl -fsSL https://bun.sh/install | bash. Whilebun.shis a well-known service, piped execution of remote scripts is a high-risk pattern. - [REMOTE_CODE_EXECUTION]: The
web-artifacts-builder/scripts/init-artifact.shandbundle-artifact.shscripts performnpm install -g pnpmandpnpm add -D ...which execute third-party code from the public npm registry. While common in development, these are unversioned installations performed at runtime. - [PROMPT_INJECTION]: The
screenshots/SKILL.mdanddesign-consultation/SKILL.mdmodules read local project files such asREADME.md,CHANGELOG.md, and routing configurations to automate their tasks. This creates an indirect prompt injection surface where a malicious project file could influence agent behavior, although the instructions currently lack explicit sanitization or boundary markers.
Recommendations
- AI detected serious security threats
Audit Metadata