AI Mermaid Diagrams
Analysis
This instruction-only skill is coherent for generating Mermaid diagrams, but users should notice that rendered diagrams are sent to the external mermaid.ink service.
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.
Required binaries (all must exist): none ... No install spec — this is an instruction-only skill.
The registry metadata declares no required binaries or install step, while the SKILL.md workflow uses shell utilities such as mkdir, base64, and curl. This is a minor dependency declaration gap rather than a hidden behavior.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
curl -s "https://mermaid.ink/img/${ENCODED}?bgColor=white&width=2048"The skill renders diagrams by sending base64-encoded Mermaid content to the external mermaid.ink service. This is disclosed and purpose-aligned, but architecture or authentication diagrams may contain sensitive system details.
