execute
Pass
Audited by Gen Agent Trust Hub on Apr 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the Bash tool to execute a local state-management script called
state-commit. It pipes JSON-formatted transactions to this script to update the work item store. This is the intended mechanism for persistence within the framework and involves local execution pathing for the script and repository root.- [PROMPT_INJECTION]: The skill has an attack surface for indirect prompt injection because thecompletesubcommand reads external validation manifests and evidence files from the filesystem. If these files are authored by an untrusted entity, they could contain instructions intended to influence the agent's logic. - Ingestion points: File paths provided to
--validation-manifestand--evidence-refin thecompletesubcommand. - Boundary markers: None specified in the instructions for reading these files.
- Capability inventory:
Readfor file access,Bashfor executing the state-commit script, andGlobfor file discovery. - Sanitization: None described; the skill primarily checks for a 'passed' status within the manifest.
Audit Metadata