jeo
Fail
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The script
scripts/install.shexecutes remote code by downloading a shell script fromhttps://plannotator.ai/install.shand piping it directly to thebashshell. This pattern executes unverified code from an external source without integrity checks.\n- [EXTERNAL_DOWNLOADS]: The installation process performs global installs of several third-party Node.js packages, includingagent-browserandplaywriter, and registers external tool plugins like@plannotator/opencodefrom unknown registries.\n- [COMMAND_EXECUTION]: Setup scripts such assetup-claude.shandsetup-codex.shperform automated modifications to application-specific configuration files in the user's home directory (e.g.,~/.claude/settings.json), injecting custom hooks and environment variables into the target applications.\n- [COMMAND_EXECUTION]: Thescripts/worktree-cleanup.shutility manages git worktrees and includes a--forceoption that performs destructive file system operations, posing a risk of accidental data loss.\n- [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection due to its reliance on external data to drive its orchestration workflow.\n - Ingestion points: The skill reads implementation instructions from
plan.mdwithin thescripts/plannotator-plan-loop.shscript.\n - Boundary markers: There are no explicit boundary markers or isolation instructions to prevent content in
plan.mdfrom overriding the agent's core behavior.\n - Capability inventory: The skill possesses extensive capabilities, including executing arbitrary bash commands, writing files, and performing network operations via the
BashandWritetools.\n - Sanitization: No sanitization or validation is applied to the contents of the implementation plan before it is processed by the agent.
Recommendations
- HIGH: Downloads and executes remote code from: https://plannotator.ai/install.sh - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata