slidev
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill defines several pnpm commands for development, building, and exporting slides (e.g.,
pnpm run slides [filename],pnpm --filter @chris-towles/slides run build). These are standard developer operations for the Slidev framework and occur within the local project context. - [PROMPT_INJECTION]: The skill exhibits a surface for indirect prompt injection because it is designed to process and modify markdown files (
*.slides.md). - Ingestion points: Markdown slide files containing text and configuration.
- Boundary markers: Uses standard YAML frontmatter and triple-dash (
---) separators for slide divisions. - Capability inventory: Subprocess execution via pnpm and local file system access (read/write).
- Sanitization: No explicit sanitization or instructions to ignore embedded commands are included in the skill definition for processed markdown content.
- [EXTERNAL_DOWNLOADS]: The skill references official resources from
sli.dev, which is the well-known documentation and theme repository for the Slidev framework.
Audit Metadata