Mermaid Architect

PassAudited by ClawScan on May 1, 2026.

Overview

This is a benign instruction-only Mermaid diagramming skill, with a minor caveat that it references a validator script and examples that are not included.

This skill appears safe for generating Mermaid diagrams. Before using the optional validation command, check that any referenced script or example files are actually present and trustworthy.

Findings (1)

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.

What this means

If a user or agent runs this command in another workspace, it may execute a local script that was not part of the reviewed skill package.

Why it was flagged

The skill references a local validator script and example files, but the provided manifest contains only SKILL.md and references/syntax-guide.md. This is a provenance/context gap rather than evidence of malicious behavior.

Skill content
Run the validator on one or more `.mmd` files:
```bash
scripts/validate-mmd assets/examples/*.mmd
```
Recommendation

Only run validation commands after confirming the referenced script exists, is expected, and comes from a trusted source.