JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 537,
"has_wiki": false,
"homepage": null,
"languages": {
"JavaScript": 1472,
"TypeScript": 290209
},
"pushed_at": "2026-07-20T23:58:59Z",
"created_at": "2026-03-10T00:37:26Z",
"owner_type": "Organization",
"updated_at": "2026-07-02T18:21:01Z",
"description": "Generic environment runner for JavaScript runtime.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": "https://unjs.io",
"name": "UnJS",
"type": "Organization",
"login": "unjs",
"company": null,
"location": null,
"followers": 6013,
"avatar_url": "https://avatars.githubusercontent.com/u/80154025?v=4",
"created_at": "2021-03-06T10:33:34Z",
"is_verified": null,
"public_repos": 82,
"account_age_days": 1967
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.1.16",
"kind": "patch",
"published_at": "2026-07-02T18:21:21Z"
},
{
"tag": "v0.1.15",
"kind": "patch",
"published_at": "2026-06-30T14:23:01Z"
},
{
"tag": "v0.1.14",
"kind": "patch",
"published_at": "2026-06-11T10:54:31Z"
},
{
"tag": "v0.1.13",
"kind": "patch",
"published_at": "2026-06-10T22:43:50Z"
},
{
"tag": "v0.1.12",
"kind": "patch",
"published_at": "2026-06-10T18:56:01Z"
},
{
"tag": "v0.1.10",
"kind": "patch",
"published_at": "2026-06-10T10:59:21Z"
},
{
"tag": "v0.1.9",
"kind": "patch",
"published_at": "2026-05-22T13:57:58Z"
},
{
"tag": "v0.1.8",
"kind": "patch",
"published_at": "2026-05-22T13:20:13Z"
},
{
"tag": "v0.1.7",
"kind": "patch",
"published_at": "2026-03-28T01:18:14Z"
},
{
"tag": "v0.1.6",
"kind": "patch",
"published_at": "2026-03-10T15:51:36Z"
},
{
"tag": "v0.1.3",
"kind": "patch",
"published_at": "2026-03-10T12:41:16Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2026-03-10T11:09:57Z"
}
],
"recent_commits": [
{
"oid": "285471c9c45bd152a105579cabb3b523bc7c2cec",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.1.16",
"author_name": "pooya parsa",
"author_login": "pi0",
"committed_at": "2026-07-02T18:20:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f20cdbc62174468b86f35e76675249d12368b31",
"body": null,
"is_bot": false,
"headline": "feat: runtime-native WebSocket upgrade proxying (#33)",
"author_name": "pi0x",
"author_login": "pi0x",
"committed_at": "2026-07-02T13:10:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b39dd4aae40fcb0f0ba1330fa67279d33ddf7f5",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.1.15",
"author_name": "pooya parsa",
"author_login": "pi0",
"committed_at": "2026-06-30T14:21:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8ce2beed6409847fa9398ee4c633a8ec849079c",
"body": "Both workers hardcoded `crossws/server/node`, pinning the WebSocket\nadapter to Node's http implementation even when the worker thread /\nforked process runs on Bun or Deno (where srvx already uses native\nBun.serve/Deno.serve). Switch to `crossws/server`, which auto-selects\nthe adapter via runtime export conditions, keeping it in sync with srvx.\nResolves to the same node.mjs under Node, so no behavior change there.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(node-worker,node-process): use native crossws adapter on bun/deno",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-06-30T14:05:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "283bdae413b6eae4373e8f087da89112a0ced9f3",
"body": "Spawning a fresh runtime (Deno/Bun child processes, miniflare/workerd) or\nloading the optional `wrangler` package is a cold start that intermittently\nexceeds Vitest's 5s default on loaded CI runners (e.g. Deno's first\n`starts and becomes ready` clocked 5012ms). Add a `vitest.config.ts` with\na 20s test/hook timeout and raise the per-file `waitForReady` helper\ndefaults to 15s so the internal readiness wait doesn't pre-empt it.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: raise timeouts for runtime cold starts",
"author_name": "pooya parsa",
"author_login": "pi0",
"committed_at": "2026-06-30T10:41:01Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1f09e184fb75ea2b0df072595df7a0bae43616f0",
"body": "The fallback-reader suite simulated \"wrangler not installed\" by\n`vi.doMock`ing the `wrangler` package so the runner's dynamic\n`import(\"wrangler\")` would throw. Mocking an externalized node_modules\npackage through a dynamic import is environment-dependent (it only\nintercepts reliably when the runner \n[…]\nead — local source is always transformed by the test runner, so\nthe fallback path is forced deterministically across environments.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "test(wrangler): mock a local indirection to force the fallback reader",
"author_name": "pooya parsa",
"author_login": "pi0",
"committed_at": "2026-06-30T10:37:21Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c2bc87cc2d1f346e39b1f7d6eb172dbb634c2f68",
"body": null,
"is_bot": true,
"headline": "chore(deps): update github-actions to v7 (#32)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-30T10:29:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5bfcd3c99400970594d0a30469c105104866975",
"body": "Deno >= 2.9 honors the `format` returned by `module.registerHooks` load\nhooks (older Deno ignored it). The virtual-module loader pre-transforms\nsources for Deno — `.json` into a JS wrapper, `.ts`/`.mts` into stripped\nJS — so honoring the extension-derived `json`/`module-typescript` format\nmakes Deno\n[…]\nwrangler-suite test timeout: the newer wrangler/miniflare\ncold start exceeds Vitest's 5s default on the first installed-case test.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(virtual): serve Deno virtual modules as plain ESM format",
"author_name": "pooya parsa",
"author_login": "pi0",
"committed_at": "2026-06-30T10:28:10Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a11bf039aa5f604fbcddead7e4d8a29dfa53714b",
"body": null,
"is_bot": false,
"headline": "chore: update deps",
"author_name": "pooya parsa",
"author_login": "pi0",
"committed_at": "2026-06-30T10:27:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4079f034467906d9a69d56db264efdb38792cb04",
"body": null,
"is_bot": false,
"headline": "chore: split agent docs",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-06-11T11:14:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d7d17e4b27c60d467775fafa954a5e998be4295",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.1.14",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-06-11T10:54:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddf365b65b0cfa421a4d6dc96874079038df2382",
"body": null,
"is_bot": false,
"headline": "feat(miniflare): support optionally loading wrangler config (#28)",
"author_name": "pi0x",
"author_login": "pi0x",
"committed_at": "2026-06-11T10:51:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73f0a31f7919acd5507d9cb6c304650f53f10c8a",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.1.13",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-06-10T22:43:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0558ae0f2f6726ae4f2487218718f0785570394b",
"body": "`runner.upgrade()` is called fire-and-forget, so when an entry refuses the\n upgrade (a non-101 response makes `proxyUpgrade` reject; the self runner's\n hook throws directly) the rejection went unhandled and could crash the\n process. Guard the upgrade path in BaseEnvRunner, MiniflareEnvRunner, and\n SelfEnvRunner. For the proxied runners the client socket is already settled\n by `proxyUpgrade`; the in-process self runner destroys the socket on error\n to avoid leaving it hung.",
"is_bot": false,
"headline": "fix(upgrade): handle rejected websocket upgrades without crashing",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-06-10T22:41:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fad90ac891ec7cb842aafc35f2c29d147bccfd47",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.1.12",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-06-10T18:56:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f2887775ab58c25808c37a75b75726c3e0f6cc9",
"body": "…nst cwd",
"is_bot": false,
"headline": "fix(virtual): resolve bare/relative imports from virtual modules agai…",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-06-10T18:54:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bab0d096738fb47099955276b414363f218b4c54",
"body": null,
"is_bot": false,
"headline": "build: better chunk names",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-06-10T17:02:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9cd18ddcd472ec3569a91c9deec567b9779e26f",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.1.11",
"author_name": "dev",
"author_login": null,
"committed_at": "2026-06-10T16:31:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b69598f5f1d0e5df45ec71d12eb10467a057886e",
"body": null,
"is_bot": false,
"headline": "feat: support relative fetch",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-06-10T16:17:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00d99a6601cadce59752a8c365ae653e994e5d50",
"body": null,
"is_bot": false,
"headline": "feat: `invalidateModule` for virtuals",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-06-10T16:12:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "322e5e4d7128cb8df177b2eef0911f07c221ee09",
"body": "…runner",
"is_bot": false,
"headline": "feat(server): support `reload()` without arguments to create a fresh …",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-06-10T11:12:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfed5559f25bf81d727563d41bed30960dce0c90",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.1.10",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-06-10T10:59:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf3788581ec4c6722328bb78dab45f2a8e03f981",
"body": null,
"is_bot": false,
"headline": "feat(server): auto start on first fetch",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-06-10T10:55:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ec6f29039358de48a1d162920e472f398fa1b9e",
"body": null,
"is_bot": false,
"headline": "feat: implement async disposable",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-06-10T10:49:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "474400280962fcab1b9bc70df9ac42977cc34705",
"body": null,
"is_bot": false,
"headline": "feat: default env server runner to `node-worker`",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-06-10T10:43:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c17d651fb3c233fb882d791a82959a5daf3ddd45",
"body": null,
"is_bot": false,
"headline": "feat: virtual imports (#26)",
"author_name": "pi0x",
"author_login": "pi0x",
"committed_at": "2026-06-10T10:36:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9573a497170e2a91f9b33cd25504b23dbfcb017",
"body": null,
"is_bot": false,
"headline": "fix: forward child stdio for process runners (#25)",
"author_name": "Ou",
"author_login": "ourongxing",
"committed_at": "2026-06-10T09:25:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "838b252ad110abf01262a043a2b2750a2d97b75b",
"body": "…try import",
"is_bot": false,
"headline": "fix(node-process, bun-process): register disconnect handler before en…",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-06-10T09:13:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc7947a09ab4abd94bc6a36e9a1be01265632350",
"body": "…d orphans (#24)",
"is_bot": false,
"headline": "fix(node-process, bun-process): exit worker on IPC disconnect to avoi…",
"author_name": "Saba Tchikhinashvili",
"author_login": "saba-ch",
"committed_at": "2026-06-10T08:55:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e9fac76c512d1475370ede6338e96cfd84d72a2",
"body": null,
"is_bot": false,
"headline": "test: fake oidc token",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-06-10T08:43:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af647eda669b56d5283fdb8f65e04832334e9324",
"body": null,
"is_bot": false,
"headline": "chore: update deps",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-06-10T08:36:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71f617842fbe7166227d5548a58945e6a7710f87",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.1.9",
"author_name": "Pooya Parsa",
"author_login": "pi0x",
"committed_at": "2026-05-22T13:57:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02a87a56003490c1a6fe4c841ab24c96aaad7989",
"body": null,
"is_bot": false,
"headline": "refactor: simplify vercel oidc token warns",
"author_name": "Pooya Parsa",
"author_login": "pi0x",
"committed_at": "2026-05-22T13:57:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6835917c161c0c2047dce0c0e0b8bc698128d940",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.1.8",
"author_name": "Pooya Parsa",
"author_login": "pi0x",
"committed_at": "2026-05-22T13:20:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9de9cb035dacdee3a51e9a0044076d9dd4bfc818",
"body": null,
"is_bot": false,
"headline": "feat(vercel): prompt to update oidc token if unset/expired (#15)",
"author_name": "Rihan Arfan",
"author_login": "RihanArfan",
"committed_at": "2026-05-22T00:15:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "faa73792f1b909bfd9c281a87b19a881a42d6d0b",
"body": null,
"is_bot": false,
"headline": "feat(vercel): vercel queues (#16)",
"author_name": "Rihan Arfan",
"author_login": "RihanArfan",
"committed_at": "2026-05-21T23:48:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "faf2f216ee8ff4ccaaa6acd3f1b4bae58054a17f",
"body": null,
"is_bot": false,
"headline": "chore: update deps",
"author_name": "Pooya Parsa",
"author_login": "pi0x",
"committed_at": "2026-05-21T23:07:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8181ab7b2918bf26c9ceafc6f4568cc466d62da8",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update all non-major dependencies (#12)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-05-17T01:59:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b5d42f52be37de9263003636b57333ee0d12025",
"body": null,
"is_bot": false,
"headline": "chore: update deps",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-04-13T21:04:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a0f12660dda855f3aef68c3a6d6dd4d685dd6d4",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update all non-major dependencies (#8)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-13T10:19:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "caa36255a36c4abc54384f5400d1ba2e6dce07ea",
"body": "Emulate `vercel dev` behavior: set `VERCEL`, `VERCEL_ENV`, `VERCEL_REGION`,\n`NOW_REGION` env vars in worker, inject `x-vercel-id` request header, and\nadd `server`/`x-vercel-cache`/`x-vercel-id` response headers.",
"is_bot": false,
"headline": "feat(vercel): add env vars, `x-vercel-id` header, and response headers",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-28T13:22:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0c1a145b4ae7e2bea97bb66a446cf031203461d",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.1.7",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-28T01:17:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb9a358fa4e0967f53b5b5b150efeb9fb934edf7",
"body": "…ons` compat\n\nProvide waitUntil, in-memory RuntimeCache, purge stubs, and addCacheTag\nso that integrations using `@vercel/functions` work out of the box.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(vercel): shim full `@vercel/request-context` for `@vercel/functi…",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-28T01:17:25Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7e47106924ef133833fdce054227c436ca1ec166",
"body": null,
"is_bot": false,
"headline": "feat: netlify runner",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-28T01:07:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1df43409aabc960abb4d80e3cde1e15e65e2d346",
"body": "Deno doesn't support Node.js IPC (`process.send`/`process.on(\"message\")`).\nSwitch to newline-delimited JSON over stdin/stdout for bidirectional messaging.\nAdd `--node-modules-dir=auto --no-lock` to use existing node_modules and skip lock file.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(deno): use stdin/stdout IPC and prevent `deno.lock` creation",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-28T00:50:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ee3dd7cf6c494cb830433f0ecb5cf876f5924d97",
"body": null,
"is_bot": true,
"headline": "chore: apply automated updates",
"author_name": "autofix-ci[bot]",
"author_login": "autofix-ci[bot]",
"committed_at": "2026-03-28T00:43:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "586bf30335c13dda65d4be50a4ae3587e4427a1c",
"body": "Document VercelEnvRunner architecture, exports, worker mapping, and test coverage.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add vercel runner to AGENTS.md",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-28T00:26:24Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "cab054da517e9b9e34cb56f289945fc02275ae60",
"body": "* feat(vercel): add vercel runner\n\n* chore: sync with node worker changes\n\n* test(vercel): add unit tests\n\n* feat: set vercel global symbol\n\n* fix(vercel): ensure headers are correctly passed in Request initialization\n\n* refactor(vercel): extend node worker preset\n\n* fix: relative import\n\n* remove unused dep\n\n* update tests\n\n---------\n\nCo-authored-by: Pooya Parsa <pooya@pi0.io>",
"is_bot": false,
"headline": "feat(vercel): add vercel runner (#3)",
"author_name": "Rihan Arfan",
"author_login": "RihanArfan",
"committed_at": "2026-03-28T00:23:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67e33c86b0977139bb55eb4d6a42bd6495706edd",
"body": null,
"is_bot": false,
"headline": "feat: support custom export conditions (#5)",
"author_name": "Rihan Arfan",
"author_login": "RihanArfan",
"committed_at": "2026-03-28T00:09:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65839261ced41a7ba025781d83f99215205d66cf",
"body": null,
"is_bot": false,
"headline": "chore: update deps",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-28T00:05:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "042e65437fcf405183145292195dcfa58700cb08",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update all non-major dependencies (#7)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-03-28T00:00:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b3dc5490c1c232c9cb05ed71649a3aad5da0fa3",
"body": null,
"is_bot": false,
"headline": "test: add rpc() method coverage across all runners (#4)",
"author_name": "Ori",
"author_login": "oritwoen",
"committed_at": "2026-03-18T13:54:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "055b70f75d0376d5ce7db428e1aa5acb11be6ef0",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update all non-major dependencies (#2)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-03-18T13:52:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8f2a08941ed83678941137c19726ea2645bc47a",
"body": null,
"is_bot": false,
"headline": "fix(miniflare): pass through cloudflare:* imports to workerd (#6)",
"author_name": "Rihan Arfan",
"author_login": "RihanArfan",
"committed_at": "2026-03-18T13:52:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "722245f933ecec225c56bc972f15d3eb18361181",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.1.6",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T15:51:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d348cdd9418d884d1fc1bf6e2eb721e22b92dcbe",
"body": null,
"is_bot": false,
"headline": "fmt",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T15:43:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76d8cdadfbb452c54b8ef6ce26acfa04330c17dc",
"body": "…pattern",
"is_bot": false,
"headline": "feat(manager): replace callback properties with multi-listener event …",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T15:43:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e969b1491d012a1342b29eae78c35c4352e485d",
"body": null,
"is_bot": false,
"headline": "refactor: remove graceful shutdowns",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T15:39:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c5ae6751f4bef7794a139340c9beffb28648863",
"body": null,
"is_bot": false,
"headline": "chore: update lock",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T15:25:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "067ef44f0c14b77f9215e0f93a236582c597aeb4",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.1.5",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T15:21:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18acd211c2defb961f13c97d660dc8786f9df9ce",
"body": null,
"is_bot": false,
"headline": "fix(miniflare): serve CJS modules with an ESM shim wrapper",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T15:21:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "002ec9abedcaf9d6dcce4cdb161f3361c487cfba",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.1.4",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T13:08:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66512d1acbdc0e305f39eced1451725b4e07b76f",
"body": null,
"is_bot": false,
"headline": "ws support for self runner",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T13:08:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb997d0cc25f7d96b4e16442ed27ab45de418f2b",
"body": null,
"is_bot": false,
"headline": "fix: import fresh on module reload",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T13:03:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a7d4e2bb9a33dba541fe95be8940c8700a973d4",
"body": null,
"is_bot": false,
"headline": "fix test",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T12:59:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e41f7af50bd3c2768c6bb88d1da81d5d915f79ff",
"body": null,
"is_bot": false,
"headline": "fix: windows imports",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T12:54:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c925bb629ae21982e6f1601ce06849e3fa63df4",
"body": null,
"is_bot": false,
"headline": "ci: windows and macos tests",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T12:51:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88249b099cda53773f7d0bc8bbf836391bafffd6",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.1.3",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T12:41:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "851bb3106d709332103e2bd64ccdcb04c5912eda",
"body": null,
"is_bot": false,
"headline": "feat: support crossws for miniflare",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T12:38:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13d37f9ed12cb373e70d1856172441916d137541",
"body": null,
"is_bot": false,
"headline": "fmt",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T12:30:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f71e71b00bd025516e9ffa044c3a8459a27150d",
"body": null,
"is_bot": false,
"headline": "fix(cf): use service binding ipc",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T12:30:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a0a675cc6893c72a8365d2b26e81e894d8565b7",
"body": null,
"is_bot": true,
"headline": "chore: apply automated updates",
"author_name": "autofix-ci[bot]",
"author_login": "autofix-ci[bot]",
"committed_at": "2026-03-10T11:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8252c3beb1f24b0f0a5b2a954c7de7bcaab912a",
"body": null,
"is_bot": false,
"headline": "feat: crossws support",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T11:52:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "666978e633b343dbb7d7d9d699c9d91917aaf82e",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.1.2",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T11:09:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb443f919518d13e8707e72bcec4d1142441300a",
"body": null,
"is_bot": false,
"headline": "fmt",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T11:09:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d12433ddfd029340045c065f2e42f36e827421d",
"body": null,
"is_bot": false,
"headline": "small workarounds to make miniflare working in vite",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T11:09:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddbd54357c2eb1829fd4b627defc002ebf4035f0",
"body": null,
"is_bot": false,
"headline": "feat: worker upgrade support",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T11:08:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3acb232ff9bab801e0965f023b9281e5adb8ebf",
"body": null,
"is_bot": false,
"headline": "fix(miniflare): standard response",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T10:43:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "334fb643f896c45f4a3d681ae8c67bbed8760610",
"body": null,
"is_bot": false,
"headline": "improve mf resoluiton",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T10:31:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "493071f1843a62fbb05ad683c19507af685016a8",
"body": null,
"is_bot": false,
"headline": "fix(miniflare): handle `file://`",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T10:23:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d1064c3e110ff6add97fd655149d8f4882736ed",
"body": null,
"is_bot": false,
"headline": "feat: miniflare improvements",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T09:59:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acf16ae62db3041f5d2e65c8b43bab0129972cad",
"body": null,
"is_bot": false,
"headline": "feat(miniflare): support transformRequest",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T09:38:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a4009b20f95b01eba67a5d1c33219ddff8d65af",
"body": null,
"is_bot": false,
"headline": "refactor(miniflare): use ws pair for rpc",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T09:33:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1faeb7d3cc86c6c899cd154bd99a6c2044c0fb30",
"body": null,
"is_bot": false,
"headline": "feat: `runner.reloadModule`",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T09:10:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94ab889439722bf8cd5e0647377372d9c369d6c3",
"body": null,
"is_bot": false,
"headline": "feat: vite env api compat",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T09:09:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de0934d1a53cfdf428ecc6573bb455e746ea2317",
"body": null,
"is_bot": false,
"headline": "refactor: improve miniflare runner",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T08:27:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1efa659ca83e6981c8e7c33afd804d8f80c4c53",
"body": "Create temp dir next to the entry file instead of os.tmpdir() so workerd\ncan resolve the import without \"..\" traversal. Also re-export named\nexports (e.g. Durable Object classes) from the wrapper module.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(miniflare): resolve wrapper imports relative to entry",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T02:44:18Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5d44bec52ddf8a94da9d908a6c7a1891b7050620",
"body": null,
"is_bot": false,
"headline": "fix(miniflare): use temp dir",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T02:36:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d0d2458b455f855187973b025ba0c6db83426cc",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.1.1",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T02:20:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3594e34ee489e243c266eb827788069884c66a56",
"body": null,
"is_bot": false,
"headline": "fmt",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T02:20:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6ade774c07abb996a19114262b33b3d6464141b",
"body": null,
"is_bot": false,
"headline": "fix(bun, deno): spawning issues",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T02:19:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9996f87bfea615471a9ac16be9ba5345293323be",
"body": null,
"is_bot": false,
"headline": "refactor(miniflare): default compat date to latest",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T02:10:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf70c39bd87598b3767103f72472df3bbe814cba",
"body": null,
"is_bot": false,
"headline": "fix(miniflare) : handle `export { ... as default }`",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T02:07:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db831d4368472137f16d8ddfabd0a19eaa0a1185",
"body": null,
"is_bot": false,
"headline": "feat: deno runner",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T01:43:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c13f30529900952bffc25dd38df51af0f76dd79",
"body": null,
"is_bot": false,
"headline": "ci: install bun",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T01:40:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75518aa1bc9afeabf64a7986fdd883f573811ef0",
"body": null,
"is_bot": false,
"headline": "ci: build before typecheck",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T01:35:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbfcee01e5405d6778e61b143023c8aa4fa3324f",
"body": null,
"is_bot": false,
"headline": "update meta",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T01:34:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66f68c5c452b2fac842f28637393d2e0e820fb42",
"body": null,
"is_bot": true,
"headline": "chore: apply automated updates",
"author_name": "autofix-ci[bot]",
"author_login": "autofix-ci[bot]",
"committed_at": "2026-03-10T01:32:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5533f6916ebd0f59fcc48c04071be28b9e011ad9",
"body": null,
"is_bot": false,
"headline": "lint",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T01:31:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "439bcfa580c39b49e597e21ac8d711cdc6b94c63",
"body": null,
"is_bot": false,
"headline": "feat: miniflare runner",
"author_name": "Pooya Parsa",
"author_login": "pi0",
"committed_at": "2026-03-10T01:31:21Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 12,
"commits_last_year": 103,
"latest_release_at": "2026-07-02T18:21:21Z",
"latest_release_tag": "v0.1.16",
"releases_from_tags": false,
"days_since_last_push": 4,
"active_weeks_last_year": 7,
"days_since_latest_release": 22,
"mean_days_between_releases": 12.7
},
"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": true
},
"ecosystem": {
"packages": [
{
"name": "env-runner",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/env-runner",
"is_deprecated": false,
"latest_version": "0.1.16",
"repository_url": "https://github.com/unjs/env-runner",
"versions_count": 18,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 64737865,
"first_published_at": "2026-01-02T22:55:05.639000Z",
"latest_published_at": "2026-07-02T18:20:55.602000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 22
}
]
},
"popularity": {
"forks": 4,
"stars": 48,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2026-03-10",
"count": 2
},
{
"date": "2026-05-26",
"count": 1
},
{
"date": "2026-06-04",
"count": 1
}
],
"complete": true,
"collected": 4,
"total_forks": 4
},
"star_history": null,
"open_issues_and_prs": 7
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"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": 36191,
"source_files_sampled": 58,
"oversized_source_files": 0,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 15534
},
"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": 4,
"malicious_count": 0,
"assessed_package": "npm:env-runner@0.1.16",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "crossws",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^0.4.8"
},
{
"name": "exsolve",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.0"
},
{
"name": "httpxy",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^0.5.4"
},
{
"name": "srvx",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^0.11.19"
}
],
"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": 5,
"merged_prs": 16,
"open_issues": 2,
"closed_ratio": 0.5,
"closed_issues": 2,
"closed_unmerged_prs": 14
},
"bus_factor": 1,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "pi0",
"commits": 78,
"avatar_url": "https://avatars.githubusercontent.com/u/5158436?v=4"
},
{
"type": "User",
"login": "pi0x",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/286783767?v=4"
},
{
"type": "User",
"login": "RihanArfan",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/20425781?v=4"
},
{
"type": "User",
"login": "oritwoen",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/18102267?v=4"
},
{
"type": "User",
"login": "ourongxing",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/48356807?v=4"
},
{
"type": "User",
"login": "saba-ch",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/38084512?v=4"
}
],
"contributors_sampled": 6,
"top_contributor_share": 0.839
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"autofix.yml",
"checks.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"pnpm-lock.yaml"
],
"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": "6 out of 6 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": 1,
"reason": "Found 5/29 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 15 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": 10,
"reason": "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": 2,
"reason": "dependency not pinned by hash detected -- score normalized to 2",
"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": 5,
"reason": "5 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "285471c9c45bd152a105579cabb3b523bc7c2cec",
"ran_at": "2026-07-25T11:10:47Z",
"aggregate_score": 4.9,
"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-02T18:21:27Z",
"oldest_open_prs": [
{
"number": 13,
"created_at": "2026-04-16T18:19:09Z",
"last_comment_at": "2026-05-01T15:25:06Z",
"last_comment_author": "coderabbitai"
},
{
"number": 35,
"created_at": "2026-07-03T03:34:27Z",
"last_comment_at": "2026-07-10T03:40:32Z",
"last_comment_author": "renovate"
},
{
"number": 36,
"created_at": "2026-07-04T02:43:51Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 38,
"created_at": "2026-07-11T15:58:22Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 39,
"created_at": "2026-07-16T02:56:11Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-02T13:10:54Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 1,
"created_at": "2026-03-10T00:37:59Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 37,
"created_at": "2026-07-07T12:33:46Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/unjs/env-runner",
"host": "github.com",
"name": "env-runner",
"owner": "unjs"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"security": 59,
"vitality": 81,
"community": 57,
"governance": 60,
"engineering": 60
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 81,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"commits_last_year": 103,
"human_commit_share": 0.92,
"days_since_last_push": 4,
"active_weeks_last_year": 7
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "7/52 weeks with commits",
"points": 4.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 7
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "103 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 103
}
}
],
"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": "excellent",
"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": 100,
"inputs": {
"releases_count": 12,
"latest_release_tag": "v0.1.16",
"releases_from_tags": false,
"days_since_latest_release": 22,
"mean_days_between_releases": 12.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "12 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 12
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 22 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 22
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~12.7 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 12.7
}
}
],
"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": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 57,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 31,
"inputs": {
"forks": 4,
"stars": 48,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "48 stars",
"points": 27.1,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 48
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "4 forks",
"points": 4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 4
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"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": 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": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"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": 100,
"inputs": {
"packages": [
"env-runner"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 64737865
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "64,737,865 downloads/month across npm",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 64737865,
"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": "moderate",
"name": "Sustainability & Governance",
"value": 60,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 31,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 6,
"top_contributor_share": 0.839
},
"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 84% of commits",
"points": 3.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 84
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "6 contributors",
"points": 8.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 6
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 15 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"merged_prs": 16,
"open_issues": 2,
"closed_issues": 2,
"issue_closed_ratio": 0.5,
"closed_unmerged_prs": 14
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "50% of issues closed",
"points": 23.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 50
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "16/30 decided PRs merged",
"points": 20.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 16,
"decided": 30
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 5/29 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"followers": 6013,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "unjs",
"public_repos": 82,
"account_age_days": 1967
},
"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": "6,013 followers of unjs",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 6013,
"login": "unjs"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "82 public repos, account ~5 yr old",
"points": 23.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 82
}
},
{
"code": "account_age_years",
"params": {
"years": 5
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"env-runner"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 22
},
"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 22 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 22
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "18 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 18
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 60,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "6 out of 6 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": 59,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"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": 49,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.9
},
"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": "6 out of 6 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 5/29 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 15 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": "update tool detected",
"points": 7.5,
"status": "met",
"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 2",
"points": 1,
"status": "partial",
"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": "5 existing vulnerabilities detected",
"points": 3.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:env-runner@0.1.16 runtime dependency closure — what installing the published package pulls in — 4 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:env-runner@0.1.16",
"assessed": 4
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 4,
"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": 4,
"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": 13
},
"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": "good",
"name": "AI Readiness",
"value": 77,
"weight": 0,
"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.88,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 15534
},
"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": "81 of 92 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 81,
"sampled": 92
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"pnpm-lock.yaml"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0.08,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.05
},
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": "8 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 8,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "5 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 5,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 2",
"points": 2,
"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": 36191,
"source_files_sampled": 58,
"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/58 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 58,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"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",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-25T11:10:58.123000Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/u/unjs/env-runner.svg",
"full_name": "unjs/env-runner",
"license_state": "standard",
"license_spdx": "MIT"
}