vitepress-generator
Pass
Audited by Gen Agent Trust Hub on Aug 8, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/init-vitepress-site.shscript utilizes standard shell commands and a Node.js execution flag (node -e) to automate the initialization and configuration of a VitePress project. It creates directories, writes template files, and updates thepackage.jsonfile to include necessary build and development scripts. - [EXTERNAL_DOWNLOADS]: The skill guides the installation of the VitePress tool from the official npm registry. Additionally, it provides deployment configurations that leverage well-known GitHub Actions such as
actions/checkout,actions/setup-node, andpeaceiris/actions-gh-pagesfor continuous integration and delivery.
Audit Metadata