Diagrams
PassAudited by ClawScan on Feb 25, 2026.
Overview
The skill's files, runtime instructions, and requirements are consistent with a local ELK JSON → SVG renderer; nothing suggests hidden exfiltration or unrelated privileges.
This skill appears to do exactly what it says: render ELK JSON to SVG/PNG locally. Before running: 1) install elkjs yourself in the intended project folder (npm install elkjs) and set package.json to "type": "module" as instructed; 2) review render-elk.mjs (provided) so you understand what files it will read/write; 3) be aware the script may invoke the macOS sips tool for PNG conversion (execSync); and 4) install npm packages from sources you trust (use an audit/lockfile or pin versions) because npm install executes package code during install.
