docs-to-types
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The skill ingests untrusted data from project documentation files, including
CONTEXT.md, ADRs, andgrill-with-docsnotes. This creates a surface for indirect prompt injection. However, the risk is minimized because the skill instructs the agent to propose changes for user approval before implementation and specifically prohibits the generation of business behavior or persistence logic. - Ingestion points:
CONTEXT.md,AGENTS.md,CONTEXT-MAP.md,docs/adr/*, andgrill-with-docsoutput. - Boundary markers: None explicitly defined for the external documentation content.
- Capability inventory: File writing (codifying architecture) and execution of local shell commands (linting, type-checking).
- Sanitization: None; the skill relies on the agent's interpretation and user review checkpoints.
- [COMMAND_EXECUTION]: The skill instructs the agent to perform local validation using standard development tools such as
typecheckandlint. These operations are conducted within the local environment to ensure the integrity of the generated architectural code and do not involve remote command execution.
Audit Metadata