tdmcp-test-coverage-707e90 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited tdmcp-test-coverage-707e90 (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.
Use this skill for coverage-improvement work in this repository. The goal is more tested behavior, not prettier percentages.
AGENTS.md, package.json, vitest.config.ts, and the nearest tests.npm run coverage:harness unless the user asked for a static-only pass._workspace/coverage/latest.md.src/**/*.ts; src/knowledge/data/** isgenerated reference data and is intentionally excluded.
Choose one to three independent gaps. Prefer seams where a test can lock a real contract:
result shape.
isErrorpaths using msw.
event streaming, and transport setup.
Skip generated data, docs-only files, and import-only tests.
For parallel work, spawn tdmcp-coverage-writer agents with one seam each. Give each writer:
The lead is the single writer for shared config, package scripts, and harness docs. Do not let multiple agents edit the same test file.
Run narrow tests first. Then run:
npm run typecheck
npm run build
./node_modules/.bin/biome check .
npm run coverage:harness
npm run validate:recipes
npm run test:bridgeIf a gate fails, fix forward. Do not lower coverage thresholds, delete assertions, or exclude executable code to pass.
Write _workspace/coverage/wave-<date>.md with:
_workspace/coverage/latest.md.src/cli/chat.ts; writer adds focusedCLI behavior tests; lead runs coverage and gates; report includes delta.
patch the smallest safe code path, keep the regression test, and re-run gates.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.