visual-organizer-755c8c — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited visual-organizer-755c8c (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Turns a wall of related ideas into a Mermaid diagram so the user can see structure instead of paragraphs. Pure formatting skill — no MCP calls in v0.1.0.
Activate when any of the following holds:
/visualize or /diagram.The user picked the trigger. Respect it. Do not editorialise their state.
| Input shape | Diagram |
|---|---|
| Linear cause-and-effect, a process, or a pipeline | flowchart TD |
| Interactions between named actors over time | sequenceDiagram |
| Loose related concepts the user dumped in one go | mindmap |
| Branching decisions and consequences | flowchart LR with diamond {decision?} nodes |
If two fit, pick the one with fewer nodes. Cognitive load cap below is the tie-breaker.
`mermaid code block. Close it cleanly.camelCase (e.g. prRaised, staging, merge).[brackets] (rectangles), ("parens") (rounded), or {braces} (decisions).-- short label -->. Keep them under five words.subgraph name["Label"] ... end when grouping clarifies; do not over-group.Put both at the very top of the block, before any other content.
%%{init: {'theme':'neutral'}}%% — single neutral hue, matches the project palette.profile.preferences.motion == "reduced", also add %%{init: {'flowchart': {'animation': false}}}%%.The two init blocks can be merged into one when both apply. Either form is acceptable as long as both keys are honoured.
Hard cap: 25 nodes per diagram. If the input has more, split into two diagrams or roll up sub-concepts into a single node and surface the detail in prose underneath. This is the project default — do not exceed it without an explicit user instruction.
In this order, every time:
_Accessible description: <plain-prose summary>_ Length: 20–200 characters. Screen-reader users get the same content as sighted users.
animation: false (when set) keeps motion out.mcp-cognitive-graph is available, optionally call recall_entity to populate node labels with the user's existing terminology and link concepts to prior decisions.See tests/01-flowchart-from-prose.md, tests/02-sequence-from-meeting-notes.md, tests/03-mindmap-from-overwhelm-dump.md, and tests/04-flowchart-from-cant-see-structure.md for full input → output pairs that the CI replays against a reference client.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.