autowiki-query — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited autowiki-query (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.
Search and exploration patterns for a knowledge base.
Read _navigate.md for KB structure. Read index.md for full catalog.
search_files "<term>" path=$WIKI file_glob="*.md" output_mode="files_only"Refine with more terms. Check both entities/ and concepts/ directories.
By type:
search_files "<term>" path=$WIKI/claims file_glob="*.md" output_mode="files_only"By confidence level:
search_files "confidence: low" path=$WIKI file_glob="*.md"By tag:
search_files "tags:.*framework" path=$WIKI file_glob="*.md"Find pages linking to a specific page:
search_files "\[\[page-slug\]\]" path=$WIKI file_glob="*.md" output_mode="files_only"read_file.confidence, contested, sources.[[wikilinks]] to explore related pages.contested: true, read the linked contradiction page too.Your answer's confidence = the lowest confidence among cited pages. If you cite a confidence: low page, qualify your answer accordingly.
If the synthesis is substantial (novel connection, deep comparison), offer to file it to queries/ as a new page.
echo "Entities: $(ls $WIKI/entities/*.md 2>/dev/null | wc -l)"
echo "Concepts: $(ls $WIKI/concepts/*.md 2>/dev/null | wc -l)"
echo "Claims: $(ls $WIKI/claims/*.md 2>/dev/null | wc -l)"
echo "Low confidence: $(grep -rl 'confidence: low' $WIKI/claims/ 2>/dev/null | wc -l)"
echo "Contested: $(grep -rl 'contested: true' $WIKI/ 2>/dev/null | wc -l)"confidence: low without checking the sourcecontested: true — read both sides~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.