vault-workflow — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited vault-workflow (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.
When the user mentions "my vault", "my notes", or asks a question that could be answered from their knowledge base, use the markdown-vault-mcp tools as follows.
embedding similarity, gives the best recall for conceptual questions.
mode="keyword" only when the user gives an exact phrase ortag they want matched literally.
mode="keyword" — embeddings miss exact names.
search, call get_context on the tophit before reading the full body. Context returns backlinks, outlinks, similar notes, folder peers, and tags in one call — usually enough to answer without reading the file.
read when the user asks for the text itself or whenget_context does not give enough signal.
get_backlinks.get_outlinks.get_connection_path.get_orphan_notes.get_most_linked.edit over write for targeted changes — edit fails safely ifthe old text is not unique, preventing accidental overwrites.
rename(update_links=True) for moves, never write to a new path plusdelete of the old path — the update_links flag repairs internal references.
reindex after writes; the server updates its index inline.list_documents as a search substitute — it is a flatenumeration, not ranked.
first result.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.