context-docs-feaa42 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited context-docs-feaa42 (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.
Large centralized documentation files consume too much context window. Decentralized, module-specific context docs provide targeted information exactly when an agent needs it.
src/auth/CONTEXT.md); repo-wide knowledge belongs in the central README or architecture docs — one home per fact, never both: find src -iname "CONTEXT.md" -o -iname "README.md" # existing context docs
rg -ln "<module name>" docs/ # already documented centrally? rg -no "src/[A-Za-z0-9_./-]+" src/auth/CONTEXT.md | sort -u # referenced paths
test -f src/auth/session.ts && echo OK # confirm each exists~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.