wiki-vitepress
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute
npm installandnpm run docs:buildwithin a generated directory to build the documentation site. This is standard procedure for VitePress projects. - [EXTERNAL_DOWNLOADS]: The skill implicitly triggers downloads of development dependencies (like
vitepress-plugin-mermaid) from the standard NPM registry when the build command is executed. These are well-known and expected tools for this workflow. - [DYNAMIC_EXECUTION]: The skill generates client-side JavaScript (Vue/VitePress) to handle Mermaid diagram styling and interactivity (zoom modal). The code is static, template-based, and scoped to the UI rendering process of the generated site.
Audit Metadata