cawplan-qa-commit
Pass
Audited by Gen Agent Trust Hub on Aug 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to executecawplanCLI commands, such ascollect,qa-assign,qa-upload, andqa-backfill. It follows a defined process for handling reports and includes logic to run certain tools in the background to manage user interaction effectively. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface as it is instructed to process and summarize external
human_inputscontent from session data. - Ingestion points: External data enters the agent context through the
cawplan session collectcommand outputs as described inSKILL.md. - Boundary markers: The instructions do not specify the use of clear delimiters or instructions to ignore embedded commands when processing the
human_inputscontent. - Capability inventory: The skill has access to shell execution (
Bash), file system writes (to the/tmpdirectory), and network access (specifically requested via thefull_networkpermission). - Sanitization: There is no evidence of sanitization, filtering, or validation of the ingested
human_inputsbefore they are summarized by the agent.
Audit Metadata