execution-handoff-generator
Pass
Audited by Gen Agent Trust Hub on Jul 24, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection. It reads content from
requirements.mdand varioustask-*.mdfiles and incorporates this data into anexecution-handoff.mdfile. This generated file includes a specific section titled "Prompt for implementer" which is intended to be used as instructions by a downstream agent. If an attacker or malicious process modifies the source task files, they could inject instructions that influence the behavior of the agent performing the implementation phase. - Ingestion points: The skill reads data from
{product_root}/docs/versions/{version_san}/requirements.mdand files matchingtask-*.mdin the same directory. - Boundary markers: The data is structured using Markdown tables in the
execution-handoff.template.md, which provides visual structure but does not prevent an LLM from interpreting instructions embedded within the text fields. - Capability inventory: The skill performs file system read and write operations and generates instructional content meant to guide the workflow of other agents.
- Sanitization: The skill instructions do not specify any sanitization, filtering, or escaping of the ingested content before it is placed into the output template.
Audit Metadata