review-plan-c5d9b3 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited review-plan-c5d9b3 (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.
Review a planning artifact against type-specific criteria. Runs internal review and $peer-review in parallel by default. Returns combined structured findings.
.turbo/ for existing artifacts. If multiple types exist, pick the one with the most recently modified file.#### Plan (default)
.turbo/plans/<slug>.md.turbo/plans/*.md. If exactly one file exists, use it.turbo/plan.md if .turbo/plans/ does not exist#### Shells
.turbo/shells/<slug>-*.md.turbo/specs/*.md. If exactly one, derive slug and glob for shellsFor shells, read each shell file and parse its YAML frontmatter (spec, depends_on). Read the source spec from the spec field.
#### Spec
.turbo/specs/<slug>.md.turbo/specs/*.md. If exactly one, use it.turbo/spec.md if .turbo/specs/ does not existIf multiple candidates exist, pick the most recently modified.
Read the reference file for the resolved type:
Skip peer review when the caller asked (e.g., "without peer review", "no peer", "internal only"). For shells, the internal review focuses on structural wiring and skips the project context read.
Run the review branches independently. Launch them with spawn_agent / wait_agent using inherited model defaults. That is two branches when peer review is active (one internal + one peer), or one branch when peer review is skipped. Every branch prompt must direct it to treat the shared working tree and its git index as read-only and to assess findings by reading and reasoning. For a check that genuinely requires mutating code (such as testing whether a finding holds), the branch works in an isolated git worktree it discards afterward.
AGENTS.md and relevant codebase files), then apply criteria and return findings in the output format below.$peer-review skill with a request describing: (a) the artifact under review; (b) the criteria live in ~/.agents/skills/review-plan/references/<type>-review.md for the resolved type from Step 1 — Claude should read that file directly and use its priority scale; (c) the Overall Verdict should use the Readiness: <ready | needs revision> label. The branch prompt must also state explicitly that the sub-agent's final message must contain the verbatim findings text $peer-review produced.Aggregate findings with attribution (reviewer: "internal" or "peer"). Present them in the output format below.
Then update or check the active plan and proceed to any remaining task.
Return findings as a numbered list. For each finding:
### [P<N>] <title (imperative, ≤80 chars)>
**Section:** <plan section, shell number(s), or spec section>
**Reviewer:** <internal | peer>
<one paragraph explaining the issue and its impact>After all findings, add:
## Overall Verdict
**Readiness:** <ready | needs revision>
<1-3 sentence assessment>If there are no qualifying findings, state so and explain briefly.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.