wiki_hub_manager — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited wiki_hub_manager (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.
Resolving script paths (read first): Commands below invoke scripts as<BIN>/X.py(and a few as<SKILLS>/...). Resolve these to absolute paths once before running anything:
>
-<SKILL_DIR>= the directory thisSKILL.mdlives in. -<SKILLS>= theskills/folder containing this skill =<SKILL_DIR>/..-<BIN>= thebin/folder beside it =<SKILL_DIR>/../../bin
>
Do not hardcode a fixed prefix like.agents/binor../bin: shell relative paths resolve against the current working directory (usually the topic root), not this skill's location. Once resolved,<BIN>is typically.agents/binwhen invoked from the hub root, or.claude/binfrom inside a topic directory.
This skill consolidates all Hub-related operations into a single dispatcher.
If you need to find the absolute path for a topic slug: python <BIN>/router.py <path_to_hub> <slug>
If the user asks to list topics in the hub: python <BIN>/llm-wiki.py archive --hub <path_to_hub> list (Append `--archived` to include archived topics).
To archive an active topic (move it out of the active working set): python <BIN>/llm-wiki.py archive --hub <path_to_hub> topic <slug> (Append `--reason "<reason>"` if the user provided one).
To unarchive a topic and move it back into the active working set: python <BIN>/llm-wiki.py archive --hub <path_to_hub> restore <slug>
If a topic folder exists under topics/<slug> but is missing from wikis.json (so the router cannot resolve it), register it (idempotent — safe to re-run): python <BIN>/llm-wiki.py archive --hub <path_to_hub> register <slug> --description "<Topic Title>" (Use `--path <registry-relative-path>` if the topic is not at the default `topics/<slug>`.) Note: newly initialized topics are auto-registered by wiki_init; use this mainly to repair an unregistered topic.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.