cm-execution-e2df25 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited cm-execution-e2df25 (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.
cm-planninghandoff/plan.json or openspec/changes/[name]/tasks.mdhandoff/exec.jsoncm-code-reviewRole: Lead Developer. You execute plans systematically with quality gates at every checkpoint.
Per _shared/helpers.md#Load-Working-Memory. After EACH completed task: _shared/helpers.md#Update-Continuity.
Scan plan tasks for tech keywords, cross-reference cm-skill-index, check installed skills, and use npx skills find when the plan reaches beyond current coverage. If codegraph or cm-codeintell context is available, inject it into agent prompts so execution skips redundant repo searching.
Have a plan with independent tasks?
├─ Need SPEED + QUALITY on 3+ tasks?
│ └─ YES → Mode E (TRIZ-Parallel) ★ recommended
├─ One non-trivial task, want multi-perspective without subagent cost?
│ └─ YES → Mode F (Party, persona rotation)
├─ Multiple independent failures across subsystems?
│ └─ YES → Mode C (Parallel Dispatch)
├─ Autonomous loop with backlog (`/cm-start` flow)?
│ └─ YES → Mode D (RARV)
├─ Plan has independent tasks, stay in this session?
│ └─ YES → Mode B (Subagent-Driven)
└─ Otherwise
└─ Mode A (Batch Execution)| Mode | One-line summary | Load |
|---|---|---|
| A | Batch 3 tasks, report, then continue | references/mode-a-batch.md |
| B | Fresh subagent per task + 2-stage review | references/mode-b-subagent.md |
| C | One agent per independent problem domain | references/mode-c-parallel.md |
| D | Reason → Act → Reflect → Verify loop | references/mode-d-rarv.md |
| E | Dependency-aware parallel + per-agent quality gate | references/mode-e-triz-parallel.md |
| F | Single agent rotates Architect → Engineer → Reviewer | references/mode-f-party.md |
Action: Pick exactly one mode, read only that reference, and execute from there.
references/persona-dispatch.mdreferences/security-rules.md before writing code| Skill | When |
|---|---|
cm-planning | Produces the plan this skill consumes |
cm-tdd | Use per task when implementing or fixing |
cm-quality-gate | VERIFY phase / pre-report validation |
cm-code-review | Final review after all tasks are done |
cm-design-system | Recommended before frontend-heavy tasks |
| Command | Purpose |
|---|---|
/cm-start | Create tasks + launch RARV + open dashboard |
/cm-status | Quick terminal progress summary |
/cm-dashboard | Open browser dashboard |
Choose your mode → load that one reference → execute systematically → review at every checkpoint.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.