原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"oauth",
"pi",
"pi-package",
"authentication"
],
"is_fork": false,
"size_kb": 575,
"has_wiki": true,
"homepage": null,
"languages": {
"JavaScript": 3572,
"TypeScript": 91698
},
"pushed_at": "2026-07-22T01:24:55Z",
"created_at": "2026-04-22T01:40:29Z",
"owner_type": "User",
"updated_at": "2026-07-30T22:56:16Z",
"description": "Pi extension package for Anthropic OAuth compatibility",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": "http://www.gotgenes.com/",
"name": "Chris Lasher",
"type": "User",
"login": "gotgenes",
"company": "Tiny IG Software",
"location": "Sharon, PA, USA",
"followers": 56,
"avatar_url": "https://avatars.githubusercontent.com/u/8517?v=4",
"created_at": "2008-04-25T21:14:45Z",
"is_verified": null,
"public_repos": 67,
"account_age_days": 6670
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.0.1",
"kind": "patch",
"published_at": "2026-07-22T01:24:55Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2026-07-17T15:58:13Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2026-06-29T00:09:13Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2026-06-26T23:41:09Z"
},
{
"tag": "v0.6.5",
"kind": "patch",
"published_at": "2026-06-26T17:31:41Z"
},
{
"tag": "v0.6.4",
"kind": "patch",
"published_at": "2026-06-26T02:48:12Z"
},
{
"tag": "v0.6.3",
"kind": "patch",
"published_at": "2026-06-23T15:44:49Z"
},
{
"tag": "v0.6.2",
"kind": "patch",
"published_at": "2026-06-19T15:46:47Z"
},
{
"tag": "v0.6.1",
"kind": "patch",
"published_at": "2026-06-19T15:19:19Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-06-18T22:01:35Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2026-06-11T20:25:36Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-05-24T22:41:27Z"
},
{
"tag": "v0.4.6",
"kind": "patch",
"published_at": "2026-05-08T03:58:01Z"
},
{
"tag": "v0.4.5",
"kind": "patch",
"published_at": "2026-05-08T03:42:00Z"
},
{
"tag": "v0.4.4",
"kind": "patch",
"published_at": "2026-05-08T03:33:15Z"
},
{
"tag": "v0.4.3",
"kind": "patch",
"published_at": "2026-05-08T03:08:40Z"
},
{
"tag": "v0.4.2",
"kind": "patch",
"published_at": "2026-05-02T03:23:46Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2026-04-27T02:10:52Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-04-25T16:56:20Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-04-24T00:56:54Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2026-04-22T02:45:25Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-04-22T02:30:35Z"
}
],
"recent_commits": [
{
"oid": "22883511d16d3fe381b140fb1de10b428c2c8a89",
"body": null,
"is_bot": true,
"headline": "chore(main): release 2.0.1",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-22T01:23:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "864e961f11c97a3911a6d42453897a5b29c835df",
"body": "Update the near-term decision record to reflect the landed state: the #6089\nupstream ask was auto-closed, pi shipped /compat aliasing + an official\ndelegation example, and src/host-transport.ts now imports the explicit /compat\nsubpath preferring anthropicMessagesApi(). Correct the specifier from bare-root\nto /compat, drop the 'deferred' framing, and sharpen the rejected forward-subpath\nalternative to note /api/* is not loader-aliased (Refs #35).",
"is_bot": false,
"headline": "docs: mark #35 seam decision record as implemented via /compat",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-07-22T01:10:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcfe3f6d450b47f9c63a0dd83d51c0953fabdcb4",
"body": "…esolved in practice\n\nUpdate AGENTS.md, docs/architecture.md, and the anthropic skill to reflect the\n@earendil-works/pi-ai/compat import + anthropicMessagesApi() preference, note\nthat the #35 seam concern is resolved in practice (loader aliases /compat in\nboth modes; pi ships the delegation pattern as an official example) with the\ncompat-removal watch remaining, and document the defensive unregisterProvider\nhardening plus its load-order caveat (Refs #35, Refs #43).",
"is_bot": false,
"headline": "docs: record /compat realignment and defensive unregister; mark #35 r…",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-07-22T01:03:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "907463215adec503e4fd0b5de6028ea2752105a8",
"body": "… oauth\n\nPi's registerProvider merges defined values over the previous registration and\npreserves undefined keys (an intentional upstream contract), so omitting oauth\ncannot clear an oauth a stale co-loaded copy registered. Call\nunregisterProvider('anthropic') first to restore the built-in provider before\nre-registering our wrapper. Partial (load-order-dependent) hardening; the\nsingle-copy migration guidance remains the actual fix (Refs #43).",
"is_bot": false,
"headline": "fix: unregister anthropic before re-registering to clear stale merged…",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-07-22T01:01:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdced2fa61db322d0e0248b839cb490946bae79b",
"body": "…rd-primitive preference\n\nImport the blessed @earendil-works/pi-ai/compat subpath (the path pi's own\ncustom-provider-gitlab-duo example uses) instead of the bare root, and prefer\nthe non-deprecated anthropicMessagesApi().streamSimple factory over the\ndeprecated streamSimpleAnthropic alias, falling back to the alias for older\nhosts. Both handles resolve at the >=0.80.8 floor. Resolves the #35 seam\nconcern in practice (Refs #35).",
"is_bot": false,
"headline": "refactor: resolve built-in Anthropic transport via /compat with forwa…",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-07-22T01:01:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c4578ac71ce0583ff6fb76d467eb0d93c136111",
"body": null,
"is_bot": false,
"headline": "fix: bump reported Claude Code version to 2.1.206",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-07-22T00:31:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "571f6dada27c60b18373a5795638d3ba1796022c",
"body": null,
"is_bot": false,
"headline": "docs: note cross-major upgrade for stale installs after #43 v2.0.0",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-07-18T14:13:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46073d17a733e0363ba72faae730d87231f3eef9",
"body": null,
"is_bot": false,
"headline": "docs(retro): add retro notes for issue #43",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-07-17T16:33:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1713c4506bc0d84c368c34d0c3676bb8e3a075ba",
"body": null,
"is_bot": true,
"headline": "chore(main): release 2.0.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-17T15:57:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f5618bb25bd02c5459c4697da7d5fefce4d28f2",
"body": null,
"is_bot": false,
"headline": "docs: document the registerProvider merge migration hazard for #43",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-07-17T15:44:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf8fee11ad90abc35f276e5fae45918317d67b4f",
"body": null,
"is_bot": false,
"headline": "docs(retro): add build stage notes for issue #43",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-07-17T14:46:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0178c8c789310c6651f2bb3be5392fcc9d4d487e",
"body": null,
"is_bot": false,
"headline": "docs: caveat upstream oauth-override note after Issue #43",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-07-17T14:45:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f12fc21da9650481c296eb683cdb5c965d9d260",
"body": "…o Pi",
"is_bot": false,
"headline": "docs: drop OAuth override references after delegating login/refresh t…",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-07-17T14:40:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e84d5d5f5cfea1fae3266302b2844f2ffcac4e0",
"body": "Pi 0.80.8 removed the public low-level OAuth functions\n(loginAnthropic, refreshAnthropicToken) from @earendil-works/pi-ai/oauth;\nthat subpath now re-exports types only. The previous oauth override deep\nimported those, so /login crashed with\n'(0 , _oauth.loginAnthropic) is not a function' on 0.80.8+\n[…]\neserved a rotated refresh_token when the refresh response\nomitted one; Pi's built-in anthropicOAuth now owns login and refresh, and\nrecovery from a dropped rotation token is a manual /login anthropic.",
"is_bot": false,
"headline": "fix!: require @earendil-works/pi-ai and pi-coding-agent >=0.80.8",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-07-17T14:33:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9624771dc2987ec18229a23f71667dce5221d9c5",
"body": "…erride",
"is_bot": false,
"headline": "fix: restore /login on Pi 0.80.8 by dropping the removed-API oauth ov…",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-07-17T14:31:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb3c506c459784ea1f63a2548250bd78d3cb0da6",
"body": null,
"is_bot": false,
"headline": "docs(retro): add planning stage notes for issue #43",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-07-17T14:29:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07df94d564243b1eab50de4758ba1f4c295af55c",
"body": null,
"is_bot": false,
"headline": "docs: plan re-enabling pi-anthropic-auth on Pi 0.80.8+ (#43)",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-07-17T14:28:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4dd58bc19bd4aa1ccd4ead8af7b68f2f64e2284",
"body": null,
"is_bot": false,
"headline": "docs(retro): add retro notes for issue #40",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-29T00:30:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db91286c07ae7179106c832318012bb1271cbf33",
"body": null,
"is_bot": true,
"headline": "chore(main): release 1.0.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-29T00:08:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afe00775cd9b063370c90241f98194cc69947041",
"body": null,
"is_bot": false,
"headline": "docs(retro): add build stage notes for issue #40",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-29T00:00:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a7fed97d78495fc5c74af6d2a58e949e9283c09",
"body": null,
"is_bot": false,
"headline": "docs: drop pi 0.79.x dual-layout notes after raising the floor (#40)",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-28T23:56:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87987b8d2ba2299305f5967107195ccc7ad32003",
"body": "…y (#40)",
"is_bot": false,
"headline": "docs: scope host-transport resolution to the pi-ai 0.80.x compat entr…",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-28T23:54:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cdd14eb922f01fc093ee6cb007cbfabf6da17ef",
"body": "…400 (#40)\n\nThe 0.79.x lazy-stub streamSimpleAnthropic called module.register() on its\nfirst invocation, which overwrites the api-registry entry for\nanthropic-messages with the bare built-in and displaces our shaping wrapper.\nTurn 1 still applies billing-header shaping (onPayload is forwarded throug\n[…]\nrel) in ordering experiment test.\n\nBREAKING CHANGE: pi 0.79.x hosts are no longer supported. Upgrade pi to\n0.80.0 or later. pi-anthropic-auth 0.6.3 remains usable on pi 0.79.x as a\nfallback. Refs #40.",
"is_bot": false,
"headline": "fix!: require pi-ai/pi-coding-agent >=0.80.0 to fix multi-turn OAuth …",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-28T23:43:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d8377ec9d1569033a6efd2dac83c9d2ea566267e",
"body": null,
"is_bot": false,
"headline": "docs(retro): add planning stage notes for issue #40",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-28T23:29:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a495180f96a684c08afc774c659d63497d779d5",
"body": "… 400 (#40)",
"is_bot": false,
"headline": "docs: plan raising host floor to pi-ai 0.80.0 to fix multi-turn OAuth…",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-28T23:29:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63ea6e0f51434d0dd82d0b4293f9860bee3b2e42",
"body": null,
"is_bot": false,
"headline": "docs(retro): add retro notes for issue #37",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-26T23:52:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "303222e9a1fe78101f53ed8b8fbaa6c4f922d993",
"body": null,
"is_bot": true,
"headline": "chore(main): release 0.7.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-26T23:40:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "459188e52f02146d83d5163cf4e3a9e3cbba1ec5",
"body": null,
"is_bot": false,
"headline": "docs(retro): add TDD stage notes for issue #37",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-26T23:36:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e271d3e22c470064fdb6adf72434c8543cfd9f93",
"body": null,
"is_bot": false,
"headline": "docs: fix command name in diagnostics JSDoc comment (#37)",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-26T23:35:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29abb77e216b1d48746a6d5e4daeb4f367713fb1",
"body": "…(#37)",
"is_bot": false,
"headline": "docs: document container auth precedence and the diagnostics command …",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-26T23:33:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b022ca36f422588b13b3d6af4401c1dcb203406b",
"body": null,
"is_bot": false,
"headline": "feat: register /anthropic-auth:status diagnostics command (#37)",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-26T23:32:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a6d3529891b2998707fa766931318dcc2d73343",
"body": null,
"is_bot": false,
"headline": "feat: add anthropic-auth:status command handler (#37)",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-26T23:27:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7134b0cadcc9ed52bbdf7be7e173dadb352e2ec5",
"body": null,
"is_bot": false,
"headline": "feat: add diagnostics report formatter (#37)",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-26T23:24:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f4da8edd6fb3a1343794514c243ef330fdcde2c",
"body": null,
"is_bot": false,
"headline": "docs(retro): add planning stage notes for issue #37",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-26T23:21:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39d939c3a6395179a31cb8695755e87ebac84bc7",
"body": null,
"is_bot": false,
"headline": "docs: plan diagnostics command and container auth-precedence docs (#37)",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-26T23:20:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "989c945ec095f4b2999f33cbcc4912de33632182",
"body": null,
"is_bot": false,
"headline": "docs(retro): add retro notes for issue #31",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-26T19:14:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74097ac268a6b8f3488a6290e5a0557f523210b8",
"body": null,
"is_bot": true,
"headline": "chore(main): release 0.6.5",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-26T17:30:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fb64cc3d61e1a77b4f61986c047dae8c4c0e2f2",
"body": null,
"is_bot": false,
"headline": "docs(retro): add TDD stage notes for issue #31",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-26T17:26:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dcdbba04d11957e2eda171a3e5a3eb79cad2877",
"body": null,
"is_bot": false,
"headline": "docs: describe bare-root host-transport resolution (#31)",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-26T17:21:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee3013ab44ace44a129f6c4a30de597332c77d65",
"body": null,
"is_bot": false,
"headline": "fix: resolve built-in Anthropic transport via bare-root import (#31)",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-26T17:20:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f061fa615b6032c4772e3cf7df51d511642ce5e0",
"body": null,
"is_bot": false,
"headline": "docs: clarify bare-root import keeps the >=0.79.1 peer floor (#31)",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-26T17:14:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be88420358dd048c5da0f538d23d3bcbc29d21e6",
"body": null,
"is_bot": false,
"headline": "docs(retro): add planning stage notes for issue #31",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-26T17:10:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f07d96e5b32685952f0d118f3dfb6113f0b4a346",
"body": null,
"is_bot": false,
"headline": "docs: plan bare-root host-transport import fix (#31)",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-26T17:10:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17f9e3f0970814016f2e88fc271d1d5ea96d4a86",
"body": null,
"is_bot": false,
"headline": "docs(retro): add retro notes for issue #35",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-26T13:54:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2548bee44d78c6e325a21b4852cc795d8bf3c3b",
"body": null,
"is_bot": true,
"headline": "chore(main): release 0.6.4",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-26T02:47:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eda6eb01ae2bab17efa95dd734ab740dc5d7f769",
"body": null,
"is_bot": false,
"headline": "docs: record upstream filing as pi#6089 (#35)",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-26T02:32:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "687a7663ed7e29347476e026a1c31e17b643ba45",
"body": null,
"is_bot": false,
"headline": "docs: link the decision record from the upstream brief (#35)",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-26T01:02:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34e115d0bdc11bc6defa724023911e936bbe81f4",
"body": null,
"is_bot": false,
"headline": "docs(retro): note upstream prior-art search for issue #35",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-26T01:01:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd53b09960956b627e2368977cb6f8e0106676df",
"body": "… (#35)",
"is_bot": false,
"headline": "docs: cite upstream prior art (supersedes pi#4980, precedent pi#3262)…",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-26T01:01:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67b451f3fc1e63d0a80043a62063ca8508da5a4b",
"body": null,
"is_bot": false,
"headline": "docs(retro): add build stage notes for issue #35",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-26T00:56:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "854fecdb5255eb459df05ac03fd01e7e7804eebb",
"body": "…cture (#35)",
"is_bot": false,
"headline": "docs: cross-reference the transport seam decision record from archite…",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-26T00:56:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98cead67b2db8e8c389c972a4b0f4255dd395294",
"body": null,
"is_bot": false,
"headline": "docs: add upstream brief for a provider-bound payload transform (#35)",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-26T00:56:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c92752b438d115f2e3aa1505ce1e69d20a0fba0",
"body": "…on (#35)",
"is_bot": false,
"headline": "docs: record the OAuth payload-shaping seam gap and near-term directi…",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-26T00:56:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f71e6b631c97303ead5b6772a3e8c44ad15b33c5",
"body": null,
"is_bot": false,
"headline": "docs(retro): add planning stage notes for issue #35",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-25T23:53:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f53e68b601552d72e237ca9952d04de3700c16ad",
"body": null,
"is_bot": false,
"headline": "docs: plan transport seam gap doc + upstream brief (#35)",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-25T23:52:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b9855f993a778e580ed9f03376c2847b9f1c03e",
"body": null,
"is_bot": false,
"headline": "docs(retro): add retro notes for issue #33",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-23T15:51:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6289e5efc0ab8918dfc88e9eb802ac50a93df471",
"body": null,
"is_bot": true,
"headline": "chore(main): release 0.6.3",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-23T15:44:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aac077ef3c5bc178b7319cb23e4bb6fdd92b5575",
"body": null,
"is_bot": false,
"headline": "docs(retro): add TDD stage notes for issue #33",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-23T15:40:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bb330f16163dc75d5a014b5b44f4dbdc492c3ed",
"body": "Applies the same version-neutral phrasing update to the three remaining\nstreamSimpleAnthropic references in AGENTS.md that was missed in the docs\ncommit (the plan's Module-Level Changes did not list AGENTS.md).",
"is_bot": false,
"headline": "docs: remove version-specific streamSimpleAnthropic from AGENTS.md (#33)",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-23T15:39:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4217f35d25baa85d2b40ad72db1b7f916457e8a2",
"body": "Updates architecture.md to replace version-specific streamSimpleAnthropic\nreferences with version-neutral phrasing, describes the ordered candidate list\nstrategy (new layout first, legacy fallback), and updates the host-transport\nand index.ts related-file bullets.\n\nUpdates the anthropic SKILL.md to remove three streamSimpleAnthropic mentions,\nreplacing them with layout-neutral descriptions pointing to src/host-transport.ts\nas the resolver.",
"is_bot": false,
"headline": "docs: describe dual-layout host-transport resolution (#33)",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-23T15:35:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fcdc287137500df03b78feb93464aa60409ea61",
"body": "…(#33)\n\nReplaces the single hard-coded ANTHROPIC_PROVIDER_RELATIVE_PATH constant with\nan ordered ANTHROPIC_TRANSPORT_CANDIDATES list (new api/* layout first, legacy\nproviders/ layout second).\n\nExtracts an injectable selectAnthropicStreamSimple(packageDir, candidates,\nimportModule) selector that iter\n[…]\nstill passes against the installed 0.79.1 via\nthe legacy fallback path. The Issue #28 invariant is preserved: the delegate\nis resolved from a concrete module export, never from the lazy registry stub.",
"is_bot": false,
"headline": "fix: resolve built-in Anthropic transport across pi-ai layout change …",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-23T15:34:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2f9352405f11556c77aa148a4a1c688ce08a4ba5",
"body": null,
"is_bot": false,
"headline": "docs(retro): add planning stage notes for issue #33",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-23T15:29:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6e7a4e3942478c42968dd39fc698067811a75fa",
"body": null,
"is_bot": false,
"headline": "docs: plan dual-layout host-transport resolution (#33)",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-23T15:29:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abe718f99a304b63caf2887f0f23f7345ae4450b",
"body": null,
"is_bot": false,
"headline": "docs(retro): add retro notes for issue #27",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-19T16:04:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eda07be270646363c04472e137fd2c7f5db0385d",
"body": null,
"is_bot": true,
"headline": "chore(main): release 0.6.2",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-19T15:46:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcba062e268c696c8a53b46c83be435b97808b29",
"body": "Locks in the built-in manual redirect-URL paste input behavior so a\nfuture refactor of anthropicOAuthOverride cannot silently drop the\nflag again (Refs #27).\n\nCo-authored-by: sinanus <sinankaraveli@gmail.com>",
"is_bot": false,
"headline": "test: pin usesCallbackServer parity on the OAuth override",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-19T15:31:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae2996f0507e0432f1d7f05a057c0299c90e052c",
"body": "The override registered via pi.registerProvider replaces the built-in\nanthropic OAuth provider, which has usesCallbackServer: true. Without\nthis flag the interactive TUI defaults to false and never renders the\nmanual redirect-URL paste input, leaving the login flow frozen when\nthe local callback server is unreachable (Docker containers, SSH\nsessions).",
"is_bot": false,
"headline": "fix: set usesCallbackServer on anthropicOAuthOverride",
"author_name": "sinanus",
"author_login": "sinkarusa",
"committed_at": "2026-06-19T15:31:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae34eced8f35722a08859bb04e8a92693ad04dca",
"body": null,
"is_bot": false,
"headline": "docs(pr-review): triage PR #27 → adopt-as-is",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-19T15:29:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f605a360e6e36a43354b7f3d669a59674871361c",
"body": null,
"is_bot": false,
"headline": "docs(retro): add retro notes for issue #28",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-19T15:26:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "069b468bd773ae97d297feb113b80c50e0ccd723",
"body": null,
"is_bot": true,
"headline": "chore(main): release 0.6.1",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-19T15:18:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a38838edf9a50b064450f727368d4091c08e5d6",
"body": null,
"is_bot": false,
"headline": "docs(retro): note post-review polish for issue #28",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-19T15:14:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "daa7f1c70264d57817aa2a162e21b0250e28520b",
"body": "… (#28)",
"is_bot": false,
"headline": "test: cover host-transport runtime resolution against installed pi-ai…",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-19T15:14:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f54f425e7c8ff9109b19364d9a56903a3c7f26dd",
"body": "…odules (#28)",
"is_bot": false,
"headline": "refactor: share AnthropicStreamSimpleDelegate type across transport m…",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-19T15:14:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27301da9656cf05523f6ed7dd63fec4576710a3f",
"body": null,
"is_bot": false,
"headline": "fix: use pathToFileURL for provider module resolution (#28)",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-19T15:06:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a5843210d480c3c68aa018063b95dec8a19e9a1",
"body": null,
"is_bot": false,
"headline": "docs(retro): add runtime-resolution stage notes for issue #28",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-19T15:00:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfecd6367d62b9df468f8d0e921f9eb2ba885376",
"body": null,
"is_bot": false,
"headline": "docs: describe runtime host-transport resolution for jiti loader (#28)",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-19T15:00:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ba196e0565209a5507b69e5b1da470f64844d6c",
"body": "…(#28)",
"is_bot": false,
"headline": "fix: resolve built-in Anthropic transport at runtime for jiti loader …",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-19T14:59:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51e5bf90deaeb293bdb485365485a1febe7e7c80",
"body": null,
"is_bot": false,
"headline": "chore: load local extension copy and suppress global npm package (#28)",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-19T14:50:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9303393f1082c979382b10dc2a4ea2cbe90aeffd",
"body": null,
"is_bot": false,
"headline": "docs(retro): add TDD stage notes for issue #28",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-19T14:44:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e65899b3bf9f34a9492fcd4d70cb78852268238",
"body": null,
"is_bot": false,
"headline": "docs: fix stale index.ts description in architecture related-files (#28)",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-19T14:43:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8883a7c74d5f0cb0099c81dc9c99c6f9400d130",
"body": "…(#28)",
"is_bot": false,
"headline": "refactor: unexport AnthropicStreamSimpleDelegate (unused externally) …",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-19T14:43:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d42b2a805f25ecea2a4dc44bc6569768230ff73b",
"body": null,
"is_bot": false,
"headline": "docs: update architecture for direct-import transport delegate (#28)",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-19T14:39:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d6e7ecf8ea851233326fdb72119e8e3592ec926",
"body": null,
"is_bot": false,
"headline": "docs: reword oauth-transport JSDoc for direct-import delegate (#28)",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-19T14:38:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7b8078e6122cbd6e6e4fc2090fba4b5a0cee31a",
"body": "…clobber (#28)",
"is_bot": false,
"headline": "fix: import streamSimpleAnthropic directly to avoid lazy re-register …",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-19T14:38:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "430545a75aad0f96ed4f23b0fbe4712b12abb049",
"body": null,
"is_bot": false,
"headline": "test: add regression test for lazy registration clobber (#28)",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-19T14:35:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5484776c03cdc4b1bc92632460bd20706b52bc2",
"body": null,
"is_bot": false,
"headline": "docs(retro): add planning stage notes for issue #28",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-19T14:29:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26aa85ee785ccd8baa597332646b1cc5699e8f0f",
"body": null,
"is_bot": false,
"headline": "docs: plan fix for pi-ai 0.79.8 lazy registration clobber (#28)",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-19T14:29:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a495775a48a87355f405a87eb1e308e2734f8c39",
"body": null,
"is_bot": false,
"headline": "docs(retro): add retro notes for issue #10",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-19T01:59:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47d1696bc82893923ca914454a88ea4726956235",
"body": null,
"is_bot": false,
"headline": "docs(retro): add build stage notes for issue #10",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-19T01:28:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec64b6682f7acb0e730db7b6917888bd6af42e92",
"body": "…n contributions (#10)",
"is_bot": false,
"headline": "docs: describe anchor-driven prompt sanitizer that preserves extensio…",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-19T01:24:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1630214403515afff37d7a5a266b0f898f8467d3",
"body": null,
"is_bot": false,
"headline": "test: pin OAuth prompt shaping against upstream preamble fixture (#10)",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-19T01:23:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfcf0a2cc406f4f936f149e48ad3bdc330b7284f",
"body": null,
"is_bot": false,
"headline": "docs(retro): add planning stage notes for issue #10",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-19T00:30:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1813eec1c6b21c644799ced628ccb293a58c6c4",
"body": "…(#10)",
"is_bot": false,
"headline": "docs: plan sanitizer close-out for extension snippets and guidelines …",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-19T00:30:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34de7f7b545283672bf628d08b27a540e6731fdc",
"body": null,
"is_bot": false,
"headline": "docs(retro): add retro notes for issue #23",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-18T23:48:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc6e9c0e22ec5fc6a20bd25416329fa2d854dfc0",
"body": null,
"is_bot": true,
"headline": "chore(main): release 0.6.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-18T22:00:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0b76171254bedbcc373ef7c9209f49199a28cff",
"body": null,
"is_bot": false,
"headline": "fix: bump Claude Code version to 2.1.169 in billing header",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-18T21:58:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd3d7d09f9936a3e70198c90a867bdefa1e27d2b",
"body": null,
"is_bot": false,
"headline": "docs(retro): add build stage notes for issue #23",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-18T20:30:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0c283e09b120aa07c928f81008c50ed79ecf16f",
"body": null,
"is_bot": false,
"headline": "test: share oauth-transport wiring via beforeEach (#23)",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-18T20:27:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c826c8dea28e88ba299892f2c3634f51d8d99a3",
"body": null,
"is_bot": false,
"headline": "test: consolidate system-prompt-shaping arrange/assert duplication (#23)",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-18T20:26:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59de20503ea7dbe9a0c9057be571528de6e7fec7",
"body": null,
"is_bot": false,
"headline": "docs(retro): add planning stage notes for issue #23",
"author_name": "Chris Lasher",
"author_login": "gotgenes",
"committed_at": "2026-06-18T18:51:33Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 22,
"commits_last_year": 181,
"latest_release_at": "2026-07-22T01:24:55Z",
"latest_release_tag": "v2.0.1",
"releases_from_tags": false,
"days_since_last_push": 8,
"active_weeks_last_year": 9,
"days_since_latest_release": 8,
"mean_days_between_releases": 3.7
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "@gotgenes/pi-anthropic-auth",
"exists": true,
"license": "MIT",
"keywords": [
"pi",
"pi-package",
"anthropic",
"oauth"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@gotgenes/pi-anthropic-auth",
"is_deprecated": false,
"latest_version": "2.0.1",
"repository_url": "https://github.com/gotgenes/pi-anthropic-auth",
"versions_count": 20,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 2495,
"first_published_at": "2026-04-22T01:44:28.474000Z",
"latest_published_at": "2026-07-22T01:25:26.167000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
}
]
},
"popularity": {
"forks": 15,
"stars": 128,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2026-04-22",
"count": 1
},
{
"date": "2026-04-28",
"count": 1
},
{
"date": "2026-05-12",
"count": 1
},
{
"date": "2026-05-30",
"count": 1
},
{
"date": "2026-06-09",
"count": 1
},
{
"date": "2026-06-12",
"count": 1
},
{
"date": "2026-06-17",
"count": 1
},
{
"date": "2026-06-19",
"count": 1
},
{
"date": "2026-06-23",
"count": 3
},
{
"date": "2026-07-12",
"count": 1
},
{
"date": "2026-07-19",
"count": 1
},
{
"date": "2026-07-26",
"count": 1
},
{
"date": "2026-07-28",
"count": 1
}
],
"complete": true,
"collected": 15,
"total_forks": 15
},
"star_history": null,
"open_issues_and_prs": 1
},
"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": 17407,
"source_files_sampled": 16,
"oversized_source_files": 0,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 24420
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 23,
"open_issues": 1,
"closed_ratio": 0.947,
"closed_issues": 18,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "gotgenes",
"commits": 158,
"avatar_url": "https://avatars.githubusercontent.com/u/8517?v=4"
},
{
"type": "User",
"login": "sinkarusa",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/15057166?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.994
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": true,
"linter_configs": [
"biome.json",
"eslint.config.js"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"pnpm-lock.yaml"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 4 merged PRs checked by a CI test -- score normalized to 0",
"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/26 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 13 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "12 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "22883511d16d3fe381b140fb1de10b428c2c8a89",
"ran_at": "2026-07-30T23:57:28Z",
"aggregate_score": 3.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-22T01:25:30Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-22T01:23:59Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 42,
"created_at": "2026-07-03T01:58:50Z",
"last_comment_at": "2026-07-04T14:04:46Z",
"last_comment_author": "gotgenes"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/gotgenes/pi-anthropic-auth",
"host": "github.com",
"name": "pi-anthropic-auth",
"owner": "gotgenes"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": "The weighted overall 61 is calibrated to 67 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 61,
"calibrated": 67,
"calibration": "2026-08-02"
}
}
],
"value": 67,
"inputs": {
"security": 34,
"vitality": 78,
"community": 49,
"governance": 59,
"calibration": "2026-08-02",
"engineering": 76,
"ai_readiness": 73,
"weighted_overall_raw": 61
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 78,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"commits_last_year": 181,
"human_commit_share": 0.9,
"days_since_last_push": 8,
"active_weeks_last_year": 9
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 8 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "9/52 weeks with commits",
"points": 6.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 9
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "181 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 181
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 13 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "exceptional",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 22,
"latest_release_tag": "v2.0.1",
"releases_from_tags": false,
"days_since_latest_release": 8,
"mean_days_between_releases": 3.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "22 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 22
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 8 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~3.7 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 3.7
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "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": "weak",
"name": "Community & Adoption",
"value": 49,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "weak",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"forks": 15,
"stars": 128,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "128 stars",
"points": 34.1,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 128
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "15 forks",
"points": 9.6,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 15
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 57,
"inputs": {
"packages": [
"@gotgenes/pi-anthropic-auth"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 2495
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,495 downloads/month across npm",
"points": 45.3,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2495,
"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": 59,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 15,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.994
},
"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 99% of commits",
"points": 0.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 99
}
}
],
"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 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"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": 23,
"open_issues": 1,
"closed_issues": 18,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.947,
"closed_unmerged_prs": 2,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "95% of issues closed",
"points": 39.8,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 95
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "23/25 decided PRs merged",
"points": 27.6,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 23,
"decided": 25
}
}
],
"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/26 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": 60,
"inputs": {
"followers": 56,
"owner_type": "User",
"is_verified": null,
"owner_login": "gotgenes",
"public_repos": 67,
"account_age_days": 6670
},
"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": "56 followers of gotgenes",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 56,
"login": "gotgenes"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "67 public repos, account ~18 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 67
}
},
{
"code": "account_age_years",
"params": {
"years": 18
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"@gotgenes/pi-anthropic-auth"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 8
},
"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 8 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 8
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "20 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 20
}
}
],
"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": 76,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"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": "biome.json, eslint.config.js",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "biome.json, eslint.config.js"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 4 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"topics": [
"oauth",
"pi",
"pi-package",
"authentication"
],
"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": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"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": "at_risk",
"name": "Security",
"value": 34,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 34,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.4
},
"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": "0 out of 4 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"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/26 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 13 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "12 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"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": 73,
"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": 1,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 24420
},
"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 90 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 90,
"sampled": 90
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"pnpm-lock.yaml"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": "biome.json, eslint.config.js",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "biome.json, eslint.config.js"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 17407,
"source_files_sampled": 16,
"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/16 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 16,
"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",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-30T23:57:37.560707Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/g/gotgenes/pi-anthropic-auth.svg",
"full_name": "gotgenes/pi-anthropic-auth",
"license_state": "standard",
"license_spdx": "MIT"
}