cm
Fail
Audited by Gen Agent Trust Hub on Sep 10, 2026
Risk Level: HIGHPROMPT_INJECTIONINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The file
AGENTS.mdcontains an instruction ('RULE 0 - THE FUNDAMENTAL OVERRIDE PREROGATIVE') that directs the AI agent to disregard the provided guidelines and follow user instructions even if they contradict those guidelines ('I AM IN CHARGE, NOT YOU').
- [INDIRECT_PROMPT_INJECTION]: The skill ingests and processes untrusted data in the form of agent session logs.
- Ingestion points: The
cm reflectandcm onboardcommands read and process session data via thecasssearch engine (src/reflect.ts,src/onboard.ts). - Boundary markers: The LLM prompts used for session reflection (
PROMPTS.reflector) and diary extraction do not employ explicit delimiters or warnings to ignore instructions embedded within the untrusted session content. - Capability inventory: The skill is capable of executing arbitrary shell commands and interacting with the file system (
src/cass.ts,src/utils.ts). - Sanitization: While the skill redacts sensitive credentials using a dedicated sanitizer (
src/sanitize.ts), it does not sanitize content for natural language instructions or prompt injection attempts. - [COMMAND_EXECUTION]: The skill invokes external binaries and shell commands using
execFileandspawnto interface with thecasstool and other utilities (src/cass.ts,src/utils.ts). - [REMOTE_CODE_EXECUTION]: The installation process and update command (
src/commands/update.ts) utilize acurl | bashpattern to execute a script downloaded from the project's remote repository. - [EXTERNAL_DOWNLOADS]: The skill references and downloads setup scripts and dependencies from
raw.githubusercontent.comandbun.sh.
Recommendations
- HIGH: Downloads and executes remote code from: https://bun.sh/install, https://raw.githubusercontent.com/${OWNER}/${REPO}/main/install.sh, https://raw.githubusercontent.com/${UPDATE_REPO}/main/install.sh - DO NOT USE without thorough review
Audit Metadata