executing-plans
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and process potentially untrusted content from external plan files, API responses, and third-party documentation.
- Ingestion points: Processes content from
.mdplan files and external API sources during the freshness check and task execution phases (SKILL.md). - Boundary markers: Includes a dedicated 'untrusted-content-contract' section that mandates the use of
<EXTERNAL_DATA>delimiters and explicit instructions to ignore instructions embedded within retrieved data. - Capability inventory: The skill utilizes shell-level tools including
curlfor network requests,git logfor repository history, andgrepfor codebase inspection, alongside the ability to execute arbitrary tasks defined in a plan. - Sanitization: Explicitly forbids the agent from following requests in external data to run tools, reveal secrets, or change policy.
- [COMMAND_EXECUTION]: The skill performs shell command execution for its 'Freshness check' logic, specifically using
curl,git log, andgrepto validate the authoritative state of the project before beginning implementation.
Audit Metadata