plan-run
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a local Python script to manage state and transitions. It passes user-supplied file paths to this script via shell commands.
- Evidence: Shell commands such as
python3 ~/Documents/agent-skills/scripts/plan_runner.py normalize "$ARGUMENTS" --writeare used throughout the workflow. - [INDIRECT_PROMPT_INJECTION]: The skill operates by reading and executing tasks from a
plan.mdfile, which creates a vulnerability surface if the file content is untrusted. - Ingestion points: The skill parses
plan.mdfiles specified by the user in the$ARGUMENTSvariable. - Boundary markers: There are no specific delimiters or instructions provided to the agent to ignore potentially malicious content embedded within the plan's task descriptions.
- Capability inventory: The skill is permitted to use powerful tools including
Bash,Agent, andRead, which could be abused if a plan contains malicious instructions. - Sanitization: Although the transition logic is implemented in Python, the content of the tasks is interpreted and executed by the LLM.
Audit Metadata