Toon
Analysis
This is a benign instruction-only JSON compression skill, but its setup references a missing helper script and Node/npx CLI dependency that users should verify before installing.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
- **Always** when fetching JSON APIs - **Always** when reading JSON files into context - Safe to use on any output — non-JSON passes through
The skill broadly encourages routing command output through the formatter. This is aligned with its stated compression purpose, but it changes how JSON is represented in context.
cp scripts/toon ~/.local/bin/ chmod +x ~/.local/bin/toon Requires: `npx` (Node.js) CLI: `@toon-format/cli`
The instructions reference a local helper script and an npm-based CLI, but the reviewed skill contains only SKILL.md and no install spec or script file. This is a provenance/setup gap rather than evidence of malicious behavior.
