sync-schemas — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited sync-schemas (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.
Re-analyze the official anthropics/claude-plugins-official marketplace.json to keep our local schemas accurate.
The canonical $schema URL (https://anthropic.com/claude-code/marketplace.schema.json) returns 404 — confirmed since October 2025 (GitHub Issue #9686). We maintain inferred schemas locally at:
schemas/marketplace.schema.json — validates marketplace.json catalog filesschemas/plugin.schema.json — validates .claude-plugin/plugin.json manifestsFetch the raw official marketplace.json:
https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/.claude-plugin/marketplace.jsonScan every plugin entry in the plugins array and collect:
{ source: "url" }, { source: "git-subdir" }category stringFetch 3–5 official plugin.json files from different plugin types:
plugins/typescript-lsp)plugins/commit-commands)plugins/security-guidance)Collect all top-level keys used across plugin.json manifests.
Compare findings against the current local schemas:
schemas/marketplace.schema.jsonschemas/plugin.schema.jsonReport any differences:
Apply any necessary changes to keep schemas in sync. For each update:
$id, title, and description metadataAfter updating schemas, validate:
schemas/marketplace.schema.json — valid JSON Schemaschemas/plugin.schema.json — valid JSON Schema.claude-plugin/plugin.json — conforms to plugin.schema.jsonReport results as a summary table:
| File | Status | Notes |
|---|---|---|
| marketplace.schema.json | ✅ Updated | Added 2 new categories |
| plugin.schema.json | ✅ No changes | — |
| plugin.json | ✅ Valid | — |
Print a changelog of what was updated (or confirm schemas are already current).
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.