reconcile-spec
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns detected. The skill's operations are confined to reading and writing local documentation files within a designated directory structure.
- [COMMAND_EXECUTION]: The skill utilizes a specialized command
/emit-pending-decisionsto handle unresolved logic gaps. This tool is part of the intended workflow for managing human-in-the-loop decisions and prevents the AI from making autonomous assumptions. - [PROMPT_INJECTION]: The skill processes untrusted data from local markdown files, creating an indirect prompt injection surface.
- Ingestion points: Reads
decisions.md,seed.md, and other artifacts withindocs/threads/as described inSKILL.md. - Boundary markers: None identified for delimiting external file content.
- Capability inventory: Performs file writes to
spec.mdas described inSKILL.mdand executes the/emit-pending-decisionstool. - Sanitization: No explicit sanitization or validation of the ingested markdown content is performed.
Audit Metadata