markdown-novel-viewer
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a local web server for document viewing with no evidence of malicious intent or suspicious patterns.
- [COMMAND_EXECUTION]: The skill uses
child_process.execSyncandchild_process.spawnstrictly for opening the user's default web browser and managing the server process lifecycle, which is standard for local productivity tools. - [EXTERNAL_DOWNLOADS]: The skill fetches assets (CSS, JS, Fonts) from well-known sources including CDNJS, JSDelivr (for Mermaid.js), and Google Fonts for rendering and styling purposes.
- [DATA_EXFILTRATION]: The skill serves files locally. While it supports binding to
0.0.0.0for local network access, this is a documented feature and the server implements path validation to prevent unauthorized access to the host filesystem.
Audit Metadata