feat(partner-built): add certnode-provenance — compliance layer for finance agents (FRE 902(13)/(14), EU AI Act Article 50)#198
Open
srbryant86 wants to merge 1 commit into
Conversation
Adds a partner-built plugin that wraps finance-agent outputs with cryptographic provenance signing. Every output — pitch deck, IC memo, earnings note, KYC screening decision, valuation report — gets a public verify URL backed by a three-layer timestamp chain (ES256 JWS + RFC 3161 TSA + Bitcoin OpenTimestamps anchor). Designed for FRE 902(13)/(14) self-authenticating digital evidence and EU AI Act Article 50 disclosure. Sibling to existing lseg / spglobal partner integrations under plugins/partner-built/. Non-overlapping: those feed data INTO agents; this attests provenance ON the output. Includes plugin.json + .mcp.json + README + one skill (sign-output) + one slash command (sign-with-provenance). MCP server is the already- published @certnode/mcp-server (v1.2.2+) on npm. scripts/check.py passes locally with 81 files validated, 0 issues. CertNode is not affiliated with or endorsed by Anthropic. This is a community-proposed partner integration.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this adds
A new partner-built plugin at
plugins/partner-built/certnode-provenance/that wraps any of the 10 named financeagents with cryptographic provenance signing. Every output — pitch deck, IC memo, earnings note, KYC screening
decision, valuation report — carries a public verify URL + three-layer timestamp chain designed for FRE
902(13)/(14) self-authenticating digital evidence and EU AI Act Article 50 disclosure.
Why it matters
The 10 named agents produce regulator-, LP-, and client-facing output:
Internal logging doesn't satisfy these. Receipts do.
What's in the plugin
plugins/partner-built/certnode-provenance/
├── .claude-plugin/plugin.json # manifest
├── .mcp.json # MCP server config
├── README.md # install + framing + privacy patterns
├── skills/
│ └── sign-output/
│ └── SKILL.md # the wrapper skill spec
└── commands/
└── sign-with-provenance.md # /sign-with-provenance slash command
Auto-configures
@certnode/mcp-server(already published, v1.2.2+) so the integration works out of the box onceCERTNODE_API_KEYis set.How a customer uses it
After install: