reconcile-roadmap
Pass
Audited by Gen Agent Trust Hub on Jul 18, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes content from local markdown files (
decisions.md,seed.md,proposal.md) to update aroadmap.mdfile. This represents a potential indirect prompt injection surface if these files are populated with untrusted data. - Ingestion points: Files located within the
docs/threads/directory. - Boundary markers: The skill does not define explicit delimiters (e.g., XML tags) for the content it reads.
- Capability inventory: The agent is permitted to edit
roadmap.mdand invoke the/emit-pending-decisionstool. - Sanitization: The skill implements logic to detect changes that "alter human intent" and queues them for manual review rather than executing them silently.
- [COMMAND_EXECUTION]: The skill uses a custom tool,
/emit-pending-decisions, to manage unresolved decisions. This appears to be a structured internal command for project state management rather than an interface for executing arbitrary shell commands.
Audit Metadata