fai-deep-wiki-generator — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited fai-deep-wiki-generator (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.
Produce a structured, audience-segmented onboarding wiki from a codebase — grounded in the actual repo, with Mermaid diagrams and source citations, not generic advice.
Identify language, frameworks, entry points, structure, key technologies, and test setup in one pass. Record exact file paths — every claim in the wiki must cite a real file.
find . -maxdepth 3 -type f \( -name "*.md" -o -name "package.json" -o -name "pyproject.toml" \
-o -name "Cargo.toml" -o -name "*.csproj" -o -name "go.mod" -o -name "Dockerfile" \
-o -name "*.yml" -o -name "*.yaml" \) | head -50wiki/index.md)A landing page with a one-paragraph project summary and a guide selector table linking to each audience guide with a description and estimated reading time. See references/wiki-templates.md.
Generate only the guides the user needs (default: contributor + staff-engineer):
Templates + section outlines: references/wiki-templates.md.
wiki/architecture/)Overview (graph TB), data model (erDiagram), and primary request lifecycle (sequenceDiagram). Every diagram is followed by a <!-- Sources: path:line --> citation. Provide "If you want to add X, follow this pattern" templates with real code from the repo.
context + categorized relative links. Structure: references/wiki-templates.md.
CLAUDE.md pointer) — agent operating instructions for the repo.Skip files that already exist; report created/skipped/not-applicable.
test -f).Fix and re-check until all pass, then summarize what was created.
src/services/user.py:12" beats "there is auser service." Unverifiable claims erode trust in the whole wiki.
architecture, not value propositions.
dilute attention and go stale.
sequenceDiagram without a <!-- Sources: --> line is a guess.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.