Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"grok",
"grok-build",
"pi-extension",
"xai",
"grok-4-5",
"composer-2-5"
],
"is_fork": false,
"size_kb": 1328,
"has_wiki": true,
"homepage": null,
"languages": {
"JavaScript": 39799,
"TypeScript": 905981
},
"pushed_at": "2026-08-01T03:08:12Z",
"created_at": "2026-05-16T22:54:10Z",
"owner_type": "User",
"updated_at": "2026-07-30T23:06:57Z",
"description": "xAI (Grok) provider with OAuth support for pi",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": "thoughtloop.dev",
"name": "BlockedPath ",
"type": "User",
"login": "BlockedPath",
"company": null,
"location": "DMV",
"followers": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/22862430?v=4",
"created_at": "2016-10-16T00:49:42Z",
"is_verified": null,
"public_repos": 24,
"account_age_days": 3577
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2026-07-23T17:11:42Z"
}
],
"recent_commits": [
{
"oid": "b6ba011c018614013e6e19e412a4f5cf6f03fd19",
"body": "Reject oversized, over-count, and deeply nested inline image payloads during traversal before whitespace normalization or Buffer.from decode.\n\nKeep existing output compaction for images that pass the input gate.\n\nCloses #161",
"is_bot": false,
"headline": "fix(images): enforce input-side bounds before inline image decode (#167)",
"author_name": "BlockedPath",
"author_login": "BlockedPath",
"committed_at": "2026-07-30T23:06:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68aa31ee4e14d58a55eeb016ff98e0c5b3777ef1",
"body": "Thread AbortSignal through readTruncatedResponseText and race reader.read() like readBoundedResponseText, so a stalled peer under maxBytes cannot hang error-body classification.\n\nPass the existing request signal from xaiHttpErrorFromResponse callers and add stalled/abort regressions.\n\nCloses #162",
"is_bot": false,
"headline": "fix(bounded-body): abort truncated body reads on deadline (#166)",
"author_name": "BlockedPath",
"author_login": "BlockedPath",
"committed_at": "2026-07-30T23:06:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91c319dc32fd12eece25397c416ae6fb506b0915",
"body": "…ration\n\ntest: stop flaky ModelRuntime catalog refreshes from hanging the suite",
"is_bot": false,
"headline": "Merge pull request #160 from BlockedPath/fix/flaky-device-login-integ…",
"author_name": "BlockedPath",
"author_login": "BlockedPath",
"committed_at": "2026-07-30T20:47:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44a6c24537b7fd237525824d429d1560a02d4ed6",
"body": "`realBoundaryRegistry` already passed `allowNetwork: false` to both of its\nexplicit `runtime.refresh()` calls, but `setRuntimeApiKey` hid a third one.\n\nPi 0.81.0 changed two things at once: `ModelRuntime.create` stopped folding\n`allowModelNetwork` into the persistent network flag (it is now just\n`pr\n[…]\n the suite so any\nfuture implicit refresh fails fast instead of hanging; verified zero fetch\nattempts now occur, so the argument is doing the work and the stub is only a net.\nAssertions are unchanged.",
"is_bot": false,
"headline": "test: bound the boundary-registry runtime API key refresh to offline",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-30T20:06:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "94bbfefbab0114ff33bdf4c5696f222ea4d99108",
"body": "… calls\n\n`ModelRuntime.login()` finishes by awaiting\n`refresh({ allowNetwork: this.modelNetworkEnabled })`, and\n`modelNetworkEnabled` is `process.env.PI_OFFLINE === undefined` — the\n`allowModelNetwork: false` create option only bounds the constructor\nrefresh. A *successful* login therefore fanned ou\n[…]\nd stub\n`fetch` so no request can escape the suite. The assertions are unchanged:\nthe test still drives Pi's real credential runtime and proves\ndevice-access-token / device-refresh-token are persisted.",
"is_bot": false,
"headline": "test: stop the device-login integration test from making real network…",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-30T19:53:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "baf56fc39901cfecc33bf81354a257e7aa8b7a17",
"body": "…d boundary dependency drift (#159)\n\nWiden the @napi-rs/wasm-runtime override to ^1.2.0 so clean boundary installs stop failing with ERESOLVE against the new upstream @emnapi/core alpha tree; both exact Pi boundaries pass again.\n\nScope setup defaultModel/defaultThinkingLevel seeding by ownership so \n[…]\n throwing host UI callback can no longer discard a validated remote entitlement snapshot.\n\nAdds regressions for each fix (605 tests) and records the remaining review findings in .scaffold/progress.md.",
"is_bot": false,
"headline": "fix: setup model clobbering, catalog rollback on progress failure, an…",
"author_name": "BlockedPath",
"author_login": "BlockedPath",
"committed_at": "2026-07-30T19:30:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "20b2fdd65075b586844622b44945192c0738fe4d",
"body": null,
"is_bot": false,
"headline": "chore: ignore generated documentation diagrams (#158)",
"author_name": "BlockedPath",
"author_login": "BlockedPath",
"committed_at": "2026-07-29T14:54:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8520ab0309df3d49c65dd43fa5da4b52571b29d",
"body": "* fix: propagate errors that were silently swallowed\n\nCo-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>\n\n* fix: redact login handoff and terminate stream fallbacks\n\n---------\n\nCo-authored-by: BlockedPath <justinjbarlow92@gmail.com>\nCo-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "fix: propagate errors that were silently swallowed (#154)",
"author_name": "devin-ai-integration[bot]",
"author_login": "devin-ai-integration[bot]",
"committed_at": "2026-07-29T11:48:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4ac9dd85fbcc5d1e5069a97cb4cb6421d99a9402",
"body": "…hared utilities (#155)\n\n* Extract shared abort, bounded-body, and clone utilities\n\nCo-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>\n\n* fix: close shared cancellation races\n\n* test: cancel an active video download stream\n\n---------\n\nCo-authored-by: BlockedPath <justinjbarlow92@gmail.com>\nCo-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Extract duplicated cancellation, bounded-body, and clone logic into s…",
"author_name": "devin-ai-integration[bot]",
"author_login": "devin-ai-integration[bot]",
"committed_at": "2026-07-29T11:44:41Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5a4178bb3fab042a4beafecbe12cdafaad51127d",
"body": "* fix(deps): patch brace-expansion and protobufjs DoS advisories via overrides\n\nCo-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>\n\n* fix(deps): pin compatible napi wasm runtime\n\n---------\n\nCo-authored-by: BlockedPath <justinjbarlow92@gmail.com>\nCo-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "fix(deps): patch brace-expansion and protobufjs DoS advisories (#153)",
"author_name": "devin-ai-integration[bot]",
"author_login": "devin-ai-integration[bot]",
"committed_at": "2026-07-29T11:39:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "63610f17c89400acf6563464ab14dfbf215e3c17",
"body": "Co-authored-by: BlockedPath <justinjbarlow92@gmail.com>\nCo-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "tests: cover image-to-video, text, and MP4 inspection edge paths (#152)",
"author_name": "devin-ai-integration[bot]",
"author_login": "devin-ai-integration[bot]",
"committed_at": "2026-07-29T11:36:43Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ee07f55e5c5252db33185d926232255f179e296e",
"body": "docs(tools): defer unverified constrained sampling",
"is_bot": false,
"headline": "Merge pull request #156 from BlockedPath/issue/146-constrained-sampling",
"author_name": "BlockedPath",
"author_login": "BlockedPath",
"committed_at": "2026-07-25T21:19:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b828ad963553fab252efc102e62058fa18dfece",
"body": null,
"is_bot": false,
"headline": "docs: complete issue 146 review record",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-25T21:11:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fdb4196851dac2d743ec132b52025746d50651e",
"body": null,
"is_bot": false,
"headline": "chore: finalize issue 146 progress",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-25T21:11:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d736267b59765389c8a5a6b5fc5a04aaa866816",
"body": null,
"is_bot": false,
"headline": "test(tools): guard unverified constrained sampling omission",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-25T21:11:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "308b317dcb79b53f57c25147aadaec576207652b",
"body": null,
"is_bot": false,
"headline": "docs: record constrained sampling no-go evidence",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-25T21:11:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b4c860c44eec2f6313842aff621ed2e90e37735",
"body": "fix(tools): suppress Grok terminal session metadata",
"is_bot": false,
"headline": "Merge pull request #157 from BlockedPath/issue/145-pi-session-env",
"author_name": "BlockedPath",
"author_login": "BlockedPath",
"committed_at": "2026-07-25T21:11:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e50969959319209ed6b32048290b88716e59e538",
"body": null,
"is_bot": false,
"headline": "docs: complete issue 145 review record",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-25T21:06:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47292e8d692896da7322e4f07bccd907e64bb2a5",
"body": null,
"is_bot": false,
"headline": "docs(tools): record Grok terminal environment policy",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-25T20:53:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "368fc4f168b51545d6e3690111b45ff9f3e070a8",
"body": null,
"is_bot": false,
"headline": "fix(tools): suppress Grok terminal session metadata",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-25T20:53:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f12ab30040efe1ea00571fa1bf5263436d0b414",
"body": "test(catalog): pin xai vs xai-auth reasoning-level parity",
"is_bot": false,
"headline": "Merge pull request #151 from BlockedPath/issue/147-reasoning-levels",
"author_name": "BlockedPath",
"author_login": "BlockedPath",
"committed_at": "2026-07-25T16:58:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "252774edc91c04813e24dd000163cc88aafd537a",
"body": "The metadata note described the reverted explicit `max: null`. The audit found\nno stale mappings, so state that outcome instead.",
"is_bot": false,
"headline": "docs: record the reasoning audit as a no-change outcome",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-25T16:55:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad2044ee0ff361e560902f8611eafb4764771eac",
"body": "The parity assertions pinned Pi 0.82's built-in xai catalog exactly, so the\n0.80.1 boundary failed: that line still ships grok-3 / grok-code-fast-1 and has\nno grok-4.5, and its ModelThinkingLevel has no `max` member at all.\n\n- Assert built-in catalog invariants instead of exact membership.\n- Treat b\n[…]\nutright. Pi\n treats an absent key and an explicit null identically.\n- Index thinkingLevelMap and XAI_MODELS through widened records so a level or\n model missing on an older line is not a type error.",
"is_bot": false,
"headline": "fix(test): hold reasoning parity across the whole supported Pi range",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-25T16:54:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "83e7b9c4c87f74259a5e5fb23db1d90d16a8440e",
"body": "Add a README subsection covering the intentional Grok 4.5 minimal\nmapping, identical Grok 4.3 levels, the never-advertised API-key-only\ngrok-build-0.1, and how authenticated denial/omission bounds levels.",
"is_bot": false,
"headline": "docs: explain xai vs xai-auth reasoning-level differences",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-25T16:36:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da3ea8f224f3f2bc62dfa0a1014f9a863d7023f1",
"body": "Assert the inventory of Pi's built-in Grok models, the intentional\ngrok-4.5 minimal difference, and that authenticated denial still\noverrides known metadata while unlisted levels stay hidden.",
"is_bot": false,
"headline": "test(catalog): pin built-in xai vs xai-auth reasoning-level parity",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-25T16:35:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed64548eef56447ee5895db484a5618a38c9b84b",
"body": "Pi 0.82's built-in `xai` catalog spells out `max: null` for grok-4.5, and\nthe authenticated /models-v2 normalizer always emits the key. Align the\nknown-metadata map to that one shape. No effective level changes: Pi\nalready treats an absent key and an explicit null identically.",
"is_bot": false,
"headline": "fix(models): make Grok 4.5 max denial explicit in known metadata",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-25T16:35:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9845b6f88ed415cceb23b7858664f2404969ac3c",
"body": "chore(compat): adopt Pi 0.82 as the latest tested boundary",
"is_bot": false,
"headline": "Merge pull request #150 from BlockedPath/issue/144-pi-082-compat",
"author_name": "BlockedPath",
"author_login": "BlockedPath",
"committed_at": "2026-07-25T16:35:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0983c32fe72a59fed9aa54b29dc2d223058d7965",
"body": "The registry drift guard requires policy.latest to be the newest release\ninside the peer range; 0.82.1 shipped after the 0.82.0 review, so pin the\nlatest boundary there. Update README and CHANGELOG compatibility guidance\nfor the reviewed >=0.80.1 <0.83.0 range and the 0.80.1 / 0.82.1 exact\npacked boundaries.",
"is_bot": false,
"headline": "chore(compat): pin the 0.82 boundary at 0.82.1 and document it",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-25T16:07:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "974fb7be46cba8f3609efe1202550b8cc6b6aa09",
"body": "Widen both Pi peer ranges to >=0.80.1 <0.83.0, move policy latest to\n0.82.0 with the unsupported upper line at 0.83.0, and pin both exact dev\ndependencies and the lockfile to 0.82.0.",
"is_bot": false,
"headline": "chore(deps): adopt Pi 0.82.0 as the tested compatibility boundary",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-25T16:00:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8197d6d06464c08367df3135b0150eca7ae284a",
"body": "…context\n\nPi 0.82's bash factory reads sessionManager, the active model, and the\nthinking level to expose PI_* session metadata. The synthetic Grok-native\nexecution context omitted all three, so the terminal adapter threw.\n\nAdd a shared toolExecutionContext fixture and assert the terminal adapter\nstill executes successfully under it.",
"is_bot": false,
"headline": "test(tools): give the Grok terminal path a realistic Pi 0.82 session …",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-25T16:00:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "085619023ee83c4531cfef85a531d6bd33d507fc",
"body": "Removed the Star History section from the README.",
"is_bot": false,
"headline": "Remove Star History section from README",
"author_name": "BlockedPath",
"author_login": "BlockedPath",
"committed_at": "2026-07-24T11:27:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5511d3179e24a1aa064d0731310c5e6082bc21e",
"body": "Replaced the old star history chart with a new markdown image link.",
"is_bot": false,
"headline": "Update star history section in README",
"author_name": "BlockedPath",
"author_login": "BlockedPath",
"committed_at": "2026-07-24T11:24:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16f253feccdd22e06b79dced846069d44a2b60f8",
"body": "Removed duplicate 'Star History' section from README.",
"is_bot": false,
"headline": "Remove duplicate Star History section",
"author_name": "BlockedPath",
"author_login": "BlockedPath",
"committed_at": "2026-07-24T11:23:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "256b7149ec7ed8bc2b0ae85fe45e001adad0a2d1",
"body": "Updated the Star History section to include responsive images for dark and light themes.",
"is_bot": false,
"headline": "Enhance Star History section with responsive images",
"author_name": "BlockedPath",
"author_login": "BlockedPath",
"committed_at": "2026-07-24T11:22:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44d36d80ce0af964719fab922735dddc795082db",
"body": "…on-defaults\n\nfix: seed native xai chat defaults instead of forcing xai-auth",
"is_bot": false,
"headline": "Merge pull request #143 from BlockedPath/fix/native-xai-tools-compani…",
"author_name": "BlockedPath",
"author_login": "BlockedPath",
"committed_at": "2026-07-23T21:56:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5d27a05347d10b5fb14115a0b8f8cd5a04477b2",
"body": "Setup kept overwriting defaultProvider to xai-auth, which broke users who chat through Pi built-in SuperGrok login while still wanting this package for /xai-tools and /xai-usage. Seed xai only when unset, preserve existing providers, and document the dual-path install flow.",
"is_bot": false,
"headline": "fix: seed native xai chat defaults instead of forcing xai-auth",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-23T21:55:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "347c14883cf811ee63c8a430636f0d43d60a1f89",
"body": null,
"is_bot": false,
"headline": "chore: prepare 1.4.0 release",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-23T17:04:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f337bf9e87e32eb0ab65d984e79e63e06434ebdf",
"body": "When an xAI-compatible model is active, stop falling through to the\nsibling provider's stored credentials for network tools and usage.\nThat silent cross-provider reuse could charge or call the wrong\naccount and mis-tag package OAuth with catalogScope host, skipping\nentitlement checks on the built-in model surface.\n\nCo-authored-by: Cursor Agent <cursoragent@cursor.com>\nCo-authored-by: BlockedPath <BlockedPath@users.noreply.github.com>",
"is_bot": true,
"headline": "fix: pin managed credentials to the active xAI provider (#142)",
"author_name": "cursor[bot]",
"author_login": "cursor[bot]",
"committed_at": "2026-07-23T17:02:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4c64da596069344b3d193ef947891d7022795f02",
"body": "* fix: keep vision images alive across tool calls\n\nVision-routing descriptions are request-ephemeral. Treating\nfunction_call/reasoning as consumption boundaries stripped user\nimages mid tool-loop before any assistant message, so the source\nmodel lost all visual context. Only completed assistant mess\n[…]\ngress tool calls\n\n---------\n\nCo-authored-by: Cursor Agent <cursoragent@cursor.com>\nCo-authored-by: BlockedPath <BlockedPath@users.noreply.github.com>\nCo-authored-by: justin <justinjbarlow92@gmail.com>",
"is_bot": true,
"headline": "fix: keep vision images alive across mid tool-loop turns (#133)",
"author_name": "cursor[bot]",
"author_login": "cursor[bot]",
"committed_at": "2026-07-21T20:05:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1c32d4665c1fe682de7b7bbdad0fcc6271130782",
"body": "Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 5.0.6 to 5.0.7.\n- [Release notes](https://github.com/juliangruber/brace-expansion/releases)\n- [Commits](https://github.com/juliangruber/brace-expansion/compare/v5.0.6...v5.0.7)\n\n---\nupdated-dependencies:\n- dependency-name:\n[…]\nion\n dependency-version: 5.0.7\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps-dev): bump brace-expansion from 5.0.6 to 5.0.7 (#136)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-21T19:25:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "77b9c1ee9525d63a78c414438102f49212dfd84c",
"body": "feat(tools): accept built-in xai SuperGrok login for network tools",
"is_bot": false,
"headline": "Merge pull request #141 from BlockedPath/feat/132-builtin-xai-tools",
"author_name": "BlockedPath",
"author_login": "BlockedPath",
"committed_at": "2026-07-21T19:05:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fabb7dd0556650bd64007a3829a4fdd2229d17f",
"body": "Allow /xai-tools opt-in, network tool execution, credential resolution,\nand /xai-usage gating when the active model provider is pi's built-in\nxai (SuperGrok / X Premium OAuth), while keeping catalog/stream and\nGrok-native local adapters owned by xai-auth.\n\nCloses #132",
"is_bot": false,
"headline": "feat(tools): accept built-in xai SuperGrok login for network tools",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-21T19:01:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c04364b7f763ae7975b9d8a7965c9ca9c7d8e6f0",
"body": "docs(tools): define xAI menu bridge contract",
"is_bot": false,
"headline": "Merge pull request #140 from BlockedPath/docs/131-bridge-contract",
"author_name": "BlockedPath",
"author_login": "BlockedPath",
"committed_at": "2026-07-21T19:00:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ee65471140bd0087e2c029f07c6b9ceaca29335",
"body": null,
"is_bot": false,
"headline": "fix: merge bridge docs onto main after #130",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-21T18:52:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f18d0527ad9d20a9f8fe7714ba75deadd188ca7d",
"body": null,
"is_bot": false,
"headline": "chore: record issue 131 delivery",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-21T18:51:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "555948d1eeea2db2e8494f72277e99f178019f0e",
"body": null,
"is_bot": false,
"headline": "docs(tools): define xAI menu bridge contract",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-21T18:51:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05d1573d44dd9bddd735520ff4993185f8e2fb28",
"body": "test(tools): expand menu bridge coverage",
"is_bot": false,
"headline": "Merge pull request #139 from BlockedPath/test/130-bridge-unit-coverage",
"author_name": "BlockedPath",
"author_login": "BlockedPath",
"committed_at": "2026-07-21T18:50:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fb7e2d9c2765251f203bdbb5eece9483e914389",
"body": null,
"is_bot": false,
"headline": "chore: record issue 130 delivery",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-21T18:23:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "643cfc777924d022c57e65ddfb21dd6a6dd53467",
"body": null,
"is_bot": false,
"headline": "test(tools): expand menu bridge coverage",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-21T18:22:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0c57920c132be97bf3bb6b30e37d15e5b132444",
"body": "Fix honest xAI tools menu bridge results",
"is_bot": false,
"headline": "Merge pull request #138 from BlockedPath/fix/129-menu-bridge-honest-ok",
"author_name": "BlockedPath",
"author_login": "BlockedPath",
"committed_at": "2026-07-21T18:03:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "764f4959ae42964779798f7061593624aa975c13",
"body": null,
"is_bot": false,
"headline": "fix(tools): return honest menu bridge results",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-21T17:52:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ee778da21b70067d49119c7e91ad347fe812120",
"body": "…imeout\n\nfix(tools): ack menu bridge open before picker close",
"is_bot": false,
"headline": "Merge pull request #137 from BlockedPath/fix/128-menu-bridge-picker-t…",
"author_name": "BlockedPath",
"author_login": "BlockedPath",
"committed_at": "2026-07-21T17:11:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9bc2c6ae675d12fa57fb0e1d98b9ac70ef7d13b",
"body": "Unblocks the CI registry gate after npm published 0.81.1 inside the\nexisting >=0.80.1 <0.82.0 peer range; candidate and exact boundaries pass.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "chore(compat): adopt Pi 0.81.1 as latest tested boundary",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-21T17:06:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "92fe9ece26a1e6c9fea726159496848c0e932e5e",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "chore: record full test gate and delivery for #128",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-21T16:51:24Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "60c86791a2fb4231f81f75f71991a3657623d3e7",
"body": "pi-clickable-menu times out after ~4s if done is held until the\ninteractive /xai-tools picker closes; acknowledge launch instead.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(tools): ack menu bridge open before picker close",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-21T16:50:52Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6eb5607514a214a57976974b4a082f7428c38345",
"body": "Adopt Pi 0.81.0 compatibility boundary",
"is_bot": false,
"headline": "Merge pull request #135 from BlockedPath/chore/134-pi-0.81.0-boundary",
"author_name": "BlockedPath",
"author_login": "BlockedPath",
"committed_at": "2026-07-21T14:45:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95228f5a2a069cffcca6d1a94ccb1f9874cb1cea",
"body": "…resh\n\nReplace the weak isolation-only models-store case with a store-backed\nrefreshModels regression: seed a stale xai-auth overlay, prove the store\nis read during refresh, discard it when the local catalog is newer, and\nkeep only the local baseline model list.",
"is_bot": false,
"headline": "test(compat): assert stale models-store overlays are discarded on ref…",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-21T14:40:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9a16465c04aebf794f76484bcec4a8f241171ad",
"body": "…dence\n\nAddress PR review blockers for #134: resolve request auth through\nModelRuntime.getAuth when the host exposes it, keep registry projections\nfor older boundaries, and add a stale models-store.json regression that\nproves extension registration is not overridden by persisted catalogs.",
"is_bot": false,
"headline": "fix(compat): prefer ModelRuntime.getAuth and cover models-store prece…",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-21T14:33:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a77542227b8e9594291d7ee3951d1f76f1a6135",
"body": "Widen peers to >=0.80.1 <0.82.0, pin exact Pi dev deps to 0.81.0, and\nmodernize extension request-auth through the ModelRegistry facade that\nprojects ModelRuntime.getAuth. Add re-registration precedence coverage\nand document why refreshModels remains deferred.\n\nCloses #134",
"is_bot": false,
"headline": "Adopt Pi 0.81.0 as the latest tested compatibility boundary",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-21T14:17:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9dbf7bac33b2eb3806859ca3289123cd866fec12",
"body": null,
"is_bot": false,
"headline": "fix(ci): mock pi.events and guard menu bridge registration",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-20T22:11:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dc506868c07f4c9e1fd3bfedcab88d474418d0a",
"body": "Expose a shared handleXaiToolsArgs path and listen on\npi-clickable-menu:xai-tools so peer extensions can open the picker,\nshow status, and enable/disable network tools with a real UI context.",
"is_bot": false,
"headline": "Bridge /xai-tools for pi-clickable-menu",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-20T21:00:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb885c7a08379abb7b440098b9b6057db5899f32",
"body": "chore: consolidate vision-routing scaffold progress",
"is_bot": false,
"headline": "Merge pull request #127 from BlockedPath/chore/118-scaffold-progress",
"author_name": "BlockedPath",
"author_login": "BlockedPath",
"committed_at": "2026-07-20T19:23:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "daefe857676d48e7d03384b4ca3fcc4e089aef2b",
"body": "Mark plan phase complete, note #119 closed, and link the open PR.",
"is_bot": false,
"headline": "chore: record PR 127 and closed #119 in scaffold",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-20T19:21:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2ebbf617d86ce90fe7602223ac802a15d89a0b5",
"body": "Rewrite .scaffold/* for issue #118 so the merged vision-routing series\nis recorded as a short post-merge summary: converter-only image\nadvertisement, grant binding, historical pruning, recursive post-hook\nscrubbing, and final validation stay once; completed work leaves In\nProgress; branch/delivery state tracks current origin/main.\n\nCloses #118",
"is_bot": false,
"headline": "chore: consolidate vision-routing scaffold progress",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-20T19:20:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24df74ab933c71c7ea43bc5d9372fd97ff7fc506",
"body": null,
"is_bot": false,
"headline": "docs: tighten vision-routing modality guidance",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-20T13:24:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9fa328a90a020d31dfb5a03cd91f5ff48eead49",
"body": "test: assert mixed historical image pruning preserves user text",
"is_bot": false,
"headline": "Merge pull request #126 from BlockedPath/test/117-historical-image-text",
"author_name": "BlockedPath",
"author_login": "BlockedPath",
"committed_at": "2026-07-20T11:49:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "043f91d3e056f129fbb835c64802a1a63e517f57",
"body": "The shared parameterized historical-user-image test ran image-only and mixed text/image cases with identical assertions, proving image removal but not the distinct mixed-content invariant. Split it into a focused image-only case and a dedicated mixed-content test that asserts ordinary user text survives while the historical image is replaced by the bounded placeholder. Export HISTORICAL_USER_IMAGE_PLACEHOLDER so the replacement can be asserted exactly.\n\nCloses #117",
"is_bot": false,
"headline": "test: assert mixed historical image pruning preserves user text",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-20T11:47:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59b44ca49c53360200658a82bfc64055718da143",
"body": "chore: ignore local agent files",
"is_bot": false,
"headline": "Merge pull request #125 from BlockedPath/chore/ignore-local-agent-files",
"author_name": "BlockedPath",
"author_login": "BlockedPath",
"committed_at": "2026-07-20T10:08:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "898bf030ad7ca42976c90e9b991c578de807c70e",
"body": null,
"is_bot": false,
"headline": "chore: ignore local agent files",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-20T10:07:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "152826385746adf23d4f97a89d5150c8a40bb670",
"body": "…ponse\n\nReturn explicit message for empty web search responses",
"is_bot": false,
"headline": "Merge pull request #124 from BlockedPath/fix/112-empty-web-search-res…",
"author_name": "BlockedPath",
"author_login": "BlockedPath",
"committed_at": "2026-07-20T09:54:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf4ae8981ba57b416aaef551f2343f152007703f",
"body": null,
"is_bot": false,
"headline": "fix(tools): handle empty web search responses",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-20T09:53:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea58d614e8750d5fd319e57421b937e58fdef99e",
"body": "Use typed model input in vision conversion routing",
"is_bot": false,
"headline": "Merge pull request #123 from BlockedPath/cleanup/116-typed-model-input",
"author_name": "BlockedPath",
"author_login": "BlockedPath",
"committed_at": "2026-07-20T06:19:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1b5ed4a8ffec01bcef92a65747386ae6c605abe",
"body": null,
"is_bot": false,
"headline": "refactor: use typed model input in vision routing",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-20T06:16:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67524bb477a6a7570dbb71d820b0c07df090722c",
"body": "…n-assertions\n\nTrim duplicated Pi vision regression assertions",
"is_bot": false,
"headline": "Merge pull request #122 from BlockedPath/cleanup/115-vision-regressio…",
"author_name": "BlockedPath",
"author_login": "BlockedPath",
"committed_at": "2026-07-20T05:53:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b7640e1143541067468d5a63c64dfd2d8ec77cf",
"body": null,
"is_bot": false,
"headline": "test: trim duplicated vision regression assertions",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-20T05:52:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2245a749998246ceb3e3ee12f8294083c96e94a4",
"body": "…ion-pruning\n\ndocs: record recursive vision history pruning",
"is_bot": false,
"headline": "Merge pull request #121 from BlockedPath/docs/changelog-recursive-vis…",
"author_name": "BlockedPath",
"author_login": "BlockedPath",
"committed_at": "2026-07-20T05:27:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f263752f204b9740336df7f4f70e3624883d8bbe",
"body": null,
"is_bot": false,
"headline": "docs: record recursive vision history pruning",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-20T05:26:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d878e5e4d22157cab05834b13ab207840045439f",
"body": "…ning\n\nFix post-hook vision history pruning",
"is_bot": false,
"headline": "Merge pull request #120 from BlockedPath/fix/114-post-hook-vision-pru…",
"author_name": "BlockedPath",
"author_login": "BlockedPath",
"committed_at": "2026-07-20T00:19:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9c3982ed95257bc71c62002b338004ee701116a",
"body": null,
"is_bot": false,
"headline": "fix: recursively prune vision history",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-19T22:31:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0609a50932997f699d0ba9cc5d2d5e738db775eb",
"body": null,
"is_bot": false,
"headline": "fix: prune post-hook vision history",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-19T22:04:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "941cb4aedc25672ea0ada5d3b0dfaf304176cff2",
"body": "…nt-846f\n\nfix: let vision routing see Pi-converted images",
"is_bot": false,
"headline": "Merge pull request #109 from BlockedPath/cursor/critical-bug-manageme…",
"author_name": "BlockedPath",
"author_login": "BlockedPath",
"committed_at": "2026-07-19T13:20:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e790561f64909d9f3cbdd91382b2c258c3d12e54",
"body": null,
"is_bot": false,
"headline": "fix: harden vision routing lifecycle",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-19T13:16:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b70fa8c2f9b0a17a95ea04fd5c951415a8ecf33",
"body": "…-model\n\nfix: reject malformed web search model contexts",
"is_bot": false,
"headline": "Merge pull request #113 from BlockedPath/fix/111-malformed-web-search…",
"author_name": "BlockedPath",
"author_login": "BlockedPath",
"committed_at": "2026-07-19T11:59:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b6d45aff3d2f75dea852c7c1ea6100cd87067c3",
"body": "Co-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: reject malformed web search model contexts",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-19T11:57:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "908abcbbf60bc17e47ff34a9bcee97dd94373370",
"body": "fix: deduplicate xAI web search tool",
"is_bot": false,
"headline": "Merge pull request #110 from BlockedPath/fix/deduplicate-xai-web-search",
"author_name": "BlockedPath",
"author_login": "BlockedPath",
"committed_at": "2026-07-19T11:21:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fa4c20ca016a1bf8c48f754e929e2bf2782f5d6",
"body": "Co-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: deduplicate xAI web search tool",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-19T11:19:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "378f6b27f3b240ac3336eb4925997d3c648753e3",
"body": "Co-authored-by: BlockedPath <BlockedPath@users.noreply.github.com>",
"is_bot": false,
"headline": "chore: record vision-routing fix delivery in scaffold progress",
"author_name": "Cursor Agent",
"author_login": "cursoragent",
"committed_at": "2026-07-19T11:08:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4db616df9aa94d9619488ca7d433691d9cf3124",
"body": "Pi's Responses converter replaces images with placeholders when the\nactive model input lacks \"image\", which made opt-in vision routing a\nno-op for its only intended text-only sources. Temporarily advertise\nimage input on the delegated conversion model while vision routing is\nenabled, and cover the real conversation-message path.\n\nCo-authored-by: BlockedPath <BlockedPath@users.noreply.github.com>",
"is_bot": false,
"headline": "fix: let vision routing see Pi-converted images",
"author_name": "Cursor Agent",
"author_login": "cursoragent",
"committed_at": "2026-07-19T11:08:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffc293f5e14f548df804b5a756cd36c413251f4b",
"body": "docs: keep goal and plan workflows out of pi-xai-oauth",
"is_bot": false,
"headline": "Merge pull request #88 from BlockedPath/docs/issue-85-goal-plan-scope",
"author_name": "BlockedPath",
"author_login": "BlockedPath",
"committed_at": "2026-07-19T09:09:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc1c8a33e012642f6f72e37229d83c6ed73af872",
"body": "Co-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: refresh goal and plan scope decision",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-19T08:39:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b83a335ff221a24317c37ee58b0ee7e8cdad6719",
"body": "…nt-92fc\n\nfix: contain Grok-native read/write/list paths",
"is_bot": false,
"headline": "Merge pull request #101 from BlockedPath/cursor/critical-bug-manageme…",
"author_name": "BlockedPath",
"author_login": "BlockedPath",
"committed_at": "2026-07-19T08:12:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69df886b9821149c572c6fa93989ea5618d7eb92",
"body": "Package-owned read_file, search_replace, and list_dir followed absolute\npaths and workspace symlinks outside the session tree, while grep already\nenforced realpath containment. Resolve and rewrite tool paths through the\nsame workspace boundary, bound custom text reads, and lock the behavior in\nwith escape regressions.\n\nCo-authored-by: BlockedPath <BlockedPath@users.noreply.github.com>",
"is_bot": false,
"headline": "fix: contain Grok-native read/write/list paths",
"author_name": "Cursor Agent",
"author_login": "cursoragent",
"committed_at": "2026-07-19T08:08:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe8250575403fa7929ae4e6508a5f09ef45b3d91",
"body": "…t-2bee\n\nfix: bound local image path reads to the workspace",
"is_bot": false,
"headline": "Merge pull request #96 from BlockedPath/cursor/critical-bug-managemen…",
"author_name": "BlockedPath",
"author_login": "BlockedPath",
"committed_at": "2026-07-19T07:02:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8af5668fb819f108156e74d76c7118cfbe22cb50",
"body": null,
"is_bot": false,
"headline": "docs: record PR 96 delivery",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-19T06:32:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44ad5f45b00155010527747362bf7320162e9bcf",
"body": null,
"is_bot": false,
"headline": "fix: bound legacy local image inputs",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-19T06:27:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6de44fbfa27744605001889886e01c890b2bc64",
"body": "fix: pin public IPv4 for dual-stack xAI video downloads",
"is_bot": false,
"headline": "Merge pull request #108 from BlockedPath/fix/video-download-ipv4-cdn",
"author_name": "BlockedPath",
"author_login": "BlockedPath",
"committed_at": "2026-07-18T21:57:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbc61d9beb17d26767b4a03d110774b846f04931",
"body": "vidgen.x.ai returns mixed A/AAAA records, and Node 24 Happy Eyeballs\ncalled the custom lookup with { all: true }, which made the pinned\naddress undefined and failed every image-to-video download. Select\npublic IPv4 only, keep private IPv4 fail-closed, and honor both lookup\ncallback shapes.",
"is_bot": false,
"headline": "fix: pin public IPv4 for dual-stack xAI video downloads",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-18T21:55:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28ca331dd7fff5b8213e93fddf4e50f1cc7e6b31",
"body": "…ation\n\nfeat: add opt-in xAI video generation",
"is_bot": false,
"headline": "Merge pull request #107 from BlockedPath/feature/issue-84-video-gener…",
"author_name": "BlockedPath",
"author_login": "BlockedPath",
"committed_at": "2026-07-18T21:29:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd841b33121390dca3d74ebe7a913b62deeb2a88",
"body": "Co-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add opt-in xAI video generation",
"author_name": "justin",
"author_login": "BlockedPath",
"committed_at": "2026-07-18T21:10:58Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a618fea1bea2619ef6335ab34092e46c63265331",
"body": "…ting\n\nfeat: add opt-in xAI vision routing",
"is_bot": false,
"headline": "Merge pull request #106 from BlockedPath/worktree-issue-81-vision-rou…",
"author_name": "BlockedPath",
"author_login": "BlockedPath",
"committed_at": "2026-07-18T18:09:43Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 342,
"latest_release_at": "2026-07-23T17:11:42Z",
"latest_release_tag": "v1.4.0",
"releases_from_tags": false,
"days_since_last_push": 1,
"active_weeks_last_year": 10,
"days_since_latest_release": 10,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"readme_badges": {
"hosts": [
"shields.io"
],
"total": 8,
"header": 8,
"collected": true,
"has_inspect_badge": false
},
"has_description": true,
"has_contributing": true,
"health_percentage": 100,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "pi-xai-oauth",
"exists": true,
"license": "MIT",
"keywords": [
"pi-package",
"xai",
"grok",
"oauth"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/pi-xai-oauth",
"is_deprecated": false,
"latest_version": "1.4.0",
"repository_url": "https://github.com/BlockedPath/pi-xai-oauth",
"versions_count": 32,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 5855,
"first_published_at": "2026-05-16T23:06:09.235000Z",
"latest_published_at": "2026-07-23T17:08:37.836000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 10
}
]
},
"popularity": {
"forks": 13,
"stars": 44,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2026-05-17",
"count": 1
},
{
"date": "2026-05-25",
"count": 1
},
{
"date": "2026-06-02",
"count": 1
},
{
"date": "2026-06-04",
"count": 1
},
{
"date": "2026-06-05",
"count": 1
},
{
"date": "2026-06-16",
"count": 1
},
{
"date": "2026-06-17",
"count": 1
},
{
"date": "2026-06-19",
"count": 1
},
{
"date": "2026-07-09",
"count": 1
},
{
"date": "2026-07-11",
"count": 1
},
{
"date": "2026-07-16",
"count": 1
},
{
"date": "2026-07-19",
"count": 1
},
{
"date": "2026-07-31",
"count": 1
}
],
"complete": true,
"collected": 13,
"total_forks": 13
},
"star_history": null,
"open_issues_and_prs": 4
},
"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": 41093,
"source_files_sampled": 101,
"oversized_source_files": 0,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 12121
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 254,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@anthropic-ai/sdk",
"direct": false,
"version": "0.91.1",
"ecosystem": "npm"
},
{
"name": "@aws-crypto/crc32",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "@aws-crypto/sha256-browser",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "@aws-crypto/sha256-js",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "@aws-crypto/supports-web-crypto",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "@aws-crypto/util",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/client-bedrock-runtime",
"direct": false,
"version": "3.1048.0",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/core",
"direct": false,
"version": "3.974.11",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/credential-provider-env",
"direct": false,
"version": "3.972.37",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/credential-provider-http",
"direct": false,
"version": "3.972.39",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/credential-provider-ini",
"direct": false,
"version": "3.972.41",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/credential-provider-login",
"direct": false,
"version": "3.972.41",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/credential-provider-node",
"direct": false,
"version": "3.972.42",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/credential-provider-process",
"direct": false,
"version": "3.972.37",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/credential-provider-sso",
"direct": false,
"version": "3.972.41",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/credential-provider-web-identity",
"direct": false,
"version": "3.972.41",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/eventstream-handler-node",
"direct": false,
"version": "3.972.16",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/middleware-eventstream",
"direct": false,
"version": "3.972.12",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/middleware-websocket",
"direct": false,
"version": "3.972.19",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/nested-clients",
"direct": false,
"version": "3.997.9",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/signature-v4-multi-region",
"direct": false,
"version": "3.996.27",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/token-providers",
"direct": false,
"version": "3.1048.0",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/types",
"direct": false,
"version": "3.973.8",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/util-locate-window",
"direct": false,
"version": "3.965.5",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/xml-builder",
"direct": false,
"version": "3.972.24",
"ecosystem": "npm"
},
{
"name": "@aws/lambda-invoke-store",
"direct": false,
"version": "0.2.4",
"ecosystem": "npm"
},
{
"name": "@babel/helper-string-parser",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/runtime",
"direct": false,
"version": "7.29.2",
"ecosystem": "npm"
},
{
"name": "@babel/types",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@bcoe/v8-coverage",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "@earendil-works/pi-agent-core",
"direct": false,
"version": "0.82.1",
"ecosystem": "npm"
},
{
"name": "@earendil-works/pi-ai",
"direct": false,
"version": "0.82.1",
"ecosystem": "npm"
},
{
"name": "@earendil-works/pi-coding-agent",
"direct": false,
"version": "0.82.1",
"ecosystem": "npm"
},
{
"name": "@earendil-works/pi-tui",
"direct": false,
"version": "0.82.1",
"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": "@google/genai",
"direct": false,
"version": "1.52.0",
"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": "@mariozechner/clipboard",
"direct": false,
"version": "0.3.9",
"ecosystem": "npm"
},
{
"name": "@mariozechner/clipboard-darwin-arm64",
"direct": false,
"version": "0.3.9",
"ecosystem": "npm"
},
{
"name": "@mariozechner/clipboard-darwin-universal",
"direct": false,
"version": "0.3.9",
"ecosystem": "npm"
},
{
"name": "@mariozechner/clipboard-darwin-x64",
"direct": false,
"version": "0.3.9",
"ecosystem": "npm"
},
{
"name": "@mariozechner/clipboard-linux-arm64-gnu",
"direct": false,
"version": "0.3.9",
"ecosystem": "npm"
},
{
"name": "@mariozechner/clipboard-linux-arm64-musl",
"direct": false,
"version": "0.3.9",
"ecosystem": "npm"
},
{
"name": "@mariozechner/clipboard-linux-riscv64-gnu",
"direct": false,
"version": "0.3.9",
"ecosystem": "npm"
},
{
"name": "@mariozechner/clipboard-linux-x64-gnu",
"direct": false,
"version": "0.3.9",
"ecosystem": "npm"
},
{
"name": "@mariozechner/clipboard-linux-x64-musl",
"direct": false,
"version": "0.3.9",
"ecosystem": "npm"
},
{
"name": "@mariozechner/clipboard-win32-arm64-msvc",
"direct": false,
"version": "0.3.9",
"ecosystem": "npm"
},
{
"name": "@mariozechner/clipboard-win32-x64-msvc",
"direct": false,
"version": "0.3.9",
"ecosystem": "npm"
},
{
"name": "@mistralai/mistralai",
"direct": false,
"version": "2.2.6",
"ecosystem": "npm"
},
{
"name": "@napi-rs/wasm-runtime",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "@nodable/entities",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/api",
"direct": false,
"version": "1.9.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/semantic-conventions",
"direct": false,
"version": "1.41.1",
"ecosystem": "npm"
},
{
"name": "@oxc-project/types",
"direct": false,
"version": "0.139.0",
"ecosystem": "npm"
},
{
"name": "@protobufjs/aspromise",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@protobufjs/base64",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@protobufjs/codegen",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "@protobufjs/eventemitter",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@protobufjs/fetch",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@protobufjs/float",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "@protobufjs/path",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@protobufjs/pool",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@protobufjs/utf8",
"direct": false,
"version": "1.1.2",
"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": "@silvia-odwyer/photon-node",
"direct": false,
"version": "0.3.4",
"ecosystem": "npm"
},
{
"name": "@smithy/core",
"direct": false,
"version": "3.24.3",
"ecosystem": "npm"
},
{
"name": "@smithy/credential-provider-imds",
"direct": false,
"version": "4.3.3",
"ecosystem": "npm"
},
{
"name": "@smithy/fetch-http-handler",
"direct": false,
"version": "5.4.3",
"ecosystem": "npm"
},
{
"name": "@smithy/is-array-buffer",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "@smithy/node-http-handler",
"direct": false,
"version": "4.7.3",
"ecosystem": "npm"
},
{
"name": "@smithy/signature-v4",
"direct": false,
"version": "5.4.3",
"ecosystem": "npm"
},
{
"name": "@smithy/types",
"direct": false,
"version": "4.14.2",
"ecosystem": "npm"
},
{
"name": "@smithy/util-buffer-from",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "@smithy/util-utf8",
"direct": false,
"version": "2.3.0",
"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/estree",
"direct": false,
"version": "1.0.9",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "26.1.1",
"ecosystem": "npm"
},
{
"name": "@types/retry",
"direct": false,
"version": "0.12.0",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-aix-ppc64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-darwin-arm64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-darwin-x64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-freebsd-arm64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-freebsd-x64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-arm",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-arm64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-loong64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-mips64el",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-ppc64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-riscv64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-s390x",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-x64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-netbsd-arm64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-netbsd-x64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-openbsd-arm64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-openbsd-x64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-sunos-x64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-win32-arm64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-win32-x64",
"direct": false,
"version": "7.0.2",
"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": "agent-base",
"direct": false,
"version": "7.1.4",
"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": "balanced-match",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "base64-js",
"direct": false,
"version": "1.5.1",
"ecosystem": "npm"
},
{
"name": "bignumber.js",
"direct": false,
"version": "9.3.1",
"ecosystem": "npm"
},
{
"name": "bowser",
"direct": false,
"version": "2.14.1",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "5.0.8",
"ecosystem": "npm"
},
{
"name": "buffer-equal-constant-time",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "chai",
"direct": false,
"version": "6.2.2",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "5.6.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": "data-uri-to-buffer",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "detect-libc",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "diff",
"direct": false,
"version": "8.0.4",
"ecosystem": "npm"
},
{
"name": "ecdsa-sig-formatter",
"direct": false,
"version": "1.0.11",
"ecosystem": "npm"
},
{
"name": "es-module-lexer",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "estree-walker",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "expect-type",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "extend",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "fast-xml-builder",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "fast-xml-parser",
"direct": false,
"version": "5.7.3",
"ecosystem": "npm"
},
{
"name": "fdir",
"direct": false,
"version": "6.5.0",
"ecosystem": "npm"
},
{
"name": "fetch-blob",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "formdata-polyfill",
"direct": false,
"version": "4.0.10",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "gaxios",
"direct": false,
"version": "7.1.4",
"ecosystem": "npm"
},
{
"name": "gcp-metadata",
"direct": false,
"version": "8.1.2",
"ecosystem": "npm"
},
{
"name": "get-east-asian-width",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "13.0.6",
"ecosystem": "npm"
},
{
"name": "google-auth-library",
"direct": false,
"version": "10.6.2",
"ecosystem": "npm"
},
{
"name": "google-logging-utils",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "graceful-fs",
"direct": false,
"version": "4.2.11",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "highlight.js",
"direct": false,
"version": "10.7.3",
"ecosystem": "npm"
},
{
"name": "hosted-git-info",
"direct": false,
"version": "9.0.3",
"ecosystem": "npm"
},
{
"name": "html-escaper",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "http-proxy-agent",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "https-proxy-agent",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "7.0.5",
"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": "jiti",
"direct": false,
"version": "2.7.0",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "10.0.0",
"ecosystem": "npm"
},
{
"name": "json-bigint",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "json-schema-to-ts",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "jwa",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "jws",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "lightningcss",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-android-arm64",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-darwin-arm64",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-darwin-x64",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-freebsd-x64",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm-gnueabihf",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm64-gnu",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm64-musl",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-x64-gnu",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-x64-musl",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-win32-arm64-msvc",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-win32-x64-msvc",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "long",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "11.4.0",
"ecosystem": "npm"
},
{
"name": "magic-string",
"direct": false,
"version": "0.30.21",
"ecosystem": "npm"
},
{
"name": "magicast",
"direct": false,
"version": "0.5.3",
"ecosystem": "npm"
},
{
"name": "make-dir",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "marked",
"direct": false,
"version": "18.0.5",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "10.2.5",
"ecosystem": "npm"
},
{
"name": "minipass",
"direct": false,
"version": "7.1.3",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.16",
"ecosystem": "npm"
},
{
"name": "node-domexception",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "node-fetch",
"direct": false,
"version": "3.3.2",
"ecosystem": "npm"
},
{
"name": "obug",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "openai",
"direct": false,
"version": "6.26.0",
"ecosystem": "npm"
},
{
"name": "p-retry",
"direct": false,
"version": "4.6.2",
"ecosystem": "npm"
},
{
"name": "partial-json",
"direct": false,
"version": "0.1.7",
"ecosystem": "npm"
},
{
"name": "path-expression-matcher",
"direct": false,
"version": "1.5.0",
"ecosystem": "npm"
},
{
"name": "path-key",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "path-scurry",
"direct": false,
"version": "2.0.2",
"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": "postcss",
"direct": false,
"version": "8.5.19",
"ecosystem": "npm"
},
{
"name": "proper-lockfile",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "protobufjs",
"direct": false,
"version": "7.6.5",
"ecosystem": "npm"
},
{
"name": "retry",
"direct": false,
"version": "0.12.0",
"ecosystem": "npm"
},
{
"name": "retry",
"direct": false,
"version": "0.13.1",
"ecosystem": "npm"
},
{
"name": "rolldown",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "safe-buffer",
"direct": false,
"version": "5.2.1",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.8.0",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.8.5",
"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": "signal-exit",
"direct": false,
"version": "3.0.7",
"ecosystem": "npm"
},
{
"name": "source-map-js",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "stackback",
"direct": false,
"version": "0.0.2",
"ecosystem": "npm"
},
{
"name": "std-env",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "strnum",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "7.2.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-algebra",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": false,
"version": "2.8.1",
"ecosystem": "npm"
},
{
"name": "typebox",
"direct": false,
"version": "1.1.38",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "undici",
"direct": false,
"version": "8.5.0",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "8.3.0",
"ecosystem": "npm"
},
{
"name": "vite",
"direct": false,
"version": "8.1.5",
"ecosystem": "npm"
},
{
"name": "vitest",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "web-streams-polyfill",
"direct": false,
"version": "3.3.3",
"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": "ws",
"direct": false,
"version": "8.21.0",
"ecosystem": "npm"
},
{
"name": "xml-naming",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "yaml",
"direct": false,
"version": "2.9.0",
"ecosystem": "npm"
},
{
"name": "zod",
"direct": false,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "zod-to-json-schema",
"direct": false,
"version": "3.25.2",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 254,
"direct_count": 0,
"indirect_count": 254
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 102,
"open_issues": 3,
"closed_ratio": 0.944,
"closed_issues": 51,
"closed_unmerged_prs": 11
},
"bus_factor": 1,
"bot_contributors": 4,
"top_contributors": [
{
"type": "User",
"login": "BlockedPath",
"commits": 316,
"avatar_url": "https://avatars.githubusercontent.com/u/22862430?v=4"
},
{
"type": "User",
"login": "cursoragent",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/199161495?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.978
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"publish.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"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": 10,
"reason": "13 out of 13 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/9 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"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": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"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": 1,
"reason": "dependency not pinned by hash detected -- score normalized to 1",
"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": 4,
"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": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "b6ba011c018614013e6e19e412a4f5cf6f03fd19",
"ran_at": "2026-08-02T18:08:51Z",
"aggregate_score": 5.1,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"recent_prs": {
"merged_7d": 5,
"decided_7d": 5,
"merged_30d": 47,
"authors_30d": 1,
"decided_30d": 48,
"sample_size": 60,
"window_days": 30,
"sample_exhausted": false,
"authors_probed_30d": 1,
"newcomer_merged_30d": 0,
"bot_prs_excluded_30d": 10,
"newcomer_authors_30d": 0,
"newcomer_decided_30d": 0
},
"ci_last_run_at": "2026-08-01T03:08:17Z",
"oldest_open_prs": [
{
"number": 168,
"created_at": "2026-08-01T03:08:13Z",
"last_comment_at": "2026-08-01T03:09:01Z",
"last_comment_author": "socket-security"
}
],
"last_merged_pr_at": "2026-07-30T23:06:53Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 163,
"created_at": "2026-07-30T22:31:06Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 164,
"created_at": "2026-07-30T22:31:39Z",
"last_comment_at": "2026-07-30T23:07:51Z",
"last_comment_author": "BlockedPath"
},
{
"number": 165,
"created_at": "2026-07-30T22:31:41Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/BlockedPath/pi-xai-oauth",
"host": "github.com",
"name": "pi-xai-oauth",
"owner": "BlockedPath"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": "The weighted overall 65 is calibrated to 75 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 65,
"calibrated": 75,
"calibration": "2026-08-02"
}
}
],
"value": 75,
"inputs": {
"security": 61,
"vitality": 70,
"community": 62,
"governance": 55,
"calibration": "2026-08-02",
"engineering": 75,
"ai_readiness": 77,
"weighted_overall_raw": 65
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 70,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"commits_last_year": 342,
"human_commit_share": 0.93,
"days_since_last_push": 1,
"active_weeks_last_year": 10
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "10/52 weeks with commits",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 10
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "342 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 342
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"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": 84,
"inputs": {
"releases_count": 1,
"latest_release_tag": "v1.4.0",
"releases_from_tags": false,
"days_since_latest_release": 10,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 10 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 10
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"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": "exceptional",
"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": 62,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "weak",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"forks": 13,
"stars": 44,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "44 stars",
"points": 26.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 44
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "13 forks",
"points": 9,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 13
}
}
],
"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,
"readme_badges": 8,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"readme_badge_services": [
"shields.io"
],
"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": 63,
"inputs": {
"packages": [
"pi-xai-oauth"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 5855
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "5,855 downloads/month across npm",
"points": 50.2,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 5855,
"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": 55,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 12,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.978
},
"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 98% of commits",
"points": 0.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 98
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 77,
"inputs": {
"merged_prs": 102,
"open_issues": 3,
"closed_issues": 51,
"prs_merged_7d": 5,
"prs_decided_7d": 5,
"prs_merged_30d": 47,
"prs_decided_30d": 48,
"issue_closed_ratio": 0.944,
"closed_unmerged_prs": 11,
"first_time_authors_30d": 0,
"first_time_prs_merged_30d": 0,
"first_time_prs_decided_30d": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "94% of issues closed",
"points": 39.6,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 94
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "102/113 decided PRs merged",
"points": 27.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 102,
"decided": 113
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/9 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 50,
"inputs": {
"followers": 12,
"owner_type": "User",
"is_verified": null,
"owner_login": "BlockedPath",
"public_repos": 24,
"account_age_days": 3577
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "12 followers of BlockedPath",
"points": 8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 12,
"login": "BlockedPath"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "24 public repos, account ~9 yr old",
"points": 22.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 24
}
},
{
"code": "account_age_years",
"params": {
"years": 9
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"pi-xai-oauth"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 10
},
"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 10 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 10
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "32 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 32
}
}
],
"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": 75,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "13 out of 13 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"topics": [
"grok",
"grok-build",
"pi-extension",
"xai",
"grok-4-5",
"composer-2-5"
],
"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": "6 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 6
}
}
],
"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": 61,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"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": 51,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 5.1
},
"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": "13 out of 13 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 0/9 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"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 1",
"points": 0.5,
"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 detected",
"points": 2,
"status": "partial",
"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": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "exceptional",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 254 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 254
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 254,
"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": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "exceptional",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 254,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 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": "good",
"name": "AI Readiness",
"value": 77,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.968,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 12121
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.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": "90 of 93 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 90,
"sampled": 93
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 62,
"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": false,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0.13,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.01
},
"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": "13 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 13,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "1 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 1,
"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 1",
"points": 1,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 41093,
"source_files_sampled": 101,
"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/101 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 101,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [
"library"
],
"labels": [
"library"
],
"scores": {
"library": 6
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:npm",
"weight": 6
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-08-02T18:09:07.077574Z",
"schema_version": "0.29.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/b/BlockedPath/pi-xai-oauth.svg",
"full_name": "BlockedPath/pi-xai-oauth",
"license_state": "standard",
"license_spdx": "MIT"
}