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.2.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.2.0 · 2026-07-31 16:50 UTC

ContextVM / sdk

ContextVM SDK for JavaScript/TypeScript

TypeScriptLGPL-3.0★ 12 зірок⑂ 16 форківз лип. 2025 р.Переглянути на GitHub ↗

ContextVM/sdk має індекс здоров’я 73 зі 100, що відповідає смузі «Добрий». Найвищий показник — Vitality (78/100), найнижчий — Community & Adoption (43/100). Останнє оновлення було 9 днів тому. Більшість нещодавньої роботи виконують 2 учасники.

73
загалом / 100
Добрий

Індекс здоров'я програмного забезпечення

Метрики згруповано у зважені категорії на шкалі 1–100. Загальна оцінка починається як їхнє зважене середнє, відкаліброване за розподілом публічного реєстру, тож діапазони мають перцентильний зміст; коли публічні дані активують Політику юрисдикцій високого ризику, рейтинг коригується й отримує верхню межу 34 («У зоні ризику»).

73
Винятковий93-100Верхній щабель реєстру (≈ топ-5%); відповідає практично всім перевіреним критеріям
Відмінний80-92Сильний за всіма напрямами; незначні прогалини
Добрий65-79Здоровий; прогалини обмежені та керовані
Помірний50-64Прийнятний, але з помітними прогалинами; рекомендовано перевірку
Слабкий35-49Суттєві недоліки в кількох сферах
У зоні ризику20-34Суттєві слабкі місця; впровадження потребує обережності
Критичний1-19Серйозні проблеми (покинутий, єдиний мейнтейнер, без базової гігієни)
ЖиттєздатністьСпільнота тавпровадженняСталість таврядуванняІнженернаякістьБезпекаГотовність доШІ

Профіль оцінок

Кожна вісь — окрема категорія. Форма важить більше, ніж середнє: здоровий об'єкт заповнює всю фігуру, тоді як профіль із піками та провалами означає, що сила в одному вимірі маскує ризик в іншому.

Зважений загальний бал 64 калібровано до 73 за шкалою опублікованого індексу (калібрування реєстру 2026-08-02).

Власність

ContextVMОрганізація
21 підписник23 публічні репозиторіїз лип. 2025 р.

За цим репозиторієм стоїть організація — спільна, підзвітна опіка, здатна пережити будь-якого окремого мейнтейнера.

Пакетні екосистеми

РеєстрПакетВерсіяЗавантажень / місВерсіїОстання публікаціяТеги
npm@contextvm/sdk0.13.103 1491339 днів томуcontextvmctxvmcvmnostrmodelcontextprotocolmcpaillm

Метрики за категоріями

Життєздатність

Чи живий проєкт — чи пишеться код і чи виходять релізи?

78Добрий · 21% загального індексу
Як обчислюється оцінка
28.8/36Свіжість push — останній push 9 дн. тому
29.1/36Ритм комітів — 42/52 тижнів із комітами
18/18Обсяг комітів — 353 комітів за останній рік
10/10OpenSSF Scorecard: Maintained — 30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Використані вхідні дані
commits_last_year353
human_commit_share1
days_since_last_push9
active_weeks_last_year42
Як обчислюється оцінка
16.2/27Випускає релізи — 3 тегів версій (без релізів GitHub)
16.2/36Свіжість релізів — останній реліз 286 дн. тому
27/27Ритм релізів — реліз кожні ~43 дн.
0/10OpenSSF Scorecard: Signed-Releases — немає даних
Використані вхідні дані
releases_count3
latest_release_tagv0.1.34
releases_from_tagsтак
days_since_latest_release286
mean_days_between_releases43
Виключено з оцінювання (немає даних або не застосовно): OpenSSF Scorecard: Signed-Releases. Залишкові ваги перенормовано.

Спільнота та впровадження

Чи має проєкт користувачів, завантаження, увагу та влаштовані умови для контриб’юторів?

