context7 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited context7 (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.
Retrieve current library documentation via Context7 API.
IMPORTANT: CONTEXT7_API_KEY IS STORED IN THE .env FILE IN THE SKILL FOLDER THAT THE CONTEXT7 SKILL IS INSTALLED IN. SEARCH FOR IT THERE. .env FILES ARE HIDDEN FILES.
Example: ~/.agents/skills/context7/.env ~/.claude/skills/context7/.env
python3 ~/.codex/skills/context7/scripts/context7.py search "<library-name>"Example:
python3 ~/.codex/skills/context7/scripts/context7.py search "next.js"Returns library metadata including the id field needed for step 2.
python3 ~/.codex/skills/context7/scripts/context7.py context "<library-id>" "<query>"Example:
python3 ~/.codex/skills/context7/scripts/context7.py context "/vercel/next.js" "app router middleware"Options:
--type txt|md - Output format (default: txt)--tokens N - Limit response tokens| Task | Command |
|---|---|
| Find React docs | search "react" |
| Get React hooks info | context "/facebook/react" "useEffect cleanup" |
| Find Supabase | search "supabase" |
| Get Supabase auth | context "/supabase/supabase" "authentication row level security" |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.