context-retrieval-loop-71242f — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited context-retrieval-loop-71242f (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.
Gather the right codebase context before making changes or spawning subagents.
rg "<primary-keyword>" --type ts --type js -l
find . -name "*<keyword>*" -not -path "*/node_modules/*"Stop here if 3+ directly relevant files found.
Read the most relevant files from Cycle 1. Then find:
rg "<filename-stem>" --glob "*.test.*" --glob "*.spec.*" -l
rg "import.*<module-name>" -lStop here if you can describe the change and its blast radius.
ls docs/ README.md AGENTS.md CLAUDE.md .claude/ 2>/dev/null
rg "<keyword>" .env.example *.config.* 2>/dev/nullStop when: 3+ high-relevance files understood, OR Cycle 3 complete, OR new cycles return only files already seen.
Context gathered:
<file-path> — <one-line reason>
Missing context (if any):
<what is still unclear>State gaps explicitly. Do not proceed with guesses when a known gap exists.
Pass file paths to subagents, not file contents:
Relevant files: src/auth/tokens.ts, src/auth/session.ts, src/auth/tokens.test.ts~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.