43Слабкий · 17% загального індексу
Як обчислюється оцінка
16.9/60Зірки — 12 зірок
9.8/25Форки — 16 форків
0/15Спостерігачі — 1 спостерігачів
Використані вхідні дані
forks16
stars12
watchers1
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history
Як обчислюється оцінка
22.5/22.5README
22.5/22.5Ліцензія — визнана ліцензія (LGPL-3.0)
0/18Настанови CONTRIBUTING
0/13.5Кодекс поведінки
0/7.2Шаблон issue
0/6.3Шаблон PR
Використані вхідні дані
has_readmeтак
has_licenseтак
readme_badges
has_contributingні
has_issue_templateні
has_code_of_conductні
readme_badge_services
has_pull_request_templateні
Як обчислюється оцінка
46.6/80Щомісячні завантаження — 3 149 завантажень/місяць у npm
0/20Залежні пакети в реєстрі — ця екосистема цього не повідомляє
Використані вхідні дані
packages@contextvm/sdk
dependents
ecosystemsnpm
total_downloads
monthly_downloads3 149
Виключено з оцінювання (немає даних або не застосовно): Залежні пакети в реєстрі. Залишкові ваги перенормовано.

Сталість та врядування

Чи переживе проєкт своїх людей — бас-фактор, реактивність, хто за ним стоїть і як супроводжуються пакети?

70Добрий · 23% загального індексу
Як обчислюється оцінка
25.2/54Бас-фактор — на 2 контриб’ютор(ів) припадає половина всіх комітів
11.5/22.5Розподіл комітів — головний контриб’ютор — автор 49% комітів
13.5/13.5Широта контриб’юторів — 10 контриб’юторів
10/10OpenSSF Scorecard: Contributors — project has 4 contributing companies or organizations
Використані вхідні дані
bus_factor2
contributors_sampled10
top_contributor_share0,49
Як обчислюється оцінка
38.8/42Вирішення issue — закрито 92% issue
25.9/30Прийняття PR — злито 44/51 вирішених PR
0/13Newcomer PR acceptance — за 30 дн. не вирішено жодного PR від новачка
0/15OpenSSF Scorecard: Code-Review — Found 1/23 approved changesets -- score normalized to 0
Використані вхідні дані
merged_prs44
open_issues2
closed_issues24
prs_merged_7d
prs_decided_7d
prs_merged_30d
prs_decided_30d
issue_closed_ratio0,923
closed_unmerged_prs7
first_time_authors_30d
first_time_prs_merged_30d
first_time_prs_decided_30d
Виключено з оцінювання (немає даних або не застосовно): newcomer_pr_acceptance. Залишкові ваги перенормовано.
Як обчислюється оцінка
30/30Підтримка власника — у власності організації
0/20Верифікований домен
9.7/25Охоплення власника — 21 підписників у ContextVM
12.2/25Послужний список — 23 публічних репозиторіїв, вік облікового запису ~1 р.
Використані вхідні дані
followers21
owner_typeOrganization
is_verified
owner_loginContextVM
public_repos23
account_age_days389

Супровід пакетів

100Винятковий
Як обчислюється оцінка
25/25Опубліковано й доступно — 1 пакет(ів) у npm
35/35Свіжість публікацій — остання публікація 9 дн. тому
20/20Історія версій — 133 опублікованих версій
20/20Не застарілий — активний, не deprecated і не yanked
Використані вхідні дані
packages@contextvm/sdk
ecosystemsnpm
any_deprecatedні
min_days_since_publish9

Інженерна якість

Чи наявні базові інженерні практики та документація?

70Добрий · 19% загального індексу
Як обчислюється оцінка
24/24Процеси CI — 3 процес(ів) CI
24/24Наявні тести
16/16Конфігурація лінтера — eslint.config.mjs
0/9.6Pre-commit-хуки
0/6.4.editorconfig
20/20OpenSSF Scorecard: CI-Tests — 2 out of 2 merged PRs checked by a CI test -- score normalized to 10
Використані вхідні дані
has_ciтак
has_testsтак
has_editorconfigні
has_linter_configтак
has_precommit_configні

