wiki-bootstrap — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited wiki-bootstrap (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.
You are scaffolding an LLM Wiki on top of an Obsidian vault using the kobsidian MCP server. The vault becomes a compounding knowledge base: sources flow in, the wiki holds summaries, cross-references, and an index, and the LLM does the bookkeeping.
"start tracking X in a wiki", or "bootstrap this vault".
wiki.lint reports the wiki is missing, or wiki.query returns nothingbecause the wiki doesn't exist yet.
notes.list (or stats.vault ifavailable) with no directory to verify we're operating on the right vault and to get a sense of existing content.
wiki/ root,standard folder / file names). If the user specified a custom root, pass wikiRoot: "<their-name>". The tool is idempotent — rerunning is safe.
wiki/wiki-schema.md back and summarize theconventions to the user in 3-5 lines: the three page types, the log format, and that the wiki is owned by the LLM (they curate sources, you do the bookkeeping).
(clipped article, pasted notes, a URL they want to summarize) so you can ingest it with the wiki-ingest skill.
index.md / log.md / wiki-schema.md contentwithout force: true + explicit user permission.
wiki/.
If the user wants a different shape, use env vars or wikiRoot override.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.