review-knowledge — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited review-knowledge (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.
Maintain knowledge base health and surface entries for review, helping the user internalize accumulated knowledge through periodic reflection.
Delegate the review work to a Sonnet subagent to minimize main context consumption.
healthtopic:<keyword> → topic with the specified keywordfix → fix.claude/knowledge/entries/)Agent(
subagent_type: "general-purpose",
model: "sonnet",
description: "review knowledge base",
prompt: |
You are a knowledge base review agent. Read the procedure file and follow it precisely.
## Input
### mode
{mode}
### topic_keyword (only for topic mode)
{topic_keyword}
### current_date
{current_date}
## Instructions
1. Read the procedure file at: {plugin_root}/skills/review-knowledge/procedure.md
2. Follow the procedure step by step for the specified mode
3. The knowledge base is at: {project_root}/.claude/knowledge/
4. Return the full review report in the output format specified in the procedure
)Replace the placeholders:
{mode} — review mode: health, topic, or fix{topic_keyword} — keyword or tag for topic mode (empty for other modes){current_date} — today's date in YYYY-MM-DD format (needed for stale entry detection){plugin_root} — the plugin's installation path (shown in the skill loading message as "Base directory for this skill"){project_root} — the project working directoryIMPORTANT: The procedure file path uses the plugin's base directory, NOT the project directory. Read the "Base directory for this skill" line from the skill loading message to determine the correct path.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.