get-api-docs — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited get-api-docs (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.
Use chub to retrieve current, verified documentation before writing code that depends on external APIs or SDKs.
chub is available with command -v chub. If it is missing, say so clearly and suggest installing it with npm install -g @context-hub/cli before relying on memory for unstable API details.chub help or chub --help first. Do not assume older command shapes or document IDs.chub search "<query>" when the exact doc ID is unknown.chub list only when broad browsing is useful.chub get <doc-id>. Add --lang <language> when the user needs language-specific examples.chub does not have the needed docs or the output is incomplete, fall back to the vendor's official documentation and say that you did so.| Task | Action |
|---|---|
| Check CLI | command -v chub |
| Inspect commands | chub help |
| Browse docs | chub list |
| Search docs | chub search "openai responses api" |
| Fetch docs | chub get <doc-id> |
| Fetch language-specific docs | chub get <doc-id> --lang python |
| Update local docs cache | chub update |
chub installed locally for the primary workflowchubchub availability was checked, or the missing CLI was reported explicitlyget when the doc ID was uncertaincommand -v chub
chub search "openai chat"
chub get openai-chat --lang pythonchub search "stripe webhooks node"
chub get <matching-doc-id> --lang javascriptIssue: chub: command not found Solution: Install the CLI with npm install -g @context-hub/cli, then rerun chub help.
Issue: The doc ID is unclear or seems outdated Solution: Run chub search "<provider> <topic>" first instead of guessing the identifier.
Issue: chub results are too generic Solution: Retry with a narrower query and add --lang <language> when fetching the docs.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.