cc-auto-mode
Pass
Audited by Gen Agent Trust Hub on Aug 13, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill functions as documentation for a permission-handling feature. It provides clear guidance and warnings regarding the use of manual, auto, and bypass modes.
- [COMMAND_EXECUTION]: The documentation includes example bash scripts (
permission-denied.sh,pause-for-review.sh) meant to be used as local hooks. These scripts demonstrate safe practices, such as usingjqfor structured JSON parsing andprintffor logging tool metadata. - [INDIRECT_PROMPT_INJECTION]: The skill describes an attack surface where hooks ingest tool metadata (tool name and failure reason).
- Ingestion points:
permission-denied.shandpause-for-review.shread tool data via stdin. - Boundary markers: Not applicable as these are internal tool metadata hooks.
- Capability inventory: The skill uses
Bash,Read,Write, andEdittools. - Sanitization: The example scripts use
jq -rto safely extract values from JSON input before processing, which prevents common shell injection patterns.
Audit Metadata