Документація

50Помірний
Як обчислюється оцінка
30/30README
0/25Каталог документації
0/15Сайт документації / домашня сторінка
10/10Опис репозиторію
10/10Теми — 4 тем
0/10Wiki
Використані вхідні дані
topicsmcp, message-bus, nostr, transport
has_wikiні
homepage
has_readmeтак
has_docs_dirні
has_descriptionтак

Безпека

Чи міцні видимі практики безпеки й ланцюга постачання, без непослабленої пов’язаності з юрисдикціями високого ризику?

50Помірний · 16% загального індексу

Стан безпеки

38Слабкий
Як обчислюється оцінка
7.5/7.5Binary-Artifacts — no binaries found in the repo
0/7.5Branch-Protection — branch protection not enabled on development/release branches
2.5/2.5CI-Tests — 2 out of 2 merged PRs checked by a CI test -- score normalized to 10
0/2.5CII-Best-Practices — no effort to earn an OpenSSF best practices badge detected
0/7.5Code-Review — Found 1/23 approved changesets -- score normalized to 0
2.5/2.5Contributors — project has 4 contributing companies or organizations
10/10Dangerous-Workflow — no dangerous workflow patterns detected
0/7.5Dependency-Update-Tool — no update tool detected
0/5Fuzzing — project is not fuzzed
2.5/2.5Ліцензія — license file detected
7.5/7.5Maintained — 30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
0/5Packaging — немає даних
0/5Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0
0/5SAST — SAST tool is not run on all commits -- score normalized to 0
0/5Security-Policy — security policy file not detected
0/7.5Signed-Releases — немає даних
0/7.5Token-Permissions — detected GitHub workflow tokens with excessive permissions
3/7.5Vulnerabilities — 6 existing vulnerabilities detected
Використані вхідні дані
sourceopenssf_scorecard
checks_evaluated16
scorecard_versionv5.5.0
checks_inconclusive2
scorecard_aggregate3,8
Виключено з оцінювання (немає даних або не застосовно): packaging, signed_releases. Залишкові ваги перенормовано.
Як обчислюється оцінка
35/35Прямі залежності без відомих сповіщень — жодна пряма залежність не має відомих сповіщень
25/25Непрямі залежності без відомих сповіщень — жодна непряма залежність не має відомих сповіщень
0/40Немає задавнених сповіщень — жодне сповіщення не має дати публікації
Використані вхідні дані
sourceosv
advisories0
affected_packages0
assessed_packages58
unassessed_packages0
affected_by_severitynone
direct_affected_packages0
Виключено з оцінювання (немає даних або не застосовно): Немає задавнених сповіщень. Залишкові ваги перенормовано. Звірено з runtime-замиканням залежностей npm:@contextvm/sdk@0.13.10 — тим, що тягне за собою встановлення опублікованого пакета, — 58 пакетів. Досяжність не аналізується.

Готовність до ШІ

Наскільки репозиторій оснащений для розробки та супроводу за участі ШІ-агентів? Має свідомо малу вагу (4%): агентний інструментарій — реальний сигнал супроводу, але репозиторій без нього все одно може отримати 100/100.

