Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"ai-agents",
"claude-code",
"cli",
"code-indexing",
"codex",
"coding-agents",
"context-engineering",
"developer-tools",
"local-first",
"mcp",
"model-context-protocol",
"token-optimization",
"typescript"
],
"is_fork": false,
"size_kb": 439,
"has_wiki": true,
"homepage": null,
"languages": {
"JavaScript": 50907,
"TypeScript": 477006
},
"pushed_at": "2026-07-21T19:17:22Z",
"created_at": "2026-06-09T20:19:31Z",
"owner_type": "User",
"updated_at": "2026-07-21T19:18:05Z",
"description": "Local-first context gateway that helps AI coding agents read less, spend less, and stay grounded in your repo.",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": null,
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": null,
"name": "Per Sjöström",
"type": "User",
"login": "psjostrom",
"company": null,
"location": "Stockholm, Sweden",
"followers": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/37512275?v=4",
"created_at": "2018-03-18T16:47:39Z",
"is_verified": null,
"public_repos": 17,
"account_age_days": 3049
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.3.2",
"kind": "patch",
"published_at": "2026-07-18T20:43:44Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2026-07-11T21:11:15Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-07-11T09:45:05Z"
},
{
"tag": "v0.2.2",
"kind": "patch",
"published_at": "2026-07-09T13:42:26Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2026-07-08T18:03:13Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-07-08T17:33:48Z"
}
],
"recent_commits": [
{
"oid": "1bf7ec140138fbee8f2e25434d901b4d39408880",
"body": "Update recommendation for RTK based on testing results.",
"is_bot": false,
"headline": "Revise RTK recommendation in README (#64)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-07-21T19:17:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9c0eeb674609e223a479223672f378c849bf0b9",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(release): bump version to 0.3.2 (#63)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-18T20:41:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02f843bda403ce6127af6a728521e3e96cae4347",
"body": "* docs: record Codex audit and pause decision\n\n* docs: plan agent integration pause\n\n* fix: pause agent integration entrypoints\n\n* fix: make bundled agent adapters inert\n\n* docs: mark Frontload integrations as paused\n\n* fix: complete paused integration boundaries\n\n* docs: halt Frontload indefinitely\n[…]\ntries during uninstall\n\n* fix: preserve unmanaged agent configuration\n\n* fix: remove only installed Frontload content\n\n* docs: remove superpowers planning files\n\n* fix: address uninstall safety review",
"is_bot": false,
"headline": "chore: halt Frontload agent integrations indefinitely (#62)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-07-18T20:40:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "318b17f832b7b0d6e152a073b3e4b36715a6654f",
"body": null,
"is_bot": false,
"headline": "chore(release): bump version to 0.3.1 (#61)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-07-11T21:09:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67926935d16ff1026ca5ecd0f10832c3150da4d2",
"body": "* Harden docs\n\n* symlink claude",
"is_bot": false,
"headline": "Harden docs (#60)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-07-11T20:49:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbfcce7fb752b187eca891d51167c64048a3263e",
"body": null,
"is_bot": false,
"headline": "fix: keep gate rewrites in active worktree (#59)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-07-11T20:47:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f26e7fc9b0f8060953647b3d6355d06a99b80fa4",
"body": "…cellation (#58)\n\n* fix: resume stdin between chained init prompts and surface prompt cancellation\n\npromptConfigScopeRadio reused stdin after the agent checkbox prompt's\ncleanup paused it. Reattaching a keypress listener does not reflow a\npaused Readable, so the scope radio silently received no inpu\n[…]\nts a user-facing cancellation message\ninstead of disappearing. execaWithPty gains a multi-step driver so the\nchained checkbox-then-scope flow is covered by e2e.\n\n* fix: preserve init prompt validation",
"is_bot": false,
"headline": "fix: resume stdin between chained init prompts and surface prompt can…",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-07-11T19:53:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "df192b5105030a9c359148ca038e782f22c59515",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(release): bump version to 0.3.0 (#57)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-11T09:42:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79ef00c2d71c14eb7a71f9ecbcf5fb4c8f8f658d",
"body": "* fix: propagate run exit code and fix Windows doctor .cmd probe\n\nfrontload run captured the wrapped command's exit code in its JSON\nresult but never set process.exitCode, so CI and shell chaining saw\nfailures as success. Now the run command propagates the wrapped exit\ncode, defaulting to non-zero f\n[…]\nade flow works on Node 20+ Windows (CVE-2024-27980).\n\nAdd e2e test for the null exit code fallback (timeout termination produces\nprocess.exitCode = 1) and unit test assertions for bare-name detection.",
"is_bot": false,
"headline": "fix: propagate run exit code and fix Windows doctor .cmd probe (#55)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-07-11T09:36:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1a009620d73808ef02446a5529be8bb1652d6e65",
"body": "…unding (#56)\n\n* feat: add opencode JS plugin gate for command rewriting and output bounding\n\nInit now copies frontload-gate.js to ~/.config/opencode/plugins/. The gate\nintercepts bash tool calls through opencode's tool.execute.before/after\nplugin hooks, importing evaluate() and compactToolOutput() \n[…]\nn file exists for opencode\n- tests: assert plugin copied in init/all/global/upgrade paths\n- docs: removed 'planned follow-up' language, describe the gate\n\n* Fix review comments and harden architecture",
"is_bot": false,
"headline": "feat: add opencode JS plugin gate for command rewriting and output bo…",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-07-11T08:38:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7d167f2837658eb88d816427a393821dcdfd1198",
"body": "* feat: add opencode agent adapter\n\nAdd a first-class opencode adapter alongside Codex and Claude Code:\n\n- writes the Frontload MCP server into\n project (or with\n ) and copies the Frontload skill to\n .\n- Frontload upgrade needs one more step\nFrontload was not upgraded globally; agent configura\n[…]\nabled/commandValid fields to opencodeConfigCheck for doctor\n- Render per-agent MCP verify step (opencode mcp list vs /mcp)\n- Clarify architecture.md: opencode is MCP+skill, hooks are Codex/Claude only",
"is_bot": false,
"headline": "feat: add opencode agent adapter (#54)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-07-10T17:27:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b8869b5f956ccd39bbf5eb3b8fb3862dee49e4c4",
"body": "* fix: upgrade skips install when already at latest version\n\nCheck the currently installed version against the latest published version before running npm install. If already at the latest version, return action 'skipped' with a note instead of attempting to reinstall.\n\nThis fixes the issue where np\n[…]\nsers.noreply.github.com>\n\n---------\n\nCo-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>\nCo-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "fix: skip global reinstall when upgrade is already current (#53)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-07-09T20:12:38Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8fd0ab949a0a4cd6c13db57ce68a53022415b14e",
"body": null,
"is_bot": false,
"headline": "chore(release): bump version to 0.2.2 (#51)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-07-09T13:40:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "667a2ff50e8650a0666ff1cb377cc9896f5ee09d",
"body": "* fix: preserve frontload MCP inputs\n\n* Potential fix for pull request finding\n\nCo-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>\n\n* Potential fix for pull request finding\n\nCo-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.\n[…]\n175728472+Copilot@users.noreply.github.com>\nCo-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>\nCo-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "fix: preserve frontload MCP inputs (#49)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-07-09T13:39:25Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "55eace7a4e960775d7384f0ba426405f75a86f16",
"body": "* fix: improve dossier ranking for concrete task context\n\nBoost dossier relevance by weighting concrete task tokens and exact symbol/path cues, while reducing dependency-only scoring noise.\n\nAlso factor in recently changed git paths and add a regression test for document-flow ranking so quick-log fi\n[…]\n Add try/finally cleanup for temp dir in test\n\nCo-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>\n\n---------\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "dossier: improve ranking for concrete task context (#50)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-07-09T09:09:44Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1d6274c2c54cc7359eda7a0ed96adf40d0b19c4c",
"body": null,
"is_bot": false,
"headline": "fix: tolerate release PR argument separator (#48)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-07-08T18:14:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18902a336c43ca83e8ab491668a0aafeb2724e19",
"body": null,
"is_bot": false,
"headline": "chore(release): bump version to 0.2.1 (#46)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-07-08T18:01:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74add56485ddab991e5fbb19d6a4a06db68c2d3a",
"body": null,
"is_bot": false,
"headline": "fix: use radio prompt for Claude config scope (#45)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-07-08T17:57:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f09da0b651c139eb4791926ef8020607652bae6",
"body": null,
"is_bot": false,
"headline": "ci: update GitHub Actions to Node 24 runtime (#44)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-07-08T17:57:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c612c59858be13be1c8e7434f879945a3c525c2d",
"body": "Fix npm tarball publish",
"is_bot": false,
"headline": "Fix npm publish tarball path (#43)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-07-08T17:31:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a80a1167982702f3d450210aa5f9809b38dfc09f",
"body": "…y job (#42)\n\n* Initial plan\n\n* fix(ci): include hidden release artifact in verify upload\n\n---------\n\nCo-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(ci): upload npm tarball from hidden `.release` directory in verif…",
"author_name": "Copilot",
"author_login": "Copilot",
"committed_at": "2026-07-08T16:32:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7a42b7c79e9b6b2f92dba50fd6ce2747f94d34c7",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(release): bump version to 0.2.0 (#41)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-08T16:19:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4ba6a0628651d64a3d9a1d23f6f04f31fe54b2f",
"body": "… (#39)\n\n* fix: create release PR commits via GitHub API for verified signatures\n\nThe 'required_signatures' branch ruleset blocks unverified commits from\nbeing merged into main. Commits made with 'git commit' in Actions are\nunsigned; commits created through the GitHub REST API are automatically\nveri\n[…]\not@users.noreply.github.com>\n\n---------\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>\nCo-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "fix: create release PR commits via GitHub API for verified signatures…",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-07-08T16:05:59Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "05139ec1f921ba9390a34dc748f2d945ddcd8f40",
"body": "Add a github-release job to npm-publish.yml that runs after publish\nsucceeds. It uses 'gh release create' with --generate-notes to create\na vX.Y.Z tag and GitHub release on the exact commit that was built,\npopulating https://github.com/psjostrom/frontload/releases.\n\nThe job uses contents: write (job-level override) so the top-level\npermissions remain contents: read.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "feat: create GitHub release and tag on every npm publish (#40)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-07-08T15:22:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9db49a776ea2e728da345a21881e1207536fd485",
"body": "* ci: automate npm releases\n\n* fix: tighten release automation\n\n* test: cover release automation review paths",
"is_bot": false,
"headline": "ci: automate npm releases (#36)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-07-08T13:56:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00d46355057d1184e1fce2debeda07834776e811",
"body": "* fix: improve MCP doctor and run diagnostics\n\n* fix: address doctor and run diagnostics review",
"is_bot": false,
"headline": "fix: improve MCP doctor and run diagnostics (#34)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-07-08T12:26:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adc550699e7e8ad29a0b5f327410d24da42837f5",
"body": null,
"is_bot": false,
"headline": "chore: track Frontload repo config (#35)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-07-08T08:10:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6e7b34d56ec8c823fdae47a84986c5f4c65a93a",
"body": null,
"is_bot": false,
"headline": "docs: clarify agent-first workflow (#33)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-07-08T07:35:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1f4da8d7343c35630ad53e8f34289912c8845be",
"body": "* fix: improve frontload agent reporting\n\n* fix: address frontload diff review findings",
"is_bot": false,
"headline": "fix: improve frontload agent reporting (#32)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-07-08T07:17:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c25f6388b8e2834480e2caf5040decb67a0507a8",
"body": "* fix: improve Frontload repo binding and search relevance\n\n* fix: address Frontload review findings",
"is_bot": false,
"headline": "fix: improve Frontload repo binding and search relevance (#31)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-07-07T20:46:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ff8e530b294a0ae4ce8e4b034adda162af10513",
"body": null,
"is_bot": false,
"headline": "fix: repair stale MCP upgrades and compact budgets (#30)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-07-07T07:48:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22706837be2674c41dadd16282906c0e55bda1ef",
"body": "Bump frontload to 0.1.11 for npm release.",
"is_bot": false,
"headline": "chore(release): bump version to 0.1.11",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-07-06T19:59:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21a86e9fe522ba1b353042227677e4870d805e6c",
"body": null,
"is_bot": false,
"headline": "fix: keep generated proof artifacts out of git (#28)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-07-06T18:46:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f907757f545c90bd7b459e48b72e10b571035a75",
"body": "* fix: make frontload multi-repo setup reliable\n\n* fix: harden frontload doctor and output bounds\n\n* fix: guard codex hooks outside initialized repos",
"is_bot": false,
"headline": "fix: make frontload multi-repo setup reliable (#26)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-07-06T17:09:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aebc1597cf5de68361eda9ac398bacfd8195065e",
"body": "* fix: format upgrade output\n\n* fix: show override home paths in upgrade output",
"is_bot": false,
"headline": "fix: format upgrade output (#27)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-07-06T07:16:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "327f0db2556aa8c8824195424e7731c0356b6995",
"body": "Bump frontload to 0.1.10.",
"is_bot": false,
"headline": "chore(release): bump version to 0.1.10",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-07-05T09:31:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b852ed4f4eaedef7de20204997784f68bcbbe818",
"body": null,
"is_bot": false,
"headline": "chore: make pnpm scripts deterministic (#24)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-07-05T09:24:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1186290b3bc90c7afe3262f6837c2120240562f1",
"body": null,
"is_bot": false,
"headline": "fix: validate regular dogfood install path (#23)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-07-05T09:16:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "260a1e341c60c1152a30057dac158f979b51fc50",
"body": "* fix: ignore generated caches during indexing\n\n* fix: normalize index extensions",
"is_bot": false,
"headline": "fix: ignore generated caches during indexing (#22)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-07-05T07:22:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "239494af28a36aa8e460019eee17aa6a68ff9884",
"body": "* fix: pin agent repo paths and cap MCP reads\n\n* age",
"is_bot": false,
"headline": "fix: pin agent repo paths and cap MCP reads (#21)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-07-04T21:11:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8365adc1304a4cbcdfcb7c70f4f4bfb51597906",
"body": null,
"is_bot": false,
"headline": "Improve init output (#20)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-06-30T19:25:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12a2f10232f110287f91656ed59db6f53270effa",
"body": "* docs: add Frontload agent workflow\n\n* docs: tighten Frontload agent workflow\n\n* fix: stop installing agent template",
"is_bot": false,
"headline": "docs: add Frontload agent workflow (#19)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-06-30T14:11:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69250c21e92c019223577ba8f135af8e16183358",
"body": "[codex] Release 0.1.9",
"is_bot": false,
"headline": "Merge pull request #18 from psjostrom/codex/release-0.1.9-version-source",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-06-29T17:02:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3594e4a5bc921ff50971b2cedc0f75f23b47f1cf",
"body": null,
"is_bot": false,
"headline": "Release 0.1.9",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-06-29T16:59:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb9f6b2f46df5bb0f7f67325dd1c4fd907bd553b",
"body": "[codex] Add checkbox agent selection to init",
"is_bot": false,
"headline": "Merge pull request #17 from psjostrom/codex/init-agent-checkboxes",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-06-29T16:30:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04ff927be99d77701c8d8a44abc4e2cc5eb759aa",
"body": null,
"is_bot": false,
"headline": "Add checkbox agent selection to init",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-06-29T15:54:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6120233a4af2ff7d18986315632e345713ee6fa4",
"body": null,
"is_bot": false,
"headline": "Release 0.1.8 (#16)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-06-29T12:09:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "892dd40cd0d5b85d3da009159cae6da379bdc3ae",
"body": null,
"is_bot": false,
"headline": "Fix MCP output budgets (#15)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-06-29T12:04:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9d97179426dc8f39b3a3136df39889248079f24",
"body": "* Release 0.1.6\n\n* Add upgrade command",
"is_bot": false,
"headline": "[codex] Add Frontload upgrade command (#14)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-06-25T14:08:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff3d37e1f52b3034622bd9bef243c34f86edbef3",
"body": null,
"is_bot": false,
"headline": "Release 0.1.6 (#13)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-06-24T20:14:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8f76a8bc9e489f358d4785a422cb248d6d2c58b",
"body": null,
"is_bot": false,
"headline": "Bound MCP tool responses (#12)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-06-24T20:02:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc768b085c7eeedcc98e653a2e74a457ac32dc72",
"body": "* Measure real context savings\n\n* Address parallel review findings",
"is_bot": false,
"headline": "[codex] Measure real context savings (#11)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-06-23T07:32:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f0ee7039fe3f7dcb23214e9145c68d4f86545a9",
"body": "* Bump version from 0.1.4 to 0.1.5\n\n* Bump version to 0.1.5 in CLI program\n\n* Update McpServer version to 0.1.5",
"is_bot": false,
"headline": "Bump version from 0.1.4 to 0.1.5 (#10)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-06-22T12:41:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "261974eff411cab447aa8865a6ad66e54e8bec1f",
"body": "* Enforce host tool budgets\n\n* Fix host enforcement review findings",
"is_bot": false,
"headline": "[codex] Enforce host tool budgets (#9)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-06-22T12:01:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d15b3ba7bc7df7ae56555092173dc560294b04ff",
"body": "* Plan trust core tools work\n\n* Make budgeted reads contiguous\n\n* Expose budgeted read paging\n\n* Refresh stale indexes on access\n\n* Use fresh indexes for search and dossiers\n\n* Document editable budgeted reads\n\n* Fix numbered read window bounds\n\n* Fix budgeted read paging edge cases",
"is_bot": false,
"headline": "[codex] Make Frontload core tools trustworthy (#6)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-06-19T15:16:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4801ffb2325b6810bf2dd40604412c0630e6ec43",
"body": "* Document AGENTS verification flow\n\n* Remove redundant Codex AGENTS copy",
"is_bot": false,
"headline": "[codex] Document AGENTS verification flow (#8)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-06-19T15:14:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "100d2ee78587118e67bf812c1602b427b58f7d2c",
"body": "[codex] Normalize init agent parsing",
"is_bot": false,
"headline": "Merge pull request #7 from psjostrom/codex/normalize-init-agent-parsing",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-06-19T14:36:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29bd066e82e0859fd2b3b9de815edc8f7b1927a5",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into codex/normalize-init-agent-parsing",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-06-19T14:35:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2df0bd606f78dc36f68640ff2ed6745f204b241c",
"body": null,
"is_bot": false,
"headline": "Normalize init agent parsing",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-06-18T07:05:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ec0a390ebf8c2ef475e6c18cc401a459f050e2b",
"body": "* Improve gate rewrites and run summaries\n\n* Fix safe search and grep rewrites",
"is_bot": false,
"headline": "[codex] Improve gate rewrites and run summaries (#5)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-06-16T16:48:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f37dcfcb7dd38fe46480266dec282ab46b6fcea6",
"body": "Bump package, CLI, and MCP metadata versions to 0.1.4.",
"is_bot": false,
"headline": "Release 0.1.4",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-06-15T13:30:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36aaa4c9abf3885ae5c26843293e2617f8c2332c",
"body": null,
"is_bot": false,
"headline": "Release 0.1.4",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-06-15T13:28:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5e68834038e5230492fb7082f1c8e34526727d1",
"body": null,
"is_bot": false,
"headline": "Fix Frontload init registration (#3)",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-06-15T09:27:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e81b6f1255649e86813a084e02a7deaa18b50bc",
"body": "Add a dedicated lint script and run it inside the required lint-and-tests CI job.",
"is_bot": false,
"headline": "Run lint in CI",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-06-15T06:24:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b57e77daaca42d56e28a1a9da399ef8ce8c37dbf",
"body": "Rework init to write real editor MCP config, remove path-sensitive launchers, add CI coverage for build/tests/e2e/plugin validation, and prepare main branch protection.",
"is_bot": false,
"headline": "Fix init MCP registration",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-06-14T17:43:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d23ddb94c4a5369bc10ecf5f695d51636d5cf831",
"body": null,
"is_bot": false,
"headline": "feat: streamline setup through init",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-06-13T18:04:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fad046e3c167d6bb5fc8dcc8a6df23b103f1b284",
"body": null,
"is_bot": false,
"headline": "chore: align package version output",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-06-11T12:43:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6dfa1dabf149dc29cc3f366918fd477805a2d58",
"body": null,
"is_bot": false,
"headline": "chore: add npm package metadata",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-06-11T12:35:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54aef115bf1b51349450ac91f02f8dccf33430f1",
"body": null,
"is_bot": false,
"headline": "chore: rename project to frontload",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-06-11T11:13:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8989feaba629781a557e3d885f0f6029b9f2985",
"body": null,
"is_bot": false,
"headline": "feat: add agent adapter installer",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-06-11T07:48:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "347f01984f9e91a84716a1fc5bee00dcb3c808a3",
"body": null,
"is_bot": false,
"headline": "chore: add repo marketplace for Codex plugin",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-06-11T07:03:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79cec95021473ffee00cf83e5568081eaa1677d9",
"body": null,
"is_bot": false,
"headline": "feat: add Codex PreToolUse budget gate",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-06-10T19:22:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b0fd30cc5b8f846580ed67ad9f8a5ecc39bacd7",
"body": null,
"is_bot": false,
"headline": "feat: add Claude PreToolUse budget gate",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-06-10T19:21:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70ffc2b464c4ed57f3681ab79f481eb03a60a2fd",
"body": null,
"is_bot": false,
"headline": "Add Codex and Claude plugin packages",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-06-09T20:57:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bf0766c4f15d63df20ff749587f3b2a286acb97",
"body": null,
"is_bot": false,
"headline": "Expand README documentation",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-06-09T20:37:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d337a89681456c2cc07bff119319e27a5dd8a223",
"body": null,
"is_bot": false,
"headline": "Stop tracking pnpm store cache",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-06-09T20:33:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17d76226bf04b13da840ed3d49074ebbea341628",
"body": null,
"is_bot": false,
"headline": "Improve cost reporting and repo ranking",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-06-09T20:13:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a229f2f4fce2347e789791b0801124813bdfb3db",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Per Sjöström",
"author_login": "psjostrom",
"committed_at": "2026-06-09T17:30:53Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 78,
"latest_release_at": "2026-07-18T20:43:44Z",
"latest_release_tag": "v0.3.2",
"releases_from_tags": false,
"days_since_last_push": 2,
"active_weeks_last_year": 7,
"days_since_latest_release": 5,
"mean_days_between_releases": 2
},
"community": {
"has_readme": true,
"has_license": false,
"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": "frontload",
"exists": true,
"license": "MIT",
"keywords": [
"coding-agent",
"mcp",
"context",
"tokens",
"budget",
"codex",
"claude"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/frontload",
"is_deprecated": false,
"latest_version": "0.3.2",
"repository_url": "https://github.com/psjostrom/frontload",
"versions_count": 17,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 2191,
"first_published_at": "2026-06-11T12:28:50.493000Z",
"latest_published_at": "2026-07-18T20:43:34.324000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": true,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"fixtures/react-ts-app/tsconfig.json",
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 79942,
"source_files_sampled": 70,
"oversized_source_files": 1,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 6274
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [
{
"name": "@hono/node-server",
"direct": false,
"version": "1.19.14",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.9,
"advisory_ids": [
"GHSA-frvp-7c67-39w9"
],
"fixed_version": "2.0.5",
"advisory_count": 1,
"oldest_advisory_days": 2
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"moderate": 1
},
"advisory_count": 1,
"affected_count": 1,
"assessed_count": 141,
"malicious_count": 0,
"assessed_package": "npm:frontload@0.3.2",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@modelcontextprotocol/sdk",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.13.0"
},
{
"name": "commander",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^12.1.0"
},
{
"name": "execa",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^9.5.2"
},
{
"name": "fast-glob",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^3.3.3"
},
{
"name": "jsonc-parser",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^3.3.1"
},
{
"name": "smol-toml",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.7.0"
},
{
"name": "ts-morph",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^23.0.0"
},
{
"name": "zod",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^3.25.0"
}
],
"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": 60,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 1,
"closed_unmerged_prs": 3
},
"bus_factor": 1,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "psjostrom",
"commits": 74,
"avatar_url": "https://avatars.githubusercontent.com/u/37512275?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"create-release-pr.yml",
"npm-publish.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"pnpm-lock.yaml"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 4,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 9,
"reason": "28 out of 30 merged PRs checked by a CI test -- score normalized to 9",
"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": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 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": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 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": 3,
"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": 0,
"reason": "13 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "1bf7ec140138fbee8f2e25434d901b4d39408880",
"ran_at": "2026-07-24T06:39:21Z",
"aggregate_score": 3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-21T19:17:36Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-21T19:17:20Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/psjostrom/frontload",
"host": "github.com",
"name": "frontload",
"owner": "psjostrom"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"security": 42,
"vitality": 75,
"community": 23,
"governance": 54,
"engineering": 74
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 75,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"commits_last_year": 78,
"human_commit_share": 0.962,
"days_since_last_push": 2,
"active_weeks_last_year": 7
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 2 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 2
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "7/52 weeks with commits",
"points": 4.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 7
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "78 commits in the last year",
"points": 17,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 78
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 6,
"latest_release_tag": "v0.3.2",
"releases_from_tags": false,
"days_since_latest_release": 5,
"mean_days_between_releases": 2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 6
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~2 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 2
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 23,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"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": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"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": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"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": 56,
"inputs": {
"packages": [
"frontload"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 2191
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,191 downloads/month across npm",
"points": 44.5,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2191,
"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": 54,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"merged_prs": 60,
"open_issues": 0,
"closed_issues": 1,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 3
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "60/63 decided PRs merged",
"points": 36.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 60,
"decided": 63
}
}
],
"max_points": 38.25
},
{
"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": "at_risk",
"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": 43,
"inputs": {
"followers": 2,
"owner_type": "User",
"is_verified": null,
"owner_login": "psjostrom",
"public_repos": 17,
"account_age_days": 3049
},
"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": "2 followers of psjostrom",
"points": 3.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 2,
"login": "psjostrom"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "17 public repos, account ~8 yr old",
"points": 21.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 17
}
},
{
"code": "account_age_years",
"params": {
"years": 8
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"frontload"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 5
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 5 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 5
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "17 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 17
}
}
],
"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": 74,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "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": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "28 out of 30 merged PRs checked by a CI test -- score normalized to 9",
"points": 18,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"topics": [
"ai-agents",
"claude-code",
"cli",
"code-indexing",
"codex",
"coding-agents",
"context-engineering",
"developer-tools",
"local-first",
"mcp",
"model-context-protocol",
"token-optimization",
"typescript"
],
"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": "13 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 13
}
}
],
"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": 42,
"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": 30,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "28 out of 30 merged PRs checked by a CI test -- score normalized to 9",
"points": 2.2,
"status": "partial",
"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 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "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 not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow 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 detected",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "13 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Matched the npm:frontload@0.3.2 runtime dependency closure — what installing the published package pulls in — 141 packages. Reachability is not analyzed.",
"notes": [
{
"code": "advisories_scope_published",
"params": {
"package": "npm:frontload@0.3.2",
"assessed": 141
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 88,
"inputs": {
"source": "osv",
"advisories": 1,
"affected_packages": 1,
"assessed_packages": 141,
"unassessed_packages": 0,
"affected_by_severity": "moderate 1",
"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": "1 affected: @hono/node-server 1.19.14 (moderate 5.9)",
"points": 13.2,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "@hono/node-server 1.19.14 (moderate 5.9)"
}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory has been public longer than 90 days",
"points": 40,
"status": "met",
"details": [
{
"code": "advisories_none_stale",
"params": {
"days": 90
}
}
],
"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": 141,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 65,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.853,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 6274
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md, CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md, CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "64 of 75 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 64,
"sampled": 75
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"pnpm-lock.yaml"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"fixtures/react-ts-app/tsconfig.json",
"tsconfig.json"
],
"agent_commit_share": 0.077,
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "fixtures/react-ts-app/tsconfig.json, tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "fixtures/react-ts-app/tsconfig.json, 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": "6 of the last 78 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 6,
"sampled": 78
}
}
],
"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": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 79942,
"source_files_sampled": 70,
"oversized_source_files": 1
},
"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": "1/70 source files over 60KB",
"points": 54.2,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 70,
"oversized": 1
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "critical",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"example_dirs": [],
"has_mcp_signal": true,
"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": 20,
"status": "met",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-24T06:39:38.338090Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/p/psjostrom/frontload.svg",
"full_name": "psjostrom/frontload",
"license_state": "absent",
"license_spdx": null
}