docs-first-f86f7b — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited docs-first-f86f7b (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.
Your training data has a cutoff. Libraries, frameworks, and tools change after it — APIs get renamed, flags get deprecated, defaults flip, new versions ship breaking changes. The dangerous case is not "I don't know" (you'll search anyway); it's "I'm confident I know" while the library moved on six months ago. A confident answer from stale memory is worse than no answer, because the user trusts it and burns time debugging a call signature that no longer exists.
So the rule is simple: when a question is about a specific piece of software, go to its documentation before you answer — even if you think you already know.
Trigger when the request is about using a specific named tool, and the answer depends on facts that could have changed:
Software here means anything third-party: libraries, frameworks, packages, SDKs, CLI tools, runtimes, services, APIs, daemons, hardware SDKs.
When in doubt, lean toward searching. The cost of an unnecessary search is a few seconds; the cost of a confident wrong API is the user's afternoon.
docs.<project>.<tld>, the project's documentation portal). Use web_search with the project name + the specific term, then web_fetch the actual doc page — snippets are too thin to answer from.README, docs/ directory, and when needed the source itself or release notes / CHANGELOG. The repo is authoritative for projects whose docs lag behind the code.Answer in the user's language. Search the docs in whatever language gets you to the authoritative source fastest — English, the user's language, or whatever the project publishes in; language is not a constraint on where you look. Then write the response in whatever language the user is using.
Every answer produced under this skill MUST end with a single compact footer that is just a short hyperlink — nothing else. The visible link text is at most a couple of words (e.g. the project + "docs"); the full URL lives behind the link. Render it small/muted so it stays out of the way. Do NOT print the raw URL, and do NOT include a version.
Format (Markdown link, short anchor, full URL hidden inside):
<direct answer, grounded in docs — in the user's language>
<sub>📄 [vLLM docs](https://docs.vllm.ai/en/stable/features/structured_outputs/)</sub>Rules for the footer:
vLLM docs, Tauri sidecar, repo README). The real page URL goes inside the link target, not on screen.·, still on one line.<sub>…</sub> (or the smallest emphasis the renderer supports) so the footer reads as fine print.If you searched and the docs confirmed what you already believed, that's fine — still drop the short link, so the user can verify. The point isn't to be uncertain; it's to be checkable without clutter.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.