cx-exec
Pass
Audited by Gen Agent Trust Hub on Apr 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted external data from local files that could contain malicious instructions. * Ingestion points: Reads task instructions from
任务/任务-{n}.mdand API definitions from契约.md. * Boundary markers: No explicit delimiters or instructions to ignore embedded prompts are used when reading these files. * Capability inventory: The skill can execute shell scripts viabash, write to the file system, and perform git operations. * Sanitization: No sanitization or validation of the content of the task or contract files is mentioned before processing. - [COMMAND_EXECUTION]: Executes several internal shell scripts (e.g.,
cx-worktree.sh,cx-core-worktree.sh,cx-workflow-exec-dispatch.sh) located in the${CLAUDE_PLUGIN_ROOT}directory to manage workflow state and project isolation.
Audit Metadata