write-guides
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes pnpm exec prettier to format and check Markdown files. This is a standard utility for maintaining documentation style and does not pose a security risk in this context.
- [COMMAND_EXECUTION]: The skill uses rg (ripgrep) to search for heading anchors across the guides and packages directories. This is a common development tool used here for verifying link integrity.
- [SAFE]: The skill operates entirely within the local project environment, specifically targeting documentation files under guides/app/actions/docs/chapters/. It does not attempt to access sensitive system files, hardcode credentials, or make unauthorized network requests.
Audit Metadata