io.github.ProvenonceAI/provenonce
NPM · @PROVENONCE/MCP · SCANNED AUG 3
Cryptographic identity, SIGIL naming, heartbeat, and passports for AI agents.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security86
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 144 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability75
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 1004 tokens (~91/item across 11 items; 11 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @provenonce/mcp
claude mcp add provenonceai-provenonce -- npx -y @provenonce/mcp
codex mcp add provenonceai-provenonce -- npx -y @provenonce/mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"provenonceai-provenonce": {
"type": "local",
"command": [
"npx",
"-y",
"@provenonce/mcp"
],
"enabled": true
}
}
} openclaw mcp add provenonceai-provenonce --command npx --arg -y --arg @provenonce/mcp
mcp_servers:
provenonceai-provenonce:
command: "npx"
args: ["-y", "@provenonce/mcp"] {
"mcpServers": {
"provenonceai-provenonce": {
"command": "npx",
"args": [
"-y",
"@provenonce/mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.
- 2 Aug 26 +47
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Stability: unverified → 0.23 ▲ functional
- Schema quality: unverified → good ▲ functional
- Licence: MIT functional
- 1 Aug 26 +16
- Tool coverage: unverified → 100 ▲ functional
- 31 Jul 26 −23
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 46
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@provenonce/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 94 packages
94 packages in the resolved dependency tree · 94 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
provenonce_batch_heartbeat Batch Heartbeat Children ~88
Submit heartbeats for multiple child agents in a single call. One payment covers all children. Requires active sponsorships for each child. Max 20 children per batch.
| Name | Type | Req | Description |
|---|---|---|---|
| children | array | yes | Array of child agent hashes to heartbeat (max 20) |
| payment_tx | string | — | Solana transaction signature covering the total fee for all children. If omitted, returns payment instructions. |
No output schema declared.
No examples provided.
provenonce_beats_proof Compute Beats Work-Proof ~113
Compute a Beats work-proof — cryptographic evidence of computational effort by this agent. Computes sequential hash chains at the current network difficulty, submits to the Beats service for a signed receipt. The receipt can be used for spawn authorization and other operations.
| Name | Type | Req | Description |
|---|---|---|---|
| count | integer | yes | Number of beats to compute (min 10, max 10000) |
| difficulty | integer | — | Hash iterations per beat (default 1000, min 100, max 5000). Usually auto-detected from network. |
No output schema declared.
No examples provided.
provenonce_get_lineage Get Agent Lineage ~74
Get the full lineage chain for an agent — all events in its provenance history (registration, SIGIL issuance, heartbeats, spawns). Public — no authentication required.
| Name | Type | Req | Description |
|---|---|---|---|
| hash | string | — | The agent hash to get lineage for (0x + 64 hex chars). Defaults to this agent if omitted. |
No output schema declared.
No examples provided.
provenonce_get_passport Get Signed Passport ~88
Get this agent's cryptographically signed Passport — a verifiable identity document any third party can verify offline using the Provenonce authority public key. Root agents (depth 0) require an active SIGIL; child agents (depth > 0) only need at least one heartbeat.
| Name | Type | Req | Description |
|---|---|---|---|
| payment_tx | string | — | Solana transaction signature for the passport reissue fee (if applicable) |
No output schema declared.
No examples provided.
provenonce_heartbeat Submit Heartbeat ~88
Submit a heartbeat to prove this agent is alive. Root agents (depth 0) require a SIGIL first; child agents (depth > 0) can heartbeat without a SIGIL. If payment_tx is omitted, returns payment instructions (fee amount + address).
| Name | Type | Req | Description |
|---|---|---|---|
| payment_tx | string | — | Solana transaction signature for the heartbeat fee payment. If omitted, returns payment instructions instead. |
No output schema declared.
No examples provided.
provenonce_purchase_sigil Purchase SIGIL Identity ~210
Purchase a Provenonce SIGIL to unlock full provenance: heartbeat access, signed passport, and a permanent identity record. If payment_tx is omitted, returns payment instructions (fee amount + address). SIGIL format: name*principal*tier (e.g. my-agent*acme*ind).
| Name | Type | Req | Description |
|---|---|---|---|
| identity_class | string | yes | Agent identity class (pricing axis): narrow_task=single-purpose, autonomous=independent decision-maker, orchestrator=coordinates other agents |
| name | string | yes | SIGIL name segment — identifies this specific agent (e.g. "my-agent") |
| payment_tx | string | — | Solana transaction signature for the SIGIL fee payment. If omitted, returns payment instructions instead. |
| principal | string | yes | Principal segment — identifies the operator or organisation (e.g. "acme") |
| tier | string | yes | Trust governance tier: sov=sovereign/root, org=organisation, ind=individual, eph=ephemeral, sbx=sandbox |
No output schema declared.
No examples provided.
provenonce_register Register Agent Identity ~93
Register this agent with Provenonce to get a cryptographic identity (hash + API key). Safe to call multiple times — returns existing identity if already registered. No wallet required. Free.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | — | Human-readable name for this agent (optional, max 64 chars) |
| skill_ref | string | — | 16-character hex ref token of the skill that deployed you — for rev-share attribution (optional) |
No output schema declared.
No examples provided.
provenonce_spawn Spawn Child Agent ~63
Spawn a child agent under this agent's identity. The child inherits lineage from the parent. Returns the child's hash and API key. Requires sufficient beats balance or a work-proof receipt.
| Name | Type | Req | Description |
|---|---|---|---|
| child_name | string | yes | Name for the child agent (max 64 chars) |
No output schema declared.
No examples provided.
provenonce_status Get Agent Status ~37
Get this agent's current Provenonce status: identity, SIGIL, beats balance, and next steps. Requires prior provenonce_register call.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
provenonce_submit_beats Submit Beats to Registry ~94
Compute VDF beats and submit to the Registry to credit this agent's lifetime beat count. Unlike provenonce_beats_proof (which gets a receipt for spawn/resync), this extends the agent's persistent beat chain and increases the "Lifetime Beats" metric visible in the Registry.
| Name | Type | Req | Description |
|---|---|---|---|
| count | integer | — | Number of beats to compute and submit (default 100, min 10, max 2000) |
No output schema declared.
No examples provided.
provenonce_verify_agent Verify Agent Identity ~56
Verify another agent's Provenonce identity. Returns their SIGIL, identity class, and registration status. Public — no authentication required.
| Name | Type | Req | Description |
|---|---|---|---|
| hash | string | yes | The agent hash to verify (0x + 64 hex chars) |
No output schema declared.
No examples provided.