sn-md-to-html-report

Pass

Audited by Gen Agent Trust Hub on Apr 29, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [COMMAND_EXECUTION]: The skill provides Python scripts designed for the agent to run locally. render_report.py converts Markdown files to HTML, and check_image_refs.py validates the availability of referenced local assets. These operations are restricted to the input provided by the user.
  • [EXTERNAL_DOWNLOADS]: The generated HTML output references the Mermaid.js library from JSDelivr's official CDN (cdn.jsdelivr.net) to enable diagram rendering. JSDelivr is a well-known service, and the use of this resource is standard for web-based report visualization.
  • [DATA_EXPOSURE]: The scripts read local Markdown files and images from the user's filesystem to assemble the report. This functionality is intended for creating portable, single-file HTML reports where images are embedded as base64 data.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 29, 2026, 09:37 AM