agent-bus-docs-site — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited agent-bus-docs-site (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.
Use this skill for Agent Bus website and docs-site work. The important contract is that the repository Markdown remains the source of truth; the Fumadocs content tree is generated output.
Read references/generator-contract.md before changing the generator or debugging site content drift.
docs/**/*.md, spec.md, and CHANGELOG.md.site/content/docs/ or site/public/docs-assets/; regenerate them.the same facts appear in both places.
pnpm --dir site run generate:content uv run pytest tests/test_generate_fumadocs_site.py GITHUB_ACTIONS=true GITHUB_REPOSITORY=alessandrobologna/agent-bus-mcp pnpm --dir site buildcopies with rg before committing.
scripts/generate_fumadocs_site.py converts repository docs into the Fumadocs publish tree.site/scripts/generate-content.mjs is the Node wrapper used by pnpm --dir site build andpnpm --dir site dev.
site/package.json must keep generate:content before fumadocs-mdx and Next.js commands.meta.json, special pages, asset copying, and link rewriting.docs/README.md still resolve under /docs.docs/images/ are copied to site/public/docs-assets/images/.spec.md maps to reference/implementation-spec.mdx.CHANGELOG.md maps to reference/changelog.mdx./docs.Cause: a relative Markdown link was emitted unchanged. Fix: update link rewriting or source link shape, then verify with generator tests and a site build.
Cause: base path or static export settings drifted. Fix: build with GITHUB_ACTIONS=true GITHUB_REPOSITORY=alessandrobologna/agent-bus-mcp.
Cause: generated files were edited or stale. Fix: discard generated edits if they are tracked accidentally, then rerun pnpm --dir site run generate:content.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.