implement-market-inspector-change — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited implement-market-inspector-change (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.
Follow the repository contracts in a fixed sequence so implementation, tests, and documentation remain aligned.
AGENTS.md and .agents/AGENTS.md.specs/market-inspector.md.specs/acceptance.feature for observable behavior.DESIGN.md before changing the interface.node_modules/next/dist/docs/.Define the change as:
Update the specification or acceptance scenario in the same change if the requested behavior changes either contract.
../code-check/SKILL.md to the final diff.While implementing:
system.ping Gemini-free;Use the verification matrix in .agents/AGENTS.md. Before declaring a repository change complete, run every applicable command:
pnpm lint
pnpm typecheck
pnpm test
pnpm build
pnpm test:e2eDo not run manual Gemini evaluations unless the user explicitly requests them and RUN_GEMINI_EVALS=1 is deliberately set.
The code-check review is manual and must not trigger a judge-model API call.
State:
Never report an unexecuted check as passing.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.