Huo15 Mind Map

PassAudited by ClawScan on Apr 24, 2026.

Overview

The skill's code, CLI, and SKILL.md are coherent with its stated purpose (parsing Markdown/OPML/XMind and rendering/exporting mind maps); it does not request credentials or make network calls and appears to operate only on provided input files and local outputs.

This skill appears to do exactly what it claims: local parsing and rendering of mind maps. Before installing/running: (1) ensure the runtime environment has the declared Python packages (matplotlib, Pillow) from trusted sources; (2) review any input files you pass (untrusted archives may contain unexpected content, though this code only reads content.json from XMind ZIPs and XML for OPML); (3) be aware the scripts will write files to paths you specify — avoid pointing outputs at sensitive system locations. Also note the small version metadata mismatch (v1.1.1 vs v1.1.0) — confirm you have the intended release if that matters to you.