gardener — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited gardener (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.
| Reference | When to load |
|---|---|
references/orchestrator.md | Running /gardener — the 4-phase flow |
../../references/rubric.md | Scoring dimensions (shared) |
../../references/write-protocol.md | Copied verbatim into every Agent prompt |
templates/inventory-skeleton.md | Inventory output file |
templates/scorecard-skeleton.md | Per-skill scorecard output file |
templates/collisions-skeleton.md | Collisions output file |
templates/clusters-skeleton.md | HDBSCAN taxonomy output file |
templates/report-skeleton.md | Final audit report |
Monthly catalog hygiene. Orchestrator runs inside a forked subagent. Walks every skill and agent across the marketplace, scores them in parallel, detects collisions via Bedrock Cohere v4 embeddings, runs an HDBSCAN taxonomy check, and composes a delta report against the prior audit. Proceeds autonomously — planning is reversible. Gates only at the point of writing fixes back to SKILL.md files, which it does not do: it proposes.
Read references/orchestrator.md and follow its phases. Short version:
audit/YYYY-MM/inventory.md.scripts/embed-catalog.py once (Bedrock Cohere v4), then scripts/pairwise-collisions.py and scripts/cluster-taxonomy.py. One interpreter Agent opens the flagged SKILL.md files, verifies the collisions by reading, and writes audit/YYYY-MM/collisions.md + audit/YYYY-MM/clusters.md with recommended actions.audit/YYYY-MM/report.md with health score, delta, quarantine list, and top-5 action items.plugin-gardener/audit/
YYYY-MM/
inventory.md
scores/
<skill-name>.md # one per skill
vectors.npz # cached Cohere v4 embeddings
collisions.csv # raw pairwise output
collisions.md # interpreted, ranked, with actions
clusters.md # HDBSCAN clusters, outliers, straddlers
report.md # the deliverableEach month's audit is a standalone artifact; deltas are computed by reading the prior-month report inline.
The gardener proposes. It does not:
Those actions are the user's to approve. Every suggestion in report.md includes the exact file path and the proposed change, ready for you to apply manually or via a follow-up /rewrite-descriptions invocation.
One monthly run against 40–50 skills: ~50 parallel Opus Agents for scoring, 1 embedding call (single Bedrock invocation, all descriptions fit under the 96-item cap), 1 critic Agent for the report. Significant — budget for it as a monthly line item, not a casual run.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.