reconcile-plan
Pass
Audited by Gen Agent Trust Hub on Jul 18, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The skill ingests untrusted markdown data from several files, presenting a surface for indirect prompt injection where data content could potentially influence the agent's logic.
- Ingestion points: Reads content from
spec.md,decisions.md, andplan.mdfiles, as well as an external artifact path specified in theSource:field of the plan. - Boundary markers: The instructions do not specify any markers or delimiters to isolate processed data from the agent's instructions.
- Capability inventory: The skill has the capability to read project files and write modified plan files, as well as call the
/emit-pending-decisionstool. - Sanitization: The skill processes and edits markdown content without explicit sanitization or validation of the input data.
Audit Metadata