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.execSync and child_process.spawn strictly 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.0 for local network access, this is a documented feature and the server implements path validation to prevent unauthorized access to the host filesystem.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 29, 2026, 03:17 AM