Agent Plugins Marketplace
All plugins

ariadne

v1.2.1

Release evidence statements binding artefact digests to the record behind them.

CodexClaude Code1 Skill

By Wildcat LabsLicense: Apache-2.07 GitHub starsUpdated 15 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Aug 26, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add ariadne@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/wildcat-finance/skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/ariadne/.

Plugin files

plugins/ariadne/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/ariadne/SKILL.md

Included Skills1

ariadneskills/ariadne/SKILL.md

Read and write the evidence statements that keep a release joined to the record behind it: an in-toto statement, optionally inside a DSSE envelope, with a predicate registry and gates that keep absence visible. Use when someone hands over an attestation and asks what it actually covers, when a release needs evidence a stranger can check rather than a badge, or when a new kind of artefact needs a predicate of its own. Ariadne neither signs nor verifies signatures; those operations belong to cosign.

Plugin manifests2

plugins/ariadne/.codex-plugin/plugin.json
{
  "name": "ariadne",
  "version": "1.2.1",
  "description": "Release evidence statements binding artefact digests to the record behind them.",
  "author": {
    "name": "Wildcat Labs",
    "url": "https://wildcat.finance"
  },
  "homepage": "https://github.com/wildcat-finance/skills/tree/main/plugins/ariadne",
  "repository": "https://github.com/wildcat-finance/skills",
  "keywords": [
    "attestation",
    "in-toto",
    "dsse",
    "provenance",
    "release",
    "solidity",
    "wildcat"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Ariadne",
    "shortDescription": "Release evidence statements binding artefact digests to the record behind them.",
    "longDescription": "A release publishes a claim while the evidence behind it sits somewhere else, joined by a URL and a promise. Ariadne records the join in a statement whose subject is a digest, using in-toto's structure and optionally DSSE's envelope. Every claim names the exact digest it covers, skipped and failed work stays in the record, a result is never upgraded into a verdict, and a comparison fails when either baseline cannot be identified. The core is artefact-neutral, so datasets, chain-state fixtures, and contract releases can share the gates without sharing a schema. Ariadne holds no signing key, produces no signature, and checks no signature. Cosign performs signing and signature verification outside Ariadne.",
    "developerName": "Wildcat Labs",
    "category": "Developer Tools",
    "capabilities": [],
    "defaultPrompt": "Use $ariadne to inspect what this attestation covers and which of its gates hold."
  },
  "license": "Apache-2.0"
}
plugins/ariadne/.claude-plugin/plugin.json
{
  "name": "ariadne",
  "displayName": "Ariadne",
  "version": "1.2.1",
  "description": "Release evidence statements binding artefact digests to the record behind them.",
  "author": {
    "name": "Wildcat Labs",
    "url": "https://wildcat.finance"
  },
  "homepage": "https://github.com/wildcat-finance/skills/tree/main/plugins/ariadne",
  "repository": "https://github.com/wildcat-finance/skills",
  "license": "Apache-2.0",
  "keywords": [
    "attestation",
    "in-toto",
    "dsse",
    "provenance",
    "release",
    "solidity",
    "wildcat"
  ],
  "skills": "./skills/"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[ariadne on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ariadne)