implement-plan-f62748 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited implement-plan-f62748 (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.
Execute an implementation plan file.
At the start, use update_plan to track each step:
$implement skillDetermine which plan file to implement using these rules in order:
add-image-cache), resolve to .turbo/plans/<slug>.md if that file exists; otherwise fall through to rule 5 before erroring.turbo/plans/*.md. If exactly one plan exists, use it<slug> from the basename (stripping .md) and check .turbo/shells/<slug>.md. If it exists, halt with: "<slug> is a shell that needs expansion first. Run $pick-next-shell to expand and implement it.".turbo/plans/ does not exist but .turbo/plan.md exists, use it$turboplan (for a new task) or $pick-next-shell (for existing shells) and stopIf multiple plans exist and the most-recent choice is non-obvious (e.g., several plans were modified within the same minute), use request_user_input to let the user pick from the candidates.
State the resolved plan path before continuing, then read the file.
Read in full:
$implement SkillRun the $implement skill. The plan file, its file references, and its Verification section are already in conversation context from Step 1.
After $implement completes, set the plan's frontmatter status: to done. If the plan is the legacy .turbo/plan.md without frontmatter, skip this step.
Then update or check the active plan and proceed to any remaining task.
$refine-plan or $draft-plan separately.$implement. Restating steps as a turn-level narration counts as inline execution and bypasses the delegation.git commit, git push, or PR creation, halt before Step 3 and ask the user to remove them via $refine-plan.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.