wiki-vitepress
Package Wiki Markdown as VitePress
Generated wiki pages are hard to browse as loose Markdown files. This skill packages them into a dark VitePress site with Mermaid diagram support.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "wiki-vitepress" from https://skillstore.io/skills/sickn33-wiki-vitepress.md and its manifest at https://skillstore.io/api/skills/sickn33-wiki-vitepress/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "wiki-vitepress". Package these generated wiki pages into a VitePress site.
Expected outcome:
- Created the wiki-site structure with pages and theme files.
- Configured dark VitePress styling and Mermaid support.
- Prepared build output guidance for the VitePress dist folder.
Using "wiki-vitepress". Make Mermaid diagrams readable in dark mode.
Expected outcome:
The generated theme uses Mermaid dark variables, CSS overrides, and client-side style replacement for rendered SVG text.
Using "wiki-vitepress". Build a deployable documentation site.
Expected outcome:
The result is a VitePress project that can install dependencies and produce static files in the VitePress dist folder.
Security Audit
SafeMost static external-command and reconnaissance alerts are markdown backtick, CSS, or documentation false positives rather than executable Ruby or reconnaissance behavior. One real client-side issue remains: the Mermaid zoom modal copies element HTML into innerHTML, and the documented npm build command executes dependencies and project scripts.
Capability review items (2)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
โก Contains scripts (1)
โ๏ธ External commands (36)
๐ Filesystem access (1)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/sickn33-wiki-vitepress/audits/6?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/sickn33-wiki-vitepress?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/sickn33-wiki-vitepress?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-wiki-vitepress/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/sickn33-wiki-vitepress.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
sickn33. (2026). wiki-vitepress security audit report (audit version 6) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-wiki-vitepress/audits/6BibTeX citation
@techreport{sickn33-sickn33-wiki-vitepress-2026,
author = {sickn33},
title = {wiki-vitepress security audit report (audit version 6)},
institution = {Skillstore},
year = {2026},
number = {6},
url = {https://skillstore.io/skills/sickn33-wiki-vitepress/audits/6},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "wiki-vitepress security audit report (audit version 6)"
version: "unspecified"
type: report
authors:
- name: "sickn33"
date-released: "2026-07-09"
url: "https://skillstore.io/skills/sickn33-wiki-vitepress/audits/6"
identifiers:
- type: other
value: "skillstore:sickn33-wiki-vitepress:audit:6"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Publish Engineering Wiki
Turn generated project documentation into a static site that developers can browse locally or deploy.
Review Architecture Diagrams
Build a site where Mermaid diagrams use dark styling and open in a fullscreen view.
Prepare Release Documentation
Package Markdown pages into production build output for release notes or internal docs.
Try These Prompts
Use wiki-vitepress to package my generated Markdown pages into a VitePress site.
Use wiki-vitepress and configure dark Mermaid styling for every diagram in the generated wiki.
Use wiki-vitepress to create the site, apply Markdown cleanup rules, and build production output.
Use wiki-vitepress to generate nav, sidebar, dark Mermaid styling, and click-to-zoom behavior for a multi-section wiki.
Best Practices
- Review generated Markdown for Vue template conflicts before building.
- Keep Mermaid content trusted or sanitize diagram HTML before enabling the zoom modal.
- Run dependency installation in a controlled project directory.
Avoid
- Do not run the build in a repository root without checking generated file paths.
- Do not use the innerHTML zoom pattern with untrusted Markdown content.
- Do not skip frontmatter generation for pages that need navigation metadata.