and avoids potential race conditions during relay disposal.",
"is_bot": false,
"headline": "fix(relay): bump applesauce-relay to 6.2.1 and simplify discardRelay",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-30T09:12:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ca305ef67c68e75b736e06bed25e1f00d92b123",
"body": null,
"is_bot": false,
"headline": "fix(transport): retain discovery tags in oversized measurement responses",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-29T17:31:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70a440f9f54a6a6cd1ba75647db1b6372508b02f",
"body": "…versized measurement\n\nA progress token on the request (e.g. callTool with onprogress) routed\nresponses through the oversized-measurement branch in OutboundResponseRouter.\nThat branch built startFrameTags via buildOutboundTags(), which consumes the\nper-session discovery-tag latch (hasSentCommonTags)\n[…]\nTags/\ngetServerInfoTags/getCapabilityTags that claimed server metadata is excluded\nfrom per-session discovery — the code includes it per CEP-35, and the old\nwording would mislead non-SDK implementers.",
"is_bot": false,
"headline": "fix(transport): preserve discovery tags on responses routed through o…",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-29T17:21:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f7e8dc9ffc3460f9c78d88f4468c19c45c97b338",
"body": "…oth transport handlers\n\n `NostrClientTransport.emulateInitializeResponse()` (stateless mode) fired only\n `onmessage`, while every other response producer fires both `onmessage` and\n `onmessageWithContext`. The `withClientPayments` wrapper relies on that two-path\n invariant to dedupe delivery, s\n[…]\nith an\n `'emulated'` event-id sentinel. Real capabilities are still learned from the\n first real server response per CEP-35 first-message discovery, so the synthetic\n response content is unchanged.",
"is_bot": false,
"headline": "fix(client): deliver stateless emulated initialize response through b…",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-29T14:26:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "16295491c0414ceaad2b7db9cfa49744a923b3a9",
"body": "- Add test verifying that `_meta` properties (e.g. progressToken, stream) are ignored during hash computation.\n- Bump applesauce-relay dependency to ^6.2.0.",
"is_bot": false,
"headline": "feat(identity): exclude params._meta from canonical invocation hash",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-29T10:51:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "572926d78adb11ec488aaedd4a377ea2ea4070bd",
"body": null,
"is_bot": false,
"headline": "chore(release): prepare v0.13.0",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-23T14:59:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fdd72111eccf64246c0b7b76ff86a971cef0677",
"body": null,
"is_bot": false,
"headline": "Feat/cep8 explicit gating (#75)",
"author_name": "ContextVM-org",
"author_login": "ContextVM-org",
"committed_at": "2026-06-23T14:57:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8537ef4751a4342645ab410f13c2c88c58cbf84",
"body": "… default\n\nIntroduce `PaymentInteractionPolicy` (`'optional' | 'transparent'`) to separate the server-side policy from the wire-level `PaymentInteractionMode`. The `withServerPayments` middleware now defaults to `'optional'`, which advertises `explicit_gating` support and mirrors each client's reque\n[…]\n for a transparent‑only server.\n\nUpdate the changeset documentation to describe the new policy, the server default change, backward compatibility, and the client’s effective‑mode negotiation behavior.",
"is_bot": false,
"headline": "feat(payments): add PaymentInteractionPolicy type and optional server…",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-23T12:20:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b469912bb34c60eec3c0929923348322d9f8140b",
"body": null,
"is_bot": false,
"headline": "chore: add minor changeset for CEP-8 explicit gating",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-06-22T16:55:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb319e0c4e18fcf63afe5b7bd6a047e5f371134a",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into feat/cep8-explicit-gating",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-22T15:12:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aabfb4ff1b11bbd44c4b7b79839a8efed11774c8",
"body": "Add test cases that verify a paid grant authorizes exactly one execution of one specific invocation by one specific client. The tests cover isolation on method+params, client pubkey, and JSON-RPC id, ensuring the canonical invocation identity is enforced and aligns with CEP-8 semantics.",
"is_bot": false,
"headline": "test(payments): add CEP-8 explicit-gating security isolation tests",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-22T15:08:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7bed87a846c44bee3aae4a507e126d7e3952044",
"body": null,
"is_bot": false,
"headline": "remove changesets",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-21T15:19:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87d1e5d6fd192ebc17a3e457846dc9cbddd17463",
"body": "Bump version to 0.12.5 to release the dedup deadlock fix (commit 25eb39d).\nUpdate CHANGELOG with patch notes describing the migration from\nsubscription() to req() after applesauce-relay 6.0.3.\nMinor formatting fix in event-pipeline.ts (whitespace only).",
"is_bot": false,
"headline": "chore(release): 0.12.5",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-21T15:19:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25eb39d173e93a2a2a7da8c67d269f92a1b82221",
"body": "The applesauce-relay 6.0.3 upgrade changed `RelayGroup.subscription()` to emit\nonly deduplicated NostrEvents and removed EOSE markers. This broke our explicit-\ngating payment flow, which re-sends identical request event IDs after payment and\nrelies on the server re-observing them. Relay-layer dedup \n[…]\nntics).\n- Restore EOSE callbacks for accurate completion tracking.\n\nAlso update tests to match the new implementation and remove the `eoseTimeout`\ntest (no longer supported in applesauce-relay 6.0.3).",
"is_bot": false,
"headline": "fix: use req() to avoid dedup deadlock after applesauce-relay 6.0.3",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-21T15:18:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "35f8774473a2351cebf6970508cf92e434b7562e",
"body": "…erage\n\nSpec compliance:\n- -32602 (unsupported payment_interaction) now carries data: { requested, supported }\n- -32042/-32043 instructions emphasize retrying with the same method and params\n- Client effective-mode guard: declines transparent payment_required when the\n server did not accept explici\n[…]\nsh -32042, onPaymentRequired\n reject contract, -32043 retry exhaustion\n\n429 -> 441 pass / 0 fail / 5 skip; tsc clean.\n\ndocs/: cep-8-update.md (spec reference), pr-improvements.md (review + decisions)",
"is_bot": false,
"headline": "fix(payments): finalize CEP-8 explicit-gating compliance and test cov…",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-20T13:30:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "39eae38b7a69b2dac9639fc6df04352e716322e8",
"body": null,
"is_bot": false,
"headline": "refactor: un-export internal helpers to clean up API surface",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-06-19T17:58:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c106bbf56ac783963283fdeafd8ba8ff6d8bb05b",
"body": "…tvm/mcp-sdk",
"is_bot": false,
"headline": "fix: replace remaining @modelcontextprotocol SDK imports with @contex…",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-06-19T17:48:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27b9d3495fdec92102b537debfb29148de1e94aa",
"body": null,
"is_bot": false,
"headline": "chore: add regression test for getNegotiationTags and fix imports",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-06-19T17:42:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eabfc6930811a24f71705a7c3c278ff46622f099",
"body": null,
"is_bot": false,
"headline": "chore: cleanup explicit gating after rebase",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-06-19T17:25:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3095ed36d10d74f6433e5cf9cc70447fd7060db4",
"body": null,
"is_bot": false,
"headline": "Export PaymentRequired type to fix build error",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-06-19T16:49:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "723c520a74cf3d2ec4b101416d86c6fe6649a38c",
"body": null,
"is_bot": false,
"headline": "Fix final consistency gaps and test coverage for CEP-8 explicit gating",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-06-19T16:49:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3be16300b64159c2949056b8eefdbf81d6b2800",
"body": null,
"is_bot": false,
"headline": "Fix lint issue in canonical-identity.test.ts",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-06-19T16:49:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2471f0833f9ea67ca35e4cb63339faeafdd38fd",
"body": null,
"is_bot": false,
"headline": "Fix final review findings for CEP-8 explicit gating",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-06-19T16:49:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f605a330711f08a2f2fc10405e38a6ac375aa05",
"body": "…eraction learning\n\n- Server inbound-coordinator: set effectivePaymentInteraction = 'transparent'\n before early return when rejecting unsupported explicit_gating. Prevents\n inconsistent session state (requestedPaymentInteraction set but\n effectivePaymentInteraction undefined).\n- Client inbound-co\n[…]\nent early return. The server sends this tag once on its\n first response, which was previously unreachable because the first event\n triggers setInitializeEvent() + return before the tag parsing code.",
"is_bot": false,
"headline": "fix: session state after -32602 rejection and unreachable payment_int…",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-06-19T16:44:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f73b09dd0868b3d6fc5309b7e3af7ca2444c6220",
"body": "- Fix integration test failure: remove getPendingRequestForEventId()\n guard from -32042/-32043 handlers. resolveResponse() consumes the\n correlation entry before the payment wrapper reads it, so the lookup\n always returned undefined. Use rawRequestCache as the authoritative\n source for retry req\n[…]\nit-gating.test.ts\n- Remove as any cast in server-transport-payments.ts\n- Wire -32602 error in inbound-coordinator.ts for unsupported modes\n- Delete accidental package-lock.json (project uses bun.lock)",
"is_bot": false,
"headline": "fix: resolve explicit gating correlation race and CI failures",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-06-19T16:44:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "89ff84bdd0d33c74e7bfff43f193160f8f2f9be6",
"body": null,
"is_bot": false,
"headline": "Reseolve minor issue findings",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-06-19T16:44:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "670867ece2b4e355810e46b0c639966aca3e6338",
"body": null,
"is_bot": false,
"headline": "fix(sdk): resolve explicit gating bugs and stabilize tests",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-06-19T16:44:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26acaf1ebe9ab104b1ebe74fe70a85c2896fbffd",
"body": null,
"is_bot": false,
"headline": "fix: address PR feedback for explicit gating",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-06-19T16:42:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f3b0820d8246cebd10bad541e0a757b6a47e041",
"body": null,
"is_bot": false,
"headline": "fix: address code review findings for explicit gating",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-06-19T16:42:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c0a6b1ee19ca4135aa6316d0c3b0b3850162fac",
"body": "Resolves #74 by adding full support for the explicit gating payment lifecycle in the ContextVM TypeScript SDK. Includes server middleware for tracking authorization states, client support for auto-retrying intercepted -32042/-32043 errors, and transport modifications to negotiate payment modes.",
"is_bot": false,
"headline": "feat: implement CEP-8 explicit gating lifecycle",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-06-19T16:42:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5dd2030efcc601c76056b82e3a343a54584b63b6",
"body": "Bump version and update changelog for release 0.12.4. This release includes a fix for open-stream writer attachment in oversized (CEP-22) requests, ensuring `ctx.stream` is available to tools.",
"is_bot": false,
"headline": "chore(release): 0.12.4",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-19T14:06:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6398966c9b78eb13d3c1ffffbf170d997cd98614",
"body": "…ests\n\nMove the `_meta.stream` attachment from `authorizeAndProcessEvent()` into\n`handleIncomingRequest()`, the single funnel both inbound request paths flow\nthrough. Oversized (CEP-22) reassembly re-injects the synthetic request via\n`handleIncomingRequest` without passing back through\n`authorizeAnd\n[…]\nhe fix).\n\nAlso bump `@contextvm/mcp-sdk` 1.29.1 -> 1.30.0, drop the now-superseded\n`docs/cep-41-design-plan.md`, and remove the prior `shaky-rocks-fall`\nchangeset (sibling progressToken-conflict fix).",
"is_bot": false,
"headline": "fix(transport): attach open-stream writer for oversized (CEP-22) requ…",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-19T14:03:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c71d556d3428aed2182fed4744d50ff7d59a84d0",
"body": "…ponse routing\n\n- Binary search for chunk size now catches encryption rejections (e.g., NIP-44 plaintext cap) and treats them as \"too large\" to converge safely.\n- Outbound response router treats measurement failures as infinite size, forcing fragmentation for oversized encrypted payloads.\n- Added e2e tests for oversized gift-wrap scenarios to verify robust handling.",
"is_bot": false,
"headline": "fix(transport): handle encryption size limits in chunk sizing and res…",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-17T22:40:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e81d76c6c9132f06b76db59786d7dd74d91960ad",
"body": "Bind progress tokens synchronously in ClientOutboundSender to ensure\ndeterministic behavior. Update ServerOpenStreamFactory to only defer\nresponses if the OpenStreamWriter has actually started streaming. Add\nhasStarted to OpenStreamWriter to distinguish between an active writer\nand one that has emitted frames.",
"is_bot": false,
"headline": "fix(transport): resolve open-stream and progress token conflicts",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-17T18:00:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26fa051c8f0cb246015f214830ae678ac072bc0c",
"body": "Bind progress tokens synchronously in ClientOutboundSender to avoid\nconflicts with existing open streams. Update ServerOpenStreamFactory\nto only defer responses when the OpenStreamWriter has actually started\nstreaming, preventing incorrect bindings. Add hasStarted to\nOpenStreamWriter for reliable state tracking. Add end-to-end test\nfor oversized transfer composition.",
"is_bot": false,
"headline": "fix(transport): resolve open-stream and progress token conflicts",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-17T18:00:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb5009c72a78a03836150f7270bbffec9c499581",
"body": "Address a conflict where standard MCP progress tokens could be\nincorrectly bound to existing open streams.\n\n- Bind progress tokens synchronously in `ClientOutboundSender` to ensure\n deterministic behavior.\n- Update `ServerOpenStreamFactory` to only defer responses if the\n `OpenStreamWriter` has actually started streaming.\n- Add `hasStarted` to `OpenStreamWriter` to distinguish between an active\n writer and one that has emitted frames.",
"is_bot": false,
"headline": "fix(transport): resolve open-stream and progress token conflicts",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-17T17:41:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d80850c9f37ef214310db5b4a1732790dfab2e45",
"body": "Add ClientInboundNotificationDispatcher test to verify progress frames are forwarded before reassembly, ensuring resetTimeoutOnProgress works (CEP-22). Bump version to 0.12.1 and update changelog.",
"is_bot": false,
"headline": "fix: forward progress notifications for oversized transfer timeout",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-17T15:57:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37430bd5daaa13b85a3973188f412b48247976e6",
"body": "Forward progress notifications before processing oversized frames so that\nresetTimeoutOnProgress works (CEP-22 timeout semantics). Also fix e2e tests\nto filter only result responses, preventing progress notifications from\nbeing incorrectly captured as responses.",
"is_bot": false,
"headline": "fix: forward progress notifications for oversized transfer timeout",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-15T10:38:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f4ab2cccecc73bc47c44740fc8428280b4291c1",
"body": "Bump version to 0.12.0 and update changelog accordingly.",
"is_bot": false,
"headline": "chore(deps): replace @modelcontextprotocol/sdk with @contextvm/mcp-sdk",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-12T14:14:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64b6b97b734ee526491899a5d37cec8070c64f9f",
"body": null,
"is_bot": false,
"headline": "Feat/cvm mcp sdk (#76)",
"author_name": "ContextVM-org",
"author_login": "ContextVM-org",
"committed_at": "2026-06-12T14:12:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d90bb9edecf62bcdb747fcd0981c04ceff0c1155",
"body": null,
"is_bot": false,
"headline": "chore(deps): replace @modelcontextprotocol/sdk with @contextvm/mcp-sdk",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-12T11:18:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a903d86c7af882bf30a4218158caaf82a0d6ab54",
"body": null,
"is_bot": false,
"headline": "test(transport): update encryption mode enum in deduplication test",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-09T09:56:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3c2e316ed3cea587eea01d58e3e2bcd667313b1",
"body": "Add support for a dedicated MCP transport to handle announcement messages in per-client mode. When using `createMcpClientTransport`, internal announcement messages are now forwarded to the optional `announcementMcpTransport` instead of being dropped, enabling public server announcements to be captured and processed.",
"is_bot": false,
"headline": "feat(gateway): add dedicated announcement transport for per-client mode",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-08T15:05:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54ad0590a8b6467085ce293fe77557bdc92f068a",
"body": "Change relay resolution to always await CEP-17 discovery before using fallback\nrelays. Previously, a race condition between discovery and fallback could cause\nfallback relays to be used even when discovery would return relays. Now\ndiscovery is awaited first, ensuring CEP-17 discovered relays always take\nprecedence. Fallback relays are only used when discovery returns no operational\nrelays.",
"is_bot": false,
"headline": "fix(relay): prioritize CEP-17 discovered relays over fallback relays",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-08T11:05:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30fab74d5a392ff0033232de4b529bc9fe0bf05f",
"body": "Add support for configuring relayOptions and publishOptions through the ApplesauceRelayPool constructor. The relayOptions are passed through to each underlying Relay instance, while publishOptions (timeout and retries) are forwarded to RelayGroup.publish(). Includes tests verifying both options are correctly applied.",
"is_bot": false,
"headline": "feat(relay): add relayOptions and publishOptions configuration",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-03T16:24:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8776e6588c4cfc299fc7b2aeea6da0daee99b2fa",
"body": null,
"is_bot": false,
"headline": "chore(release): bump version to 0.11.11 and update changelog",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-05-25T08:18:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4610f71fac959d9cf21cf04caf647db758d9b0d3",
"body": "…stream error handling\n\n- Add duplicate detection for plain inbound events in nostr-client event pipeline to prevent reprocessing\n- Move lastChunkIndex validation earlier in close frame processing to reject malformed frames before marking stream closed\n- Ensure writer lifecycle callbacks (onClose, onAbort) run even when frame publish fails\n- Add tests for client deduplication, malformed close validation, and writer failure scenarios",
"is_bot": false,
"headline": "fix(transport): add client-side event deduplication and improve open-…",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-05-21T21:46:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dde080bcf45b585d559f62ad0c57d1b32fe738b8",
"body": "- Update version to 0.11.10 in package.json\n- Add changelog entry for patch release\n- Remove changeset file after release\n- Remove docs submodule reference",
"is_bot": false,
"headline": "chore: release v0.11.10",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-05-19T16:30:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "188390d189b0ac7295f19501141784e3926cd2f7",
"body": "…nts (#73)",
"is_bot": false,
"headline": "feat(transport): add category tag support to common schema announceme…",
"author_name": "ContextVM-org",
"author_login": "ContextVM-org",
"committed_at": "2026-05-19T16:28:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0324e0be469749cb21e7cd83038b6581eada4602",
"body": "Add optional categories parameter to CommonToolSchemasOptions that enables\nincluding CEP-15 category tags in tools/list event announcements. Categories\nare normalized (trimmed whitespace) and deduplicated before being appended\nas 't' tags after the common-schema meta namespace tag. Includes unit and\nintegration tests for the new functionality.",
"is_bot": false,
"headline": "feat(transport): add category tag support to common schema announcements",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-05-19T15:53:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46b0cd97734c9277f78c0c43992c8f6b75c5e639",
"body": "- replace CEP-41 stream byte accounting in [`OpenStreamSession`](src/transport/open-stream/session.ts:55) with `TextEncoder`-based UTF-8 measurement\n- make internal open-stream processing failures terminate sessions so consumers observe iterator/`closed` errors\n- add regression coverage for browser-\n[…]\nse64.ts`](src/core/utils/base64.ts) and use it in LNBits payment modules\n- document Node/browser compatibility rules in [`AGENTS.md`](AGENTS.md) to prevent future Node-only globals in production paths",
"is_bot": false,
"headline": "fix: make open-stream browser-safe and remove production Buffer usage",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-05-17T11:26:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1914e34106ef243675d259d59588de8a3f64cdf3",
"body": null,
"is_bot": false,
"headline": "refactor: decompose transport layer into composable modules (#72)",
"author_name": "ContextVM-org",
"author_login": "ContextVM-org",
"committed_at": "2026-05-14T09:29:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c1bc349a5775cf6c85d0fc5850132a716e824ab",
"body": null,
"is_bot": false,
"headline": "fix(test): resolve typescript conversion error in server transport tests",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-05-13T15:33:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "162d0b9d61e8389b094838d5df9e5c28bc67229b",
"body": "…d resolve race condition",
"is_bot": false,
"headline": "fix(transport): adapt open-stream tests to refactored architecture an…",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-05-13T15:23:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23ab64c1790bf789dd9346310ad20544dd50877a",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'upstream/master' into refactor-transport",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-05-13T15:11:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae13fbd4ed1dca0ea96ce6a4ccbb984f2bd3a883",
"body": null,
"is_bot": false,
"headline": "fix(test): resolve race condition in open-stream response flushing",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-05-13T14:56:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "433697be2c58089bc47ba75e86ae5ec872266c4e",
"body": null,
"is_bot": false,
"headline": "docs: refine architecture guidelines in AGENTS.md",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-05-13T14:22:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07a05562add4ce1abd997f4761471da9147d9e20",
"body": null,
"is_bot": false,
"headline": "fix(transport): publish abort frame before running abort hook",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-05-12T15:50:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6201661db415a8e8372b315d51836ad860a1378",
"body": "… compatibility",
"is_bot": false,
"headline": "Fix TypeScript errors and visibility in NostrClientTransport for test…",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-05-12T15:45:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b42326e94e9f67a4fd73dcd5a3a6d58b582e7be9",
"body": "… measurement logic",
"is_bot": false,
"headline": "Merge master into refactor-transport and integrate oversized transfer…",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-05-12T15:37:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f02e15931be057cecf41b9da9f8a927792419ee3",
"body": null,
"is_bot": false,
"headline": "test(transport): update correlation/open-stream expectations",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-05-12T15:14:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff6c74a64d4e828cc9cb85128720d5e9030c10b9",
"body": null,
"is_bot": false,
"headline": "refactor(transport): modularize client/server orchestration",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-05-12T15:13:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4486d853b8d44dfbb5a4c73a95f07ea9d9c1e12d",
"body": "Release patch version with transport refactor changes and cleanup stale changeset file.",
"is_bot": false,
"headline": "chore(release): bump version to 0.11.7 and update changelog",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-05-12T14:02:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81840e729c3105c6c92bde073be2c7e5a611166a",
"body": "… transfer decisions\n\nInstead of checking the logical JSON-RPC message size, the transport now measures the final published Nostr event size (including encryption, gift wrapping, and tags) when deciding to switch to oversized transfer and calculating safe chunk sizes. This ensures accurate threshold\n[…]\nt size for threshold checking\n- Use binary search in `resolveSafeOversizedChunkSize` to derive optimal per-chunk budget\n- Add tests verifying published event size measurement and chunk size derivation",
"is_bot": false,
"headline": "refactor(transport): measure final published event size for oversized…",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-05-12T12:57:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fe5c466bf80e1a33713911bf2beffc040ae8f091",
"body": null,
"is_bot": false,
"headline": "Merge master into refactor-transport",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-05-12T11:58:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34c6918beaf4b50efb58b8313388fc3627341f62",
"body": "…types\n\n- Don't treat duplicate relay responses as success-equivalent\n- Don't retry terminal relay rejections like \"mute\"\n- Don't retry unknown negative responses once a connected relay answered\n- Throw specific error for relay-rejected publishes vs ambiguous failures\n- Update tests to match new behavior\n- Fix subscription to return early on EOSE instead of continuing to process",
"is_bot": false,
"headline": "fix(relay): improve publish retry logic for different relay response …",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-05-10T15:15:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50a22a0f18bbf6c9604e1563503284b93669910e",
"body": "Add isPublishSuccessEquivalent() method to handle relay responses with\n\"duplicate\", \"already have this event\", or \"already exists\" messages as\nsuccessful publishes. This prevents unnecessary retry attempts when relays\nalready possess the event. Also fix OpenStreamWriter abort to not wait\nfor stuck writes and properly handle concurrent abort calls.",
"is_bot": false,
"headline": "fix(relay): treat duplicate publish responses as success-equivalent",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-05-10T13:53:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eec4ebe6b7d6f8a3e0434e238aced0387debebdc",
"body": "…eviction\n\nRefactors session eviction logic for CEP-41 open streams to immediately remove the session while retaining enough state to flush pending responses. Adds an evicted client pubkeys set to prevent new notifications while allowing deferred final responses to be sent. Includes test coverage for the flush behavior.",
"is_bot": false,
"headline": "fix(transport): flush pending open-stream responses on probe-timeout …",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-05-10T12:50:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e2013a2c7aa61375c56280046b524ff8fe56708",
"body": "…build\n\nWhen a relay rebuild occurs during a publish attempt, the zero acknowledgements received could be ambiguous - either the publish failed or the relays were temporarily unavailable. This change introduces a generation counter to track relay rebuilds and retries the publish if it was interrupte\n[…]\nxes session cleanup in the NostrServerTransport to properly remove client sessions after an open-stream probe timeout, and increases the default probe timeout from 10s to 20s to reduce false timeouts.",
"is_bot": false,
"headline": "fix(relay): handle ambiguous publish acknowledgements during relay re…",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-05-10T12:08:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "16558ddfc4c8b8e0ce1e411bf889ecd1b9facb21",
"body": "…am handlers\n\nAdd support for forwarding progress notifications from open-stream sessions to\nupstream transport handlers. The NostrClientTransport now invokes onmessage and\nonmessageWithContext callbacks for progress notifications, and the callToolStream\nfunction accepts a custom onprogress handler to allow consumers to receive and\nhandle progress updates.",
"is_bot": false,
"headline": "feat(transport): forward open-stream progress notifications to upstre…",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-05-09T16:19:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1754e7cb4875d60e15e9c1e323933b1295efe888",
"body": "…CP SDK\n\nImprove CEP-41 open-stream tool calls by delegating progress-token generation to the upstream MCP SDK instead of manually injecting tokens in the client helper. This enables proper timeout reset behavior during long-running streamed tool calls and keeps the transport aligned with the SDK's \n[…]\n. Update the transport routing and correlation store accordingly.\n\nBREAKING CHANGE: CorrelationStore.getEventIdByProgressToken() and hasProgressToken() now require clientPubkey as the first parameter.",
"is_bot": false,
"headline": "refactor(transport): delegate progress-token generation to upstream M…",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-05-09T15:52:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e89dceb03490e6b52a31d864a6b5148de43e4d17",
"body": "This release includes:\n- feat(transport): Add CEP-41 open-ended stream transfer support over ContextVM transport with client/server handling, session lifecycle management, buffering, and keepalive timeouts\n- fix(transport): Ensure session cleanup and proper ordering in open streams\n- refactor(relay): Process relay pings individually with proper cleanup",
"is_bot": false,
"headline": "release: bump version to 0.11.0 with CEP-41 open-ended stream support",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-05-09T11:12:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42b4957e47bfe2048c1d8fbb1fb6d7e3694a46db",
"body": "- Added JSDoc comments to ClientEventPipeline and ServerEventPipeline exports.\n- Extracted client open-stream session setup into ClientOpenStreamFactory.\n- Reduced nostr-client-transport.ts by ~120 LOC.\n- Kept authorizeAndProcessEvent inline in ServerTransport since extracting it would reduce clarity due to heavy coupling with transport state.",
"is_bot": false,
"headline": "refactor: address maintainer recommendations from transport extraction",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-05-08T17:12:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67c7d6930945f2511df7f6fed734f7c1e8a72e65",
"body": "- Fixed generic type argument for LruCache in ClientEventPipeline and ServerEventPipeline\n- Removed unused imports (decryptMessage, verifyEvent, etc) from client and server transports\n- Fixed missing OpenStreamPolicy and JSONRPC imports in ServerOpenStreamFactory\n- Removed unused OpenStreamWriter from OutboundResponseRouter",
"is_bot": false,
"headline": "fix: resolve build and lint errors from event pipeline extraction",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-05-08T16:40:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cda331ba63769147437c4bead1066ce9756ef25a",
"body": "…reams\n\n- Fix registry to remove sessions even when onClose/onAbort callbacks throw\n- Add queuedBytes tracking to count unread chunks against buffer limits\n- Release queued byte budget when chunks are consumed by iterator\n- Add operation queue to writer to serialize concurrent writes before close\n- Add tests for concurrent chunk/close processing and callback error handling",
"is_bot": false,
"headline": "fix(transport): ensure session cleanup and proper ordering in open st…",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-05-08T14:41:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "109f1dcaae04141e585b6e8f2ed613fa44e2be3d",
"body": "Refactor the ping mechanism to process each relay separately instead of using a merged stream. Each relay now gets a unique ping ID and its own subscription that is properly cleaned up with a CLOSE message in a finally block. This ensures better isolation between relay pings and prevents potential race conditions when multiple relays respond.",
"is_bot": false,
"headline": "refactor(relay): process relay pings individually with proper cleanup",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-05-08T14:11:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa0cad165be6a5905326d760b40f72478d57a027",
"body": "- Encapsulated mutable map state within ServerOpenStreamFactory using deferIfStreamActive.\n- Moved OpenStreamReceiver setup into ServerOpenStreamFactory for tighter cohesion.\n- Extracted ServerEventPipeline and ClientEventPipeline to encapsulate event decryption, verification, and dedup logic.\n- Propagated JSDoc comments to all public APIs per AGENTS.md guidelines.\n- Addressed maintainer feedback regarding shared mutable state leaking from factories.",
"is_bot": false,
"headline": "refactor: encapsulate state and extract event pipelines",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-05-08T13:17:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "239fd2c76e7fd85da5e11c80a4c0e4cbd22efe47",
"body": "Co-authored-by: Copilot Autofix powered by AI \u003c175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Potential fix for pull request finding",
"author_name": "Khushvendra Singh",
"author_login": "1amKhush",
"committed_at": "2026-05-07T16:22:17Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "51618538e4eac4232031d4c25471e478c85c1a66",
"body": "…d bug, clean whitespace",
"is_bot": false,
"headline": "refactor: fix audit issues — encapsulate negotiator state, remove bin…",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-05-07T16:10:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14a95d11680e3cb9fa381f1542d5d0c419cffb41",
"body": null,
"is_bot": false,
"headline": "refactor: extract client inbound notification dispatcher",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-05-07T15:55:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "970a8bedf24ad8235c1d995a73bd51124b1f56f0",
"body": null,
"is_bot": false,
"headline": "refactor: extract server open stream factory",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-05-07T15:51:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f378962ffb1750c69764a47b5af370eb2376f3f",
"body": null,
"is_bot": false,
"headline": "refactor: extract shared capability negotiator",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-05-07T15:48:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f279d7c3eca18e68c66093fddddd7dc1123ff374",
"body": null,
"is_bot": false,
"headline": "refactor: extract server outbound response router",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-05-07T15:40:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c0a37c2d4ca22a3ff678d369b15785a3e8ab126",
"body": null,
"is_bot": false,
"headline": "refactor: extract server inbound notification dispatcher",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-05-07T15:33:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91dc1c726634d20d32ef5d99231d39cb13bc2589",
"body": null,
"is_bot": false,
"headline": "feat(transport): CEP-41 open-ended streams (#71)",
"author_name": "ContextVM-org",
"author_login": "ContextVM-org",
"committed_at": "2026-05-07T15:18:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcfa17b6e5c3083b013c68607dfa95e7e27dfa10",
"body": "…test",
"is_bot": false,
"headline": "refactor(transport): remove unused imports from call-tool-stream e2e …",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-05-07T14:47:38Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 353,
"latest_release_at": "2025-10-18T15:52:42Z",
"latest_release_tag": "v0.1.34",
"releases_from_tags": true,
"days_since_last_push": 9,
"active_weeks_last_year": 42,
"days_since_latest_release": 286,
"mean_days_between_releases": 43
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "@contextvm/sdk",
"exists": true,
"license": "LGPL-3.0-1",
"keywords": [
"contextvm",
"ctxvm",
"cvm",
"nostr",
"modelcontextprotocol",
"mcp",
"ai",
"llm"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@contextvm/sdk",
"is_deprecated": false,
"latest_version": "0.13.10",
"repository_url": "https://github.com/ContextVM/sdk",
"versions_count": 133,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 3149,
"first_published_at": "2025-07-15T09:23:26.854000Z",
"latest_published_at": "2026-07-22T12:54:54.047000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 9
}
]
},
"popularity": {
"forks": 16,
"stars": 12,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2025-12-30",
"count": 1
},
{
"date": "2026-02-09",
"count": 1
},
{
"date": "2026-02-27",
"count": 1
},
{
"date": "2026-03-12",
"count": 1
},
{
"date": "2026-04-01",
"count": 3
},
{
"date": "2026-04-03",
"count": 1
},
{
"date": "2026-04-04",
"count": 2
},
{
"date": "2026-04-06",
"count": 1
},
{
"date": "2026-04-08",
"count": 1
},
{
"date": "2026-04-09",
"count": 1
},
{
"date": "2026-04-11",
"count": 1
},
{
"date": "2026-04-21",
"count": 1
},
{
"date": "2026-04-25",
"count": 1
}
],
"complete": true,
"collected": 16,
"total_forks": 16
},
"star_history": null,
"open_issues_and_prs": 3
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": true,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 85788,
"source_files_sampled": 171,
"oversized_source_files": 2,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 2804
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 58,
"malicious_count": 0,
"assessed_package": "npm:@contextvm/sdk@0.13.10",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@contextvm/mcp-sdk",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.30.0"
},
{
"name": "@noble/hashes",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.2.0"
},
{
"name": "applesauce-relay",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^6.2.1"
},
{
"name": "canonicalize",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.1.0"
},
{
"name": "nostr-tools",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.23.9"
},
{
"name": "pino",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^10.3.1"
},
{
"name": "rxjs",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^7.8.2"
},
{
"name": "ws",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^8.20.0"
},
{
"name": "zod",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.4.3"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 44,
"open_issues": 2,
"closed_ratio": 0.923,
"closed_issues": 24,
"closed_unmerged_prs": 7
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "ContextVM-org",
"commits": 192,
"avatar_url": "https://avatars.githubusercontent.com/u/235551740?v=4"
},
{
"type": "User",
"login": "gzuuus",
"commits": 123,
"avatar_url": "https://avatars.githubusercontent.com/u/116975404?v=4"
},
{
"type": "User",
"login": "1amKhush",
"commits": 52,
"avatar_url": "https://avatars.githubusercontent.com/u/180318257?v=4"
},
{
"type": "User",
"login": "abhayguptas",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/76243309?v=4"
},
{
"type": "User",
"login": "kushagra0902",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/179404757?v=4"
},
{
"type": "User",
"login": "tharu-jwd",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/13709679?v=4"
},
{
"type": "User",
"login": "DevAnuragT",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/97083108?v=4"
},
{
"type": "User",
"login": "aphrodoe",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/89084510?v=4"
},
{
"type": "User",
"login": "hzrd149",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/8001706?v=4"
},
{
"type": "User",
"login": "junaiddshaukat",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/154750865?v=4"
}
],
"contributors_sampled": 10,
"top_contributor_share": 0.49
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"lint.yml",
"package-check.yml",
"test.yml"
],
"has_docs_dir": false,
"linter_configs": [
"eslint.config.mjs"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "2 out of 2 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 1/23 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 4 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 4,
"reason": "6 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "bb0fb3f321bb3b5986673f2971e18ddefd047359",
"ran_at": "2026-07-31T16:50:13Z",
"aggregate_score": 3.8,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-22T12:55:09Z",
"oldest_open_prs": [
{
"number": 78,
"created_at": "2026-07-29T10:48:00Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-22T12:52:43Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 45,
"created_at": "2026-04-07T15:16:50Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 52,
"created_at": "2026-04-20T14:11:21Z",
"last_comment_at": "2026-04-20T14:12:37Z",
"last_comment_author": "Priyanshubhartistm"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ContextVM/sdk",
"host": "github.com",
"name": "sdk",
"owner": "ContextVM"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": "The weighted overall 64 is calibrated to 73 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 64,
"calibrated": 73,
"calibration": "2026-08-02"
}
}
],
"value": 73,
"inputs": {
"security": 50,
"vitality": 78,
"community": 43,
"governance": 70,
"calibration": "2026-08-02",
"engineering": 70,
"ai_readiness": 62,
"weighted_overall_raw": 64
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 78,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 86,
"inputs": {
"commits_last_year": 353,
"human_commit_share": 1,
"days_since_last_push": 9,
"active_weeks_last_year": 42
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 9 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 9
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "42/52 weeks with commits",
"points": 29.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 42
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "353 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 353
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 66,
"inputs": {
"releases_count": 3,
"latest_release_tag": "v0.1.34",
"releases_from_tags": true,
"days_since_latest_release": 286,
"mean_days_between_releases": 43
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 286 days ago",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 286
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~43 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 43
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 11,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 11 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 11
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 43,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 27,
"inputs": {
"forks": 16,
"stars": 12,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "12 stars",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 12
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "16 forks",
"points": 9.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 16
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (LGPL-3.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "LGPL-3.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 58,
"inputs": {
"packages": [
"@contextvm/sdk"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 3149
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "3,149 downloads/month across npm",
"points": 46.6,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 3149,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 70,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 10,
"top_contributor_share": 0.49
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 49% of commits",
"points": 11.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 49
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "10 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 10
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 74,
"inputs": {
"merged_prs": 44,
"open_issues": 2,
"closed_issues": 24,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.923,
"closed_unmerged_prs": 7,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "92% of issues closed",
"points": 38.8,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 92
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "44/51 decided PRs merged",
"points": 25.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 44,
"decided": 51
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/23 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"followers": 21,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "ContextVM",
"public_repos": 23,
"account_age_days": 389
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "21 followers of ContextVM",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 21,
"login": "ContextVM"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "23 public repos, account ~1 yr old",
"points": 12.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 23
}
},
{
"code": "account_age_years",
"params": {
"years": 1
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"@contextvm/sdk"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 9
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 9 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 9
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "133 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 133
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 70,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": "eslint.config.mjs",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.mjs"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "2 out of 2 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"mcp",
"message-bus",
"nostr",
"transport"
],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 50,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 38,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.8
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "2 out of 2 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 1/23 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "6 existing vulnerabilities detected",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "exceptional",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the npm:@contextvm/sdk@0.13.10 runtime dependency closure — what installing the published package pulls in — 58 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "npm:@contextvm/sdk@0.13.10",
"assessed": 58
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 58,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "exceptional",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 58,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 7
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 62,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.89,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 2804
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md, CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md, CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "89 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 89,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "weak",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0.01,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": "eslint.config.mjs",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.mjs"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "1 of the last 100 commits agent-authored or agent-credited",
"points": 2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 85788,
"source_files_sampled": 171,
"oversized_source_files": 2
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "2/171 source files over 60KB",
"points": 54.4,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 171,
"oversized": 2
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"example_dirs": [],
"has_mcp_signal": true,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 20,
"status": "met",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"metrics_version": "2.1.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-31T16:50:25.628020Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/ContextVM/sdk.svg",
"full_name": "ContextVM/sdk",
"license_state": "standard",
"license_spdx": "LGPL-3.0"
},
"repoMeta": null,
"notFound": false,
"related": [
{
"id": 29340,
"full_name": "ComposioHQ/composio",
"url": "https://github.com/ComposioHQ/composio",
"description": "Composio powers 1000+ toolkits, tool search, context management, authentication, and a sandboxed workbench to help you build AI agents that turn intent into action.",
"ecosystem": "pypi",
"ecosystems": [
"pypi",
"npm"
],
"primary_language": "TypeScript",
"languages": [
"TypeScript",
"Python"
],
"topics": [
"ai",
"python",
"agents",
"aiagents",
"function-calling",
"developer-tools",
"gpt-4",
"llm",
"llmops",
"typescript",
"javascript",
"js",
"ai-agents",
"mcp",
"remote-mcp-server",
"sse",
"agentic-ai"
],
"license_spdx": "MIT",
"license_state": "standard",
"stars": 29296,
"forks": 4669,
"watchers": 67,
"monthly_downloads": 1680219,
"latest_score": 98,
"latest_band": "exceptional",
"latest_scanned_at": "2026-07-20T20:14:42.137008Z",
"has_high_risk_jurisdiction_exposure": false,
"has_malicious_dependency": false,
"growth_authenticity": "unverified",
"abandonment_state": "unverified",
"red_flags": [],
"badge_url": ""
},
{
"id": 111,
"full_name": "langgenius/dify",
"url": "https://github.com/langgenius/dify",
"description": "Production-ready platform for agentic workflow development.",
"ecosystem": "npm",
"ecosystems": [
"npm",
"pypi"
],
"primary_language": "TypeScript",
"languages": [],
"topics": [
"agent",
"agentic-ai",
"agentic-framework",
"agentic-workflow",
"ai",
"automation",
"gemini",
"genai",
"gpt",
"gpt-4",
"llm",
"low-code",
"mcp",
"nextjs",
"no-code",
"openai",
"orchestration",
"python",
"rag",
"workflow"
],
"license_spdx": null,
"license_state": "custom",
"stars": 148611,
"forks": 23425,
"watchers": 818,
"monthly_downloads": 0,
"latest_score": 98,
"latest_band": "exceptional",
"latest_scanned_at": "2026-07-13T01:49:18.026911Z",
"has_high_risk_jurisdiction_exposure": false,
"has_malicious_dependency": false,
"growth_authenticity": "unverified",
"abandonment_state": "unverified",
"red_flags": [],
"badge_url": ""
},
{
"id": 31174,
"full_name": "ag2ai/ag2",
"url": "https://github.com/ag2ai/ag2",
"description": "AG2 (formerly AutoGen): The Open-Source AgentOS.Join us at: https://discord.gg/sNGSwQME3x",
"ecosystem": "pypi",
"ecosystems": [
"pypi"
],
"primary_language": "Python",
"languages": [
"Python",
"MDX"
],
"topics": [
"a2a",
"agent-framework",
"llm",
"python",
"agentic",
"ai",
"llms",
"mcp",
"multi-agent",
"multi-agent-system",
"genai",
"agentic-ai",
"ai-agents-framework",
"aiagents",
"open-source",
"ag2",
"ag2.ai",
"ag2ai",
"agent",
"autogen"
],
"license_spdx": "Apache-2.0",
"license_state": "standard",
"stars": 4783,
"forks": 678,
"watchers": 72,
"monthly_downloads": 494408,
"latest_score": 98,
"latest_band": "exceptional",
"latest_scanned_at": "2026-07-21T03:45:21.669587Z",
"has_high_risk_jurisdiction_exposure": false,
"has_malicious_dependency": false,
"growth_authenticity": "organic",
"abandonment_state": "unverified",
"red_flags": [],
"badge_url": ""
},
{
"id": 30859,
"full_name": "deepset-ai/haystack",
"url": "https://github.com/deepset-ai/haystack",
"description": "Open-source AI orchestration framework for building context-engineered, production-ready LLM applications. Design modular pipelines and agent workflows with explicit control over retrieval, routing, memory, and generation. Built for scalable agents, RAG, multimodal applications, semantic search, and conversational systems.",
"ecosystem": "pypi",
"ecosystems": [
"pypi",
"npm"
],
"primary_language": "Python",
"languages": [
"Python"
],
"topics": [
"nlp",
"question-answering",
"pytorch",
"semantic-search",
"information-retrieval",
"summarization",
"transformers",
"machine-learning",
"ai",
"python",
"large-language-models",
"generative-ai",
"llm",
"rag",
"retrieval-augmented-generation",
"agents",
"agent",
"gemini",
"gpt-4",
"orchestration",
"bert",
"qa",
"reader",
"retriever",
"albert",
"language-model",
"mrc",
"roberta",
"search",
"squad",
"transfer-learning",
"transformer"
],
"license_spdx": "Apache-2.0",
"license_state": "standard",
"stars": 25959,
"forks": 2941,
"watchers": 160,
"monthly_downloads": 1022672,
"latest_score": 100,
"latest_band": "exceptional",
"latest_scanned_at": "2026-07-21T02:32:10.344140Z",
"has_high_risk_jurisdiction_exposure": false,
"has_malicious_dependency": false,
"growth_authenticity": "unverified",
"abandonment_state": "unverified",
"red_flags": [],
"badge_url": ""
},
{
"id": 231,
"full_name": "aaif-goose/goose",
"url": "https://github.com/aaif-goose/goose",
"description": "an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM",
"ecosystem": "crates",
"ecosystems": [
"crates",
"npm"
],
"primary_language": "Rust",
"languages": [
"Rust",
"TypeScript"
],
"topics": [
"mcp",
"acp",
"ai",
"ai-agents"
],
"license_spdx": "Apache-2.0",
"license_state": "standard",
"stars": 51252,
"forks": 5693,
"watchers": 325,
"monthly_downloads": null,
"latest_score": 99,
"latest_band": "exceptional",
"latest_scanned_at": "2026-07-15T20:54:53.671043Z",
"has_high_risk_jurisdiction_exposure": false,
"has_malicious_dependency": false,
"growth_authenticity": "unverified",
"abandonment_state": "unverified",
"red_flags": [],
"badge_url": ""
},
{
"id": 45727,
"full_name": "awslabs/mcp",
"url": "https://github.com/awslabs/mcp",
"description": "Open source MCP Servers for AWS",
"ecosystem": "pypi",
"ecosystems": [
"pypi",
"npm"
],
"primary_language": "Python",
"languages": [
"Python"
],
"topics": [
"aws",
"mcp",
"mcp-client",
"mcp-clients",
"mcp-host",
"mcp-server",
"mcp-servers",
"mcp-tools",
"modelcontextprotocol"
],
"license_spdx": "Apache-2.0",
"license_state": "standard",
"stars": 9510,
"forks": 1665,
"watchers": 74,
"monthly_downloads": 193036,
"latest_score": 99,
"latest_band": "exceptional",
"latest_scanned_at": "2026-07-28T18:45:53.913357Z",
"has_high_risk_jurisdiction_exposure": false,
"has_malicious_dependency": false,
"growth_authenticity": "unverified",
"abandonment_state": "maintained",
"red_flags": [],
"badge_url": ""
}
]
}
}
公开记录软件健康报告模式 0.27.0 · 指标 2.1.0 · 2026-07-31 16:50 UTC
ContextVM SDK for JavaScript/TypeScript
TypeScriptLGPL-3.0★ 12 星标⑂ 16 复刻始于 2025年7月在 GitHub 上查看 ↗ ContextVM/sdk 的健康指数为 100 分中的 73 分,处于「良好」区间。 其得分最高的类别是Vitality(78/100),最低的是Community & Adoption(43/100)。 最近一次更新在 9 天前。 近期的大部分工作由 2 位贡献者完成。
软件健康指数
指标归入加权类别,统一采用 1–100 量表。总体分先取类别加权平均,再依据公开记录的分布进行校准,使各等级具有百分位含义;当公开证据触发高风险司法辖区政策时,评级会按政策调整,并设置 34(存在风险)的上限。
73
卓越93-100公开记录中的最高层级(约前 5%);基本满足所有检验标准
优秀80-92各方面均表现强劲;仅有少量不足
良好65-79健康;不足之处有限且可控
中等50-64可接受,但存在明显不足;建议进行审查
薄弱35-49多个领域存在实质性薄弱环节
存在风险20-34存在重大薄弱环节;采用时应保持审慎
危急1-19问题严重(项目被弃置、仅有单一维护者、缺乏基本工程规范)
评分画像
每条轴代表一个类别。形状比平均值更重要——健康的对象会填满整个图形,而“一峰一谷”式画像意味着某一维度的优势正掩盖另一维度的风险。
加权总体分 64 经校准后在公布的指数量表上为 73(记录校准 2026-08-02)。
所有权

21 关注者23 个公开仓库始于 2025年7月
该仓库由组织支持——共同承担、可问责的托管责任,可延续于任何单一维护者之后。
软件包生态系统
按类别列示的指标
项目是否仍有生命——是否仍在编写代码,是否仍在发布版本?
78良好 · 占总体的 21%
评分方式
| 28.8/36 | 推送新近度 — 最近一次推送于 9 天前 |
| 29.1/36 | 提交节奏 — 52 周中有 42 周有提交 |
| 18/18 | 提交量 — 最近一年 353 次提交 |
| 10/10 | OpenSSF Scorecard:Maintained — 30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10 |
所用输入
评分方式
| 16.2/27 | 有发布版本 — 3 个版本标签(无 GitHub 发布版本) |
| 16.2/36 | 发布时效 — 最近一次发布版本于 286 天前 |
| 27/27 | 发布节奏 — 约每 43 天发布一次 |
| 0/10 | OpenSSF Scorecard:Signed-Releases — 无数据 |
所用输入
已排除计分(无数据或不适用):OpenSSF Scorecard:Signed-Releases。 其余权重已重新归一化。
项目是否拥有用户、下载量与关注度,并具备欢迎贡献者参与的配置?
43薄弱 · 占总体的 17%
评分方式
| 16.9/60 | 星标 — 12 个星标 |
| 9.8/25 | 复刻 — 16 个复刻 |
| 0/15 | 关注者 — 1 位关注者 |
所用输入
评分方式
| 22.5/22.5 | README |
| 22.5/22.5 | 许可证 — 可识别的许可证(LGPL-3.0) |
| 0/18 | CONTRIBUTING 指南 |
| 0/13.5 | 行为准则 |
| 0/7.2 | 议题模板 |
| 0/6.3 | PR 模板 |
所用输入
评分方式
| 46.6/80 | 月度下载量 — npm 合计每月 3,149 次下载 |
| 0/20 | 注册表被依赖数 — 该生态系统不报告此项 |
所用输入
已排除计分(无数据或不适用):注册表被依赖数。 其余权重已重新归一化。
项目能否在其成员之外延续——巴士系数、响应能力、由谁支持,以及软件包的维护状况?
70良好 · 占总体的 23%
评分方式
| 25.2/54 | 巴士系数 — 2 位贡献者贡献了半数提交 |
| 11.5/22.5 | 提交分布 — 头号贡献者编写了 49% 的提交 |
| 13.5/13.5 | 贡献者广度 — 10 位贡献者 |
| 10/10 | OpenSSF Scorecard:Contributors — project has 4 contributing companies or organizations |
所用输入
评分方式
| 38.8/42 | 议题解决 — 92% 的议题已关闭 |
| 25.9/30 | PR 接受 — 已裁定的 PR 中 44/51 已合并 |
| 0/13 | Newcomer PR acceptance — 30 天内没有首次贡献者的 PR 得到裁决 |
| 0/15 | OpenSSF Scorecard:Code-Review — Found 1/23 approved changesets -- score normalized to 0 |
所用输入
已排除计分(无数据或不适用):newcomer_pr_acceptance。 其余权重已重新归一化。
评分方式
| 30/30 | 所有权背书 — 组织持有 |
| 0/20 | 已验证域名 |
| 9.7/25 | 所有者影响力 — ContextVM 有 21 位关注者 |
| 12.2/25 | 既往记录 — 23 个公开仓库,账户约 1 年 |
所用输入
评分方式
| 25/25 | 已发布且可解析 — npm 上有 1 个软件包 |
| 35/35 | 发布时效 — 最近一次发布于 9 天前 |
| 20/20 | 版本历史 — 133 个已发布版本 |
| 20/20 | 未被弃用 — 活跃,未被弃用或撤回 |
所用输入
评分方式
| 24/24 | CI 工作流 — 3 个工作流 |
| 24/24 | 存在测试 |
| 16/16 | Linter 配置 — eslint.config.mjs |
| 0/9.6 | Pre-commit 钩子 |
| 0/6.4 | .editorconfig |
| 20/20 | OpenSSF Scorecard:CI-Tests — 2 out of 2 merged PRs checked by a CI test -- score normalized to 10 |
所用输入
评分方式
| 30/30 | README |
| 0/25 | 文档目录 |
| 0/15 | 文档 / 主页站点 |
| 10/10 | 仓库描述 |
| 10/10 | 主题标签 — 4 个主题标签 |
| 0/10 | Wiki |
所用输入
可见的安全与供应链实践是否稳固,且不存在未解决的高风险司法辖区暴露?
50中等 · 占总体的 16%
评分方式
| 7.5/7.5 | Binary-Artifacts — no binaries found in the repo |
| 0/7.5 | Branch-Protection — branch protection not enabled on development/release branches |
| 2.5/2.5 | CI-Tests — 2 out of 2 merged PRs checked by a CI test -- score normalized to 10 |
| 0/2.5 | CII-Best-Practices — no effort to earn an OpenSSF best practices badge detected |
| 0/7.5 | Code-Review — Found 1/23 approved changesets -- score normalized to 0 |
| 2.5/2.5 | Contributors — project has 4 contributing companies or organizations |
| 10/10 | Dangerous-Workflow — no dangerous workflow patterns detected |
| 0/7.5 | Dependency-Update-Tool — no update tool detected |
| 0/5 | Fuzzing — project is not fuzzed |
| 2.5/2.5 | 许可证 — license file detected |
| 7.5/7.5 | Maintained — 30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10 |
| 0/5 | Packaging — 无数据 |
| 0/5 | Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0 |
| 0/5 | SAST — SAST tool is not run on all commits -- score normalized to 0 |
| 0/5 | Security-Policy — security policy file not detected |
| 0/7.5 | Signed-Releases — 无数据 |
| 0/7.5 | Token-Permissions — detected GitHub workflow tokens with excessive permissions |
| 3/7.5 | Vulnerabilities — 6 existing vulnerabilities detected |
所用输入
已排除计分(无数据或不适用):packaging, signed_releases。 其余权重已重新归一化。
评分方式
| 35/35 | 直接依赖不含已知公告 — 没有直接依赖携带已知公告 |
| 25/25 | 间接依赖不含已知公告 — 没有间接依赖携带已知公告 |
| 0/40 | 没有长期未处理的公告 — 没有公告带有发布日期 |
所用输入
已排除计分(无数据或不适用):没有长期未处理的公告。 其余权重已重新归一化。 比对的是 npm:@contextvm/sdk@0.13.10 的运行时依赖闭包——安装已发布的软件包时真正被拉取进来的内容——共 58 个软件包。 未对可达性进行分析。
该仓库在多大程度上具备与 AI 编码代理协同开发与维护的条件?权重刻意设小(4%):代理工具链是一项真实的维护信号,但完全不具备的仓库仍可达到 100/100。
62中等 · 占总体的 4%
评分方式
| 45/45 | 代理指令 — AGENTS.md, CLAUDE.md |
| 0/15 | 机器可读文档(llms.txt) |
| 40/40 | 可读的提交历史 — 100 次人类提交中有 89 次说明了意图(结构化标题或解释性正文) |
所用输入
评分方式
| 0/18 | 一条命令的引导启动 |
| 22/22 | 自动化测试 |
| 11/11 | Lint / 格式化配置 — eslint.config.mjs |
| 11/11 | 静态类型检查 — tsconfig.json |
| 0/10 | 可复现环境 |
| 2/10 | 已体现的代理实践 — 最近 100 次提交中有 1 次由代理编写或署名代理 |
| 0/8 | 自动化维护 — 未观察到自动依赖更新 |
| 0/10 | OpenSSF Scorecard:Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0 |
所用输入
评分方式
| 45/45 | 可类型检查的代码 — TypeScript(静态类型) |
| 54.4/55 | 可控的文件大小 — 采样的 171 个源文件中有 2 个超过 60KB |
所用输入
评分方式
| 0/40 | API 模式(OpenAPI/GraphQL/proto) |
| 20/20 | MCP 服务器 |
| 0/40 | 可运行示例 |
所用输入
关键数据
12GitHub 星标
10贡献者
353最近 12 个月提交数
9距最近推送天数
3发布版本数
2巴士系数(bus factor)
2开放议题
npm软件包生态系统数
数据采集警告
- Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token
- GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository
更多细节
Star 与 Fork 历史 0 ★ / 16 ⇿
每颗 star 和每个 fork 的添加时间,来自 GitHub 并按天汇总。累计增长位于其构成来源——每日新增——的正上方,二者可相互对照:稳定的自然增长与短暂的突增形态截然不同。当这一差别可被衡量时,它会作为增长真实性予以报告。
OpenSSF Scorecard 3.8 / 10
3.8综合
来自开源项目 OpenSSF Scorecard 的独立、工具无关的安全评估。每项检查奖励的是安全实践本身,而非特定供应商的工具。Scorecard 无法判定的检查项标记为 不适用,并从安全评分中剔除(绝不按零分计)。Scorecard v5.5.0 · 2026-07-31 16:50 UTC
直接依赖 9
| 注册表 | 软件包 | 版本约束 | 清单文件 |
|---|
| npm | @contextvm/mcp-sdk | ^1.30.0 | package.json |
| npm | @noble/hashes | ^2.2.0 | package.json |
| npm | applesauce-relay | ^6.2.1 | package.json |
| npm | canonicalize | ^2.1.0 | package.json |
| npm | nostr-tools | ^2.23.9 | package.json |
| npm | pino | ^10.3.1 | package.json |
| npm | rxjs | ^7.8.2 | package.json |
| npm | ws | ^8.20.0 | package.json |
| npm | zod | ^4.4.3 | package.json |
全部依赖 未采集
本报告未能采集到解析后的依赖集合:GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository
依赖安全公告 0
安装 npm:@contextvm/sdk@0.13.10 会引入 58 个包(直接与传递):其中 0 个存在已知公告,0 个为直接依赖。
没有已知公告影响已评估的依赖。
公告表示依赖图中记录的版本落入某条公告的受影响范围。可达性未经分析,且依赖图包含开发与测试的版本固定——某项发现可能只涉及工具链而非交付的软件。
原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"mcp",
"message-bus",
"nostr",
"transport"
],
"is_fork": false,
"size_kb": 1179,
"has_wiki": false,
"homepage": null,
"languages": {
"JavaScript": 1971,
"TypeScript": 1290357
},
"pushed_at": "2026-07-22T12:52:43Z",
"created_at": "2025-07-06T18:35:57Z",
"owner_type": "Organization",
"updated_at": "2026-07-28T18:55:07Z",
"description": "ContextVM SDK for JavaScript/TypeScript",
"is_archived": false,
"is_disabled": false,
"license_spdx": "LGPL-3.0",
"default_branch": "master",
"license_spdx_raw": "LGPL-3.0",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": "contextvm.org",
"name": "ContextVM",
"type": "Organization",
"login": "ContextVM",
"company": null,
"location": null,
"followers": 21,
"avatar_url": "https://avatars.githubusercontent.com/u/219562871?v=4",
"created_at": "2025-07-06T18:32:40Z",
"is_verified": null,
"public_repos": 23,
"account_age_days": 389
},
"license": {
"state": "standard",
"spdx_id": "LGPL-3.0",
"raw_spdx": "LGPL-3.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.1.34",
"kind": "patch",
"published_at": "2025-10-18T15:52:42Z"
},
{
"tag": "v0.1.15",
"kind": "patch",
"published_at": "2025-08-07T10:36:10Z"
},
{
"tag": "v0.1.12",
"kind": "patch",
"published_at": "2025-07-24T14:45:37Z"
}
],
"recent_commits": [
{
"oid": "bb0fb3f321bb3b5986673f2971e18ddefd047359",
"body": "…#77)",
"is_bot": false,
"headline": "fix(open-stream): arm keepalive probe before ping, expose staleness (…",
"author_name": "ContextVM-org",
"author_login": "ContextVM-org",
"committed_at": "2026-07-22T12:52:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca9f3098532d2bf91fab1c18a8d136f8cac8d0d4",
"body": "Arm the keepalive probe timer before awaiting the ping publish, so a stuck\nrelay can no longer silently park the stream. OpenStreamSession now exposes\nlastActivityAt and isStale() to let consumers build robust watchdogs that\nwork even when timers are throttled (e.g., background tabs). Added tests\nfor the probe‑timeout deadlock when pings hang or reject.",
"is_bot": false,
"headline": "fix(open-stream): arm keepalive probe before ping, expose staleness",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-07-22T12:47:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3014fd859870b21ec9fed2885fb67963ceca99d",
"body": "Update FakePaymentProcessor to respect the abortSignal parameter during\npayment verification. If the signal is already aborted, reject immediately;\notherwise, listen for the abort event to cancel the timer and reject. This\nmakes timeout/cancellation tests deterministic and mirrors rs-sdk’s\ncancellation approach.\n\nAlso reorganize bun dependencies by moving typescript and typescript-eslint\nfrom peerDependencies to regular dependencies.",
"is_bot": false,
"headline": "feat(payments): honor abort signal in FakePaymentProcessor.verifyPayment",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-07-20T09:31:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d0034d85593837ee15e36d4062474bfbfafdedd",
"body": null,
"is_bot": false,
"headline": "chore: move typescript from peerDependencies to devDependencies",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-07-13T10:31:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fb29a07d2f0602f9a915d3038ea21f723cc9c34",
"body": "Attach an internal no-op rejection handler to `OpenStreamSession.closed` so that an abandoned session (e.g., a `callToolStream` consumer that iterates the stream but never touches `closed`) no longer surfaces as \"Uncaught (in promise)\" when the stream aborts. The public contract is unchanged: caller\n[…]\nection.\n\nAdd `return()` to `OpenStreamSession`'s async iterator, so `for await...of` with an early `break` now aborts the stream and notifies the peer instead of relying on an explicit `abort()` call.",
"is_bot": false,
"headline": "fix(open-stream): prevent unhandled rejection and add iterator cleanup",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-07-13T10:21:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0ac22c6a5ef82282de0e371b17da29325f813ac0",
"body": "…se64\n\n- Remove deprecated NIP-04 encryption support from NostrSigner interface.\n- Remove unused getQueueSize() and getRunningCount() methods from TaskQueue.\n- Replace custom base64 encoding with native btoa, using TextEncoder for UTF-8 support.\n- Update docs submodule pointer.",
"is_bot": false,
"headline": "refactor: remove deprecated NIP-04, unused queue methods, simplify ba…",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-07-10T14:38:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2aaa38afac378aa69bb0c02dc15811dcc2af9ea9",
"body": "…add `getOpenStreams()`",
"is_bot": false,
"headline": "fix(open-stream): abort server writers on silent client disconnect + …",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-07-08T13:21:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6215bb0a736e66fba92e643692d5a941ec87ef79",
"body": "- Add optional CEP-8 payment gating support to NostrMCPGateway\n- Allow renegotiable payment_interaction during sessions\n- Update version to 0.13.7",
"is_bot": false,
"headline": "chore(release): 0.13.7 - add payment gating and renegotiable interaction",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-07-07T16:37:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a723e98af6e9ce52bf1f933522496d4ae8b93e1",
"body": "Allow clients to update `payment_interaction` mode during a session\nrather than latching the initial value indefinitely. Introduce\nreset-on-initialize semantics so reconnect requests inherit the\ntransparent default when no preference is supplied. Update transport\nlayers to advertise both modes and re-emit the tag on mode changes.",
"is_bot": false,
"headline": "feat(payments): mid-session payment_interaction renegotiation",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-07-07T16:33:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b05fa0c40f9cf815e7e5e29e130b7dc07d4a218f",
"body": "The NostrMCPGateway now accepts an optional `paymentOptions` field in its\noptions. When provided, the internal NostrServerTransport is wrapped with\n`withServerPayments` to enable CEP-8 payment gating, capability advertisement,\nand payment interaction negotiation. This mirrors the client-side\n`withClientPayments` in NostrMCPProxy. Omitting the option keeps the server\nfree (non-gated).",
"is_bot": false,
"headline": "feat(gateway): add optional CEP-8 payment gating support",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-07-07T15:09:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5938d1d11c493c425070f02646674d9910831bbd",
"body": "…ayments",
"is_bot": false,
"headline": "feat(proxy): wrap NostrMCPProxy's internal transport with withClientP…",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-07-02T11:15:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "032ce811d86d892c2f69fe3f5395efac762c31a5",
"body": null,
"is_bot": false,
"headline": "feat(payments): export constants module",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-30T14:37:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47c5c32c90db05d19edd93a7345b0dc4e3aab085",
"body": "Add changelog entry documenting the fix that bumps applesauce-relay to 6.2.1 and simplifies discardRelay by leveraging the terminal `Relay.close()` behavior.",
"is_bot": false,
"headline": "chore(changelog): add relay fix and applesauce-relay bump entry",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-30T12:26:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6263dfce78cf856c16794c89113e2ff3de5bdcc",
"body": "Allow clients to omit payment handlers entirely to operate in an\nout-of-band payment mode. When no matching handler is found, the\noriginal request is not failed and synthetic progress notifications\nkeep the request alive while the application settles the payment\nexternally.\n\nAlso add test to verify this behavior.",
"is_bot": false,
"headline": "feat(payments): support out-of-band payments by making handlers optional",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-30T12:25:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "420b3cc32010f14f19fb8d96fa3b28b67d3403d5",
"body": "With applesauce-relay 6.2.1, `Relay.close()` is terminal: it cancels the reconnect timer, tears down internal watchers, and completes the watchTower source. This eliminates the previous workaround for manually completing `_ready$` and avoids potential race conditions during relay disposal.",
"is_bot": false,
"headline": "fix(relay): bump applesauce-relay to 6.2.1 and simplify discardRelay",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-30T09:12:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ca305ef67c68e75b736e06bed25e1f00d92b123",
"body": null,
"is_bot": false,
"headline": "fix(transport): retain discovery tags in oversized measurement responses",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-29T17:31:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70a440f9f54a6a6cd1ba75647db1b6372508b02f",
"body": "…versized measurement\n\nA progress token on the request (e.g. callTool with onprogress) routed\nresponses through the oversized-measurement branch in OutboundResponseRouter.\nThat branch built startFrameTags via buildOutboundTags(), which consumes the\nper-session discovery-tag latch (hasSentCommonTags)\n[…]\nTags/\ngetServerInfoTags/getCapabilityTags that claimed server metadata is excluded\nfrom per-session discovery — the code includes it per CEP-35, and the old\nwording would mislead non-SDK implementers.",
"is_bot": false,
"headline": "fix(transport): preserve discovery tags on responses routed through o…",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-29T17:21:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f7e8dc9ffc3460f9c78d88f4468c19c45c97b338",
"body": "…oth transport handlers\n\n `NostrClientTransport.emulateInitializeResponse()` (stateless mode) fired only\n `onmessage`, while every other response producer fires both `onmessage` and\n `onmessageWithContext`. The `withClientPayments` wrapper relies on that two-path\n invariant to dedupe delivery, s\n[…]\nith an\n `'emulated'` event-id sentinel. Real capabilities are still learned from the\n first real server response per CEP-35 first-message discovery, so the synthetic\n response content is unchanged.",
"is_bot": false,
"headline": "fix(client): deliver stateless emulated initialize response through b…",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-29T14:26:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "16295491c0414ceaad2b7db9cfa49744a923b3a9",
"body": "- Add test verifying that `_meta` properties (e.g. progressToken, stream) are ignored during hash computation.\n- Bump applesauce-relay dependency to ^6.2.0.",
"is_bot": false,
"headline": "feat(identity): exclude params._meta from canonical invocation hash",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-29T10:51:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "572926d78adb11ec488aaedd4a377ea2ea4070bd",
"body": null,
"is_bot": false,
"headline": "chore(release): prepare v0.13.0",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-23T14:59:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fdd72111eccf64246c0b7b76ff86a971cef0677",
"body": null,
"is_bot": false,
"headline": "Feat/cep8 explicit gating (#75)",
"author_name": "ContextVM-org",
"author_login": "ContextVM-org",
"committed_at": "2026-06-23T14:57:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8537ef4751a4342645ab410f13c2c88c58cbf84",
"body": "… default\n\nIntroduce `PaymentInteractionPolicy` (`'optional' | 'transparent'`) to separate the server-side policy from the wire-level `PaymentInteractionMode`. The `withServerPayments` middleware now defaults to `'optional'`, which advertises `explicit_gating` support and mirrors each client's reque\n[…]\n for a transparent‑only server.\n\nUpdate the changeset documentation to describe the new policy, the server default change, backward compatibility, and the client’s effective‑mode negotiation behavior.",
"is_bot": false,
"headline": "feat(payments): add PaymentInteractionPolicy type and optional server…",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-23T12:20:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b469912bb34c60eec3c0929923348322d9f8140b",
"body": null,
"is_bot": false,
"headline": "chore: add minor changeset for CEP-8 explicit gating",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-06-22T16:55:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb319e0c4e18fcf63afe5b7bd6a047e5f371134a",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into feat/cep8-explicit-gating",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-22T15:12:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aabfb4ff1b11bbd44c4b7b79839a8efed11774c8",
"body": "Add test cases that verify a paid grant authorizes exactly one execution of one specific invocation by one specific client. The tests cover isolation on method+params, client pubkey, and JSON-RPC id, ensuring the canonical invocation identity is enforced and aligns with CEP-8 semantics.",
"is_bot": false,
"headline": "test(payments): add CEP-8 explicit-gating security isolation tests",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-22T15:08:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7bed87a846c44bee3aae4a507e126d7e3952044",
"body": null,
"is_bot": false,
"headline": "remove changesets",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-21T15:19:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87d1e5d6fd192ebc17a3e457846dc9cbddd17463",
"body": "Bump version to 0.12.5 to release the dedup deadlock fix (commit 25eb39d).\nUpdate CHANGELOG with patch notes describing the migration from\nsubscription() to req() after applesauce-relay 6.0.3.\nMinor formatting fix in event-pipeline.ts (whitespace only).",
"is_bot": false,
"headline": "chore(release): 0.12.5",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-21T15:19:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25eb39d173e93a2a2a7da8c67d269f92a1b82221",
"body": "The applesauce-relay 6.0.3 upgrade changed `RelayGroup.subscription()` to emit\nonly deduplicated NostrEvents and removed EOSE markers. This broke our explicit-\ngating payment flow, which re-sends identical request event IDs after payment and\nrelies on the server re-observing them. Relay-layer dedup \n[…]\nntics).\n- Restore EOSE callbacks for accurate completion tracking.\n\nAlso update tests to match the new implementation and remove the `eoseTimeout`\ntest (no longer supported in applesauce-relay 6.0.3).",
"is_bot": false,
"headline": "fix: use req() to avoid dedup deadlock after applesauce-relay 6.0.3",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-21T15:18:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "35f8774473a2351cebf6970508cf92e434b7562e",
"body": "…erage\n\nSpec compliance:\n- -32602 (unsupported payment_interaction) now carries data: { requested, supported }\n- -32042/-32043 instructions emphasize retrying with the same method and params\n- Client effective-mode guard: declines transparent payment_required when the\n server did not accept explici\n[…]\nsh -32042, onPaymentRequired\n reject contract, -32043 retry exhaustion\n\n429 -> 441 pass / 0 fail / 5 skip; tsc clean.\n\ndocs/: cep-8-update.md (spec reference), pr-improvements.md (review + decisions)",
"is_bot": false,
"headline": "fix(payments): finalize CEP-8 explicit-gating compliance and test cov…",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-20T13:30:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "39eae38b7a69b2dac9639fc6df04352e716322e8",
"body": null,
"is_bot": false,
"headline": "refactor: un-export internal helpers to clean up API surface",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-06-19T17:58:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c106bbf56ac783963283fdeafd8ba8ff6d8bb05b",
"body": "…tvm/mcp-sdk",
"is_bot": false,
"headline": "fix: replace remaining @modelcontextprotocol SDK imports with @contex…",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-06-19T17:48:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27b9d3495fdec92102b537debfb29148de1e94aa",
"body": null,
"is_bot": false,
"headline": "chore: add regression test for getNegotiationTags and fix imports",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-06-19T17:42:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eabfc6930811a24f71705a7c3c278ff46622f099",
"body": null,
"is_bot": false,
"headline": "chore: cleanup explicit gating after rebase",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-06-19T17:25:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3095ed36d10d74f6433e5cf9cc70447fd7060db4",
"body": null,
"is_bot": false,
"headline": "Export PaymentRequired type to fix build error",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-06-19T16:49:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "723c520a74cf3d2ec4b101416d86c6fe6649a38c",
"body": null,
"is_bot": false,
"headline": "Fix final consistency gaps and test coverage for CEP-8 explicit gating",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-06-19T16:49:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3be16300b64159c2949056b8eefdbf81d6b2800",
"body": null,
"is_bot": false,
"headline": "Fix lint issue in canonical-identity.test.ts",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-06-19T16:49:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2471f0833f9ea67ca35e4cb63339faeafdd38fd",
"body": null,
"is_bot": false,
"headline": "Fix final review findings for CEP-8 explicit gating",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-06-19T16:49:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f605a330711f08a2f2fc10405e38a6ac375aa05",
"body": "…eraction learning\n\n- Server inbound-coordinator: set effectivePaymentInteraction = 'transparent'\n before early return when rejecting unsupported explicit_gating. Prevents\n inconsistent session state (requestedPaymentInteraction set but\n effectivePaymentInteraction undefined).\n- Client inbound-co\n[…]\nent early return. The server sends this tag once on its\n first response, which was previously unreachable because the first event\n triggers setInitializeEvent() + return before the tag parsing code.",
"is_bot": false,
"headline": "fix: session state after -32602 rejection and unreachable payment_int…",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-06-19T16:44:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f73b09dd0868b3d6fc5309b7e3af7ca2444c6220",
"body": "- Fix integration test failure: remove getPendingRequestForEventId()\n guard from -32042/-32043 handlers. resolveResponse() consumes the\n correlation entry before the payment wrapper reads it, so the lookup\n always returned undefined. Use rawRequestCache as the authoritative\n source for retry req\n[…]\nit-gating.test.ts\n- Remove as any cast in server-transport-payments.ts\n- Wire -32602 error in inbound-coordinator.ts for unsupported modes\n- Delete accidental package-lock.json (project uses bun.lock)",
"is_bot": false,
"headline": "fix: resolve explicit gating correlation race and CI failures",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-06-19T16:44:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "89ff84bdd0d33c74e7bfff43f193160f8f2f9be6",
"body": null,
"is_bot": false,
"headline": "Reseolve minor issue findings",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-06-19T16:44:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "670867ece2b4e355810e46b0c639966aca3e6338",
"body": null,
"is_bot": false,
"headline": "fix(sdk): resolve explicit gating bugs and stabilize tests",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-06-19T16:44:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26acaf1ebe9ab104b1ebe74fe70a85c2896fbffd",
"body": null,
"is_bot": false,
"headline": "fix: address PR feedback for explicit gating",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-06-19T16:42:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f3b0820d8246cebd10bad541e0a757b6a47e041",
"body": null,
"is_bot": false,
"headline": "fix: address code review findings for explicit gating",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-06-19T16:42:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c0a6b1ee19ca4135aa6316d0c3b0b3850162fac",
"body": "Resolves #74 by adding full support for the explicit gating payment lifecycle in the ContextVM TypeScript SDK. Includes server middleware for tracking authorization states, client support for auto-retrying intercepted -32042/-32043 errors, and transport modifications to negotiate payment modes.",
"is_bot": false,
"headline": "feat: implement CEP-8 explicit gating lifecycle",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-06-19T16:42:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5dd2030efcc601c76056b82e3a343a54584b63b6",
"body": "Bump version and update changelog for release 0.12.4. This release includes a fix for open-stream writer attachment in oversized (CEP-22) requests, ensuring `ctx.stream` is available to tools.",
"is_bot": false,
"headline": "chore(release): 0.12.4",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-19T14:06:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6398966c9b78eb13d3c1ffffbf170d997cd98614",
"body": "…ests\n\nMove the `_meta.stream` attachment from `authorizeAndProcessEvent()` into\n`handleIncomingRequest()`, the single funnel both inbound request paths flow\nthrough. Oversized (CEP-22) reassembly re-injects the synthetic request via\n`handleIncomingRequest` without passing back through\n`authorizeAnd\n[…]\nhe fix).\n\nAlso bump `@contextvm/mcp-sdk` 1.29.1 -> 1.30.0, drop the now-superseded\n`docs/cep-41-design-plan.md`, and remove the prior `shaky-rocks-fall`\nchangeset (sibling progressToken-conflict fix).",
"is_bot": false,
"headline": "fix(transport): attach open-stream writer for oversized (CEP-22) requ…",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-19T14:03:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c71d556d3428aed2182fed4744d50ff7d59a84d0",
"body": "…ponse routing\n\n- Binary search for chunk size now catches encryption rejections (e.g., NIP-44 plaintext cap) and treats them as \"too large\" to converge safely.\n- Outbound response router treats measurement failures as infinite size, forcing fragmentation for oversized encrypted payloads.\n- Added e2e tests for oversized gift-wrap scenarios to verify robust handling.",
"is_bot": false,
"headline": "fix(transport): handle encryption size limits in chunk sizing and res…",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-17T22:40:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e81d76c6c9132f06b76db59786d7dd74d91960ad",
"body": "Bind progress tokens synchronously in ClientOutboundSender to ensure\ndeterministic behavior. Update ServerOpenStreamFactory to only defer\nresponses if the OpenStreamWriter has actually started streaming. Add\nhasStarted to OpenStreamWriter to distinguish between an active writer\nand one that has emitted frames.",
"is_bot": false,
"headline": "fix(transport): resolve open-stream and progress token conflicts",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-17T18:00:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26fa051c8f0cb246015f214830ae678ac072bc0c",
"body": "Bind progress tokens synchronously in ClientOutboundSender to avoid\nconflicts with existing open streams. Update ServerOpenStreamFactory\nto only defer responses when the OpenStreamWriter has actually started\nstreaming, preventing incorrect bindings. Add hasStarted to\nOpenStreamWriter for reliable state tracking. Add end-to-end test\nfor oversized transfer composition.",
"is_bot": false,
"headline": "fix(transport): resolve open-stream and progress token conflicts",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-17T18:00:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb5009c72a78a03836150f7270bbffec9c499581",
"body": "Address a conflict where standard MCP progress tokens could be\nincorrectly bound to existing open streams.\n\n- Bind progress tokens synchronously in `ClientOutboundSender` to ensure\n deterministic behavior.\n- Update `ServerOpenStreamFactory` to only defer responses if the\n `OpenStreamWriter` has actually started streaming.\n- Add `hasStarted` to `OpenStreamWriter` to distinguish between an active\n writer and one that has emitted frames.",
"is_bot": false,
"headline": "fix(transport): resolve open-stream and progress token conflicts",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-17T17:41:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d80850c9f37ef214310db5b4a1732790dfab2e45",
"body": "Add ClientInboundNotificationDispatcher test to verify progress frames are forwarded before reassembly, ensuring resetTimeoutOnProgress works (CEP-22). Bump version to 0.12.1 and update changelog.",
"is_bot": false,
"headline": "fix: forward progress notifications for oversized transfer timeout",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-17T15:57:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37430bd5daaa13b85a3973188f412b48247976e6",
"body": "Forward progress notifications before processing oversized frames so that\nresetTimeoutOnProgress works (CEP-22 timeout semantics). Also fix e2e tests\nto filter only result responses, preventing progress notifications from\nbeing incorrectly captured as responses.",
"is_bot": false,
"headline": "fix: forward progress notifications for oversized transfer timeout",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-15T10:38:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f4ab2cccecc73bc47c44740fc8428280b4291c1",
"body": "Bump version to 0.12.0 and update changelog accordingly.",
"is_bot": false,
"headline": "chore(deps): replace @modelcontextprotocol/sdk with @contextvm/mcp-sdk",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-12T14:14:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64b6b97b734ee526491899a5d37cec8070c64f9f",
"body": null,
"is_bot": false,
"headline": "Feat/cvm mcp sdk (#76)",
"author_name": "ContextVM-org",
"author_login": "ContextVM-org",
"committed_at": "2026-06-12T14:12:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d90bb9edecf62bcdb747fcd0981c04ceff0c1155",
"body": null,
"is_bot": false,
"headline": "chore(deps): replace @modelcontextprotocol/sdk with @contextvm/mcp-sdk",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-12T11:18:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a903d86c7af882bf30a4218158caaf82a0d6ab54",
"body": null,
"is_bot": false,
"headline": "test(transport): update encryption mode enum in deduplication test",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-09T09:56:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3c2e316ed3cea587eea01d58e3e2bcd667313b1",
"body": "Add support for a dedicated MCP transport to handle announcement messages in per-client mode. When using `createMcpClientTransport`, internal announcement messages are now forwarded to the optional `announcementMcpTransport` instead of being dropped, enabling public server announcements to be captured and processed.",
"is_bot": false,
"headline": "feat(gateway): add dedicated announcement transport for per-client mode",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-08T15:05:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54ad0590a8b6467085ce293fe77557bdc92f068a",
"body": "Change relay resolution to always await CEP-17 discovery before using fallback\nrelays. Previously, a race condition between discovery and fallback could cause\nfallback relays to be used even when discovery would return relays. Now\ndiscovery is awaited first, ensuring CEP-17 discovered relays always take\nprecedence. Fallback relays are only used when discovery returns no operational\nrelays.",
"is_bot": false,
"headline": "fix(relay): prioritize CEP-17 discovered relays over fallback relays",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-08T11:05:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30fab74d5a392ff0033232de4b529bc9fe0bf05f",
"body": "Add support for configuring relayOptions and publishOptions through the ApplesauceRelayPool constructor. The relayOptions are passed through to each underlying Relay instance, while publishOptions (timeout and retries) are forwarded to RelayGroup.publish(). Includes tests verifying both options are correctly applied.",
"is_bot": false,
"headline": "feat(relay): add relayOptions and publishOptions configuration",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-06-03T16:24:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8776e6588c4cfc299fc7b2aeea6da0daee99b2fa",
"body": null,
"is_bot": false,
"headline": "chore(release): bump version to 0.11.11 and update changelog",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-05-25T08:18:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4610f71fac959d9cf21cf04caf647db758d9b0d3",
"body": "…stream error handling\n\n- Add duplicate detection for plain inbound events in nostr-client event pipeline to prevent reprocessing\n- Move lastChunkIndex validation earlier in close frame processing to reject malformed frames before marking stream closed\n- Ensure writer lifecycle callbacks (onClose, onAbort) run even when frame publish fails\n- Add tests for client deduplication, malformed close validation, and writer failure scenarios",
"is_bot": false,
"headline": "fix(transport): add client-side event deduplication and improve open-…",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-05-21T21:46:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dde080bcf45b585d559f62ad0c57d1b32fe738b8",
"body": "- Update version to 0.11.10 in package.json\n- Add changelog entry for patch release\n- Remove changeset file after release\n- Remove docs submodule reference",
"is_bot": false,
"headline": "chore: release v0.11.10",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-05-19T16:30:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "188390d189b0ac7295f19501141784e3926cd2f7",
"body": "…nts (#73)",
"is_bot": false,
"headline": "feat(transport): add category tag support to common schema announceme…",
"author_name": "ContextVM-org",
"author_login": "ContextVM-org",
"committed_at": "2026-05-19T16:28:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0324e0be469749cb21e7cd83038b6581eada4602",
"body": "Add optional categories parameter to CommonToolSchemasOptions that enables\nincluding CEP-15 category tags in tools/list event announcements. Categories\nare normalized (trimmed whitespace) and deduplicated before being appended\nas 't' tags after the common-schema meta namespace tag. Includes unit and\nintegration tests for the new functionality.",
"is_bot": false,
"headline": "feat(transport): add category tag support to common schema announcements",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-05-19T15:53:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46b0cd97734c9277f78c0c43992c8f6b75c5e639",
"body": "- replace CEP-41 stream byte accounting in [`OpenStreamSession`](src/transport/open-stream/session.ts:55) with `TextEncoder`-based UTF-8 measurement\n- make internal open-stream processing failures terminate sessions so consumers observe iterator/`closed` errors\n- add regression coverage for browser-\n[…]\nse64.ts`](src/core/utils/base64.ts) and use it in LNBits payment modules\n- document Node/browser compatibility rules in [`AGENTS.md`](AGENTS.md) to prevent future Node-only globals in production paths",
"is_bot": false,
"headline": "fix: make open-stream browser-safe and remove production Buffer usage",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-05-17T11:26:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1914e34106ef243675d259d59588de8a3f64cdf3",
"body": null,
"is_bot": false,
"headline": "refactor: decompose transport layer into composable modules (#72)",
"author_name": "ContextVM-org",
"author_login": "ContextVM-org",
"committed_at": "2026-05-14T09:29:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c1bc349a5775cf6c85d0fc5850132a716e824ab",
"body": null,
"is_bot": false,
"headline": "fix(test): resolve typescript conversion error in server transport tests",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-05-13T15:33:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "162d0b9d61e8389b094838d5df9e5c28bc67229b",
"body": "…d resolve race condition",
"is_bot": false,
"headline": "fix(transport): adapt open-stream tests to refactored architecture an…",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-05-13T15:23:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23ab64c1790bf789dd9346310ad20544dd50877a",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'upstream/master' into refactor-transport",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-05-13T15:11:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae13fbd4ed1dca0ea96ce6a4ccbb984f2bd3a883",
"body": null,
"is_bot": false,
"headline": "fix(test): resolve race condition in open-stream response flushing",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-05-13T14:56:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "433697be2c58089bc47ba75e86ae5ec872266c4e",
"body": null,
"is_bot": false,
"headline": "docs: refine architecture guidelines in AGENTS.md",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-05-13T14:22:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07a05562add4ce1abd997f4761471da9147d9e20",
"body": null,
"is_bot": false,
"headline": "fix(transport): publish abort frame before running abort hook",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-05-12T15:50:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6201661db415a8e8372b315d51836ad860a1378",
"body": "… compatibility",
"is_bot": false,
"headline": "Fix TypeScript errors and visibility in NostrClientTransport for test…",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-05-12T15:45:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b42326e94e9f67a4fd73dcd5a3a6d58b582e7be9",
"body": "… measurement logic",
"is_bot": false,
"headline": "Merge master into refactor-transport and integrate oversized transfer…",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-05-12T15:37:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f02e15931be057cecf41b9da9f8a927792419ee3",
"body": null,
"is_bot": false,
"headline": "test(transport): update correlation/open-stream expectations",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-05-12T15:14:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff6c74a64d4e828cc9cb85128720d5e9030c10b9",
"body": null,
"is_bot": false,
"headline": "refactor(transport): modularize client/server orchestration",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-05-12T15:13:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4486d853b8d44dfbb5a4c73a95f07ea9d9c1e12d",
"body": "Release patch version with transport refactor changes and cleanup stale changeset file.",
"is_bot": false,
"headline": "chore(release): bump version to 0.11.7 and update changelog",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-05-12T14:02:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81840e729c3105c6c92bde073be2c7e5a611166a",
"body": "… transfer decisions\n\nInstead of checking the logical JSON-RPC message size, the transport now measures the final published Nostr event size (including encryption, gift wrapping, and tags) when deciding to switch to oversized transfer and calculating safe chunk sizes. This ensures accurate threshold\n[…]\nt size for threshold checking\n- Use binary search in `resolveSafeOversizedChunkSize` to derive optimal per-chunk budget\n- Add tests verifying published event size measurement and chunk size derivation",
"is_bot": false,
"headline": "refactor(transport): measure final published event size for oversized…",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-05-12T12:57:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fe5c466bf80e1a33713911bf2beffc040ae8f091",
"body": null,
"is_bot": false,
"headline": "Merge master into refactor-transport",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-05-12T11:58:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34c6918beaf4b50efb58b8313388fc3627341f62",
"body": "…types\n\n- Don't treat duplicate relay responses as success-equivalent\n- Don't retry terminal relay rejections like \"mute\"\n- Don't retry unknown negative responses once a connected relay answered\n- Throw specific error for relay-rejected publishes vs ambiguous failures\n- Update tests to match new behavior\n- Fix subscription to return early on EOSE instead of continuing to process",
"is_bot": false,
"headline": "fix(relay): improve publish retry logic for different relay response …",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-05-10T15:15:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50a22a0f18bbf6c9604e1563503284b93669910e",
"body": "Add isPublishSuccessEquivalent() method to handle relay responses with\n\"duplicate\", \"already have this event\", or \"already exists\" messages as\nsuccessful publishes. This prevents unnecessary retry attempts when relays\nalready possess the event. Also fix OpenStreamWriter abort to not wait\nfor stuck writes and properly handle concurrent abort calls.",
"is_bot": false,
"headline": "fix(relay): treat duplicate publish responses as success-equivalent",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-05-10T13:53:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eec4ebe6b7d6f8a3e0434e238aced0387debebdc",
"body": "…eviction\n\nRefactors session eviction logic for CEP-41 open streams to immediately remove the session while retaining enough state to flush pending responses. Adds an evicted client pubkeys set to prevent new notifications while allowing deferred final responses to be sent. Includes test coverage for the flush behavior.",
"is_bot": false,
"headline": "fix(transport): flush pending open-stream responses on probe-timeout …",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-05-10T12:50:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e2013a2c7aa61375c56280046b524ff8fe56708",
"body": "…build\n\nWhen a relay rebuild occurs during a publish attempt, the zero acknowledgements received could be ambiguous - either the publish failed or the relays were temporarily unavailable. This change introduces a generation counter to track relay rebuilds and retries the publish if it was interrupte\n[…]\nxes session cleanup in the NostrServerTransport to properly remove client sessions after an open-stream probe timeout, and increases the default probe timeout from 10s to 20s to reduce false timeouts.",
"is_bot": false,
"headline": "fix(relay): handle ambiguous publish acknowledgements during relay re…",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-05-10T12:08:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "16558ddfc4c8b8e0ce1e411bf889ecd1b9facb21",
"body": "…am handlers\n\nAdd support for forwarding progress notifications from open-stream sessions to\nupstream transport handlers. The NostrClientTransport now invokes onmessage and\nonmessageWithContext callbacks for progress notifications, and the callToolStream\nfunction accepts a custom onprogress handler to allow consumers to receive and\nhandle progress updates.",
"is_bot": false,
"headline": "feat(transport): forward open-stream progress notifications to upstre…",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-05-09T16:19:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1754e7cb4875d60e15e9c1e323933b1295efe888",
"body": "…CP SDK\n\nImprove CEP-41 open-stream tool calls by delegating progress-token generation to the upstream MCP SDK instead of manually injecting tokens in the client helper. This enables proper timeout reset behavior during long-running streamed tool calls and keeps the transport aligned with the SDK's \n[…]\n. Update the transport routing and correlation store accordingly.\n\nBREAKING CHANGE: CorrelationStore.getEventIdByProgressToken() and hasProgressToken() now require clientPubkey as the first parameter.",
"is_bot": false,
"headline": "refactor(transport): delegate progress-token generation to upstream M…",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-05-09T15:52:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e89dceb03490e6b52a31d864a6b5148de43e4d17",
"body": "This release includes:\n- feat(transport): Add CEP-41 open-ended stream transfer support over ContextVM transport with client/server handling, session lifecycle management, buffering, and keepalive timeouts\n- fix(transport): Ensure session cleanup and proper ordering in open streams\n- refactor(relay): Process relay pings individually with proper cleanup",
"is_bot": false,
"headline": "release: bump version to 0.11.0 with CEP-41 open-ended stream support",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-05-09T11:12:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42b4957e47bfe2048c1d8fbb1fb6d7e3694a46db",
"body": "- Added JSDoc comments to ClientEventPipeline and ServerEventPipeline exports.\n- Extracted client open-stream session setup into ClientOpenStreamFactory.\n- Reduced nostr-client-transport.ts by ~120 LOC.\n- Kept authorizeAndProcessEvent inline in ServerTransport since extracting it would reduce clarity due to heavy coupling with transport state.",
"is_bot": false,
"headline": "refactor: address maintainer recommendations from transport extraction",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-05-08T17:12:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67c7d6930945f2511df7f6fed734f7c1e8a72e65",
"body": "- Fixed generic type argument for LruCache in ClientEventPipeline and ServerEventPipeline\n- Removed unused imports (decryptMessage, verifyEvent, etc) from client and server transports\n- Fixed missing OpenStreamPolicy and JSONRPC imports in ServerOpenStreamFactory\n- Removed unused OpenStreamWriter from OutboundResponseRouter",
"is_bot": false,
"headline": "fix: resolve build and lint errors from event pipeline extraction",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-05-08T16:40:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cda331ba63769147437c4bead1066ce9756ef25a",
"body": "…reams\n\n- Fix registry to remove sessions even when onClose/onAbort callbacks throw\n- Add queuedBytes tracking to count unread chunks against buffer limits\n- Release queued byte budget when chunks are consumed by iterator\n- Add operation queue to writer to serialize concurrent writes before close\n- Add tests for concurrent chunk/close processing and callback error handling",
"is_bot": false,
"headline": "fix(transport): ensure session cleanup and proper ordering in open st…",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-05-08T14:41:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "109f1dcaae04141e585b6e8f2ed613fa44e2be3d",
"body": "Refactor the ping mechanism to process each relay separately instead of using a merged stream. Each relay now gets a unique ping ID and its own subscription that is properly cleaned up with a CLOSE message in a finally block. This ensures better isolation between relay pings and prevents potential race conditions when multiple relays respond.",
"is_bot": false,
"headline": "refactor(relay): process relay pings individually with proper cleanup",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-05-08T14:11:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa0cad165be6a5905326d760b40f72478d57a027",
"body": "- Encapsulated mutable map state within ServerOpenStreamFactory using deferIfStreamActive.\n- Moved OpenStreamReceiver setup into ServerOpenStreamFactory for tighter cohesion.\n- Extracted ServerEventPipeline and ClientEventPipeline to encapsulate event decryption, verification, and dedup logic.\n- Propagated JSDoc comments to all public APIs per AGENTS.md guidelines.\n- Addressed maintainer feedback regarding shared mutable state leaking from factories.",
"is_bot": false,
"headline": "refactor: encapsulate state and extract event pipelines",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-05-08T13:17:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "239fd2c76e7fd85da5e11c80a4c0e4cbd22efe47",
"body": "Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Potential fix for pull request finding",
"author_name": "Khushvendra Singh",
"author_login": "1amKhush",
"committed_at": "2026-05-07T16:22:17Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "51618538e4eac4232031d4c25471e478c85c1a66",
"body": "…d bug, clean whitespace",
"is_bot": false,
"headline": "refactor: fix audit issues — encapsulate negotiator state, remove bin…",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-05-07T16:10:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14a95d11680e3cb9fa381f1542d5d0c419cffb41",
"body": null,
"is_bot": false,
"headline": "refactor: extract client inbound notification dispatcher",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-05-07T15:55:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "970a8bedf24ad8235c1d995a73bd51124b1f56f0",
"body": null,
"is_bot": false,
"headline": "refactor: extract server open stream factory",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-05-07T15:51:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f378962ffb1750c69764a47b5af370eb2376f3f",
"body": null,
"is_bot": false,
"headline": "refactor: extract shared capability negotiator",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-05-07T15:48:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f279d7c3eca18e68c66093fddddd7dc1123ff374",
"body": null,
"is_bot": false,
"headline": "refactor: extract server outbound response router",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-05-07T15:40:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c0a37c2d4ca22a3ff678d369b15785a3e8ab126",
"body": null,
"is_bot": false,
"headline": "refactor: extract server inbound notification dispatcher",
"author_name": "Khushvendra",
"author_login": "1amKhush",
"committed_at": "2026-05-07T15:33:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91dc1c726634d20d32ef5d99231d39cb13bc2589",
"body": null,
"is_bot": false,
"headline": "feat(transport): CEP-41 open-ended streams (#71)",
"author_name": "ContextVM-org",
"author_login": "ContextVM-org",
"committed_at": "2026-05-07T15:18:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcfa17b6e5c3083b013c68607dfa95e7e27dfa10",
"body": "…test",
"is_bot": false,
"headline": "refactor(transport): remove unused imports from call-tool-stream e2e …",
"author_name": "ContextVM",
"author_login": "ContextVM-org",
"committed_at": "2026-05-07T14:47:38Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 353,
"latest_release_at": "2025-10-18T15:52:42Z",
"latest_release_tag": "v0.1.34",
"releases_from_tags": true,
"days_since_last_push": 9,
"active_weeks_last_year": 42,
"days_since_latest_release": 286,
"mean_days_between_releases": 43
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "@contextvm/sdk",
"exists": true,
"license": "LGPL-3.0-1",
"keywords": [
"contextvm",
"ctxvm",
"cvm",
"nostr",
"modelcontextprotocol",
"mcp",
"ai",
"llm"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@contextvm/sdk",
"is_deprecated": false,
"latest_version": "0.13.10",
"repository_url": "https://github.com/ContextVM/sdk",
"versions_count": 133,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 3149,
"first_published_at": "2025-07-15T09:23:26.854000Z",
"latest_published_at": "2026-07-22T12:54:54.047000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 9
}
]
},
"popularity": {
"forks": 16,
"stars": 12,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2025-12-30",
"count": 1
},
{
"date": "2026-02-09",
"count": 1
},
{
"date": "2026-02-27",
"count": 1
},
{
"date": "2026-03-12",
"count": 1
},
{
"date": "2026-04-01",
"count": 3
},
{
"date": "2026-04-03",
"count": 1
},
{
"date": "2026-04-04",
"count": 2
},
{
"date": "2026-04-06",
"count": 1
},
{
"date": "2026-04-08",
"count": 1
},
{
"date": "2026-04-09",
"count": 1
},
{
"date": "2026-04-11",
"count": 1
},
{
"date": "2026-04-21",
"count": 1
},
{
"date": "2026-04-25",
"count": 1
}
],
"complete": true,
"collected": 16,
"total_forks": 16
},
"star_history": null,
"open_issues_and_prs": 3
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": true,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 85788,
"source_files_sampled": 171,
"oversized_source_files": 2,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 2804
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 58,
"malicious_count": 0,
"assessed_package": "npm:@contextvm/sdk@0.13.10",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@contextvm/mcp-sdk",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.30.0"
},
{
"name": "@noble/hashes",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.2.0"
},
{
"name": "applesauce-relay",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^6.2.1"
},
{
"name": "canonicalize",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.1.0"
},
{
"name": "nostr-tools",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.23.9"
},
{
"name": "pino",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^10.3.1"
},
{
"name": "rxjs",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^7.8.2"
},
{
"name": "ws",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^8.20.0"
},
{
"name": "zod",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.4.3"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 44,
"open_issues": 2,
"closed_ratio": 0.923,
"closed_issues": 24,
"closed_unmerged_prs": 7
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "ContextVM-org",
"commits": 192,
"avatar_url": "https://avatars.githubusercontent.com/u/235551740?v=4"
},
{
"type": "User",
"login": "gzuuus",
"commits": 123,
"avatar_url": "https://avatars.githubusercontent.com/u/116975404?v=4"
},
{
"type": "User",
"login": "1amKhush",
"commits": 52,
"avatar_url": "https://avatars.githubusercontent.com/u/180318257?v=4"
},
{
"type": "User",
"login": "abhayguptas",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/76243309?v=4"
},
{
"type": "User",
"login": "kushagra0902",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/179404757?v=4"
},
{
"type": "User",
"login": "tharu-jwd",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/13709679?v=4"
},
{
"type": "User",
"login": "DevAnuragT",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/97083108?v=4"
},
{
"type": "User",
"login": "aphrodoe",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/89084510?v=4"
},
{
"type": "User",
"login": "hzrd149",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/8001706?v=4"
},
{
"type": "User",
"login": "junaiddshaukat",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/154750865?v=4"
}
],
"contributors_sampled": 10,
"top_contributor_share": 0.49
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"lint.yml",
"package-check.yml",
"test.yml"
],
"has_docs_dir": false,
"linter_configs": [
"eslint.config.mjs"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "2 out of 2 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 1/23 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 4 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 4,
"reason": "6 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "bb0fb3f321bb3b5986673f2971e18ddefd047359",
"ran_at": "2026-07-31T16:50:13Z",
"aggregate_score": 3.8,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-22T12:55:09Z",
"oldest_open_prs": [
{
"number": 78,
"created_at": "2026-07-29T10:48:00Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-22T12:52:43Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 45,
"created_at": "2026-04-07T15:16:50Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 52,
"created_at": "2026-04-20T14:11:21Z",
"last_comment_at": "2026-04-20T14:12:37Z",
"last_comment_author": "Priyanshubhartistm"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ContextVM/sdk",
"host": "github.com",
"name": "sdk",
"owner": "ContextVM"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": "The weighted overall 64 is calibrated to 73 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 64,
"calibrated": 73,
"calibration": "2026-08-02"
}
}
],
"value": 73,
"inputs": {
"security": 50,
"vitality": 78,
"community": 43,
"governance": 70,
"calibration": "2026-08-02",
"engineering": 70,
"ai_readiness": 62,
"weighted_overall_raw": 64
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 78,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 86,
"inputs": {
"commits_last_year": 353,
"human_commit_share": 1,
"days_since_last_push": 9,
"active_weeks_last_year": 42
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 9 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 9
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "42/52 weeks with commits",
"points": 29.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 42
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "353 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 353
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 66,
"inputs": {
"releases_count": 3,
"latest_release_tag": "v0.1.34",
"releases_from_tags": true,
"days_since_latest_release": 286,
"mean_days_between_releases": 43
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 286 days ago",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 286
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~43 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 43
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 11,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 11 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 11
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 43,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 27,
"inputs": {
"forks": 16,
"stars": 12,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "12 stars",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 12
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "16 forks",
"points": 9.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 16
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (LGPL-3.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "LGPL-3.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 58,
"inputs": {
"packages": [
"@contextvm/sdk"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 3149
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "3,149 downloads/month across npm",
"points": 46.6,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 3149,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 70,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 10,
"top_contributor_share": 0.49
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 49% of commits",
"points": 11.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 49
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "10 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 10
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 74,
"inputs": {
"merged_prs": 44,
"open_issues": 2,
"closed_issues": 24,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.923,
"closed_unmerged_prs": 7,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "92% of issues closed",
"points": 38.8,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 92
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "44/51 decided PRs merged",
"points": 25.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 44,
"decided": 51
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/23 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"followers": 21,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "ContextVM",
"public_repos": 23,
"account_age_days": 389
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "21 followers of ContextVM",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 21,
"login": "ContextVM"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "23 public repos, account ~1 yr old",
"points": 12.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 23
}
},
{
"code": "account_age_years",
"params": {
"years": 1
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"@contextvm/sdk"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 9
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 9 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 9
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "133 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 133
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 70,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": "eslint.config.mjs",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.mjs"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "2 out of 2 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"mcp",
"message-bus",
"nostr",
"transport"
],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 50,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 38,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.8
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "2 out of 2 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 1/23 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "6 existing vulnerabilities detected",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "exceptional",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the npm:@contextvm/sdk@0.13.10 runtime dependency closure — what installing the published package pulls in — 58 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "npm:@contextvm/sdk@0.13.10",
"assessed": 58
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 58,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "exceptional",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 58,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 7
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 62,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.89,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 2804
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md, CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md, CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "89 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 89,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "weak",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0.01,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": "eslint.config.mjs",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.mjs"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "1 of the last 100 commits agent-authored or agent-credited",
"points": 2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 85788,
"source_files_sampled": 171,
"oversized_source_files": 2
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "2/171 source files over 60KB",
"points": 54.4,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 171,
"oversized": 2
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"example_dirs": [],
"has_mcp_signal": true,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 20,
"status": "met",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"metrics_version": "2.1.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-31T16:50:25.628020Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/ContextVM/sdk.svg",
"full_name": "ContextVM/sdk",
"license_state": "standard",
"license_spdx": "LGPL-3.0"
}