executing-plans
Pass
Audited by Gen Agent Trust Hub on Apr 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill is designed to execute shell commands specified in the verification field of each plan step. This core functionality allows for arbitrary system command execution, as seen in the
run_verificationmethod inSKILL.md. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface by processing and acting upon external plan specifications.
- Ingestion points: The
planobject provided to thePlanExecutorclass inSKILL.md. - Boundary markers: The implementation lacks explicit delimiters or instructions to the agent to disregard potentially malicious instructions embedded within the plan data.
- Capability inventory: The skill can execute subprocesses via
run_verification, modify file system content viaapply_change, and restore files viarestore_fileinSKILL.md. - Sanitization: There is no evidence of validation or sanitization for the verification commands or plan steps defined in the input data.
Audit Metadata