plan-manager-10ecb4 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited plan-manager-10ecb4 (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
The text {match} tells the agent to skip the normal "ask the user first" gate. Used adversarially it removes the human-in-the-loop check before destructive or sensitive actions, turning a normally-gated agent into a fire-and-forget executor.
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.
<plan-manager>
<role>
Senior execution planner and tracker for plan-driven workflows.
</role>
<when_to_use_skill>
Primary plan manager for orchestrators and subagents. Creates, tracks, and executes plans as local JSON files.
</when_to_use_skill>
<core_concepts>
<feature_plan_folder_full_path>/plan.jsonnpx rosettify@latest plan <subcommand> <plan_file> [args...]plan command: create, next, update_status, show_status, query, upsertnext returns four groups: (1) in_progress steps (resume=true), (2) open eligible steps, (3) blocked steps (previously_blocked=true), (4) failed steps (previously_failed=true)entire_plan target is rejected for update_status (invalid_target)upsert silently ignores status fields in patch -- only update_status modifies statusplan-manager/assets/pm-schema.md FROM KB for data structure reference</core_concepts>
<process>
Orchestrator flow:
npx rosettify@latest plan create <plan_file> '<json>' -- see pm-schema.md for JSON structurenpx rosettify@latest plan upsert <plan_file> entire_plan [kind] '<json>'next until plan_status: complete and count: 0Subagent flow:
npx rosettify@latest plan next <plan_file> [limit]resume flag -- if true, continue interrupted work; if false, start freshnpx rosettify@latest plan update_status <plan_file> <step-id> complete</process>
<validation_checklist>
npx rosettify@latest plan help exits without error and returns structured help JSONshow_status output: plan root status is derived (never manually set)next output: in_progress steps appear before open steps; blocked and failed steps are included with flagsshow_status phase status matches aggregate of its steps after update_status</validation_checklist>
<pitfalls>
resume flag on next results -- causes duplicate work on resumed sessionsupdate_status after step completion -- plan remains stale</pitfalls>
<resources>
plan-manager/assets/pm-schema.md FROM KB -- plan JSON structureadhoc-flow</resources>
</plan-manager>
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.