verify — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited verify (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.
Run verification for the TestDino MCP project.
Use when: you just modified code and want a fast check.
npm run typecheck && npm run lintUse when: work is complete, ready to commit.
npm run format && npm run typecheck && npm run lint && npm run test && npm run buildUse when: preparing a release.
npm run format && npm run typecheck && npm run lint && npm run test && npm run buildThen verify:
package.json, server.json, and src/index.tsdist/ is up to date (check git diff dist/).env or secrets in staged filesIf $ARGUMENTS is "quick" or "fast" → run Quick Gate. If $ARGUMENTS is "publish" or "release" → run Publish Gate. Otherwise → run Full Gate.
Scope: quick / full / publish
format: PASS/FAIL/SKIPPED
typecheck: PASS/FAIL
lint: PASS/FAIL
test: PASS/FAIL (N tests, N passed, N failed)
build: PASS/FAIL/SKIPPED
version: CONSISTENT/MISMATCH (publish only)~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.