mk:scout — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited mk:scout (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.
Fast, parallel codebase exploration using Explore subagents. Divides the project into segments, searches them simultaneously, and returns a consolidated report.
Operates in Phase 0 (Orient) and Phase 1 (Plan).
/mk:scout authentication → find all auth-related files
/mk:scout database migrations → find DB migration files
/mk:scout [any search target] → parallel search across codebasereferences/scouting-strategy.mdreferences/search-scope.md)references/scouting-strategy.md)references/report-and-handoff.md)Load these only when executing the corresponding step — not upfront.
| Reference | When to load | What it contains |
|---|---|---|
| [search-scope.md](./references/search-scope.md) | Step 3 — applying scope rules | Tier 1/2/3 directory lists, justification, exclusion patterns |
| [scouting-strategy.md](./references/scouting-strategy.md) | Steps 2, 4, 5 — spawning agents | SCALE formula, directory division rules, Explore agent prompt template, parallel execution, file reading patterns |
| [report-and-handoff.md](./references/report-and-handoff.md) | Steps 7, 8 — writing output | Report template with all sections, handoff protocol per phase, memory integration, context budget |
parallel-execution-rules.md Rule 2 caps parallel agents at 3, but that rule governs write-capable agents (merge-conflict risk). Scout uses read-only Explore subagents which don't produce conflicts, so the 6-agent ceiling here is intentional, not a rule violation.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.