local-and-mcp-skill-name-deduplication-edfcdc — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited local-and-mcp-skill-name-deduplication-edfcdc (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.
Domain: skill-listing Trigger: Apply when a listing surface combines commands from multiple registries or providers and must avoid announcing the same user-facing capability twice. Source Pattern: Distilled from reviewed command-surface, skill-discovery, and CLI capability implementations.
Collect commands from each relevant source independently, then merge them into one announcement surface before any later filtering or formatting runs. Deduplicate the merged list by the stable user-facing command name rather than by source-specific IDs so identical capabilities from different providers collapse into one entry. This preserves broad coverage across local and remote registries while preventing the listing from double-counting equivalent commands simply because they were discovered through different backends.
If a coding agent can discover reusable skills from the current project and from connected MCP servers, gather both sets, merge them, and collapse entries that share the same slash-command name before rendering the skill catalog. The user sees one coherent listing instead of duplicates for the same command coming from different registries.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.