vitepress
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is entirely composed of documentation and reference material for VitePress. No malicious code or suspicious instructions were found in the markdown files or metadata.
- [COMMAND_EXECUTION]: The skill documents standard CLI commands (vitepress dev, vitepress build, vitepress preview, vitepress init) necessary for the operation of the VitePress generator. These are standard development tools.
- [DYNAMIC_EXECUTION]: The documentation covers VitePress's ability to execute code at build-time through data loaders (.data.ts) and dynamic routes (.paths.js). This is an intended feature of the SSG to fetch and process data before site generation.
- [EXTERNAL_DOWNLOADS]: Examples in the documentation mention fetching data from remote APIs (e.g., api.example.com, cms.example.com) and including external analytics scripts. These are provided as generic examples with placeholders and represent standard web development practices.
- [CREDENTIALS_UNSAFE]: While the documentation mentions API keys for Algolia search integration, it uses standard placeholders (YOUR_API_KEY) and appropriately instructs users on how to configure these services.
Audit Metadata