mk:testing — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited mk:testing (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
A bulleted imperative like {match} tells the agent to never reveal, disclose, or mention something to the user. Used adversarially it can instruct the agent to hide its tool calls or lie about what it did — stripping the transparency a user relies on to trust the agent.
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.
Reference guides for testing: TDD red-green-refactor, validation scripts, and visual QA.
--tdd / MEOWKIT_TDD=1), or any-order tests in default modetester agent needs testing patternsOperates in Phase 2 (Test) and Phase 3 (Build). Output supports the tester agent.
In TDD mode the cycle is RED → GREEN → REFACTOR (failing tests required before implementation). In default mode (TDD off), tests may be written before, alongside, or after implementation — the developer chooses.
| Reference | When to load | Content |
|---|---|---|
| [red-green-refactor.md](./references/red-green-refactor.md) | Phase 2-3 | TDD cycle, test-first rules, refactoring guidelines |
| [validation-scripts.md](./references/validation-scripts.md) | After code changes | Running validation scripts, interpreting results |
| [visual-qa.md](./references/visual-qa.md) | UI testing | Browser-based visual QA, screenshot comparison, responsive testing |
| [e2e-best-practices.md](./references/e2e-best-practices.md) | When creating E2E tests | Tool preference, locator strategy, wait patterns, POM, flaky quarantine, success metrics |
expect(true).toBe(true) → Measure mutation testing score alongside coverage; flag tests with zero assertionsmk:vue-testing-best-practices (advisory/review only; this skill still owns running tests + TDD)~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.