bridge-explorer — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited bridge-explorer (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.
Visualize Bridge state as interactive HTML dashboards. Read the referenced file ONLY when triggered.
User wants to...
├── Ecosystem visualization → Read references/workflow.md
├── CORE/USER repo split visual → Read references/repo-layout.md
│ (triggers: "repo layout", "core/user", "where do files live",
│ "repo structure"; pick variant v1–v4 or c-prime, see below)
├── Information flow / network → Render + open the network variant
│ (triggers: "network diagram", "constellation", "how is everything linked",
│ "how does the bridge distribute information", "layers")
└── Questions about ecosystem → Read ecosystem.yaml directlyAll variants render the same CORE/USER + cluster-wrapper split, sourced from docs/repo-layout/regions.yaml (single source of truth — edit there, all variants pick up on regenerate).
Constellation (`network`) is generated, not hand-edited. Its nodes/edges/flows live in regions.yaml under constellation: (schema v3). After editing them run:
python3 docs/repo-layout/build-constellation.pyThis injects the JS data block into network.html between the CONSTELLATION-DATA markers and bumps the version badge. Precondition: network.html must have been rendered first — the script refreshes the data block of an existing rendered file; on a fresh clone there is no network.html yet, so render it via this skill first. Wire it into your deploy pipeline so the served HTML never drifts from regions.yaml by hand.
| Variant | Lens |
|---|---|
| c-prime | Editorial cluster/top-level map (primary, dense) |
| network | Constellation — 5-ring information network (hub → brain → synapses → memory → state → world), 4 sectors (Meta · Operations · CustomerA · Identity), bundled edges, named flows |
| v1 | Hemispheric brain (CORE left, USER right) — static SVG |
| v2 | Brain with anatomical region labels + side panel |
| v3 | Interactive brain — click region for drill-down |
| v4 | Minimal two-column schematic — dense, print-friendly |
User-facing MOC: docs/repo-layout.md.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.