Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 3963,
"has_wiki": true,
"homepage": "https://github.com/balakumardev/foxpilot",
"languages": {
"HTML": 102906,
"Python": 5868,
"Dockerfile": 646,
"JavaScript": 21613,
"TypeScript": 1869340
},
"pushed_at": "2026-07-17T07:22:22Z",
"created_at": "2026-06-12T16:02:47Z",
"owner_type": "User",
"updated_at": "2026-07-17T07:22:28Z",
"description": "FoxPilot — AI browser automation for Firefox via MCP (Firefox extension + MCP server)",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": "balakumar.dev",
"name": "Bala Kumar",
"type": "User",
"login": "balakumardev",
"company": "Amazon",
"location": "Bangalore, India",
"followers": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/20134279?v=4",
"created_at": "2016-06-24T22:10:45Z",
"is_verified": null,
"public_repos": 39,
"account_age_days": 3679
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.0.19",
"kind": "patch",
"published_at": "2026-07-17T07:22:35Z"
},
{
"tag": "v1.0.18",
"kind": "patch",
"published_at": "2026-07-13T05:01:11Z"
},
{
"tag": "v1.0.17",
"kind": "patch",
"published_at": "2026-07-11T07:53:43Z"
},
{
"tag": "v1.0.16",
"kind": "patch",
"published_at": "2026-07-11T07:00:31Z"
},
{
"tag": "v1.0.15",
"kind": "patch",
"published_at": "2026-07-08T09:03:40Z"
},
{
"tag": "v1.0.14",
"kind": "patch",
"published_at": "2026-07-06T11:08:34Z"
},
{
"tag": "v1.0.13",
"kind": "patch",
"published_at": "2026-07-04T02:00:19Z"
},
{
"tag": "v1.0.12",
"kind": "patch",
"published_at": "2026-07-01T10:07:25Z"
},
{
"tag": "v1.0.11",
"kind": "patch",
"published_at": "2026-06-28T07:48:15Z"
},
{
"tag": "v1.0.10",
"kind": "patch",
"published_at": "2026-06-21T09:12:04Z"
},
{
"tag": "v1.0.9",
"kind": "patch",
"published_at": "2026-06-19T08:39:53Z"
},
{
"tag": "v1.0.8",
"kind": "patch",
"published_at": "2026-06-15T07:47:26Z"
},
{
"tag": "v1.0.7",
"kind": "patch",
"published_at": "2026-06-15T06:49:29Z"
},
{
"tag": "v1.0.5",
"kind": "patch",
"published_at": "2026-06-14T16:37:47Z"
},
{
"tag": "v1.0.4",
"kind": "patch",
"published_at": "2026-06-14T10:00:21Z"
},
{
"tag": "v1.0.3",
"kind": "patch",
"published_at": "2026-06-12T17:06:09Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2026-06-12T17:04:22Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2026-06-12T16:06:52Z"
}
],
"recent_commits": [
{
"oid": "bef2a87fa75089830c6f50b2da608e44045663ac",
"body": null,
"is_bot": true,
"headline": "v1.0.19 [skip ci]",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-17T07:22:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2c0862391df2a6802f1738574ba91bb7c98a25a",
"body": "…+ actionable isolated-eval message\n\nThree reliability gaps surfaced while driving a GitHub tab:\n\n- CDP click path had no interception detection (the synthetic engine already\n has it + a surfaced \"⚠ intercepted\" warning). Add a read-only classify-intercept\n probe to performInputAction (reuses the \n[…]\nbranch).\n\nTests: chrome 360, firefox 629 (incl self-containment byte-identical guard).\nBoth extensions + mcp-server build clean; all three tsc --noEmit clean.\nNo symptom/site-specific values in logic.",
"is_bot": false,
"headline": "fix(input): CDP click interception parity + resilient tab activation …",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-17T07:18:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9965252bbe0c2038289a4506d7eaa651cd00bb5d",
"body": null,
"is_bot": true,
"headline": "v1.0.18 [skip ci]",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-13T05:00:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8dd404baf06396bc645fdd213cf8697f7dde5343",
"body": "…d timeouts, unified nav-URL policy\n\nHumanized input layer (curved cursor motion + per-character typing with\njitter) for click/fill/type/press/drag/hover across both extensions, run\nin the isolated world so it stays covert.\n\n- engine:\"synthetic\"|\"cdp\" extended from the coord tools to the uid input\n \n[…]\n uid-tools-engine, timeouts, humanize-steps; add\n test-fixtures/react-controlled/ for controlled-input verification.\n- chore: gitignore .idea/.\n\nSuites green: mcp-server 155, chrome 352, firefox 628.",
"is_bot": false,
"headline": "feat(input): covert humanized input + CDP engine on uid tools, matche…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-13T05:00:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1fe6222e3afb70326856e27b565e8ca8973c0b2c",
"body": null,
"is_bot": true,
"headline": "v1.0.17 [skip ci]",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-11T07:53:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "588f9a4951dfe11b0c02b7c2f1f10d72dcbc5458",
"body": "…nts can drive pages\n\nAnother agent failed to navigate a DevPortal SPA because the generated mcpkit\nskill was a flat tool dump with no workflow: the uid-churn rule and the\nbackground-tab activateTab escape hatch were buried as repeated param rows, and\nthe frontmatter description was a truncated run-\n[…]\n take-snapshot's description with the same background-tab and\n find-by-text guidance (it's the entry-point tool section agents read first).\n\nNo behavior change; description/instructions strings only.",
"is_bot": false,
"headline": "docs(mcp): add server instructions + workflow to take-snapshot so age…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-11T07:52:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "07135cb01c1aa268d0dfa9a108bda176fd4a122b",
"body": null,
"is_bot": true,
"headline": "v1.0.16 [skip ci]",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-11T07:00:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26caa289a9e861aa388e09fce182d0dec4a69cbd",
"body": "…P screenshot fallback\n\nThree field-reported gaps hit while driving strict-CSP SPAs (Dev Portal /\ndev360) with IDS custom widgets. Rebased onto v1.0.15; the shipped\nworld:\"auto\"+engine:\"cdp\" already covers the CSP-eval gap so that piece is\nomitted.\n\n- Opt-in activateTab: foreground a background tab \n[…]\nn empty\n readback on every retry, fall back to Page.captureScreenshot via the\n refcounted debugger and flag a warning. Firefox unchanged.\n\nTests: chrome 306, firefox 597, mcp-server 123 — all green.",
"is_bot": false,
"headline": "feat(reliability): activateTab flag, name-from-contents snapshots, CD…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-11T06:59:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "630af8071f7999fe503aec89c697212252ae4b44",
"body": null,
"is_bot": true,
"headline": "v1.0.15 [skip ci]",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-08T09:03:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65ad2b22062ad960aa18c1845c27a42e4f909b64",
"body": null,
"is_bot": false,
"headline": "merge: integrate v1.0.14 release bump (423d446) from origin/main",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-08T09:02:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efff4248fceb776e32d936e336f4bb215243d11c",
"body": null,
"is_bot": false,
"headline": "chore: gitignore .superpowers/ SDD scratch",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-08T08:42:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b41c3ea6214c713faba3b65788fc306cf1d98a2",
"body": "…enu, not a global page search box",
"is_bot": false,
"headline": "fix(select-option): scope the search-input fallback to the combobox/m…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-08T08:36:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c19ae4a22c6d67354f0eb65d97e4f677d153c8ef",
"body": "… the broker cap",
"is_bot": false,
"headline": "fix(navigate-tab): share one deadline so settle+conditions stay under…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-08T08:33:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "221dcbc128b7ed0bd43e99c244fdbdefe0a2e9cd",
"body": "… value slot",
"is_bot": false,
"headline": "fix(snapshot): never surface a password field's value in the snapshot…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-08T08:31:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b2d8e02c058a22e2ccf3ea16be73f6fde116fd9",
"body": "…native build) + stdout-cleanliness (item 7)",
"is_bot": false,
"headline": "docs(xcode): document install-time Xcode-license line (input-sidecar …",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-08T08:07:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d9d788c5eb0b444f8bb34aace05fe3516c282c7",
"body": "…e-encode, structuredContent for objects)",
"is_bot": false,
"headline": "feat(evaluate-script): return formatEvalResult (raw strings, no doubl…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-08T08:05:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22a15f3da3833d67f3b8195c5a41ca11cff133c9",
"body": "…, structuredContent for objects",
"is_bot": false,
"headline": "feat(eval-format): formatEvalResult — raw strings, pretty non-strings…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-08T08:04:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5e511bf1c49d264796c3fe2adc90755c72ee2ea",
"body": "…ing working-tree edits)",
"is_bot": false,
"headline": "docs: bring CLAUDE.md current with v1.0.13/v1.0.14 gotchas (pre-exist…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-08T08:01:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67e5a2ab1608f1c123f6bfdcd7efabd53029f9c1",
"body": "…verlays across pushState re-mount",
"is_bot": false,
"headline": "test(e2e): playwright specs for select-option portal pick + dismiss-o…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-08T07:56:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7084e08e5a4c3a356cd9b8a4c18b282987f38dfc",
"body": "…handlers/config, server, browser-api)",
"is_bot": false,
"headline": "feat(dismiss-overlays): new tool + cmd wired end-to-end (union, both …",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-08T07:54:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "182aba63856bb3b2c470842686ac066927d646dd",
"body": "…oth extensions) + jsdom + self-containment",
"is_bot": false,
"headline": "feat(dismiss-overlays): self-contained dismissOverlays injected fn (b…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-08T07:50:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ce9803c0f5d5b234061eb67913ddd522ea88af2",
"body": "…dlers/config, server, browser-api, timeouts)",
"is_bot": false,
"headline": "feat(select-option): new tool + cmd wired end-to-end (union, both han…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-08T07:48:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13f052e9fe93b6998cec492be825234aa751b919",
"body": "…tensions) + jsdom + self-containment",
"is_bot": false,
"headline": "feat(select-option): self-contained selectOption injected fn (both ex…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-08T07:39:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81224db9e67a416a7b389b9d1ed3711cf87cc722",
"body": "…ning note + Playwright spec",
"is_bot": false,
"headline": "feat(interception): click-element failIfIntercepted + intercepted war…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-08T07:23:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d94a8f6ac99983502fd174caad208a09326a043e",
"body": "…+ intercepted through both extensions",
"is_bot": false,
"headline": "feat(interception): hit-test the click arm, thread failIfIntercepted …",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-08T07:21:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df9eda819d83e77fad7afde8655bf5bad640a831",
"body": "… tests",
"is_bot": false,
"headline": "feat(interception): pure classifyHit hit-test classifier + jsdom unit…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-08T07:15:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a82e797574a12851d079aa63743befe4578f2733",
"body": null,
"is_bot": false,
"headline": "feat(snapshot): byte-identical 3-slot grammar mirror to chrome + tests",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-08T07:09:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d94b63effdb1e13efe9522cb1374328ab6565843",
"body": null,
"is_bot": false,
"headline": "feat(snapshot): pointer pass uses shared makeRow grammar (firefox)",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-08T07:02:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07fed40960acc4e62c077e4aba80c25b7ba88971",
"body": "…fox)",
"is_bot": false,
"headline": "feat(snapshot): getSection breadcrumb slot wired into base pass (fire…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-08T07:01:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e84fc962725c6cac97f2f24cc3904f86b732a8e",
"body": "… slot (firefox)",
"is_bot": false,
"headline": "feat(snapshot): react-select name child-probe + custom-combobox value…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-08T06:59:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8193de5ced6c0f69eb57940a909063da120ac6a4",
"body": "…refox base pass)",
"is_bot": false,
"headline": "feat(snapshot): 3-slot grammar + makeRow + native getCurrentValue (fi…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-08T06:57:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "969a4859fe07dc4a65d5d41c45e867784749b336",
"body": "…rceLoad/waitUntil (execWithReadyRetry probes)",
"is_bot": false,
"headline": "feat(navigate-tab): firefox settle + accurate final URL + waitFor*/fo…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-08T06:47:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91a50ef5d36adecbab667b7decac7388fc79b138",
"body": "…ceLoad/waitUntil",
"is_bot": false,
"headline": "feat(navigate-tab): chrome settle + accurate final URL + waitFor*/for…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-08T06:40:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8064baea2afed29bd93a5a08b6a0794168bbf0e9",
"body": "…-ready + retries once on nav/permission failure",
"is_bot": false,
"headline": "feat(readiness): chrome sendMessageToTab re-checks permission + waits…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-08T06:34:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33290f9dfe6f451f38c603d3f5eeb6ad5c035d1d",
"body": "… responder; best-effort)",
"is_bot": false,
"headline": "feat(nav-ready): chrome waitForTabReady (inject + ping the repurposed…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-08T06:33:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0eeaed12061145aebdfa41bdc55a7b45ddc6f89b",
"body": "…ffort, never rejects on timeout)",
"is_bot": false,
"headline": "feat(nav-ready): firefox waitForTabReady + execWithReadyRetry (best-e…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-08T06:32:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12e6aca0721931b51a5d194da006c2cb24f9253c",
"body": "…arams + accurate settled URL (server surface)",
"is_bot": false,
"headline": "feat(navigate-tab): optional waitUntil/waitFor*/forceLoad/timeoutMs p…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-08T06:32:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79c6dbcee248c30c0f064040f7a9f0a9fe981a61",
"body": "…test:e2e script)",
"is_bot": false,
"headline": "test(e2e): playwright harness + smoke spec off the release path (own …",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-08T06:25:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43c89d47921b2aeccc5c534e59bb8e8f67b111ce",
"body": "…lay, repeated buttons, pushState routing)",
"is_bot": false,
"headline": "test(fixture): spa-widgets fixture (portal dropdown, re-mounting over…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-08T06:23:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7dc0e71792914146a9c372e1192e6e4341dfe63f",
"body": "…sks, 5 waves)",
"is_bot": false,
"headline": "docs(plan): FoxPilot Cloudflare-flow fixes implementation plan (24 ta…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-08T06:10:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5d42d86ffe91ae49682d2284e9a1034141d9500",
"body": "…iness, snapshot 3-slot grammar, select-option, overlay handling, eval-format)",
"is_bot": false,
"headline": "docs(spec): FoxPilot Cloudflare-flow fixes design (7 items — nav read…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-08T05:40:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "423d4464a34ac079ebd0af870d7aa83d26533198",
"body": null,
"is_bot": true,
"headline": "v1.0.14 [skip ci]",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-06T11:08:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb4c113104e99fccbc6acc288c7a3ee73879fc55",
"body": "…ace/CDP-eval edges",
"is_bot": false,
"headline": "docs(spec): record shipped started-marker refinement + accepted nav-r…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-06T11:07:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17c3e6222e875ae04d3f5fb24925bb1832e67807",
"body": "…, 4 phases)",
"is_bot": false,
"headline": "docs(plan): composio handoff-page fixes implementation plan (17 tasks…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-06T11:07:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3f8de317a528b7b8ad84c2276521048bc26c057",
"body": "…ick, screenshot retry)",
"is_bot": false,
"headline": "docs(spec): composio handoff-page fixes design (CSP eval, nav-race cl…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-06T11:07:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "555d7e3ff2c28e5973a36f55f36f34a7a7492511",
"body": "… + undefined-arg guard, runInPageWorld byte-identical parity, nav-race wraps native mode, conditional navigated, de-slow world:auto test",
"is_bot": false,
"headline": "fix(composio-fixes): Wave 5 review hardening — cdp-eval attach-in-try…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-06T11:06:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b194589f4282779a5575045d0ed4af04c14ff507",
"body": "…:cdp dispatch, nav-race wiring, screenshot retry (both extensions) + navigated tool output",
"is_bot": false,
"headline": "feat(composio-fixes): Wave 3 — message-handler eval world:auto/engine…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-06T11:06:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c54e20195402790209333411bd0493546d7186b",
"body": "…World (chrome content-script + firefox page-world)",
"is_bot": false,
"headline": "feat(evaluate-script): Wave 2 — started-marker CSP probe in runInPage…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-06T11:06:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "223f5350f28eb7c97307db2a6db766604a082d67",
"body": "…es, started-marker builder, cdp-eval, nav-race helpers, navigated field, fixture\n\nConsumers (message-handler evaluateScript signatures) update in the message-handler wave; esbuild + all Wave 1 jest suites green.",
"is_bot": false,
"headline": "feat(composio-fixes): Wave 1 foundations — eval world:auto/engine typ…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-06T11:06:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c22f38d087ebb44a7156c410606fd594d5d4b7a",
"body": null,
"is_bot": true,
"headline": "v1.0.13 [skip ci]",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-04T02:00:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ca71fc15f0fe98974e09abf33c5314dfd3d8920",
"body": "- take-snapshot: sharpen uid-lifecycle caveat (valid only until next snapshot)\n- click/type/hover/scroll-at: note viewport CSS-px vs screenshot DPR + descriptor calibration\n- get-network-requests: clarify includeCredentials needs includeHeaders:true\n- take-snapshot output: always prepend a compact [\n[…]\narded for older extensions (total undefined).\n Extracted formatSnapshotResult into snapshot-format.ts (mirrors point-format.ts)\n so the composed text is unit-testable; added snapshot-format.test.ts.",
"is_bot": false,
"headline": "docs(mcp): self-explanatory tool descriptions + always-on snapshot count",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-04T01:56:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1d4d6e4c3ec94b0568032ebfd2f2b16b63037a2c",
"body": "Fix 1 (chrome CDP): dispatchCdpPointAction now mirrors the synthetic\nresolve→act→describe order — describe-at (validate + capture descriptor)\nruns BEFORE the trusted Input.* dispatch. An off-point miss returns\nok:false and does NOT fire a trusted event; a successful dispatch returns\nok:true with the\n[…]\nrk+input coexist, distinct\nmembers).\n\nTests: chrome 250 (+1 off-point, +ordering assert), firefox 513 (+1\nempty-string; found:false mock null-corrected), mcp-server 97. Build +\ntsc --noEmit all green.",
"is_bot": false,
"headline": "fix(spa-interaction): final review fix wave (4 fixes)",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-03T17:16:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "05bfb1975e3946af9917665b2cbe41afab319175",
"body": "…orization/Set-Cookie (default off); extract network-format helper",
"is_bot": false,
"headline": "feat(get-network-requests): includeCredentials un-redacts Cookie/Auth…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-03T16:43:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d7938de51f7bd67ed7eb9ab0b20a33226a6b42f",
"body": "…seWheel",
"is_bot": false,
"headline": "feat(hover-at,scroll-at): CDP engine — trusted Input mouseMoved / mou…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-03T16:37:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f99ab8ee4547e14a7fe6dc5adcaf04085339ac38",
"body": "…Enter on submit)",
"is_bot": false,
"headline": "feat(type-at): CDP engine — trusted focus-click + Input.insertText (+…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-03T16:31:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7390b703153f1776b1efedf8be2aa1fc5da72452",
"body": "…t + describe-at descriptor read; Firefox errors clearly",
"is_bot": false,
"headline": "feat(coordinate-tools): engine:'cdp' trusted tier — cdp-input click-a…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-03T16:23:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f902689bf6f59db9899e5a7ea356726546e9b3a9",
"body": "…etwork|input) so CDP input coexists with response-body capture",
"is_bot": false,
"headline": "refactor(network-capture): purpose-refcount chrome.debugger attach (n…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-03T16:09:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed2562ca74aa143cf3513604813aa69299daab43",
"body": "…als)\n\n6 TDD tasks. engine:'cdp' opt-in tier on the 4 coordinate tools (Chrome-only,\ntrusted Input.* at viewport {x,y}, debugger attach purpose-refcounted to\ncoexist with capture-response-bodies); default stays synthetic/covert. CDP\ntype-at establishes caret via a trusted click then Input.insertText (fixes\nthe synthetic contenteditable caret gap). get-network-requests\nincludeCredentials opt-in un-redact. No new cmd/permission.\n\nPlan: docs/superpowers/plans/2026-07-03-spa-interaction-phase3.md",
"is_bot": false,
"headline": "docs: Phase 3 implementation plan (CDP trusted tier + includeCredenti…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-03T16:03:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e13657a1777ae32f892926f8ff614ec316ef092",
"body": "… :hover limits\n\nevaluate-script world:\"isolated\" description dropped the blanket\n\"CSP-IMMUNE\" claim and now states the honest Firefox-full / Chrome-MV3-\ndegrades asymmetry, pointing Chrome at world:\"main\" or the covert\nsnapshot/screenshot/coordinate tools.\n\nhover-at description now states it dispatches synthetic pointer events\n(fires JS mouseover/mouseenter listeners) but does NOT activate CSS\n:hover styling. String-only edits; build + tsc --noEmit clean.",
"is_bot": false,
"headline": "docs(tools): note isolated-world Chrome degrade + synthetic-hover CSP…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-03T15:36:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "beb77bde72c54fc862860ead18f3f36eff3cbb54",
"body": "…eadback validation, viewport fallback, real error)",
"is_bot": false,
"headline": "fix(screenshot): harden full-page stitch (tile retry/backoff, empty-r…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-03T15:27:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fa02d233572ed794381f459bcd1fd3dc1b417ba",
"body": null,
"is_bot": false,
"headline": "feat(scroll): add scroll-to (window) and scroll-into-view (uid) tools",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-03T15:04:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72e9edb22973e984dfd60fd3d07c979b9e86cd69",
"body": "… (inner-container scroll)",
"is_bot": false,
"headline": "feat(scroll-at): scroll the nearest scrollable ancestor under a point…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-03T14:43:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c62681627b7956bc4240a0b802aec473773c48b5",
"body": "…ips)",
"is_bot": false,
"headline": "feat(hover-at): synthetic coordinate hover (reveals hover menus/toolt…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-03T14:23:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9acfd805d6d0326a4f3a7d02e13235bc311aeac8",
"body": "…ditable) with optional submit",
"is_bot": false,
"headline": "feat(type-at): synthetic coordinate typing (input/textarea + contente…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-03T14:07:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "694874bce8b0293263384ac3e43947460ad4dbbf",
"body": "…astructure (both extensions)",
"is_bot": false,
"headline": "feat(click-at): synthetic coordinate click + point-action-result infr…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-03T13:42:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f98144872013e18e75d40f205367e47268f9ed63",
"body": "…d eval; main stays default)",
"is_bot": false,
"headline": "feat(evaluate-script): add world:'isolated' (CSP-immune isolated-worl…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-03T13:19:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a5999e6d279a9f483c91fe793105900dd20fc7e",
"body": "… tools, screenshot hardening)\n\n8 TDD tasks. Adds new commands (click-at/type-at/hover-at/scroll-at/scroll-to/\nscroll-into-view) via synthetic isolated-world dispatch (covert, no debugger/\nsidecar) + point-action-result descriptor; evaluate-script world:isolated\n(Firefox full, Chrome honest-degrades under MV3 CSP); full-page screenshot\nstitch hardening. engine:cdp tier deferred to Phase 3.\n\nPlan: docs/superpowers/plans/2026-07-03-spa-interaction-phase2.md",
"is_bot": false,
"headline": "docs: Phase 2 implementation plan (isolated eval, coordinate + scroll…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-03T13:07:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c5da7c8282888af3b7279fb688b741fe5313e78",
"body": "…e metadata",
"is_bot": false,
"headline": "feat(snapshot): offset/limit paging over candidates with total/hasMor…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-03T12:24:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "286145e3b0e0553f6bd2c918e687363f46113e7e",
"body": null,
"is_bot": false,
"headline": "feat(snapshot): rootSelector region scoping with clear no-match error",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-03T12:11:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d83d57b14e050bcdd462caca273e7c770acc036e",
"body": "…rring)",
"is_bot": false,
"headline": "feat(snapshot): textContains query mode (case-insensitive, leaf-prefe…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-03T11:59:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d86e45a368f92b6fdae0782e80cf36d60b755e3",
"body": "…r end-to-end",
"is_bot": false,
"headline": "feat(snapshot): selector query mode + wire options/total/hasMore/erro…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-03T11:37:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f1c25aaae3f3c10710342b4d34ef515688e2353",
"body": "…default true) + maxInteractive",
"is_bot": false,
"headline": "feat(snapshot): promote cursor:pointer to base pass; includePointer (…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-03T11:22:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eaee47e3dc23045ce120e2d97462b6f63a723b73",
"body": "…Only preserved)",
"is_bot": false,
"headline": "feat(get-cookies): add names[] filter (union with singular name; http…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-03T11:12:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d05e937e7fe39d5e19db45a88d6ac2205607449",
"body": "… matched)",
"is_bot": false,
"headline": "feat(wait-for-text): accept string | string[] (OR-match, report which…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-03T11:00:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d1ad1cc7d5ad53026ac869293ae21e718d50735",
"body": null,
"is_bot": false,
"headline": "test(fixtures): CSP-strict custom-React SPA fixture + static server",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-03T10:48:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3e6810e324a82c63b81c84c59209791aed1a569",
"body": "9 bite-sized TDD tasks, no new cmd (optional params only), isolated-world\ncovert: CSP-strict React fixture, wait-for-text string|string[],\nget-cookies names[], snapshot cursor:pointer promotion +\nselector/textContains + rootSelector + offset/limit paging, mcpkit docs.\n\nPlan: docs/superpowers/plans/2026-07-03-spa-interaction-phase1.md",
"is_bot": false,
"headline": "docs: Phase 1 implementation plan (read/query subsystem)",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-03T10:42:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c77b86cba0a927b919842ebfb650ed29717f0be",
"body": "Approved design for 7 new/extended FoxPilot capabilities: coordinate\ntools (click-at/type-at/hover-at/scroll-at), snapshot query modes +\nregion scoping/paging, isolated-world CSP-proof evaluate-script,\nget-cookies names[] + opt-in header un-redact, screenshot stitch\nhardening + scroll tools, and wai\n[…]\nsidecar: coordinate tools default to covert synthetic\n(isolated-world) dispatch, with an opt-in CDP trusted tier on Chrome.\n\nSpec: docs/superpowers/specs/2026-07-03-csp-spa-interaction-tools-design.md",
"is_bot": false,
"headline": "docs: design spec for CSP-strict SPA interaction capabilities",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-03T10:19:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fe0e7f5f0d7dd20a72e431caa05404219e0fee11",
"body": null,
"is_bot": true,
"headline": "v1.0.12 [skip ci]",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-01T10:07:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2335efe39597834b5f662a57a80df59ee2fb0156",
"body": "… capture\n\nFive background-context MCP tools that escape page CSP and use the browser's\nreal session, plus a tiered network-capture upgrade for debugging.\n\nPrivileged tools (CSP-immune, real cookie jar, browser-originated -> pass WAFs):\n- get-cookies: read the jar incl. httpOnly cookies\n- browser-fe\n[…]\n bodies).\n\nBoth extensions at parity via shared @foxpilot/common types. Manifests add\n\"cookies\"; Chrome adds \"debugger\". MV3 SW-idle orphan of useSessionCookies\nDNR rules mitigated by a startup sweep.",
"is_bot": false,
"headline": "feat: privileged background HTTP/cookie tools + full-fidelity network…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-07-01T10:05:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0911ce5926623478bfc69eddf36cfd85861df149",
"body": null,
"is_bot": true,
"headline": "v1.0.11 [skip ci]",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-28T07:47:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e37b2e6d62613e4edc456397e4ccb36691466e87",
"body": "Synthetic-mode control and reads already run on background tabs; three\npaths still force-activated a tab. Mirrored in both extensions:\n\n- take-screenshot: record the window's active tab before activating the\n target for captureVisibleTab, then restore it in finally (even on\n error; skipped when th\n[…]\nrue}); the highlight\n is delivered via a content-script message. Firefox keeps it (needed for\n find.highlightResults auto-scroll).\n\nAdds a chrome-extension message-handler jest suite (none existed).",
"is_bot": false,
"headline": "fix(focus): stop automation stealing the user's foreground tab",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-06-28T07:47:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "41851a38b6e87f15ece9e67bdb5b804ec4fb208a",
"body": null,
"is_bot": true,
"headline": "v1.0.10 [skip ci]",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-21T09:11:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8869a5631d5c256ecc3491cdd5b9c2a958175ce0",
"body": "…al with [::1] failover\n\nConsole capture relayed one runtime.sendMessage per console line from a\nMAIN-world hook in every frame; on chatty, multi-frame pages this floods\nthe browser-process IO thread until the browser aborts (observed crashing\nEdge ~2.5 min in with Automation Mode on).\n\n- bridge: co\n[…]\nr single-stack broker; leaves the\nrejected/blocked admission path untouched.\n\nTests: chrome 95, firefox 408 (coalescing, rate limit, dedupe guard,\n127.0.0.1->[::1] failover ordering and host pinning).",
"is_bot": false,
"headline": "fix(console-capture): batch IPC to stop IO-thread crash; 127.0.0.1 di…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-06-21T09:10:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a95293dd0dfcad7ccde316366e041718aa72f079",
"body": null,
"is_bot": true,
"headline": "v1.0.9 [skip ci]",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-19T08:39:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ccfb5100c24a9e3d192e89c2085de76ccb25625",
"body": "…andshake\n\nThe zero-config origin-gating worked for fresh Chrome installs but stranded\nreal users in several ways. Fixes:\n\n- extension (chrome+firefox): migrateStaleSecret() clears a pre-zero-config\n auto-generated secret on upgrade so existing installs fall back to origin\n mode instead of looping\n[…]\no CONTAINERIZED=0/false\n isn't truthy; manifest extension_secret default \"\".\n\nTests: mcp-server 78, chrome 86, firefox 404 — incl. new Origin:null,\nversion-mismatch, and stale-secret-migration cases.",
"is_bot": false,
"headline": "fix(zero-config): heal upgrades, admit Firefox Origin:null, version h…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-06-19T08:38:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "568837574614dfe8e9b21759a8744e799804875b",
"body": "…on notes",
"is_bot": false,
"headline": "docs: zero-config pairing setup (optional EXTENSION_SECRET) + migrati…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-06-15T12:30:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab879be198ed066b3c2d77d1882f78332a64de68",
"body": "When host is 'localhost', bind BOTH IPv4 and IPv6 loopback so a peer\nconnecting to either literal succeeds. macOS resolves 'localhost' to\n::1 only, which left clients dialing 127.0.0.1 with ECONNREFUSED.\n\nSwitch the WebSocketServer to noServer mode and create one http.Server\nper bind host (sharing h\n[…]\nT\nduring its handshake surfaced as an unhandled 'error' that crashed a\nlater test. The dual-stack timing made this pre-existing race fire ~10%\nof runs; swallow the teardown error and close the socket.",
"is_bot": false,
"headline": "feat(broker): dual-stack loopback bind (127.0.0.1 + ::1)",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-06-15T12:26:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5ff3e980c024d99a8fe1d0f3ca5474ed319ba313",
"body": "Apply the Phase-2 zero-config pairing work to the Firefox MV2 extension so it\nbehaves identically to the Chrome MV3 extension, adapting only MV2 plumbing.\n\n- transport.ts: ConnectionState tri-state, ConnectionStateDetail,\n ConnectionStateCallback, BrokerBrowserInfo, HealthcheckResult, optional\n he\n[…]\ntead of self.*; no\nping()/isClosed() keepalive (MV3 service-worker-only) so no ping test;\nbrowser.runtime.onMessage; moz-extension origin in docs.\n\n361 -> 400 firefox tests passing; tsc + build clean.",
"is_bot": false,
"headline": "feat(firefox): mirror zero-config pairing + honest status from Chrome",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-06-15T11:57:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "594f9f45545a5d815c59672adfed5c5f88c14d5f",
"body": "…, review nits",
"is_bot": false,
"headline": "polish(chrome): guard welcome roster, handle long-poll without secret…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-06-15T11:41:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccd32322efe10c024668f4d3a470cc49aa572ead",
"body": "Options page now reflects the truthful broker state and the zero-config flow:\n\nStatus pill (options.ts, options.html):\n- #connection-status maps the tri-state mirror to Connected / Blocked (with a\n humanized reason) / 'Server not running' (the default zero-config failure),\n not socket-open livenes\n[…]\nr + lone-browser rendering (+5). All 79 chrome tests\npass; build + tsc clean. Verified end-to-end against the real broker: origin-mode\nwelcome/active-status/healthcheck and the rejected->blocked path.",
"is_bot": false,
"headline": "feat(chrome): honest options UI for zero-config pairing (C)",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-06-15T11:30:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cf010ca9a2931cc9129f44c0e8230528c6c1efd9",
"body": "Consume the broker's zero-config protocol on the Chrome/Edge extension:\n\nTransport (client.ts, hello.ts, longpoll-client.ts, transport.ts):\n- buildHello omits the signature in origin mode (no secret); signs only when\n a secret is configured. Never calls getMessageSignature with an empty secret.\n- W\n[…]\n New 'healthcheck' runtime message handler powers the options Test Connection.\n\nTests: +client.test.ts (18), hello unsigned path, broker-status mirror.\nAll 74 chrome-extension tests pass; build green.",
"is_bot": false,
"headline": "feat(chrome): zero-config pairing transport + honest status (A+B)",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-06-15T11:21:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "67bdb0db8a283dcb691b360539be5a3036019941",
"body": "…ead-code cleanup",
"is_bot": false,
"headline": "harden(broker): atomic control-secret write, loopback helper tests, d…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-06-15T11:03:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd52c052d9bd3ad3bac147fbe5750dd2e377a63b",
"body": null,
"is_bot": false,
"headline": "test(broker): verify zero-secret admission end-to-end",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-06-15T10:54:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a09bc80daac59c2061da71fc2c03c1e73a075b9",
"body": null,
"is_bot": false,
"headline": "feat(server): auto-managed control secret in BrowserAPI.init",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-06-15T10:53:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ee6a50350de070688e743dec0e04c7dbe69e1de",
"body": null,
"is_bot": false,
"headline": "feat(broker): auto-managed control secret + gating env wiring",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-06-15T10:50:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d3ec66bdbb8184159240f131e01c6467d3e8ebd",
"body": null,
"is_bot": false,
"headline": "feat(broker): per-connection signing + healthcheck snapshot",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-06-15T10:49:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2821885d5ac37315e5cc9f497e7dc2587094f771",
"body": null,
"is_bot": false,
"headline": "feat(broker): origin-gated admission with welcome/rejected acks",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-06-15T10:42:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "993a22b5250b799b2498a072426f3e740f567152",
"body": null,
"is_bot": false,
"headline": "feat(broker): add auto-managed control-secret helper",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-06-15T10:36:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd7a3a12eea2ce5d7d6dcecdf0be67b0c40a47aa",
"body": "…-world gotchas, CI/CD [skip ci]",
"is_bot": false,
"headline": "docs: refresh CLAUDE.md — FoxPilot, broker architecture, CSP/isolated…",
"author_name": "Bala Kumar",
"author_login": "balakumardev",
"committed_at": "2026-06-15T09:22:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69c2901dee03729dc33dd03025954eac820f5e03",
"body": null,
"is_bot": true,
"headline": "v1.0.8 [skip ci]",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-15T07:47:08Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 18,
"commits_last_year": 194,
"latest_release_at": "2026-07-17T07:22:35Z",
"latest_release_tag": "v1.0.19",
"releases_from_tags": false,
"days_since_last_push": 4,
"active_weeks_last_year": 6,
"days_since_latest_release": 4,
"mean_days_between_releases": 2.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "foxpilot-mcp",
"exists": true,
"license": "MIT",
"keywords": [
"mcp",
"model-context-protocol",
"firefox",
"browser-automation",
"claude",
"foxpilot"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/foxpilot-mcp",
"is_deprecated": false,
"latest_version": "1.0.19",
"repository_url": "https://github.com/balakumardev/foxpilot",
"versions_count": 16,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 2030,
"first_published_at": "2026-06-12T17:29:49.183000Z",
"latest_published_at": "2026-07-17T07:22:37.992000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4
},
{
"name": "chrome-extension",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "npm",
"matches_repo": false,
"registry_url": "https://www.npmjs.com/package/chrome-extension",
"is_deprecated": false,
"latest_version": "0.0.1",
"repository_url": "https://github.com/watilde/node-chrome-extension",
"versions_count": 1,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 4288,
"first_published_at": "2015-03-06T16:55:56.233000Z",
"latest_published_at": "2015-03-06T16:55:56.233000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4155
}
]
},
"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
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"chrome-extension/tsconfig.json",
"firefox-extension/tsconfig.json",
"input-sidecar/tsconfig.json",
"mcp-server/tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 112590,
"source_files_sampled": 198,
"oversized_source_files": 4,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 23683
},
"dependencies": {
"manifests": [
"chrome-extension/package.json",
"e2e/package.json",
"firefox-extension/package.json",
"input-sidecar/package.json",
"mcp-server/package.json",
"package.json"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "ws",
"manifest": "input-sidecar/package.json",
"ecosystem": "npm",
"version_constraint": "^8.18.1"
},
{
"name": "@foxpilot/common",
"manifest": "input-sidecar/package.json",
"ecosystem": "npm",
"version_constraint": "../common"
},
{
"name": "@nut-tree-fork/nut-js",
"manifest": "input-sidecar/package.json",
"ecosystem": "npm",
"version_constraint": "^4.2.6"
}
],
"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": 3,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "balakumardev",
"commits": 175,
"avatar_url": "https://avatars.githubusercontent.com/u/20134279?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"amo-listing-gas.yml",
"amo-listing.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/10 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 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": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"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": "85 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "bef2a87fa75089830c6f50b2da608e44045663ac",
"ran_at": "2026-07-22T02:53:45Z",
"aggregate_score": 2.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-08T09:02:44Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/balakumardev/foxpilot",
"host": "github.com",
"name": "foxpilot",
"owner": "balakumardev"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"security": 25,
"vitality": 71,
"community": 39,
"governance": 54,
"engineering": 65
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 71,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"commits_last_year": 194,
"human_commit_share": 0.88,
"days_since_last_push": 4,
"active_weeks_last_year": 6
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "6/52 weeks with commits",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 6
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "194 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 194
}
}
],
"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": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 18,
"latest_release_tag": "v1.0.19",
"releases_from_tags": false,
"days_since_latest_release": 4,
"mean_days_between_releases": 2.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "18 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 18
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~2.9 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 2.9
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": "at_risk",
"name": "Community & Adoption",
"value": 39,
"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": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"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": "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": 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": 55,
"inputs": {
"packages": [
"foxpilot-mcp"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 2030
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,030 downloads/month across npm",
"points": 44.1,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2030,
"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": 13,
"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 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 3,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "3/3 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 3,
"decided": 3
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/10 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": 48,
"inputs": {
"followers": 3,
"owner_type": "User",
"is_verified": null,
"owner_login": "balakumardev",
"public_repos": 39,
"account_age_days": 3679
},
"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": "3 followers of balakumardev",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 3,
"login": "balakumardev"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "39 public repos, account ~10 yr old",
"points": 23.7,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 39
}
},
{
"code": "account_age_years",
"params": {
"years": 10
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"foxpilot-mcp"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 4
},
"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 4 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 4
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "16 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 16
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 65,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"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": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "https://github.com/balakumardev/foxpilot",
"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://github.com/balakumardev/foxpilot",
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": "critical",
"name": "Security",
"value": 25,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 2.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/10 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "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 not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": "85 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"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": 68,
"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": 23683
},
"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": "88 of 88 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 88,
"sampled": 88
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"chrome-extension/tsconfig.json",
"firefox-extension/tsconfig.json",
"input-sidecar/tsconfig.json",
"mcp-server/tsconfig.json"
],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "chrome-extension/tsconfig.json, firefox-extension/tsconfig.json, input-sidecar/tsconfig.json, mcp-server/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "chrome-extension/tsconfig.json, firefox-extension/tsconfig.json, input-sidecar/tsconfig.json, mcp-server/tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 112590,
"source_files_sampled": 198,
"oversized_source_files": 4
},
"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": "4/198 source files over 60KB",
"points": 53.9,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 198,
"oversized": 4
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"npm package 'chrome-extension' points at a different repository (https://github.com/watilde/node-chrome-extension); excluded from ecosystem scoring",
"Could not fetch npm package 'firefox-extension' from its registry",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"deps.dev does not index npm:foxpilot-mcp@1.0.19; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-22T02:53:57.810459Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/b/balakumardev/foxpilot.svg",
"full_name": "balakumardev/foxpilot",
"license_state": "standard",
"license_spdx": "MIT"
}