ariadne
v1.2.1Release evidence statements binding artefact digests to the record behind them.
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
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add ariadne@agent-plugin-marketplacePaste 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/skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/ariadne/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/ariadne/SKILL.md
Included Skills1
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
{
"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"
}{
"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/"
}For maintainers
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)