JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"logging",
"nostr",
"real-time-communication",
"reconnection",
"type-safety",
"websocket",
"channel-broadcasting",
"heartbeat-monitoring",
"message-queuing"
],
"is_fork": false,
"size_kb": 1299,
"has_wiki": true,
"homepage": null,
"languages": {
"JavaScript": 1595,
"TypeScript": 237016
},
"pushed_at": "2026-07-21T23:29:06Z",
"created_at": "2024-12-06T05:34:55Z",
"owner_type": "Organization",
"updated_at": "2026-07-21T23:28:44Z",
"description": "The nostr-websocket-utils repository offers a TypeScript library that provides robust WebSocket utilities for Nostr applications. It features automatic reconnection with configurable attempts, heartbeat monitoring, message queuing during disconnections, channel-based broadcasting, type-safe message handling, and built-in logging.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": "http://humanjava.com",
"name": "Humanjava Enterprises",
"type": "Organization",
"login": "HumanjavaEnterprises",
"company": null,
"location": "Toronto",
"followers": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/34552333?v=4",
"created_at": "2017-12-14T18:55:39Z",
"is_verified": null,
"public_repos": 44,
"account_age_days": 3145
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [],
"recent_commits": [
{
"oid": "2701f7175c8ded63a4eca048500d91769e8a73e7",
"body": "Dev tooling and safe runtime bumps; 0 audit vulnerabilities (was 13).\nTest suite green (71 tests), build + lint unchanged.\n\n- @noble/curves ^2.0.1 -> ^2.2.0\n- @noble/hashes ^2.0.1 -> ^2.2.0\n- ws ^8.19.0 -> ^8.21.1 (security)\n- uuid ^13.0.0 -> ^13.0.2 (security)\n- nostr-crypto-utils ^0.8.0 -> ^0.9.1 \n[…]\n(security, dev-only browser build)\n- npm audit fix (transitive: brace-expansion, flatted, linkify-it, markdown-it, picomatch, postcss, vite, yaml)\n\nHeld (major): typescript 7, @types/node 26, uuid 14.",
"is_bot": false,
"headline": "chore(deps): freshen dependencies 2026-07",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2026-07-21T22:25:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "690910bca6b0850f5982e6eed21e6584fc47f629",
"body": "…rity release train)",
"is_bot": false,
"headline": "Merge fix/nip01-wire-and-crypto into main (2026-07 correctness + secu…",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2026-07-19T20:26:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8255a3f24e50a671d3e092f89c166fc56e3ebcc6",
"body": "…ish)\n\nAdd a release note to the README describing this staged version as part of the\ncoordinated 2026-07 correctness pass across the Nostr library family, verified\nagainst a shared known-answer vector set (NIP-44 v2 / NIP-49 / NIP-19 TLV /\nBIP-340), and noting the family dogfoods only its own libraries (no upstream\nnostr-tools).",
"is_bot": false,
"headline": "docs: note coordinated 2026-07 correctness pass (staged, pending publ…",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2026-07-19T19:20:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "534dd51d072dd7f86c09ec450af8545dc77a482d",
"body": "… crypto-utils 0.8.0 (fixes tsc build)",
"is_bot": false,
"headline": "fix(nip-04): wrap NIP-04 args in branded asPrivateKey/asPublicKey for…",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2026-07-18T17:20:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4d9d20fef16f06dc858951e4c893b347e800a26",
"body": "…s to v1.2.0 for coordinated release",
"is_bot": false,
"headline": "chore(deps): bump nostr-crypto-utils to ^0.8.0 and refresh KAT vector…",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2026-07-18T16:12:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5e64a23fe16158be801c934cdbd9cbd66b27187",
"body": "…reaking)\n\nThe wire/crypto layer did not speak NIP-01 correctly and shipped a broken\nNIP-04 implementation. This is a breaking release (v0.5.0).\n\nWire (CRITICAL):\n- Message builders emit spec positional arrays: REQ=[\"REQ\",subId,...filters],\n CLOSE=[\"CLOSE\",subId], NOTICE=[\"NOTICE\",msg], OK=[\"OK\",id\n[…]\nsts: added real unit tests for the entire wire/crypto surface (previously\nzero) using shared nostr-vectors.json known-answer vectors. 71 tests pass.\nAdded @noble/curves + @noble/hashes as direct deps.",
"is_bot": false,
"headline": "fix(wire/crypto): NIP-01 positional builders + real crypto (v0.5.0, b…",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2026-07-18T05:24:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f120abd61624a097fa3370b03f8fc839246dad6f",
"body": "- eslint 10.0.2 → 10.0.3\n- @types/node ^20 → ^22\n- nostr-crypto-utils ^0.6.0 → ^0.7.0\n- Bump to 0.4.1\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(deps): update dependencies to latest",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2026-03-08T19:52:45Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b4db45ac99224fe2dceea6a278af245dbfb3e02d",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add v0.4.0 CHANGELOG, update dependency versions in README",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2026-03-08T19:07:25Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "16e03bb60050924df3d7b38a592d9580675f9ae9",
"body": null,
"is_bot": false,
"headline": "chore(deps): point nostr-crypto-utils at ^0.6.0 (published)",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2026-03-06T19:18:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d81ccb3c7330b567400fddd05c7691a5aadef04",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: rebuild dist",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2026-03-06T18:20:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4c2df7e1eba1de4622a670e77ab5e628c4fdeffa",
"body": "…s 0.6.0\n\n- pino ^8.21.0 → ^10.3.1: fix all logger.error calls for structured logging\n- uuid ^11.1.0 → ^13.0.0\n- vitest ^3.2.4 → ^4.0.18: fix WebSocketServer mock for class-based construction\n- nostr-crypto-utils ^0.5.1 → ^0.6.0 (Noble 2.0 internally)\n- 16/16 tests pass, 0 vulnerabilities\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(deps): upgrade to pino 10, uuid 13, vitest 4, nostr-crypto-util…",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2026-03-06T18:19:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "227c2c4b396abdafdaae9e08dd9e687e8eeb455b",
"body": null,
"is_bot": false,
"headline": "0.3.18",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2026-03-02T21:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "858edf68b9fc5e6922283ef2b872a747a37a7206",
"body": null,
"is_bot": false,
"headline": "0.3.17",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2026-03-02T20:57:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3c64e181276205e54ea53b1998add244f32579f",
"body": "NostrWSMessage was refactored from interface to type alias;\nupdate README link from docs/interfaces/ to docs/type-aliases/.\nAlso fix nonexistent NostrWSMessageType enumeration link.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: fix broken typedoc links in README",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2026-03-02T20:55:49Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "525fc670792128c404b66231ce77b869a01de058",
"body": "Node 16 is EOL. Modern vitest/vite requires crypto.getRandomValues\n(Node 19+). Test matrix now 18.x + 20.x. Bump checkout and\nsetup-node actions from v3 to v4.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: drop Node 16, bump actions to v4",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2026-03-02T20:41:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e01fb2873af877d3ee01246d38ceb8cdf08a1e8a",
"body": "Eliminates serialize-javascript RCE vulnerability (transitive via\nwebpack → terser-webpack-plugin). IIFE format with globalName is\nfunctionally equivalent to UMD for script-tag usage.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(deps): replace webpack with esbuild for browser bundling",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2026-03-02T20:30:19Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2824be19add7380d22e061ba959129b742ff8ce8",
"body": "…ypto-utils v0.5.1\n\nAdd NIP-44 (modern encrypted payloads) as a parallel to existing NIP-04,\nand add NIP-46 (Nostr Connect) transport layer — the missing bridge\nbetween nostr-crypto-utils protocol functions and relay I/O.\n\n- New src/nips/nip-44.ts: encryptNip44, decryptNip44, createEncryptedDM44\n- N\n[…]\nh subscribe/publish/unwrap\n- Re-exports bunker URI helpers and convenience request creators\n- Switched NIP-26 delegation to use finalizeEvent()\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add NIP-44 encryption and NIP-46 transport, upgrade to nostr-cr…",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2026-03-02T18:59:37Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "dd6ae6cd56ba5e8326c5b6334c20725dc353e987",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(deps): resolve npm audit vulnerabilities",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2026-02-27T18:38:25Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b848e053e4fe289308cb4a08308814a70096ebfe",
"body": "…eanup\n\nWarn on non-wss:// relay URLs. Set maxPayload 65536 on WebSocket servers.\nReplace fixed reconnect delay with exponential backoff and jitter.\nAdd cleanup method to rate limiter with counter-based periodic invocation.\nFix queue splice-during-iteration with reverse for loop.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: wss enforcement, payload limits, backoff jitter, rate limiter cl…",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2026-02-27T18:06:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d71dd2f6d3107933b18eb552080a609464865c1e",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add TODO for dist/ cosmetic cleanup on next publish",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2026-02-26T18:08:32Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9267d908000a6f8f920cd4413e0ed8a90a625681",
"body": "…ility\n\nNode.js treats all .js files as ESM in packages with \"type\": \"module\",\ncausing require() calls in dist/cjs/ to fail. Adding {\"type\":\"commonjs\"}\nin dist/cjs/package.json overrides this for the CJS build directory.\n\nFixes \"Cannot find module\" error when loading via Node-RED palette.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(cjs): add CommonJS package.json to dist/cjs for Node-RED compatib…",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2026-02-20T19:05:36Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a375aa16478f7c70dae6398fe359659391093097",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(deps): update nostr-crypto-utils to 0.4.17, fixes build",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2026-02-20T18:52:35Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "96fd419f12f2e36375464c2daa9ad0af97fd9f63",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: bump version for security update publish",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2026-02-20T18:44:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2564d4b0dfd485f7730fd608c64bd7dfaa5a9caa",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add dependency vulnerability status to README",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2026-02-20T18:40:58Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e5d69c9a338d915c1a1c5935e9bf6f1b8daae572",
"body": "Upgrade eslint ^9.27 -> ^10.0.0, @eslint/js ^9.27 -> ^10.0.0,\n@typescript-eslint/* -> ^8.56.0. Disable preserve-caught-error\n(new ESLint 10 rule). Restore typedoc version.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(deps): upgrade to ESLint 10, fix audit vulnerabilities",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2026-02-20T16:58:32Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "067b47329bf551a2abc6fa58ca1a74ce784e7e5b",
"body": "Replace legacy .eslintrc.json with eslint.config.js (flat config).\nUpgrade eslint ^8.56 -> ^9.27, @typescript-eslint/* ^6.16 -> ^8.32,\nadd @eslint/js. Disable no-undef (TypeScript handles this), prefix\nunused catch vars with underscore, replace ternary statement with\nif/else in metrics.ts.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(lint): migrate ESLint 8 to 9 with flat config",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2026-02-20T07:20:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8fa1f3dc7f927ebd53f8b13c75d3d53607afd5c2",
"body": "- Fix \"test\" script: vitest (watch mode, hangs CI) → vitest run\n- Add \"test:watch\": \"vitest\" script\n- Upgrade vitest and @vitest/coverage-v8 from ^1.6.1 to ^3.2.4\n- Bump typedoc to ^0.28.17 and typedoc-plugin-markdown to ^4.10.0 (TS 5.9 compat)\n- Align vitest.config.ts to standard template (keep singleThread for WS port conflicts)\n- Delete dead jest.config.js and tsconfig.test.json\n- All 16 tests pass\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(test): normalize test setup — upgrade Vitest to 3.x, fix CI hang",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2026-02-19T23:58:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "03828caf6c90c0fca876042c349d29b034cf4eb2",
"body": "Patch transitive dependency vulnerabilities. Remaining lows are in the\ncrypto-browserify chain (via nostr-crypto-utils) and require breaking\nchanges upstream to resolve.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(security): resolve vulnerabilities via npm audit fix",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2026-02-19T23:19:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ccdfed602bd7e19c6650eb20cbe56a847fd23d35",
"body": "Fix scoped badge URLs and imports, add missing CHANGELOG entries,\nadd examples to files array, and create example files.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: polish README, CHANGELOG, and package metadata",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2026-02-19T23:02:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "659cfc174638a9d8be981695b964db285a742342",
"body": "Update nostr-crypto-utils 0.4.12→0.4.15, pino 8.17→8.21.0, ws 8.16→8.19.0,\ntypescript 5.3→5.9.3, vitest 1.6→1.6.1, webpack 5.89→5.105.2.\n\nFix pre-existing broken build: validateResponse was not exported from\nnostr-crypto-utils root — replaced with validateEvent which is exported\nand serves the same purpose.\n\nBump version to 0.3.14.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(deps): update dependencies and fix broken validateResponse import",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2026-02-19T17:55:01Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "682c79f420444c855a197064d9444fa32a62b452",
"body": null,
"is_bot": false,
"headline": "fix: update import from nostr-crypto-utils",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2025-01-28T23:25:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c1ce3d678d546b1d48d961e6c2bf7c79d4705e6",
"body": "- Add browser usage documentation\n- Document new features in CHANGELOG\n- Bump version to 0.3.14",
"is_bot": false,
"headline": "docs: Update README and CHANGELOG for version 0.3.14",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2025-01-14T02:34:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78e32701d89c96242d25cbc9d313f3a95d48b714",
"body": null,
"is_bot": false,
"headline": "Merge branch 'feature/add-webpack-support'",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2025-01-14T02:32:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab6c20b2cfeb93a420cbf9caf9109ae4d9f09799",
"body": "- Add webpack configuration for browser bundle\n- Create browser-specific entry point\n- Add TypeScript configuration for browser builds\n- Include example HTML file for browser usage\n- Update package.json with browser field and new scripts",
"is_bot": false,
"headline": "feat: Add webpack support for browser usage",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2025-01-14T02:32:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "534275d7a411f15bb31767047abd6adc2fde415a",
"body": "- Replace local file dependency with NPM package version\n- Update to version 0.3.12\n- Use nostr-crypto-utils ^0.4.10 from NPM registry\n- Ensure compatibility with published package",
"is_bot": false,
"headline": "fix: update nostr-crypto-utils to use NPM package",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2025-01-06T03:39:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e90f0ed368af4363ae9503ebc2c763e4eb6434d",
"body": "- Add proper CommonJS build configuration\n- Include dist/ directory in version control\n- Update package.json exports field for dual module support\n- Add source maps and type definitions for both ESM and CJS\n- Bump version to 0.3.11\n- Update package description and keywords",
"is_bot": false,
"headline": "feat: add CommonJS support and include dist/",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2025-01-06T01:26:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b9f1b3f9454ad7c0ab2ceb04811bdf701a6f798",
"body": null,
"is_bot": false,
"headline": "chore: bump version to 0.3.10 and update nostr-crypto-utils dependency",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2025-01-02T21:04:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a18b9eb32526ba3c44036140111a98bdacd3ace",
"body": "…ensions",
"is_bot": false,
"headline": "fix: correct import paths in test files by removing duplicate .js ext…",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2025-01-02T19:30:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccf5e63446344ff12878f9e9d15cbffe1b5e7ba7",
"body": null,
"is_bot": false,
"headline": "chore: bump version to 0.3.9 with Node.js compatibility fixes",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2025-01-02T19:28:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5dc45105415cd527b578e2d4c78b726fb4745b2a",
"body": "- Add .js extensions to imports in nostr-server.ts\n- Fix module imports for logger and websocket types\n- Bump version to 0.3.7",
"is_bot": false,
"headline": "fix: add .js extensions in nostr-server.ts",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2025-01-02T05:41:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ec39ab8af7e8c24d81edb1bd4ed3e09fed4fe77",
"body": "- Add .js extensions to all imports in server.ts\n- Fix module imports for logger and other utilities\n- Bump version to 0.3.6",
"is_bot": false,
"headline": "fix: add .js extensions for ESM compatibility",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2025-01-02T05:38:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9aba57badd277d8a9edf277a50af0a45e07c55f3",
"body": "- Update all exports to use explicit .js extensions\n- Reference index.js files explicitly\n- Ensure consistent module resolution\n- Bump version to 0.3.4",
"is_bot": false,
"headline": "fix: use explicit .js extensions for all imports",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2025-01-02T05:26:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aeb718239948eedd76c3dd34c47d89a347da0999",
"body": "- Fix directory import issue by explicitly exporting .js files\n- Add bech32 exports\n- Bump version to 0.3.3",
"is_bot": false,
"headline": "fix: update crypto exports to use proper module paths",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2025-01-02T05:22:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e34772a5bd9747c086374a90611fb520d058222f",
"body": "- Add CommonJS build configuration\n- Update TypeScript config for proper module resolution\n- Add explicit exports configuration\n- Bump version to 0.3.2",
"is_bot": false,
"headline": "fix: add ESM/CJS dual module support",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2025-01-02T05:12:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e92c3b9a348f4b7919d3bc4cc6e4b0c58840dda7",
"body": "…dency, fix type issues",
"is_bot": false,
"headline": "chore: upgrade to v0.3.1 - Switch to Vitest, remove nostr-tools depen…",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2024-12-31T02:18:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60c4f78e60cc3e88d9de141bdf73980be92fd811",
"body": "- Add proper JSDoc comments for interfaces\n- Fix unused parameter linting error in tests\n- Update TypeDoc generation\n- Clean up documentation warnings",
"is_bot": false,
"headline": "fix: improve TypeDoc documentation and fix linting issues",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2024-12-31T00:10:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a129958d3f62fcb4354f4db3763faa54b5297a72",
"body": "- Fixed type imports vs value imports in transport files\n- Added proper null checks for metricsProvider and metrics\n- Removed unused imports and variables\n- Improved type safety throughout the codebase\n- Made property mutability more explicit\n- Added better error handling in WebSocket transport",
"is_bot": false,
"headline": "fix: resolve TypeScript build errors and ESLint warnings",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2024-12-30T16:14:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0012abd70ac926681eb85b19b81fd50b599cca07",
"body": "- Add NIPs support status and implementation details\n- Update security reporting to use GitHub Security Advisory\n- Update Code of Conduct reporting to use GitHub Issues\n- Remove Discord references\n- Add Code of Conduct violation issue template",
"is_bot": false,
"headline": "docs: update documentation and communication channels",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2024-12-16T17:10:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80cff20f66b412c762189e08e4208a6fd1853aec",
"body": "- Added public hasClient method to NostrWSServer\n- Fixed TypeScript error in server.test.ts by using public method\n- Updated package.json homepage URL\n- All tests passing",
"is_bot": false,
"headline": "fix: add public hasClient method and fix TypeScript errors in tests",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2024-12-15T03:37:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc5b44e1ecf25e50820c7f6ab479084b7a8cda82",
"body": null,
"is_bot": false,
"headline": "fix: remove unused NostrWSServerEvents import",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2024-12-15T02:56:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecec7e705c75dcdb6ab859f0082418e64d172b89",
"body": "- Changed 'EVENT' to 'event' in server.test.ts to match the MessageType type definition",
"is_bot": false,
"headline": "fix: update message type in tests to match MessageType enum",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2024-12-15T02:55:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbfaa6e13c48d30107a98bb81db46dde1404a11c",
"body": "- Added JSDoc comments to all source files\n- Set up TypeDoc with markdown plugin\n- Added documentation workflow\n- Updated README with badges and documentation info\n- Bump version to 0.2.5",
"is_bot": false,
"headline": "docs: add comprehensive JSDoc documentation and TypeDoc setup",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2024-12-15T02:52:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee4304938ce954dee5403085599b2d6e7367e51b",
"body": "- Improve TypeScript type definitions with jest.MockedFunction\n- Replace any[] with unknown[] for better type safety\n- Fix unused variable warnings in test files\n- Update documentation with latest changes\n- Bump version to 0.2.4\n\nChanges:\n- Use proper jest.MockedFunction types in test files\n- Remove unused socket variables from destructuring\n- Add underscore prefix to unused parameters\n- Update README with latest features and examples\n- Fix ESLint warnings across the codebase",
"is_bot": false,
"headline": "feat(types): enhance type safety and fix linting issues",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2024-12-15T00:24:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e1a21451d10684adf38dab11a4a213a90a5d70f",
"body": "- Improve README with detailed API reference and usage examples\n- Add comprehensive server and client implementation examples\n- Update package.json with detailed description and relevant keywords\n- Fix TypeScript and linting issues in test files\n- Add proper type definitions for WebSocket handlers\n- Remove redundant type casts and improve type safety\n\nBreaking Changes: None",
"is_bot": false,
"headline": "feat(docs): enhance documentation and package metadata for v0.2.3",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2024-12-14T05:47:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c84297224c51e6a69e012f70914c5e2f69c066d",
"body": null,
"is_bot": false,
"headline": "fix: update WebSocket handler types in server test",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2024-12-14T05:37:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f1e7b81ccbf0c0c7347aae3dc3521847907f716",
"body": "- Streamlined the library to focus solely on WebSocket utilities, removing any DOM-related code.\n- Added support for custom WebSocket implementations via the new WebSocketImpl option.\n- Enhanced error handling and logging capabilities.\n- Updated usage examples in the README to reflect the latest API changes.\n- Documented breaking changes and improvements in the README.",
"is_bot": false,
"headline": "Update README and improve WebSocket functionality",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2024-12-14T00:09:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b14e5742bfcb683a97933dcd5213a98f582d9d5a",
"body": "- Updated README.md to reference correct npm package name (nostr-websocket-utils)\n- Added repository, bugs, and homepage fields to package.json\n- Fixed WebSocket mock implementation in tests\n- Updated import statements in documentation examples\n- Added UUID functionality documentation",
"is_bot": false,
"headline": "refactor: update package name and documentation",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2024-12-13T21:56:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36006b4eeff54e0132af39c527c2eb1fea941bf8",
"body": "… pattern",
"is_bot": false,
"headline": "docs: update README with WebSocket interface changes and new handlers…",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2024-12-06T21:05:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9fcc6fc2df3834ba2f4114833c6a9e810339629",
"body": "- Update NostrWSOptions to use consistent handlers pattern\n- Make message handler required in server\n- Update client to use handlers pattern\n- Fix tests to include required handlers\n- Bump version to 0.2.0 for interface changes",
"is_bot": false,
"headline": "refactor: standardize WebSocket handlers interface",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2024-12-06T20:59:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0575836f990a26d1548df05d090c780ccc0cceba",
"body": "- Remove unused imports and variables\n- Fix Logger interface implementation in tests\n- Update package name to remove scope\n- Add proper type definitions for mock functions\n- Prefix unused parameters with underscore",
"is_bot": false,
"headline": "fix: resolve ESLint and TypeScript errors",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2024-12-06T19:39:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73861c36198ae83fc35dfa91264711f88af917e2",
"body": null,
"is_bot": false,
"headline": "docs: update README with badges and clearer title",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2024-12-06T06:25:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efa013090d9c80a350d2088187457114a71fa05d",
"body": "- Implement NostrWSClient with auto-reconnection and heartbeat\n- Implement NostrWSServer with channel-based messaging\n- Add comprehensive test suite\n- Add TypeScript types and ESLint configuration\n- Add documentation and examples",
"is_bot": false,
"headline": "feat: initial commit - WebSocket utilities for Nostr applications",
"author_name": "vveerrgg",
"author_login": "vveerrgg",
"committed_at": "2024-12-06T06:20:03Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 0,
"commits_last_year": 30,
"latest_release_at": null,
"latest_release_tag": null,
"releases_from_tags": false,
"days_since_last_push": 3,
"active_weeks_last_year": 5,
"days_since_latest_release": null,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 87,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "nostr-websocket-utils",
"exists": true,
"license": "MIT",
"keywords": [
"nostr",
"websocket",
"typescript",
"esm",
"commonjs",
"dual-module",
"nostr-protocol",
"websocket-client",
"reconnection",
"heartbeat",
"message-queue",
"type-safe",
"browser"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/nostr-websocket-utils",
"is_deprecated": false,
"latest_version": "0.5.0",
"repository_url": "https://github.com/HumanjavaEnterprises/nostr-websocket-utils",
"versions_count": 27,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 2214,
"first_published_at": "2024-12-06T19:40:09.019000Z",
"latest_published_at": "2026-07-19T20:01:34.065000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
}
]
},
"popularity": {
"forks": 0,
"stars": 1,
"watchers": 1,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 8314,
"source_files_sampled": 70,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"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": 86,
"malicious_count": 0,
"assessed_package": "npm:nostr-websocket-utils@0.5.0",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@noble/curves",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.2.0"
},
{
"name": "@noble/hashes",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.2.0"
},
{
"name": "@types/uuid",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^10.0.0"
},
{
"name": "nostr-crypto-utils",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^0.9.1"
},
{
"name": "pino",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^10.3.1"
},
{
"name": "uuid",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^13.0.2"
},
{
"name": "ws",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^8.21.1"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@noble/curves",
"direct": true,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "@noble/hashes",
"direct": true,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "@types/uuid",
"direct": true,
"version": "10.0.0",
"ecosystem": "npm"
},
{
"name": "nostr-crypto-utils",
"direct": true,
"version": "0.9.1",
"ecosystem": "npm"
},
{
"name": "pino",
"direct": true,
"version": "10.3.1",
"ecosystem": "npm"
},
{
"name": "uuid",
"direct": true,
"version": "13.0.2",
"ecosystem": "npm"
},
{
"name": "ws",
"direct": true,
"version": "8.21.1",
"ecosystem": "npm"
},
{
"name": "@babel/helper-string-parser",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "7.28.5",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@babel/types",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@bcoe/v8-coverage",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "@emnapi/core",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@emnapi/runtime",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@emnapi/wasi-threads",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/aix-ppc64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ia32",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-loong64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-mips64el",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ppc64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-riscv64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-s390x",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/openharmony-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/sunos-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-ia32",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@eslint-community/eslint-utils",
"direct": false,
"version": "4.9.1",
"ecosystem": "npm"
},
{
"name": "@eslint-community/regexpp",
"direct": false,
"version": "4.12.2",
"ecosystem": "npm"
},
{
"name": "@eslint/config-array",
"direct": false,
"version": "0.23.5",
"ecosystem": "npm"
},
{
"name": "@eslint/config-helpers",
"direct": false,
"version": "0.6.0",
"ecosystem": "npm"
},
{
"name": "@eslint/core",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "@eslint/js",
"direct": false,
"version": "10.0.1",
"ecosystem": "npm"
},
{
"name": "@eslint/object-schema",
"direct": false,
"version": "3.0.5",
"ecosystem": "npm"
},
{
"name": "@eslint/plugin-kit",
"direct": false,
"version": "0.7.2",
"ecosystem": "npm"
},
{
"name": "@gerrit0/mini-shiki",
"direct": false,
"version": "3.23.0",
"ecosystem": "npm"
},
{
"name": "@humanfs/core",
"direct": false,
"version": "0.19.1",
"ecosystem": "npm"
},
{
"name": "@humanfs/node",
"direct": false,
"version": "0.16.7",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/module-importer",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/retry",
"direct": false,
"version": "0.4.3",
"ecosystem": "npm"
},
{
"name": "@jridgewell/resolve-uri",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "@jridgewell/sourcemap-codec",
"direct": false,
"version": "1.5.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/trace-mapping",
"direct": false,
"version": "0.3.31",
"ecosystem": "npm"
},
{
"name": "@napi-rs/wasm-runtime",
"direct": false,
"version": "1.1.6",
"ecosystem": "npm"
},
{
"name": "@noble/ciphers",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "@oxc-project/types",
"direct": false,
"version": "0.139.0",
"ecosystem": "npm"
},
{
"name": "@pinojs/redact",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-android-arm64",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-darwin-arm64",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-darwin-x64",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-freebsd-x64",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm-gnueabihf",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm64-gnu",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm64-musl",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-ppc64-gnu",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-s390x-gnu",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-x64-gnu",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-x64-musl",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-openharmony-arm64",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-wasm32-wasi",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-win32-arm64-msvc",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-win32-x64-msvc",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/pluginutils",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@scure/base",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "@shikijs/engine-oniguruma",
"direct": false,
"version": "3.23.0",
"ecosystem": "npm"
},
{
"name": "@shikijs/langs",
"direct": false,
"version": "3.23.0",
"ecosystem": "npm"
},
{
"name": "@shikijs/themes",
"direct": false,
"version": "3.23.0",
"ecosystem": "npm"
},
{
"name": "@shikijs/types",
"direct": false,
"version": "3.23.0",
"ecosystem": "npm"
},
{
"name": "@shikijs/vscode-textmate",
"direct": false,
"version": "10.0.2",
"ecosystem": "npm"
},
{
"name": "@standard-schema/spec",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@tybys/wasm-util",
"direct": false,
"version": "0.10.3",
"ecosystem": "npm"
},
{
"name": "@types/chai",
"direct": false,
"version": "5.2.3",
"ecosystem": "npm"
},
{
"name": "@types/deep-eql",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "@types/esrecurse",
"direct": false,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.8",
"ecosystem": "npm"
},
{
"name": "@types/hast",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "@types/json-schema",
"direct": false,
"version": "7.0.15",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "22.20.1",
"ecosystem": "npm"
},
{
"name": "@types/unist",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "@types/ws",
"direct": false,
"version": "8.18.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/eslint-plugin",
"direct": false,
"version": "8.65.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/parser",
"direct": false,
"version": "8.65.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/project-service",
"direct": false,
"version": "8.65.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/scope-manager",
"direct": false,
"version": "8.65.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/tsconfig-utils",
"direct": false,
"version": "8.65.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/type-utils",
"direct": false,
"version": "8.65.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/types",
"direct": false,
"version": "8.65.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/typescript-estree",
"direct": false,
"version": "8.65.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/utils",
"direct": false,
"version": "8.65.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/visitor-keys",
"direct": false,
"version": "8.65.0",
"ecosystem": "npm"
},
{
"name": "@vitest/coverage-v8",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/expect",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/mocker",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/pretty-format",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/runner",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/snapshot",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/spy",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/utils",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "8.17.0",
"ecosystem": "npm"
},
{
"name": "acorn-jsx",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "6.14.0",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "assertion-error",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "ast-v8-to-istanbul",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "atomic-sleep",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "bech32",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "5.0.7",
"ecosystem": "npm"
},
{
"name": "chai",
"direct": false,
"version": "6.2.2",
"ecosystem": "npm"
},
{
"name": "convert-source-map",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "deep-is",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "detect-libc",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "entities",
"direct": false,
"version": "4.5.0",
"ecosystem": "npm"
},
{
"name": "es-module-lexer",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "eslint",
"direct": false,
"version": "10.7.0",
"ecosystem": "npm"
},
{
"name": "eslint-scope",
"direct": false,
"version": "9.1.2",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "3.4.3",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "espree",
"direct": false,
"version": "11.2.0",
"ecosystem": "npm"
},
{
"name": "esquery",
"direct": false,
"version": "1.7.0",
"ecosystem": "npm"
},
{
"name": "esrecurse",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "estraverse",
"direct": false,
"version": "5.3.0",
"ecosystem": "npm"
},
{
"name": "estree-walker",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "esutils",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "expect-type",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "fast-deep-equal",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "fast-json-stable-stringify",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "fast-levenshtein",
"direct": false,
"version": "2.0.6",
"ecosystem": "npm"
},
{
"name": "fdir",
"direct": false,
"version": "6.5.0",
"ecosystem": "npm"
},
{
"name": "file-entry-cache",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "flat-cache",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "flatted",
"direct": false,
"version": "3.4.2",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "html-escaper",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "7.0.5",
"ecosystem": "npm"
},
{
"name": "imurmurhash",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "is-extglob",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "is-glob",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-coverage",
"direct": false,
"version": "3.2.2",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-report",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "istanbul-reports",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "10.0.0",
"ecosystem": "npm"
},
{
"name": "json-buffer",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "json-schema-traverse",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "json-stable-stringify-without-jsonify",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "keyv",
"direct": false,
"version": "4.5.4",
"ecosystem": "npm"
},
{
"name": "levn",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "lightningcss",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-android-arm64",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-darwin-arm64",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-darwin-x64",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-freebsd-x64",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm-gnueabihf",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm64-gnu",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm64-musl",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-x64-gnu",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-x64-musl",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-win32-arm64-msvc",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-win32-x64-msvc",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "linkify-it",
"direct": false,
"version": "5.0.2",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "lunr",
"direct": false,
"version": "2.3.9",
"ecosystem": "npm"
},
{
"name": "magic-string",
"direct": false,
"version": "0.30.21",
"ecosystem": "npm"
},
{
"name": "magicast",
"direct": false,
"version": "0.5.2",
"ecosystem": "npm"
},
{
"name": "make-dir",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "markdown-it",
"direct": false,
"version": "14.3.0",
"ecosystem": "npm"
},
{
"name": "mdurl",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "10.2.5",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.16",
"ecosystem": "npm"
},
{
"name": "natural-compare",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "obug",
"direct": false,
"version": "2.1.4",
"ecosystem": "npm"
},
{
"name": "on-exit-leak-free",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "optionator",
"direct": false,
"version": "0.9.4",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "path-exists",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "path-key",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "pathe",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.5",
"ecosystem": "npm"
},
{
"name": "pino-abstract-transport",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "pino-std-serializers",
"direct": false,
"version": "7.1.0",
"ecosystem": "npm"
},
{
"name": "postcss",
"direct": false,
"version": "8.5.21",
"ecosystem": "npm"
},
{
"name": "prelude-ls",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "process-warning",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "punycode",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "punycode.js",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "quick-format-unescaped",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "real-require",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "rolldown",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "safe-stable-stringify",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.7.4",
"ecosystem": "npm"
},
{
"name": "shebang-command",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-regex",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "siginfo",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "sonic-boom",
"direct": false,
"version": "4.2.1",
"ecosystem": "npm"
},
{
"name": "source-map-js",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "split2",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "stackback",
"direct": false,
"version": "0.0.2",
"ecosystem": "npm"
},
{
"name": "std-env",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "thread-stream",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "tinybench",
"direct": false,
"version": "2.9.0",
"ecosystem": "npm"
},
{
"name": "tinyexec",
"direct": false,
"version": "1.2.4",
"ecosystem": "npm"
},
{
"name": "tinyglobby",
"direct": false,
"version": "0.2.17",
"ecosystem": "npm"
},
{
"name": "tinyrainbow",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "ts-api-utils",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": false,
"version": "2.8.1",
"ecosystem": "npm"
},
{
"name": "type-check",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "typedoc",
"direct": false,
"version": "0.28.20",
"ecosystem": "npm"
},
{
"name": "typedoc-plugin-markdown",
"direct": false,
"version": "4.12.0",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "5.9.3",
"ecosystem": "npm"
},
{
"name": "uc.micro",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "6.21.0",
"ecosystem": "npm"
},
{
"name": "uri-js",
"direct": false,
"version": "4.4.1",
"ecosystem": "npm"
},
{
"name": "vite",
"direct": false,
"version": "8.1.5",
"ecosystem": "npm"
},
{
"name": "vitest",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "why-is-node-running",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "word-wrap",
"direct": false,
"version": "1.2.5",
"ecosystem": "npm"
},
{
"name": "yaml",
"direct": false,
"version": "2.9.0",
"ecosystem": "npm"
},
{
"name": "yocto-queue",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 246,
"direct_count": 7,
"indirect_count": 239
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "vveerrgg",
"commits": 62,
"avatar_url": "https://avatars.githubusercontent.com/u/1497261?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"documentation.yml",
"publish.yml"
],
"has_docs_dir": true,
"linter_configs": [
"eslint.config.js"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json"
],
"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": null,
"reason": "no pull request found",
"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 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"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": 5,
"reason": "6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"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": 5,
"reason": "dependency not pinned by hash detected -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file 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": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "2701f7175c8ded63a4eca048500d91769e8a73e7",
"ran_at": "2026-07-25T19:05:27Z",
"aggregate_score": 4.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-21T23:29:14Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/HumanjavaEnterprises/nostr-websocket-utils",
"host": "github.com",
"name": "nostr-websocket-utils",
"owner": "HumanjavaEnterprises"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"security": 54,
"vitality": 35,
"community": 47,
"governance": 39,
"engineering": 82
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 35,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"commits_last_year": 30,
"human_commit_share": 1,
"days_since_last_push": 3,
"active_weeks_last_year": 5
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 3 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 3
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "5/52 weeks with commits",
"points": 3.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 5
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "30 commits in the last year",
"points": 13.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 30
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "critical",
"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": 1,
"inputs": {
"releases_count": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "no releases published",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases_published",
"params": {}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"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": "excellent",
"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": 3,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 3 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 3
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 47,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 1,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 1
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"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": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"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": 6.3,
"status": "met",
"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": 56,
"inputs": {
"packages": [
"nostr-websocket-utils"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 2214
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,214 downloads/month across npm",
"points": 44.6,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2214,
"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": "at_risk",
"name": "Sustainability & Governance",
"value": 39,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 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": 60,
"inputs": {
"followers": 5,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "HumanjavaEnterprises",
"public_repos": 44,
"account_age_days": 3145
},
"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": "5 followers of HumanjavaEnterprises",
"points": 5.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 5,
"login": "HumanjavaEnterprises"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "44 public repos, account ~8 yr old",
"points": 24,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 44
}
},
{
"code": "account_age_years",
"params": {
"years": 8
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"nostr-websocket-utils"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 5
},
"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 5 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 5
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "27 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 27
}
}
],
"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": 82,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 80,
"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.js",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.js"
}
}
],
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"topics": [
"logging",
"nostr",
"real-time-communication",
"reconnection",
"type-safety",
"websocket",
"channel-broadcasting",
"heartbeat-monitoring",
"message-queuing"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"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": 25,
"status": "met",
"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": "9 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 9
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 54,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 43,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 4.3
},
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"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": "6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 3.8,
"status": "partial",
"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 5",
"points": 2.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"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": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the npm:nostr-websocket-utils@0.5.0 runtime dependency closure — what installing the published package pulls in — 86 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:nostr-websocket-utils@0.5.0",
"assessed": 86
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 86,
"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": "excellent",
"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": 86,
"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": "excellent",
"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"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"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": 61,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.935,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"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": "58 of 62 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 58,
"sampled": 62
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0.339,
"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.js",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.js"
}
}
],
"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": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "21 of the last 62 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 21,
"sampled": 62
}
}
],
"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 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 8314,
"source_files_sampled": 70,
"oversized_source_files": 0
},
"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": "0/70 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 70,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-25T19:05:31.709541Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/h/HumanjavaEnterprises/nostr-websocket-utils.svg",
"full_name": "HumanjavaEnterprises/nostr-websocket-utils",
"license_state": "standard",
"license_spdx": "MIT"
}