62Помірний · 4% загального індексу
Як обчислюється оцінка
45/45Інструкції для агентів — AGENTS.md, CLAUDE.md
0/15Машиночитана документація (llms.txt)
40/40Читабельна історія комітів — намір зазначено у 89 з 100 людських комітів (структурований заголовок або пояснювальний текст)
Використані вхідні дані
has_llms_txtні
legible_history_share0,89
agent_instruction_filesAGENTS.md, CLAUDE.md
agent_instruction_max_bytes2 804
Як обчислюється оцінка
0/18Розгортання однією командою
22/22Автоматизовані тести
11/11Конфігурація лінтера / форматера — eslint.config.mjs
11/11Статична перевірка типів — tsconfig.json
0/10Відтворюване середовище
2/10Підтверджена практика роботи з агентами — 1 з останніх 100 комітів створено агентом або з його зазначенням
0/8Автоматизоване супроводження — автоматичних оновлень залежностей не виявлено
0/10OpenSSF Scorecard: Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0
Використані вхідні дані
has_nixні
has_testsтак
lockfiles
has_dockerfileні
typed_languageтак
bootstrap_files
has_devcontainerні
has_linter_configтак
typecheck_configstsconfig.json
agent_commit_share0,01
toolchain_manifests
dependency_bot_commit_share0
Як обчислюється оцінка
45/45Типізований код — TypeScript (статично типізована)
54.4/55Керовані розміри файлів — 2/171 файлів вихідного коду понад 60 КБ
Використані вхідні дані
primary_languageTypeScript
largest_source_bytes85 788
source_files_sampled171
oversized_source_files2
Як обчислюється оцінка
0/40Схема API (OpenAPI/GraphQL/proto)
20/20Сервер MCP
0/40Придатні до запуску приклади
Використані вхідні дані
example_dirs
has_mcp_signalтак
api_schema_files

Ключові факти

12зірок GitHub
10контриб'юторів
353комітів за останні 12 місяців
9днів від останнього пушу
3релізів
2бас-фактор
2відкритих issue
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

Докладніше

Історія зірок і форків 0 ★ / 16 ⇿
0Зірки
16Форки

Коли додано кожну зірку й форк — зібрано з GitHub і згруповано за днями. Кумулятивне зростання розміщено просто над денними додаваннями, з яких воно складається, тож їх видно одне проти одного: рівномірне органічне накопичення виглядає зовсім інакше, ніж різкий короткочасний сплеск. Там, де цю різницю можна виміряти, її подано як автентичність росту.

04812161632025-122026-022026-04
OpenSSF Scorecard 3.8 / 10
3.8сукупно

Незалежна, не прив'язана до інструментів оцінка безпеки від відкритого проєкту OpenSSF Scorecard. Кожна перевірка винагороджує практику безпеки, а не інструмент конкретного постачальника. Перевірки, які Scorecard не зміг визначити, позначено н/д і виключено з оцінки безпеки (вони ніколи не зараховуються як нуль).Scorecard v5.5.0 · 2026-07-31 16:50 UTC

10Binary-Artifactsno binaries found in the repo
0Branch-Protectionbranch protection not enabled on development/release branches
10CI-Tests2 out of 2 merged PRs checked by a CI test -- score normalized to 10
0CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
0Code-ReviewFound 1/23 approved changesets -- score normalized to 0
10Contributorsproject has 4 contributing companies or organizations
10Dangerous-Workflowno dangerous workflow patterns detected
0Dependency-Update-Toolno update tool detected
0Fuzzingproject is not fuzzed
10Licenselicense file detected
10Maintained30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
н/дPackagingpackaging workflow not detected
0Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 0
0SASTSAST tool is not run on all commits -- score normalized to 0
0Security-Policysecurity policy file not detected
н/дSigned-Releasesno releases found
0Token-Permissionsdetected GitHub workflow tokens with excessive permissions
4Vulnerabilities6 existing vulnerabilities detected
Прямі залежності 9
РеєстрПакетОбмеження версіїМаніфест
npm@contextvm/mcp-sdk^1.30.0package.json
npm@noble/hashes^2.2.0package.json
npmapplesauce-relay^6.2.1package.json
npmcanonicalize^2.1.0package.json
npmnostr-tools^2.23.9package.json
npmpino^10.3.1package.json
npmrxjs^7.8.2package.json
npmws^8.20.0package.json
npmzod^4.4.3package.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.2.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"
}

Оцінки — це сигнали, а не гарантії. Вони відображають публічно видимі практики на GitHub — це не аудит коду й не гарантія безпеки.

Відсутні дані виключаються, а ваги перенормовуються — нуль за відсутність ніколи не ставиться. Методологія версіонована й відкрита: метрики v2.2.0, схема v0.27.0 — повна методологія · вікі метрик.

Як окремий результат виглядає на тлі всього реєстру: сукупна статистикаnpm.