Skip to content
Skillv1.0.0

artifact-validator

Discover and validate Agent Skills, host plugins and subagents, MCP servers and configurations, hooks, and marketplace catalogs against the correct authority. Use when performing pre-merge review, ext

by jeremylongshore(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from jeremylongshore/tons-of-skills-marketplace (skills/.curated/artifact-validator/SKILL.md). Install upstream with npx skills add jeremylongshore/tons-of-skills-marketplace --skill artifact-validator. Copyright stays with the author (MIT).

Artifact Validator

Audit agent-system artifacts without changing them. Select authority by artifact type, run the strongest available deterministic checks, and separate observed facts from unsupported claims.

Overview

This skill is an orchestrator, not another schema authority. In the Tons of Skills repository it delegates to the repository's canonical validators. In other projects it applies the open specification floor and the target host's current contract, clearly labeling checks that could not be reproduced.

When to use

Use for a single file, plugin directory, marketplace, contributor change, or mixed repository. Use artifact-creator when changes are requested. Use production-upgrade when the audit must lead through research, implementation, migration, and release readiness.

Prerequisites

  • A target path or repository.
  • Read access to project instructions and generated-file ownership rules.
  • Network access only when current primary-source verification is necessary. Never transmit private artifacts to an external validator without approval.

Instructions

  1. Read project instructions, inspect repository status, and determine whether the target is generated, mirrored, canonical, or host-specific.

  2. Run the offline inventory helper:

    python3 scripts/inventory_artifacts.py <target>
  3. Use references/validation-routing.md to select the owner for each discovered artifact. Do not merge verdicts from different standards into one unexplained score.

  4. In the Tons of Skills repository:

    • use scripts/validate-skills-schema.py for skill and agent authority;
    • use scripts/validate-mcp-config.mjs and the declared security gates for MCP configuration;
    • run catalog synchronization before judging generated projections;
    • keep kernel-shadow results advisory unless governance explicitly changes.
  5. Validate structure, references, declared versus used capabilities, secret hygiene, path containment, bounded execution, provenance, license, and the evidence supporting every portability or production claim.

  6. For behavior, require positive, negative, edge, and adversarial cases. A passing structural score does not prove runtime behavior or safety.

  7. Reproduce automated-review findings independently. Reject or qualify any claim that lacks a command, primary source, fixture, or observable boundary.

  8. Return a severity-ordered report with exact paths, evidence, authority, remediation options, and a PASS, FAIL, or NOT-VERIFIED verdict per artifact.

Output

Report the inventory, checks executed, exact command results, blocking findings, warnings, unverified surfaces, and overall claim ceiling. Do not collapse a partially tested multi-component plugin into a stronger verdict than its weakest component.

Error handling

  • Missing authoritative tooling: perform the open-spec floor, mark deeper checks NOT-VERIFIED, and do not invent a pass.
  • Unknown host artifact: identify it as host-specific and request or locate the current native specification before grading.
  • Dirty or generated target: report ownership and drift; do not auto-fix during an audit.
  • Secret-like content: redact the value, identify only the path and field, and stop any command that could transmit it.

Examples

  • A valid SKILL.md with no behavioral evidence can pass structure while remaining NOT-VERIFIED for production behavior.
  • A Claude plugin with five skills and one unchecked MCP server is capped by the MCP component's verdict.
  • A portable skill claiming Pi, Hermes, or Goose support without registry-backed receipts is reported as compatible or unverified, not verified-native.

Resources

  • Validation routing
  • scripts/inventory_artifacts.py performs read-only deterministic discovery.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/jeremylongshore-tons-of-skills-marketplace-artifact-validator/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

jeremylongshore-tons-of-skills-marketplace-artifact-validator.ocm.jsonjson
{
  "ocm": "1",
  "id": "jeremylongshore-tons-of-skills-marketplace-artifact-validator",
  "kind": "skill",
  "name": "artifact-validator",
  "description": "Discover and validate Agent Skills, host plugins and subagents, MCP servers and configurations, hooks, and marketplace catalogs against the correct authority. Use when performing pre-merge review, external submission checks, portability audits, security checks, or validation of mixed agent-system repositories. Trigger with \"validate this skill\", \"audit this plugin\", \"check this agent\", \"review this MCP config\", or \"is this marketplace ready\".",
  "publisher": "jeremylongshore",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "agent-skills",
      "validation",
      "plugins",
      "agents",
      "mcp",
      "security",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Discover and validate Agent Skills, host plugins and subagents, MCP servers and configurations, hooks, and marketplace catalogs against the correct authority. Use when performing pre-merge review, external submission checks, portability audits, security checks, or validation of mixed agent-system repositories. Trigger with \"validate this skill\", \"audit this plugin\", \"check this agent\", \"review this MCP config\", or \"is this marketplace ready\"."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/jeremylongshore/tons-of-skills-marketplace",
      "path": "skills/.curated/artifact-validator/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/jeremylongshore/tons-of-skills-marketplace/blob/HEAD/skills/.curated/artifact-validator/SKILL.md",
      "key": "jeremylongshore/tons-of-skills-marketplace/skills/.curated/artifact-validator/SKILL.md"
    },
    "compatibility": "Agent Skills-compatible hosts; validation depth depends on available authoritative tooling",
    "allowed_tools": [
      "Read"
    ],
    "license": "MIT"
  },
  "instructions": "# Artifact Validator\n\nAudit agent-system artifacts without changing them. Select authority by artifact\ntype, run the strongest available deterministic checks, and separate observed\nfacts from unsupported claims.\n\n## Overview\n\nThis skill is an orchestrator, not another schema authority. In the Tons of\nSkills repository it delegates to the repository's canonical validators. In\nother projects it applies the open specification floor and the target host's\ncurrent contract, clearly labeling checks that could not be reproduced.\n\n## When to use\n\nUse for a single file, plugin directory, marketplace, co",
  "cost": {
    "context_tokens": 976
  }
}

Fetch it by URL: GET /api/v1/registry/jeremylongshore-tons-of-skills-marketplace-artifact-validator/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.