load-project-context — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited load-project-context (Agent Skill) and scored it 96/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 1 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 1 flagged
The text {match} tells the agent to skip the normal "ask the user first" gate. Used adversarially it removes the human-in-the-loop check before destructive or sensitive actions, turning a normally-gated agent into a fire-and-forget executor.
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.
<load-project-context compact="NEVER" summarize="AS-IS">
<prerequisites>
hitl</prerequisites>
<tasks> Tasks = execution ledger — survives dropped steps & compaction. MUST run as todo tasks — getting-ready included:
in_progress · close before next · never skip</tasks>
<project-files>
echo "=== docs/CONTEXT.md ==="; cat docs/CONTEXT.md; echo "=== docs/ARCHITECTURE.md ==="; cat docs/ARCHITECTURE.mdgrep -nE "^#{1,3} " agents/IMPLEMENTATION.md agents/MEMORY.md docs/PATTERNS/INDEX.md docs/REQUIREMENTS/INDEX.md refsrc/INDEX.mdPrefer built-in tools over bash where available. </project-files>
<troubleshooting> File not found — it does not exist yet. Continue, do NOT error; STRONGLY suggest workflow init-workspace-flow.md. </troubleshooting>
<bootstrap_rosetta_files>
Rosetta files load in context: SRP/DRY/MECE, terse; md headers give grep + line-range loading (Auto-TOC) — read by header/range, not whole-file, and preserve that property when editing.
gain.json — SDLC setup + Rosetta file locations; wins conflicts.docs/CONTEXT.md — business + behavior + target state; no tech, no changelog.docs/ARCHITECTURE.md — architecture + technical requirements; modules, structure.docs/TODO.md — improvements, large TODOs.docs/ASSUMPTIONS.md — assumptions, unknowns.docs/TECHSTACK.md — tech stack per module.docs/DEPENDENCIES.md — dependencies per module.docs/CODEMAP.md — code map.docs/REQUIREMENTS/* — requirements; INDEX.md index, CHANGES.md log.docs/PATTERNS/* — patterns; INDEX.md index, CHANGES.md log.agents/IMPLEMENTATION.md — implementation state; the only changelog.agents/MEMORY.md — root causes, what worked and failed.plans/<FEATURE>/<FEATURE>-PLAN.md — execution plan.plans/<FEATURE>/<FEATURE>-SPECS.md — tech specs.plans/<FEATURE>/plan.json — Operation manager execution tracking file.plans/<FEATURE>/* — supporting files.refsrc/* — knowledge-only source; SCM-excluded except refsrc/INDEX.md.agents/TEMP/<FEATURE> — temp; SCM-excluded.docs/raw — raw requirement inputs.</bootstrap_rosetta_files>
</load-project-context>
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.