原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"bun",
"cache",
"in-memory",
"library",
"nodejs",
"typescript"
],
"is_fork": false,
"size_kb": 1103,
"has_wiki": false,
"homepage": "https://ts-cache.netlify.app",
"languages": {
"TypeScript": 303376
},
"pushed_at": "2026-07-30T19:44:52Z",
"created_at": "2025-03-26T02:07:56Z",
"owner_type": "Organization",
"updated_at": "2026-07-25T20:50:32Z",
"description": "⚡ A fast, type-safe, and feature-rich caching library for modern applications.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": "https://stacksjs.com",
"name": "Stacks",
"type": "Organization",
"login": "stacksjs",
"company": null,
"location": "United States of America",
"followers": 119,
"avatar_url": "https://avatars.githubusercontent.com/u/114664568?v=4",
"created_at": "2022-09-29T11:34:06Z",
"is_verified": null,
"public_repos": 153,
"account_age_days": 1400
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.1.5",
"kind": "patch",
"published_at": "2026-07-22T00:30:29Z"
},
{
"tag": "v0.1.4",
"kind": "patch",
"published_at": "2026-05-02T15:52:17Z"
},
{
"tag": "v0.1.3",
"kind": "patch",
"published_at": "2026-02-16T13:15:32Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2025-03-26T04:16:55Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2025-03-26T03:27:31Z"
}
],
"recent_commits": [
{
"oid": "13dcfb036406b1bcf1f7dfe35a338aefac5646a5",
"body": "Replaces every https://discord.gg/stacksjs link with the stacksjs.com/discord\nvanity URL, which the stacksjs.com gateway now 301s to the invite. The invite\ncode lives in one place and can be rotated without touching the docs again.",
"is_bot": false,
"headline": "docs: link the community as stacksjs.com/discord",
"author_name": "Chris",
"author_login": "chrisbbreuer",
"committed_at": "2026-07-25T20:50:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b9a2038a721db8b50edb6c8365da51db9feb643",
"body": null,
"is_bot": false,
"headline": "chore: release v0.1.5",
"author_name": "Chris",
"author_login": "chrisbbreuer",
"committed_at": "2026-07-22T00:29:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48caa3d192324d9bfd77d3c2c7ba62d1a00656da",
"body": null,
"is_bot": false,
"headline": "fix(redis): preserve TTL and connection lifecycle",
"author_name": "Chris",
"author_login": "chrisbbreuer",
"committed_at": "2026-07-22T00:29:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "843689a3984d3c9bff3d57efe802adb2e78c1d05",
"body": null,
"is_bot": false,
"headline": "chore: upgrade to TypeScript 7",
"author_name": "Chris",
"author_login": "chrisbbreuer",
"committed_at": "2026-07-10T22:32:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e14d3832d3f16f85787df75606a71031a8ce55f",
"body": null,
"is_bot": false,
"headline": "chore(deps): refresh bun.lock to pick up pickier 0.1.37",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-07-08T14:48:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79bdc3948765c4309582a0b976020c177b6d16ff",
"body": "better-dx's pickier peer dep now resolves to 0.1.35.",
"is_bot": false,
"headline": "chore(deps): refresh bun.lock to pick up pickier 0.1.35",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-06-10T11:50:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7fa4bfd596a4140760563821b40b4b70064f8f1",
"body": "- take() is now atomic: it delegates to the driver's single-op take (Redis\n GETDEL; memory drivers do a no-await read-then-delete) instead of get()+del()\n with an await between them. The previous gap let concurrent callers each read\n the same single-use value — directly weakening OTP/2FA replay p\n[…]\n\" when updating an\n existing key at a full store (broke counter/overwrite patterns); mset off-by-\n one and new-vs-existing double-count fixed.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(cache): atomic take, stampede protection, allow updates when full",
"author_name": "Chris",
"author_login": "chrisbbreuer",
"committed_at": "2026-06-10T00:52:29Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "84758a636bdafbc3454ebb6ab2bddad91e40040d",
"body": "better-dx's pickier peer dep now resolves to 0.1.33.",
"is_bot": false,
"headline": "chore(deps): refresh bun.lock to pick up pickier 0.1.33",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-06-09T13:00:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05123b874950b3d0c897fb8f3cedcbb7e4505c24",
"body": "better-dx's logsmith peer dep now resolves @stacksjs/logsmith@0.2.3\n(h2 section headings + blank-line preservation in changelog output).",
"is_bot": false,
"headline": "chore(deps): refresh bun.lock to pick up @stacksjs/logsmith 0.2.3",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-05-27T14:34:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "715c7da19922803d4b02e3962e571ed703eca602",
"body": "better-dx / direct buddy-bot dep now resolves the just-published\nbuddy-bot@0.9.20 (flatten of gh-audit into the main package).",
"is_bot": false,
"headline": "chore(deps): refresh bun.lock to pick up buddy-bot 0.9.20",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-05-25T17:15:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cb102bce119f378ca4ea7d2da715b8034946e3b",
"body": "Regenerated from buddy-bot's patched generateUnifiedWorkflow template.\nThe previous version dropped the scheduled `check` job entirely in\nfavor of an event-driven `pull_request: types: [edited]` trigger, but\nthat almost never fires in practice — so cleanupStaleBranches and\nobsolete-PR cleanup stoppe\n[…]\n\n\nAdds back a single daily cron at 4am UTC that fires the `check` job,\ncapping orphan age at ~24h while keeping rebase responsiveness instant\nvia the PR-edit trigger.\n\nRefs: stacksjs/buddy-bot@0d459cf",
"is_bot": false,
"headline": "ci(buddy-bot): add daily cleanup cron to workflow",
"author_name": "Glenn Michael Torregosa",
"author_login": "glennmichael123",
"committed_at": "2026-05-25T11:05:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "90eab71b48d0e0803ae5de8973bd870d2e898054",
"body": "Drop the redundant 'bun --bun run changelog:generate &&' prefix from\nrelease scripts; bumpx already calls @stacksjs/logsmith internally\nwith the proper from/to tag range, so the standalone pre-step was\nprepending a duplicate section to CHANGELOG.md on every release.\n\nRefs: stacksjs/rpx#2260",
"is_bot": false,
"headline": "fix(scripts): stop double-generating CHANGELOG on release",
"author_name": "Glenn Michael Torregosa",
"author_login": "glennmichael123",
"committed_at": "2026-05-22T12:30:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dac50122c11597048171e14ad95f39e8e5057fc5",
"body": "The deployed buddy-bot.yml declared a `*/20 * * * *` cron for the `check`\njob but the determine-jobs matcher only recognized `5,25,45 * * * *`, so on\nevery scheduled run the `check` job was skipped, which meant\n`cleanupStaleBranches` and obsolete-PR cleanup never executed. Orphaned\nbuddy-bot/* branc\n[…]\nd]` trigger and aligns the remaining cron\nstrings (update / dashboard) with their matchers. Also picks up the\ntemplate's per-job timeouts, concurrency group, and the GITHUB_TOKEN-first\ntoken strategy.",
"is_bot": false,
"headline": "ci(buddy-bot): regenerate workflow from current template",
"author_name": "Glenn Michael Torregosa",
"author_login": "glennmichael123",
"committed_at": "2026-05-21T14:05:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b1f001caee4a943927a6c75123181d25d92bab99",
"body": null,
"is_bot": false,
"headline": "chore(deps): bump better-dx to ^0.2.15",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-05-19T12:36:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0f0c5ac11f112b34acd18a8628e87b775359521",
"body": null,
"is_bot": false,
"headline": "chore: ignore pantry directory",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-05-12T09:34:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ab76dc1fdb234e829a46a71581f4daae66e99ce",
"body": "The docs/bunpress.config.ts file imports from 'bunpress', but the\npublished `bunpress` package on npm is an unrelated express-like\nserver, not the stacksjs docs engine (`@stacksjs/bunpress`). The config\nalso predates the current `BunPressConfig` shape — `nav`/`sidebar`\nmoved under `themeConfig`, `ma\n[…]\n-error-handling, ts-validation,\nts-mocker) do — docs tooling configs live independently from the\npackage's TypeScript compilation.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(tsconfig): exclude docs from typecheck",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-05-05T12:34:43Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "312af9a1775a316ea2719e651dbda02e91bbb001",
"body": null,
"is_bot": false,
"headline": "chore: refresh bun.lock to pick up bun-plugin-dtsx@0.9.18",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-05-04T13:37:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2d63a846be5a01467ce4e57edb1fa79a0d121f1",
"body": null,
"is_bot": false,
"headline": "chore: release v0.1.4",
"author_name": "Chris",
"author_login": "chrisbbreuer",
"committed_at": "2026-05-02T15:51:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec548bfc12aace0f233395172842514f2426cf27",
"body": null,
"is_bot": false,
"headline": "fix: publish valid cache declarations",
"author_name": "Chris",
"author_login": "chrisbbreuer",
"committed_at": "2026-05-02T15:51:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc4d96fa5956f7440ab66f178936429400878001",
"body": null,
"is_bot": false,
"headline": "chore: refresh bun.lock and apply pickier --fix",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-05-01T13:39:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "170f7964244e240d58b48a35709eefe159fd76d5",
"body": null,
"is_bot": false,
"headline": "chore: refresh bun.lock",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-05-01T12:42:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0d5b0572042a200c02f6abd294690b9496c9a3e",
"body": null,
"is_bot": false,
"headline": "chore: refresh bun.lock to pick up latest pickier",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-04-30T17:07:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b735e41d77acb1c189c4a03872d33c0d2c70020",
"body": null,
"is_bot": false,
"headline": "ci: drop redundant setup-bun (pantry installs bun via deps.yaml)",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-04-30T14:39:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e7fbe3e351a1bc4cea3a4a8342d0139a13b348b",
"body": null,
"is_bot": false,
"headline": "fix: add setup-bun to publish-commit job",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-04-29T12:55:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2bcc8762cf31d03e941a1e87f3aef54919947a0",
"body": null,
"is_bot": false,
"headline": "chore: fresh install to pick up dtsx 0.9.14 and bunfig 0.15.9",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-04-29T11:02:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7581e34cd98a83ecb1d136bff152467f75a9efa1",
"body": null,
"is_bot": false,
"headline": "chore: fresh install to pick up pickier 0.1.21",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-04-21T14:55:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0939ae18d3d8a43742e6294d2cc887a01e20478",
"body": null,
"is_bot": false,
"headline": "chore: fix lint errors",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-04-20T14:53:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "198a35bcd567ad756c4a09e1e1731376577fec4d",
"body": null,
"is_bot": false,
"headline": "chore: auto-fix lint errors",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-04-14T09:24:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2769089a9fe8a3cdbb6597ae9b2282691ec2498",
"body": null,
"is_bot": false,
"headline": "chore: include md in pickier lint extensions",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-04-10T09:53:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14e057b958bd9ca428d5cbc9e72b0fc27fd5aee5",
"body": null,
"is_bot": false,
"headline": "chore: update vscode config",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-03-26T05:38:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "371fdefde91dd11180ff1f4da2b58960747f1d70",
"body": null,
"is_bot": false,
"headline": "chore: update dependencies",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-03-26T04:43:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "778219b3864e71745bcbdf37be3c406b63b2e5a4",
"body": null,
"is_bot": false,
"headline": "chore: repo cleanup and modernization",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-03-22T13:10:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0066dd2199813f9e492577060996ba8990d2879d",
"body": null,
"is_bot": false,
"headline": "chore: repo cleanup and modernization",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-03-22T13:05:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29e94003b8b02a1fa351866403e3fdad6478c94a",
"body": null,
"is_bot": false,
"headline": "chore: remove .zed and .cursor folders",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-03-22T10:33:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac9faf6049a94ae59e7942cc45cfaa598071e549",
"body": null,
"is_bot": false,
"headline": "chore: remove redundant docs/.vitepress",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-03-22T10:33:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec7c160beeb0b94c41789fb28e393dedcc2802b7",
"body": null,
"is_bot": false,
"headline": "chore: use Pantry action for publish-commit and add job dependencies",
"author_name": "Chris",
"author_login": "chrisbbreuer",
"committed_at": "2026-03-19T18:23:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0f16d41a396f5a2b1b3511f94c8a7bdbb4ed3fd",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update all non-major dependencies (rebased) (#3071)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-03-19T15:57:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b50b742efd000474bd617b32d79d363f4b3e7d6",
"body": null,
"is_bot": false,
"headline": "chore: update better-dx to ^0.2.7",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-03-13T15:01:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "739cd2f622316824e583fb3e0d023d97814d1541",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: enrich CLAUDE.md with detailed project context from README",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-03-13T11:55:07Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "640f1607973828b54b6f942cb372e27861b27af1",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: update CLAUDE.md with project context and crosswind details",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-03-13T11:47:40Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "572511e67f79cab2bfaa457adb752a37f0b6c428",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: add proper claude code guidelines",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-03-12T13:44:30Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "33f84fac9313fc608c86c991715031512b91bc3d",
"body": null,
"is_bot": false,
"headline": "chore: use pantry monorepo action instead of pantry-setup",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-03-12T11:35:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4da7fd781f6592588a8366f2d6b311114be49313",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update all non-major dependencies (#3070)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-03-09T17:35:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b477da54ca45cacdb2db6199a2c7c4c5e1e6cff",
"body": null,
"is_bot": false,
"headline": "chore: wip",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-03-05T16:28:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f718566484949604fadc8bb5d7c0e8bc3cf231b",
"body": null,
"is_bot": false,
"headline": "chore: wip",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-03-05T13:52:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb3048baad217276f9f8c41bfb6ba2fa5511da05",
"body": null,
"is_bot": false,
"headline": "chore: wip",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-03-05T12:59:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "903a9cf0250378db3830e23d95c4b47caf67b391",
"body": null,
"is_bot": false,
"headline": "chore: wip",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-03-04T16:11:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec997c1ff0e6a35b94d7c0f480e64809519a6c87",
"body": null,
"is_bot": false,
"headline": "chore: wip",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-03-04T15:59:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b74a3f003e9f1900676d36ed07eb9c6e8c0a4478",
"body": null,
"is_bot": false,
"headline": "chore: wip",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-03-03T17:27:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c92eb477750712d04949dcebd03345f7f6a1822",
"body": null,
"is_bot": false,
"headline": "chore: wip",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-02-24T16:00:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "531c223f2b46062fab854e3e9b90e1c962fbeeab",
"body": null,
"is_bot": false,
"headline": "chore: wip",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-02-24T15:13:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e89dad2a7efd3e6a7b482e8d6cc5344987bad05",
"body": null,
"is_bot": false,
"headline": "chore: wip",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-02-24T14:41:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "daa5f3f70beb0a966d29bb14a79210b43985f767",
"body": null,
"is_bot": false,
"headline": "chore: wip",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-02-24T12:21:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3159ab9388933e90a8aa1a6d4fb35c92cc616eb2",
"body": null,
"is_bot": false,
"headline": "chore: wip",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-02-24T11:46:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8f0d044f244eeb94fdbdeefaced2b6f0b232a50",
"body": null,
"is_bot": false,
"headline": "chore: wip",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-02-20T05:45:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ac4c6ee41bb5c63cde1f01fb2740713baf9c323",
"body": null,
"is_bot": false,
"headline": "chore: wip",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-02-17T12:05:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b62ef06d459ed523e512da7251edfd5835a31cb",
"body": null,
"is_bot": false,
"headline": "chore: release v0.1.3",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-02-16T13:15:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbb4c3e777adb9f738bd618474698d528ca4a378",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update actions/checkout action to v6 (#32)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-02-16T13:12:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93f2e5112e4ebdfffee54b337379bd7690199959",
"body": "* chore(deps): update dependency actions/checkout to v6.0.2\n---------\n\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>\nCo-authored-by: Glenn Michael Torregosa <gtorregosa@gmail.com>",
"is_bot": false,
"headline": "chore(deps): update dependency actions/checkout to v6.0.2 (#2917)",
"author_name": "Chris",
"author_login": "chrisbbreuer",
"committed_at": "2026-02-16T13:09:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47476446825b8c9679ab75a14e72f309ee13cc9e",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>\nCo-authored-by: Glenn Michael Torregosa <gtorregosa@gmail.com>",
"is_bot": false,
"headline": "chore(deps): update dependency actions/setup-node to v6.2.0 (#2918)",
"author_name": "Chris",
"author_login": "chrisbbreuer",
"committed_at": "2026-02-16T13:08:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cad43fd9880627a6cdf7eebfbdd649a4e09445b3",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "chore(deps): update dependency actions/cache to v5.0.3 (#2916)",
"author_name": "Chris",
"author_login": "chrisbbreuer",
"committed_at": "2026-02-16T13:07:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6dc3850e1251fd4a0fcc33339756ea786ee9fbe",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update all non-major dependencies (#2995)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-02-16T12:52:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30ef87d9ee3d4a18a416cc1630b92d690246a2ba",
"body": null,
"is_bot": false,
"headline": "chore: wip",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-02-16T11:21:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a848208d9c9cb9b15f606eaa787db2dcaeb58aac",
"body": null,
"is_bot": false,
"headline": "chore: wip",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-02-16T10:04:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccbf18c7a2c78daa98b98ceb35323aa08af36b94",
"body": null,
"is_bot": false,
"headline": "chore: wip",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-02-16T09:33:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e15e7942f35f2e7304712c9ca796022ed5268b5c",
"body": null,
"is_bot": false,
"headline": "chore: wip",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-02-11T14:17:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b0bfdc0e5916513b27a5f4aa261f4600fc47999",
"body": null,
"is_bot": false,
"headline": "chore: wip",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-01-30T13:57:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85fb6c389cae4d78b009846735bbaeaf3c4134ee",
"body": null,
"is_bot": false,
"headline": "chore: wip",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2026-01-16T11:02:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae5b1ea6aa33673c90b9663430ba4bedd8e969ed",
"body": null,
"is_bot": false,
"headline": "chore: update cover & og-image",
"author_name": "cab-mikee",
"author_login": "cab-mikee",
"committed_at": "2025-11-13T12:25:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64609a39a08afb2e84c47600f38d9f987d5922eb",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency better-dx to ^0.2.3 (#17)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-11-08T14:49:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac2fb342ce1c5dab27febc598513d53616f522ef",
"body": null,
"is_bot": false,
"headline": "chore: wip",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2025-11-05T14:34:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d985a83593990fb136c8554959aacaaba6738490",
"body": null,
"is_bot": false,
"headline": "chore: wip",
"author_name": "glennmichael123",
"author_login": "glennmichael123",
"committed_at": "2025-11-05T13:56:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f87399dae5ac9c4cc1617a55682b20f837e7e6a",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update all non-major dependencies (#16)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-11-05T13:28:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a943c820c980004f3c54269991bfd8ecb14e884e",
"body": null,
"is_bot": false,
"headline": "chore: wip",
"author_name": "Chris",
"author_login": "chrisbbreuer",
"committed_at": "2025-10-14T03:07:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9edad37721fc5cd2935a7b62aad499426d7ab508",
"body": null,
"is_bot": false,
"headline": "chore: wip",
"author_name": "Chris",
"author_login": "chrisbbreuer",
"committed_at": "2025-10-14T01:55:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49c06afa9c35463a8f254014951a64ad7feb8f6b",
"body": null,
"is_bot": false,
"headline": "chore: wip",
"author_name": "Chris",
"author_login": "chrisbbreuer",
"committed_at": "2025-10-13T16:13:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4961a94e734a41aa96a7005df4ffa0af59d29b53",
"body": null,
"is_bot": false,
"headline": "chore: wip",
"author_name": "Chris",
"author_login": "chrisbbreuer",
"committed_at": "2025-10-13T16:11:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "172ead1f8d990d89d3cd5f531421d9cc94a76285",
"body": null,
"is_bot": false,
"headline": "chore: wip",
"author_name": "Chris",
"author_login": "chrisbbreuer",
"committed_at": "2025-10-13T08:04:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "868c859e65b6dd196634082266e360e68806a6ee",
"body": null,
"is_bot": false,
"headline": "chore: wip",
"author_name": "Chris",
"author_login": "chrisbbreuer",
"committed_at": "2025-10-13T07:57:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8dd0ac8f1dcb80f129b4e77039b36e215654ef7b",
"body": null,
"is_bot": false,
"headline": "chore: wip",
"author_name": "Chris",
"author_login": "chrisbbreuer",
"committed_at": "2025-10-13T07:40:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "372d79f915efc9a0e03d5330b426119cc16741a5",
"body": null,
"is_bot": false,
"headline": "chore: wip",
"author_name": "Chris",
"author_login": "chrisbbreuer",
"committed_at": "2025-10-13T05:00:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73249d45af8b93479ba57e8b5a18e1c8582717c6",
"body": null,
"is_bot": false,
"headline": "chore: add cursor and add clarity",
"author_name": "cab-mikee",
"author_login": "cab-mikee",
"committed_at": "2025-10-01T10:35:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf2baa9b321adcaa26952a1547b112fa09e90509",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update actions/cache action to v4.3.0 (#4)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-10-01T08:24:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51a04e6e2d213272718abc8ff4fdd5d539c3b480",
"body": "….3 (#7)\n\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "chore(deps): update dependency @stacksjs/eslint-config to 4.14.0-beta…",
"author_name": "Chris",
"author_login": "chrisbbreuer",
"committed_at": "2025-10-01T08:24:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbc48a4b7e0e241ed05a6b2a0932ec2dc770636d",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "chore(deps): update all non-major dependencies (#14)",
"author_name": "Chris",
"author_login": "chrisbbreuer",
"committed_at": "2025-10-01T08:23:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06edc150f44abfaf74bccf1ac39f97c208827732",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "chore(deps): update dependency actions/checkout to v5.0.0 (#13)",
"author_name": "Chris",
"author_login": "chrisbbreuer",
"committed_at": "2025-10-01T08:21:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca92b374e07e720191d227b9457de4fe0f7d0016",
"body": "* chore(deps): update dependency actions/checkout to v5.0.0\n\n* chore(deps): update dependency actions/checkout to v5.0.0 (updated)\n\n---------\n\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "chore(deps): update dependency actions/checkout to v5.0.0 (#8)",
"author_name": "Chris",
"author_login": "chrisbbreuer",
"committed_at": "2025-10-01T07:17:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0429263988c824c7ae7a33a061a756f2cc7a60b8",
"body": "* chore(deps): update dependency bunfig to 0.14.1\n\n* chore(deps): update dependency bunfig to 0.15.0 (updated)\n\n---------\n\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>\nCo-authored-by: Michael Vincent Caballero <mike.cabz32@gmail.com>",
"is_bot": false,
"headline": "chore(deps): update dependency bunfig to 0.15.0 (#9)",
"author_name": "Chris",
"author_login": "chrisbbreuer",
"committed_at": "2025-10-01T07:13:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b52c611638efb0ce408bcc9b1731f385207b482",
"body": "* chore(deps): update all non-major dependencies\n\n* chore(deps): update all non-major dependencies (updated)\n\n* chore(deps): update all non-major dependencies (updated)\n\n* chore(deps): update all non-major dependencies (updated)\n\n* chore(deps): update all non-major dependencies (updated)\n\n* chore(de\n[…]\nn-major dependencies (updated)\n\n---------\n\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>\nCo-authored-by: Michael Vincent Caballero <mike.cabz32@gmail.com>",
"is_bot": false,
"headline": "chore(deps): update all non-major dependencies (#10)",
"author_name": "Chris",
"author_login": "chrisbbreuer",
"committed_at": "2025-10-01T07:10:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bbc3d2dc402ea07f8c58f5e573bb51ecc95b8ec7",
"body": "* chore(deps): update dependency buddy-bot to 0.9.4\n\n* chore(deps): update dependency buddy-bot to 0.9.5 (updated)\n\n* chore(deps): update dependency buddy-bot to 0.9.7 (updated)\n\n---------\n\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "chore(deps): update dependency buddy-bot to 0.9.7 (#12)",
"author_name": "Chris",
"author_login": "chrisbbreuer",
"committed_at": "2025-10-01T06:26:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad42e32d57236d23d1f3b918e37c14e14513de44",
"body": null,
"is_bot": false,
"headline": "chore: update tooling",
"author_name": "Adelino Ngomacha",
"author_login": "iamzjohn",
"committed_at": "2025-08-27T13:00:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13b014f31cc2f7fa5e3169ca6576d3b4f485877c",
"body": null,
"is_bot": false,
"headline": "chore: theme color change",
"author_name": "cab-mikee",
"author_login": "cab-mikee",
"committed_at": "2025-04-21T13:07:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1657d37e7595a39b837d87f27762fd6107760a3f",
"body": null,
"is_bot": false,
"headline": "chore: update fathom id",
"author_name": "cab-mikee",
"author_login": "cab-mikee",
"committed_at": "2025-04-11T16:37:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad3e08cea224ed17180383aa697c80ede1225a06",
"body": null,
"is_bot": false,
"headline": "chore: stargazer and sponsors",
"author_name": "cab-mikee",
"author_login": "cab-mikee",
"committed_at": "2025-04-11T16:25:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9491053c38f33f59bab070236f49eafcb753f312",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update all non-major dependencies (#3)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-04-09T17:58:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "637747c190d5e8247a09ee1d4cbf96ce203ebb04",
"body": null,
"is_bot": false,
"headline": "chore: release v0.1.2",
"author_name": "Chris",
"author_login": "chrisbbreuer",
"committed_at": "2025-03-26T04:16:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4c8f2419c0cf694ff08e8411633f45dd699d586",
"body": null,
"is_bot": false,
"headline": "chore: use `ts-clone`",
"author_name": "Chris",
"author_login": "chrisbbreuer",
"committed_at": "2025-03-26T04:16:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "937cec6755c8e358e7f9f0ce2ebbe2019f9543a1",
"body": null,
"is_bot": false,
"headline": "chore: adjust test file name",
"author_name": "Chris",
"author_login": "chrisbbreuer",
"committed_at": "2025-03-26T03:31:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b09c324688714b9c42898530db395de67b2c5073",
"body": null,
"is_bot": false,
"headline": "chore: adjust deps",
"author_name": "Chris",
"author_login": "chrisbbreuer",
"committed_at": "2025-03-26T03:29:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85ec06df9214369c346f6a229ba1c497ed1b0c10",
"body": null,
"is_bot": false,
"headline": "chore: release v0.1.1",
"author_name": "Chris",
"author_login": "chrisbbreuer",
"committed_at": "2025-03-26T03:27:02Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 91,
"latest_release_at": "2026-07-22T00:30:29Z",
"latest_release_tag": "v0.1.5",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 28,
"days_since_latest_release": 8,
"mean_days_between_releases": 120.7
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 87,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "@stacksjs/ts-cache",
"exists": true,
"license": "MIT",
"keywords": [
"typescript",
"cache",
"caching",
"memory",
"internal",
"local",
"node",
"in-memory",
"library",
"memcached",
"node-cache",
"object"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@stacksjs/ts-cache",
"is_deprecated": false,
"latest_version": "0.1.5",
"repository_url": "https://github.com/stacksjs/ts-cache",
"versions_count": 5,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 2,
"monthly_downloads": 23981,
"first_published_at": "2025-03-26T03:27:25.448000Z",
"latest_published_at": "2026-07-22T00:30:27.855000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
}
]
},
"popularity": {
"forks": 0,
"stars": 11,
"watchers": 2,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 12
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 21465,
"source_files_sampled": 35,
"oversized_source_files": 0,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 1561
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 4,
"malicious_count": 0,
"assessed_package": "npm:@stacksjs/ts-cache@0.1.5",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@stacksjs/clapp",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^0.2.5"
},
{
"name": "bunfig",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^0.15.11"
},
{
"name": "clone",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.1.2"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@stacksjs/clapp",
"direct": true,
"version": "^0.2.5",
"ecosystem": "npm"
},
{
"name": "bunfig",
"direct": true,
"version": "^0.15.11",
"ecosystem": "npm"
},
{
"name": "clone",
"direct": true,
"version": "^2.1.2",
"ecosystem": "npm"
},
{
"name": "@types/clone",
"direct": false,
"version": "^2.1.4",
"ecosystem": "npm"
},
{
"name": "better-dx",
"direct": false,
"version": "^0.2.15",
"ecosystem": "npm"
},
{
"name": "bun-plugin-dtsx",
"direct": false,
"version": "^0.9.14",
"ecosystem": "npm"
},
{
"name": "ioredis",
"direct": false,
"version": "^5.10.0",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "^11.2.7",
"ecosystem": "npm"
},
{
"name": "mitata",
"direct": false,
"version": "^1.0.34",
"ecosystem": "npm"
},
{
"name": "node-cache",
"direct": false,
"version": "^5.1.2",
"ecosystem": "npm"
},
{
"name": "pickier",
"direct": false,
"version": "^0.1.28",
"ecosystem": "npm"
},
{
"name": "redis",
"direct": false,
"version": "^5.11.0",
"ecosystem": "npm"
},
{
"name": "ts-clone",
"direct": false,
"version": "^0.1.1",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 13,
"direct_count": 3,
"indirect_count": 10
}
},
"maintainership": {
"issues": {
"open_prs": 8,
"merged_prs": 18,
"open_issues": 4,
"closed_ratio": 0,
"closed_issues": 0,
"closed_unmerged_prs": 3060
},
"bus_factor": 1,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "glennmichael123",
"commits": 55,
"avatar_url": "https://avatars.githubusercontent.com/u/29087513?v=4"
},
{
"type": "User",
"login": "chrisbbreuer",
"commits": 36,
"avatar_url": "https://avatars.githubusercontent.com/u/6228425?v=4"
},
{
"type": "User",
"login": "cab-mikee",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/19161300?v=4"
},
{
"type": "User",
"login": "iamzjohn",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/20513587?v=4"
}
],
"contributors_sampled": 4,
"top_contributor_share": 0.567
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"buddy-bot.yml",
"ci.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 11 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 0,
"reason": "dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "19 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "13dcfb036406b1bcf1f7dfe35a338aefac5646a5",
"ran_at": "2026-07-30T20:42:20Z",
"aggregate_score": 4.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-30T19:47:50Z",
"oldest_open_prs": [
{
"number": 3073,
"created_at": "2026-03-30T10:55:39Z",
"last_comment_at": "2026-03-30T11:07:24Z",
"last_comment_author": "netlify"
},
{
"number": 3084,
"created_at": "2026-05-28T17:16:36Z",
"last_comment_at": "2026-05-28T17:16:42Z",
"last_comment_author": "netlify"
},
{
"number": 3085,
"created_at": "2026-05-28T17:30:09Z",
"last_comment_at": "2026-05-28T17:30:15Z",
"last_comment_author": "netlify"
},
{
"number": 3086,
"created_at": "2026-06-03T05:39:50Z",
"last_comment_at": "2026-06-03T05:39:56Z",
"last_comment_author": "netlify"
},
{
"number": 3087,
"created_at": "2026-06-18T17:39:11Z",
"last_comment_at": "2026-06-18T17:39:16Z",
"last_comment_author": "netlify"
},
{
"number": 3088,
"created_at": "2026-06-23T16:15:10Z",
"last_comment_at": "2026-06-23T16:15:16Z",
"last_comment_author": "netlify"
},
{
"number": 3089,
"created_at": "2026-07-14T07:49:11Z",
"last_comment_at": "2026-07-14T07:49:15Z",
"last_comment_author": "netlify"
},
{
"number": 3090,
"created_at": "2026-07-22T00:30:18Z",
"last_comment_at": "2026-07-22T00:30:23Z",
"last_comment_author": "netlify"
}
],
"last_merged_pr_at": "2026-03-19T15:57:13Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 2,
"created_at": "2025-03-26T02:36:18Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 11,
"created_at": "2025-08-27T14:21:20Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 3075,
"created_at": "2026-04-27T16:48:52Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 3076,
"created_at": "2026-04-27T18:42:42Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/stacksjs/ts-cache",
"host": "github.com",
"name": "ts-cache",
"owner": "stacksjs"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"security": 55,
"vitality": 83,
"community": 54,
"governance": 47,
"engineering": 77
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 83,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"commits_last_year": 91,
"human_commit_share": 0.92,
"days_since_last_push": 0,
"active_weeks_last_year": 28
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "28/52 weeks with commits",
"points": 19.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 28
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "91 commits in the last year",
"points": 17.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 91
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "19 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 84,
"inputs": {
"releases_count": 5,
"latest_release_tag": "v0.1.5",
"releases_from_tags": false,
"days_since_latest_release": 8,
"mean_days_between_releases": 120.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "5 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 5
}
}
],
"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 ~120.7 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 120.7
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 4,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 4 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 4
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 54,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"forks": 0,
"stars": 11,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "11 stars",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 11
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"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": 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": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "good",
"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": 73,
"inputs": {
"packages": [
"@stacksjs/ts-cache"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 23981
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "23,981 downloads/month across npm",
"points": 58.4,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 23981,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 47,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 4,
"top_contributor_share": 0.567
},
"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 57% of commits",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 57
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "4 contributors",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 4
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 11 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"merged_prs": 18,
"open_issues": 4,
"closed_issues": 0,
"issue_closed_ratio": 0,
"closed_unmerged_prs": 3060
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "0% of issues closed",
"points": 0,
"status": "missed",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 0
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "18/3078 decided PRs merged",
"points": 0.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 18,
"decided": 3078
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"followers": 119,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "stacksjs",
"public_repos": 153,
"account_age_days": 1400
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "119 followers of stacksjs",
"points": 14.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 119,
"login": "stacksjs"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "153 public repos, account ~3 yr old",
"points": 20.7,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 153
}
},
{
"code": "account_age_years",
"params": {
"years": 3
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"@stacksjs/ts-cache"
],
"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": "5 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 5
}
}
],
"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": 77,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [
"bun",
"cache",
"in-memory",
"library",
"nodejs",
"typescript"
],
"has_wiki": false,
"homepage": "https://ts-cache.netlify.app",
"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": "https://ts-cache.netlify.app",
"points": 15,
"status": "met",
"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": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 55,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 44,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 4.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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 11 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "dangerous workflow patterns detected",
"points": 0,
"status": "missed",
"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": "19 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the npm:@stacksjs/ts-cache@0.1.5 runtime dependency closure — what installing the published package pulls in — 4 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "npm:@stacksjs/ts-cache@0.1.5",
"assessed": 4
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 4,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 4,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 9
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 67,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 1561
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "92 of 92 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 92,
"sampled": 92
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0.05,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.06
},
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "5 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 5,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "6 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 6,
"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 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 21465,
"source_files_sampled": 35,
"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/35 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 35,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-30T20:42:26.464587Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/stacksjs/ts-cache.svg",
"full_name": "stacksjs/ts-cache",
"license_state": "standard",
"license_spdx": "MIT"
}