excalidraw
Analysis
This appears to be a normal local Excalidraw diagram generator; the main things to notice are that it runs an included Python script and creates local files.
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.
After writing `diagram_input.json`, run the build script: `python <skill_dir>/scripts/build_excalidraw.py --input diagram_input.json --output <title>.excalidraw`
The skill explicitly relies on running an included local Python script and writing output files. This is purpose-aligned for diagram generation, but users should be aware that installing/using it grants local script execution for this workflow.
Source: unknown; Homepage: none; Required binaries (all must exist): none
The registry metadata gives limited provenance and does not declare a required Python binary even though the workflow depends on Python. This is a setup/provenance gap, not evidence of hidden or malicious behavior.
