Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"agentic-workflow",
"agents",
"llm-agents",
"agentic-workflow-format",
"agent-orchestration",
"agentic-workflows",
"ai-agents",
"checkpointing",
"cli",
"golang",
"llm",
"llm-eval",
"workflow-engine"
],
"is_fork": false,
"size_kb": 7406,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 5399293,
"CSS": 4906,
"HTML": 296,
"Makefile": 5412,
"TypeScript": 21861
},
"pushed_at": "2026-07-21T20:07:37Z",
"created_at": "2026-06-03T11:07:29Z",
"owner_type": "User",
"updated_at": "2026-07-21T20:08:17Z",
"description": "Run agents you don't babysit, and trust the result. awf runs agentic workflows with independent gates that check every step and resumes after crashes.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "attackerview.com",
"name": "Valerio Baudo",
"type": "User",
"login": "valbaudo",
"company": null,
"location": "AMS",
"followers": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/41023626?v=4",
"created_at": "2018-07-09T19:09:19Z",
"is_verified": null,
"public_repos": 19,
"account_age_days": 2934
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-07-21T11:03:33Z"
},
{
"tag": "v0.5.2",
"kind": "patch",
"published_at": "2026-07-15T21:53:18Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2026-07-08T10:49:57Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-07-08T08:47:42Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2026-07-07T23:07:07Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-07-07T22:34:25Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-07-07T16:54:02Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-07-01T05:33:43Z"
},
{
"tag": "v0.1.3",
"kind": "patch",
"published_at": "2026-06-26T17:16:16Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2026-06-26T15:02:52Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-06-24T08:28:23Z"
}
],
"recent_commits": [
{
"oid": "6546668eb5ce1356a9e3085f9796a84811a234a6",
"body": "elk.padding is a per-node property, not inherited from the root graph's\nlayoutOptions, so only the root honored [top=40,...]. Every nested container\nfell back to ELK's 12px default — less than the 28px .awf-group-head title bar —\nand its first child covered the group's own title. Visible on any gate\n[…]\n the README gate screenshot with the fix, and added one of a gate\nwhose generate and evaluate steps are both real anthropic/claude-code agents.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(ui): give every container node its own elk.padding",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-21T20:07:31Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "642408666e9ff8c389ba7b3f39c3e229cefe7294",
"body": "Get Started step 4 told the reader to run `awf ui` and pointed at the gate\nscreenshot for what they would see. Show the actual one-step run instead, and\nsay what the run picker does.\n\nRunning the workflow also showed the pasted transcript was wrong in three\nplaces: it omitted the sandbox line, dropp\n[…]\nrefix on\nstep output, and used an 8-character run id where real ids are 32. Replaced it\nwith real output and noted which lines vary by machine.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(readme): screenshot the hello run and correct its transcript",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-21T19:34:18Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9ea7624bc15fb4a76a499cbd2af0f00dbc50ecfe",
"body": "The gstack skills write .gstack/ into the repo root (a browse audit log and a\ncapability probe cache). It is per-machine tooling state, not project data, and\nnothing under it was ever tracked.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: ignore local agent-tooling state (.gstack/)",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-21T18:59:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "87021eebe881da0f42ec0312a02bc45ca352f78d",
"body": "…rted\n\nReplaces the hand-drawn mermaid gate diagram with a screenshot of an actual\nfinished run in `awf ui`. The run gates a release note: the first draft is\nrejected, the critique is fed back, the second draft passes, and only then does\npublish run — so the image shows the repair loop happening rat\n[…]\ns the moves invalidated.\n\nThe README hello-world block is doc-sync tested against a real fixture, so the\nextractor follows the renamed heading.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(readme): lead with a real awf ui screenshot and a 4-step Get Sta…",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-21T18:12:10Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "570e83b50fca846d60f73b395c346958efac2461",
"body": "…before evaluate\n\nSelecting a finished run in `awf ui` rendered every node as a disconnected box\nin a single row, with no edges and the judge drawn ahead of the generator.\n\nCause: the run-view declutter drops a template node once instances exist, and\ntemplateOf() maps a map's \"item-N\" onto a \"body\" \n[…]\nly. This is layout only: the\ngraph projection that `awf graph` exposes is unchanged, and containers without\nthose scopes keep projection order.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(graph,ui): keep the scope container in run views, order generate …",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-21T18:12:10Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8bdc9af5f86a5ae6cd28be74b294d61945e6c170",
"body": "man/awf.1.md quoted the auto-selected-native-backend warning without\n\"from a full workdir archive\". README.md already matched. No behavior\nchange.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(man): sync auto-native warning text with cli/run.go",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-21T11:10:18Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8ce66ab9d76e53c7bc86c546b1a3fa76e140db65",
"body": "Adds the 0.6.0 release notes (consumed verbatim by the tag-triggered Release\nworkflow) and moves the README install block to 0.6.0.\n\nMinor, not patch: `awf outputs --dest` is new surface, and the native sandbox's\ngrants changed — agent credential dirs became writable for agent invocations\nand the tool prefixes ~/.local and /opt became executable.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(changelog): prepare v0.6.0 host/container boundary ownership",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-21T08:58:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ddcfaaf65dadc0b8d2e66e25b5fcbfd29e4631d7",
"body": "…1-T3\n\nAn independent review of the branch found seven issues; three were real and are\nfixed here, one is a follow-up, and three were checked and held.\n\n1. Writable credential dirs escaped their intent (was: any exec, any breadth).\n\n $CODEX_HOME is env-derived, so CODEX_HOME=$HOME put the home dir\n[…]\ns ->\nExitOK, and no append aliasing in the roDirs construction. blobs.Get buffering\nis left as-is; streaming would change the state.Blobs seam.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(native,cli): close three defects found by adversarial review of T…",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-21T08:51:02Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ae916edcdf6343b25d60c8957c04fbae1a0961be",
"body": "The format standard advertised `with: { mcp_servers: [...] }` as \"where the\nshared memory MCP handle rides\", docs/runtime-design.md claimed the claude\nadapter \"maps with keys and mcp:// tool refs to the harness's MCP config\", and\nthe conformance suite asserted the handle end-to-end. None of it is re\n[…]\nWF's\nguarantees; the DURABILITY disclaimer already covers it.\n\nNo format field is added or removed: with: remains opaque and adapter-validated.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(format): stop documenting an MCP input channel that does not exist",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-21T08:31:45Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2438d09f7fe6971fe157f91854c90bdac63d95d7",
"body": "…s inert\n\nT4 proposed running the agent workload container as the invoking host uid so\nbind-mount writes would land host-owned. It cannot do that, and the change is\nnot worth its blast radius:\n\nAWF never bind-mounts a host directory. Both ContainerCreate call sites pass a\nbare &HostConfig{} (backend\n[…]\nnd nothing sets HOME for docker steps — runc defaults it to / for\na uid with no passwd entry — but that only matters if run-as-user is adopted.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(man): document Compose bind-mount ownership; close run-as-user a…",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-21T08:05:19Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "de86fe97c21cb4df10f699999463e6e33c4b2fa8",
"body": "…rning that names the fix\n\nTwo halves of the same bounce: an author forced --backend native on a workflow\nthat declares an image, then hit an opaque exit 126 and hand-rebuilt the\nenvironment on the host.\n\nExec allow-list: the sandbox derived its read+execute grants solely from the\nagent CREDENTIAL d\n[…]\ns under --backend native. The format standard (awf-workflow.5) is\nunchanged — this is an operator/host-provisioning fact, not workflow grammar.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(native,cli): close the on-ramp guard gap — exec allow-list + a wa…",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-21T07:39:11Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "fd74bcd226f3ac39364cd4940e68975fd1fc562c",
"body": "…rsists\n\nAgent CLIs refresh their OAuth token into their own config dir, but the native\nsandbox re-bound every credential dir READ-ONLY, so the refresh was discarded\nwhen the sandbox tore down its mount namespace — the silent-logout bug.\n\nSplit the cred dirs: credDirsWritable() returns the per-agent\n[…]\n tmpfs), so the darwin launcher ignores\nrwDirs and the write-loss bug is Linux-only; granting them in the SBPL profile\nis a separate follow-up.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(native): grant per-agent cred dirs read-write so token refresh pe…",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-20T23:58:43Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "623450eb65b56691629291d3bb5214e151dd512f",
"body": "…he host\n\n`awf outputs <run> --step <node> --dest <dir>` writes a committed step's\noutput_files onto the host, owned by the invoking user — no root-owned\nbind-mount writeback, no chown loop. Each declared container path\n(NodeCompletedData.Files: \"declared path -> CAS ref\") is mirrored under\n<dir> wi\n[…]\n; an absolute\ncontainer path is contained (dest/out/x), not rejected. Read is targeted\noff node.completed (no engine.Fold, no workflow reload).\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(cli): awf outputs --dest materializes a step's output_files to t…",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-20T22:42:34Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9c6f16a1f7f2ec6ad3d039004be3405291f24550",
"body": "test(cli): assert canonical bwrap run root",
"is_bot": false,
"headline": "Merge pull request #27 from valbaudo/codex/ci-linux-bwrap-fix",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-16T07:28:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a8120a6b688fe551a9ba46c44684c2a223500e7",
"body": null,
"is_bot": false,
"headline": "test(cli): assert canonical bwrap run root",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-16T07:12:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df299e4af6d90cffd27e75c77cd10c1474cffbeb",
"body": null,
"is_bot": false,
"headline": "Merge branch 'codex/permission-hardening'",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-16T06:26:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7e4ce1d0aaa97354af16f070a67ca8b0500edcd",
"body": null,
"is_bot": false,
"headline": "fix: close final permission hardening gaps",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-15T23:45:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2643c055c6fd6eb3544670126ed314721df1da2",
"body": null,
"is_bot": false,
"headline": "test: prove permission failures are truthful and non-root safe",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-15T23:20:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1646fbf27cada7c4b8eedf297f247070a40bfce5",
"body": null,
"is_bot": false,
"headline": "fix(signal): surface control-directory I/O failures",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-15T22:57:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33bd325a5ca45d58759464a2fa496adea4af1f97",
"body": null,
"is_bot": false,
"headline": "fix(cli): close state error classification gaps",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-15T22:39:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8de8d09f02ae0234a199c650b0d4d21b91b0934",
"body": null,
"is_bot": false,
"headline": "docs: align release design with changelog",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-15T22:17:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f05ef4e0084daf2885b5ec97f25f3d3c01512d03",
"body": null,
"is_bot": false,
"headline": "docs: correct Claude readiness claims",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-15T22:13:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ee6930d2e1b6f7e851728a437afd734a6e9204c",
"body": null,
"is_bot": false,
"headline": "fix(cli): centralize state ownership diagnostics",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-15T22:13:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f1049ac326ed9442fe122742fbbd7423beb24e3",
"body": null,
"is_bot": false,
"headline": "fix(state): separate observation from mutation",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-15T21:48:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72f7a1d9127b0a8116947b82c17891f374da3d48",
"body": null,
"is_bot": false,
"headline": "fix(docker): bind restore handshake to snapshot",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-15T21:33:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e09ab2e3c067e4f1eba322c72ac165fac9d1c6f9",
"body": null,
"is_bot": false,
"headline": "fix(docker): make restore cleanup and deletes atomic",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-15T21:17:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "798ff8f90bf4c05c75fd968cd2a97427773ef2d0",
"body": null,
"is_bot": false,
"headline": "docs(changelog): prepare v0.5.2 Claude Code onboarding",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-15T21:05:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e20d25c1fdfe1f8f7b0ef27842217e1dd3b8b502",
"body": null,
"is_bot": false,
"headline": "docs: defer release worktree cleanup until review",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-15T21:03:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "085e5c4cde73e9ce8ca3cd1229292726172ec09c",
"body": null,
"is_bot": false,
"headline": "docs: plan awf v0.5.2 release",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-15T21:01:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b71b3ed5bd9c4859975e97b3ec41fdbaf35d9fa",
"body": null,
"is_bot": false,
"headline": "docs: design awf v0.5.2 release",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-15T20:58:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11e2bae62a714974a144f1c9bc6427c060c1cbdf",
"body": null,
"is_bot": false,
"headline": "fix(docker): own runtime files by execution user",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-15T20:49:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c63412b4e7fa224880ce7b802eb0781db008b719",
"body": null,
"is_bot": false,
"headline": "docs: enforce single-call Claude readiness",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-15T20:49:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11d812f98472ab99f05c4494f6dcf25127b4f920",
"body": null,
"is_bot": false,
"headline": "test(native): make sandbox mode selection deterministic",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-15T20:30:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af281fc592b07be551e79d730a7f25c05eb199f6",
"body": null,
"is_bot": false,
"headline": "fix(native): canonicalize workdirs and probe sandbox usability",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-15T20:25:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c5b515fe61f2743259f6e907218d64b25281ea1",
"body": null,
"is_bot": false,
"headline": "feat(retry): separate code policy and surface retry waits",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-15T20:11:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "595fd498c1af0d7e2d5e542bf8fd439614b0ffcc",
"body": null,
"is_bot": false,
"headline": "docs(engine): clarify typed failure recovery",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-15T19:55:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27f0855829225b165e3cdfbec7d06ec8e7c3f58b",
"body": null,
"is_bot": false,
"headline": "fix(engine): keep internal errors outside workflow recovery",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-15T19:50:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9404e32ee5959d0f840659b0b0f7464377c2220b",
"body": null,
"is_bot": false,
"headline": "fix(engine): preserve ordinary parse cause",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-15T19:33:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ec8ba6c748a3a9e00e5b72d85f6e7924a1e85f4",
"body": null,
"is_bot": false,
"headline": "fix(engine): retain cause for classified zero exit",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-15T19:27:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d087082ec282dad8d65960264ed9392d6d3d8bd4",
"body": null,
"is_bot": false,
"headline": "fix(engine): harden dispatch cause invariant",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-15T19:23:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83d15584d2ab5028976640534aebd0e5bb5ca03e",
"body": null,
"is_bot": false,
"headline": "fix(engine): enforce dispatch outcome cause invariant",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-15T19:10:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bd3d2ea080868b875206088968c64e1decfead5",
"body": null,
"is_bot": false,
"headline": "docs(contract): clarify cancellable retry wait",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-15T19:03:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12ec92522dfb72f4d862b30410ca1ab366189d0e",
"body": null,
"is_bot": false,
"headline": "docs(contract): define permission and retry invariants",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-15T18:59:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1655b273aec6984c344b247db9014c789f5c6b2c",
"body": null,
"is_bot": false,
"headline": "docs: document Claude Code native onboarding",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-15T15:34:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37c55dbde3351ff3ed25410f307e245be8cc1609",
"body": null,
"is_bot": false,
"headline": "docs: add Claude Code gated readiness fixture",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-15T15:33:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "123909964dcba2ed417684417bee804c580417a4",
"body": null,
"is_bot": false,
"headline": "docs: correct Claude readiness fixture contract",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-15T15:33:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8884bd271c6999b6d574047046f63d3ac4b0f155",
"body": null,
"is_bot": false,
"headline": "docs: require explicit Claude subscription token",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-15T15:04:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6962ab774efb3e80d2f47af70e53051080308788",
"body": null,
"is_bot": false,
"headline": "chore: ignore local worktrees",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-15T14:23:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "290ba48b684bc657554383ec80ad10f446a76f71",
"body": null,
"is_bot": false,
"headline": "docs: plan Claude Code readiness fixture",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-15T14:18:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26e001aca0e6be99eaa8e91cc5f20cb428844ae8",
"body": null,
"is_bot": false,
"headline": "docs: design Claude Code readiness fixture",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-15T14:13:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87cea3aa99c95626e406cbcf96d530fab1359452",
"body": null,
"is_bot": false,
"headline": "Update .gitignore",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-10T10:48:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83c16e86afaad5550ee830f38838d6f9466112d7",
"body": null,
"is_bot": false,
"headline": "Update .gitignore",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-10T10:48:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f68e3561d30fe185feaea5a2381c4fc35f79905",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(changelog): cut v0.5.1 — dependency security bumps",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-08T10:32:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1792e90c5298d17af9c4fc82133fbb348eb3a182",
"body": "Go (call-graph-reachable per govulncheck):\n- containerd/v2 2.1.5 -> 2.1.9 (clears 5 advisories)\n- in-toto-golang 0.9.0 -> 0.11.0 (clears 1)\n\nUI dev tooling (build-time only; never shipped in the awf binary):\n- vite ^5.4.11 -> ^6.4.3, vitest ^2.1.8 -> ^3.2.6 (clears 5, incl. the\n critical vitest UI-\n[…]\nt test (gofmt+vet+golangci-lint + -race suite) green;\nui typecheck + test (8/8) + build green; go ui tests re-run vs rebuilt dist.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "build(deps): clear resolvable dependency advisories",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-08T10:32:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9ff163e65d5e0bbdebc3925a1b5f3dc24ee32734",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(changelog): cut v0.5.0 — codexlive live visibility + Contract v1",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-08T08:33:06Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3ca0b683a7b1008ab3357b128863bc816dbbcdd5",
"body": null,
"is_bot": false,
"headline": "Merge branch 'feat/codexlive-live-visibility'",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-08T08:32:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87f952fe65e848fbe6bf11d973afd0b2265636ab",
"body": "Two coupled changes to the openai/codex-live adapter.\n\nFix: deliverResponse copied a nil *RPCError straight into the error-typed\nrpcResponse.Error field, yielding a non-nil (typed-nil) interface — so every\nsuccessful JSON-RPC response was misread as an error \"<nil>\", and turn/start\ncould nil-panic i\n[…]\nerver), not the codex CLI's snake_case\n\"command_execution\"; single-sourced as constants so the parser and drain loop\ncannot drift.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(codexlive): live event visibility + fix typed-nil RPCError",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-08T08:31:55Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5207cf2af504088d4d22c27239de289b1ff8b979",
"body": "…ntract v1)\n\nAdd COMPATIBILITY.md — a stability policy giving the machine-facing contract its\nown \"Contract v1\" version, decoupled from the pre-1.0 binary (SemVer 0.x). Bless\nthe awf run invocation flags + exit codes and the awf outputs JSON + exit codes as\nstable; the run <id>: <outcome> line stays\n[…]\n and\ncross-reference the policy from README and SECURITY.md. Docs + one comment only;\nno runtime, exit-code, or JSON-shape change.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(cli): document run/outputs as a versioned stability contract (Co…",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-08T08:14:53Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "cf9ec290dcb4c8e3923782375b6cff5979b3d844",
"body": "…ding rules\n\nAdd schema/workflow.v1.schema.json — a hand-authored STRUCTURAL JSON Schema for\nthe AWF workflow document (all 13 node kinds as a key-presence oneOf, custom-\nmarshaler wire arms, $id versioned in-URI), plus schema/workflow_schema_test.go\npinning it to the IR via the marshaled + authored\n[…]\nit from awf outputs in awf.1.\n\nStructural sieve only; awf validate stays the semantic authority. No format, IR,\nor runtime change.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(schema): publish workflow-document JSON Schema + consolidate bin…",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-08T01:46:48Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0ce8b352d6bdf8c559b92c8a686602454c96543c",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(changelog): cut v0.4.1 — native timeout process-tree reap",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-07T22:51:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7da1f9933daf8ca7ab131904c7dd666b46831d90",
"body": "fix(native): reap the process tree on timeout, not just the direct child.\nA native step's workload runs as a grandchild (sh -c + sandbox trampoline);\nthe default CommandContext cancel SIGKILLed only the direct child, so the\ngrandchild survived holding the pipes open and the whole run deadlocked\n(doc\n[…]\ntDelay backstop) reaps the workload and surfaces the timeout as a\nretryable_failure, restoring the retry / recovery:continue path.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Merge branch 'fix-native-timeout-reap'",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-07T22:50:49Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a27da16c0102ca82f895b4473596c43b81143d4a",
"body": "Native ran every step via exec.CommandContext, whose default cancel SIGKILLs\nonly the DIRECT child. The real workload (codex/claude/etc.) runs as a GRANDCHILD\nunder `sh -c` and the sandbox trampoline, so on timeout it survived, held the\nstdout/stderr pipe write-ends open, and Exec's reader goroutine\n[…]\n(grandchild holds pipes past a\n500ms deadline): RED = no ExecResult within 8s; GREEN = result in ~0.5s + the\ngrandchild is reaped.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(native): reap the process tree on timeout, not just the direct child",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-07T22:47:54Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8f19cec735bbc8c47be5e69b7ba774e1df4758cb",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(changelog): cut v0.4.0 — input-parameterizable agent roles",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-07T22:20:32Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "42f15ce0a6312e7a88daac88c7236daa487aee2c",
"body": "Input-parameterizable agent roles: a role's model/system_prompt/top-level-string\nwith: may reference {{ input.* }}, resolved against the owning module's run input\nat step execution — so one `awf run --input model=…` steers a whole fleet, and a\nchild workflow's own role reads a model forwarded via ca\n[…]\nted/key templates). Deterministic on resume: the raw\ntemplate folds into the definition digest; the resolved value rides InputRef.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Merge branch 'awf-input-parameterizable-roles'",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-07T22:16:31Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "84321e39415aa996abe80c3f8a5be6774175e931",
"body": "… template (review fix)\n\nDerivedAdapter.ValidateConfig delegated through the raw, still-templated\nd.roleWith, while Launch used the engine-resolved RoleWith layer — so a role\nthat templates a value-validated key (e.g. codex's effort) always failed\ndispatch-time validation even when the resolved valu\n[…]\n dispatch when a resolved role layer is present; validation is never\nskipped, so a resolved-but-invalid value still fails cleanly.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(roles): validate the RESOLVED role with: at dispatch, not the raw…",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-07T20:44:42Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "64cf72d8d66bef8d43704e55da0cfa4470e8e357",
"body": null,
"is_bot": false,
"headline": "docs(roles): runnable example + CHANGELOG for input-parameterized roles",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-07T20:03:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4871f952ecd019a97bc21ada1c49923429d65338",
"body": "…sume/digest/guard)\n\nCovers spec §9 cases 1-4, 7-8 end-to-end on the fake backend\n(conformance/roles_input.go, registered in suite.go): root selection\nacross two runs with different --input, child selection via a\nforwarded call: input:, resume determinism (seeded call.started\nreplays instead of reco\n[…]\nstValidateReactRejectsDeclaredRole in\nir/validate_tools_test.go, mirroring the existing\nTestValidateReactRejectsNonAwfllm pattern.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "test(roles): conformance for input-parameterized roles (root/child/re…",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-07T19:32:00Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7fcfb9381de5075fa4f6ef096c1aa2a9ec62aca6",
"body": "…arameterized roles)\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(awfllm): model may ride InputRef, not definition digest (input-p…",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-07T18:58:20Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "88eee31c330c5436d410f450ec009d3f314f0daa",
"body": "…s (role+step merge)",
"is_bot": false,
"headline": "fix(roles): run-start guard suppresses templated role-key value error…",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-07T18:50:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3e5baa9dbe21ec3c7d0f41bb5a55fc27cfad7d1",
"body": "…n (root + child)",
"is_bot": false,
"headline": "feat(roles): substitute role with: against the step scope at executio…",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-07T18:35:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed4ddf8c89669e1d53abc161c1d415e603df8cb9",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "style(roles): gofmt agent/types.go (struct-tag alignment)",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-07T18:21:33Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "57467f5e39927ada7761903a9b3df7bc0b0b0885",
"body": "…esolved RoleWith at Launch",
"is_bot": false,
"headline": "feat(roles): DerivedAdapter exposes raw role with: + prefers engine-r…",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-07T18:19:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76cc37c3965bbab658c680c8b56aad0e6334d856",
"body": "…fix)\n\nengine.substituteRawConfig only substitutes top-level string VALUES, never\nmap keys, so a {{ }} template in a with: key (top-level or nested) leaked\nliterally to the adapter instead of being rejected. Add a shared\nrejectTemplateInString helper and call it on every map key in both\ncheckRoleTem\n[…]\njectAnyRoleTemplate. Also tightens the\nsystem_prompt/with.api_base test to check diagnostic paths (not just count)\nand documents AWF1067 in the AWF1067 catalog message and the agents-pass doc\ncomment.",
"is_bot": false,
"headline": "fix(roles): AWF1067 guard also rejects templates in map keys (review …",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-07T18:10:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f366169f7e636d4f9033dd7588f0dc2e4a1a46b5",
"body": null,
"is_bot": false,
"headline": "fix(roles): gofmt alignment in AWF1067 test",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-07T17:53:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "653a18dfdb487b77bfadbb327276d77bafdfea9d",
"body": "…ed templates",
"is_bot": false,
"headline": "feat(roles): AWF1067 guard — role templates are input.* only, no nest…",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-07T17:51:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50c1c487f4bbc3189d23b3c2a09ee1c5733825a1",
"body": "…overy)\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(roles): use AWF1067 for role-template guard (AWF1064 is retry.rec…",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-07T17:41:26Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5523a8e47fa8d9e025a79035ed4e86e6f139c2b5",
"body": "… revision)",
"is_bot": false,
"headline": "docs(roles): allow input.* templating in role config (format contract…",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-07T17:33:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c079ff92d45784726fb5a1697f87e100d9d7ffad",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(changelog): cut v0.3.0 — promote [Unreleased] with release summary",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-07T16:40:24Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c420a5aebdd29fdbab685e42425c17a6696a672a",
"body": "# Conflicts:\n#\tCHANGELOG.md\n#\tir/diagnostic.go",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into awf-u8-naming-sweep",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-07T15:52:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5609827ff43633fc806f779260ac53d4b1f1042a",
"body": "Reconciliation with origin/main: the native-stall feature (merged to main\nafter this branch forked) allocated AWF1064 for recovery: validation. This\nbranch had independently used AWF1064 for the F16/F17 hard-rename errors.\nSince main's AWF1064 is released, renumber this branch's to AWF1066 (U7's\nAWF\n[…]\n5 is unaffected). Catalog repositioned after AWF1065 (sort order);\nthe 1064 slot is left for main's recovery: entry to merge into.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor(u8): renumber renamed-key code AWF1064 -> AWF1066",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-07T15:45:55Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e059131e66a3af3b3a35003d8422f2e19c885253",
"body": "…nal (F45) + AWF1065; dedup AWF1065 wire text\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(u7): man page — run: container optional (F4) + concurrency optio…",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-07T15:37:24Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "425459a1867a40810498d7d784e057512db026d0",
"body": "The README's \"A First Workflow\" needed an unstated Ollama server +\nOPENAI_API_KEY (F9) even though it was the reader's very first example.\nNow that F4 makes container: optional on run: code steps (a bare run:\nauto-routes to native, no image/model/key needed), the first example\ncan be genuinely zero-\n[…]\nheckContainerlessRunCapability rejects it under --backend docker\n with AWF1065 (the \"don't overclaim docker support\" constraint).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(u7): README 4-key bare-run hello-world (F9)",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-07T14:51:39Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "69b212617ebbcf3bb2f349a9acdf38b132d0d111",
"body": "Add a man/awf-workflow.5.md REDUCING REPETITION section blessing YAML\nanchors + the <<: merge key + reserved top-level x-* holders (already\nAWF1062-exempt) as the supported way to factor out repeated step\nboilerplate (e.g. 51x `container: workspace`), with an accurate\ndigest-stability guarantee: goc\n[…]\nmerged\nfixture validates clean (x-* not flagged AWF1062) and its\nLoadedDefinition.ComputeDigest() equals the hand-expanded twin's.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(u7): REDUCING REPETITION (anchors/<<:/x-*) + roles promotion (F38)",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-07T14:27:02Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1355fc48642d9f5ad62eabdbaa092485deae3265",
"body": "…apshot reject (F4b)\n\nAdd a run-start capability guard (cli/backend_features.go) that walks all\nreachable code steps (root + imported/call modules) after backend\nresolution and rejects a container-less `run:` step under a resolved\ndocker backend (AWF1065), catching both an explicit --backend docker \n[…]\nkend native bare run:\nstep end to end, and a supplementary engine-level test confirming a bare\nstep's resolved snapshot never inherits an unrelated sibling container's\nsnapshot: workspace declaration.",
"is_bot": false,
"headline": "feat(u7): AWF1065 bare-run docker guard + resume re-provisioning + sn…",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-07T13:46:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "578df558fea3883539f632e273ad425fbfb3c07b",
"body": null,
"is_bot": false,
"headline": "feat(u7): container-less run: via per-step implicit host handle (F4a)",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-07T12:44:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "517e7183862fa6d94736ae93040df7ed3640dbae",
"body": "…d AWF1012 (F45)\n\nMap.Concurrency becomes *int (presence-tracked) so an omitted concurrency:\nis distinguishable from an explicit 0 — the old int+omitempty check\n(Concurrency == 0) could never catch negative values, which were silently\ncoerced to serial by the engine's capSize < 1 backstop with no di\n[…]\nection of concurrency <= 0 (\"must be a positive integer\").\nengine/map.go derefs safely with a nil->1 fallback as defense-in-depth.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(ir): map concurrency optional (default 1, reject <=0) + per-fiel…",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-07T12:07:46Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9f83c8107856b9ee9a6c03517219fae1ae709527",
"body": "… detection + retry-as-continue\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(stall): README feature bullet + CHANGELOG entry for native stall…",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-07T11:27:27Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "85ec7930c24da3dc7091e5486c87f5f0b095ffa0",
"body": "Detect a genuine stall (not slow-but-thinking) on agent steps and recover by\ncontinuing the same conversation, with no external watchdog.\n\nDetection is honest and per-adapter: codexlive forwards codex reasoning-summary\ndeltas as liveness events and gets a default-on ~300s idle safety-net (its only\na\n[…]\ny a\nwhole-branch adversarial review (recalibrated tiers, removed speculative\nresume-hint machinery, documented in awf-workflow.5).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: native stall detection + retry-as-continue for streaming agents",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-07T11:16:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "27e04d0440121618094ed635909041a3045a1867",
"body": "… fixture guard (F1)\n\nThe man-page flagship (awf-workflow(5) EXAMPLE) validated clean under\nir.Validate but permanent-failed at runtime: its with: { skill:, cve: }\nblocks predate the claude adapter's actual schema and match no\nadapter's with-schema. ir.Validate can't catch this since with: is\nadapte\n[…]\nth\n env is load-bearing by unsetting it and asserting ValidateConfig then\n rejects via the claude adapter's bare-mode auth gate.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(u7): flagship man example prompt-only + hermetic adapter-validate…",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-07T11:08:28Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a10029909405e208998cb16842a5eb690437a2e2",
"body": "…imits in awf-workflow.5 (review fix)",
"is_bot": false,
"headline": "docs(stall): document recovery:, codexlive default idle, and honest l…",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-07T11:08:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29b67671e1431db2abad787e608cf9f4698361f9",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(stall): reject invalid recovery: values at load (review fix)",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-07T11:01:06Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f404204ba8fd0e13cba41e591cf6ab64b9bd11c2",
"body": "…, opt-in elsewhere, drop startup-grace (review fix)\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(stall): honest asymmetric idle — codexlive-only default-on (300s)…",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-07T10:49:20Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "69f0a7f1a1fd3c0059dfe480aa46a3937fdaf244",
"body": "…-derivation (review fix)\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor(stall): remove dead resume.hint machinery; resume via key re…",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-07T10:35:19Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ac5ae2e3289fc68d6dafedae984e5a3de986ab45",
"body": "…safe continue (R2)\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(stall): journal resume hint on failed session attempt for crash-…",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-07T09:47:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a3425781debac0c9f86109ca5075a156e2d87536",
"body": "…session adapters (R3+R4+R5)\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(stall): retry-as-continue — resume thread on continue-retry for …",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-07T09:26:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e99cd2d8a0df18817666e34093ef6d7fa7329990",
"body": "…esolution (Rk)\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(stall): recovery:continue|restart knob + effective per-adapter r…",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-07T08:49:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c784a99c221a58667dd0b8512c9f2639ee6d5b40",
"body": "… (R1)\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(stall): per-attempt Attempt signal on NodeIntent/AgentInvocation…",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-07T08:37:09Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "21c82b30095f43b909d6c894da79c80c70705790",
"body": "…pters (D5)\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(stall): warn on tight idle for blind (SurfacesLiveness=None) ada…",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-07T08:21:45Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6e5a66b4112cffc4101bd3cb760e90407e6b6b42",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(stall): awf/llm per-transport liveness + Anthropic ping reset (D4)",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-07T08:07:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b317a911bccfc3b85826f07890be0766ac406ae1",
"body": "…ts (D3)\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(stall): default-on per-tier idle + startup-grace in ResolvedInpu…",
"author_name": "Valerio Baudo",
"author_login": "valbaudo",
"committed_at": "2026-07-07T07:55:50Z",
"body_truncated": false,
"is_coding_agent": true
}
],
"releases_count": 11,
"commits_last_year": 1162,
"latest_release_at": "2026-07-21T11:03:33Z",
"latest_release_tag": "v0.6.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 18,
"days_since_latest_release": 0,
"mean_days_between_releases": 2.8
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 71,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/valbaudo/awf",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/valbaudo/awf",
"is_deprecated": false,
"latest_version": "v0.6.0",
"repository_url": "https://github.com/valbaudo/awf",
"versions_count": 12,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-21T08:58:44Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 0,
"stars": 1,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [
{
"date": "2026-06-03",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_stars": 1
},
"open_issues_and_prs": 7
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"ui/tsconfig.json"
],
"toolchain_manifests": [
"cli/testdata/phase5/oracle/vulnerable-service/go.mod",
"go.mod"
],
"largest_source_bytes": 92287,
"source_files_sampled": 714,
"oversized_source_files": 4,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod",
"ui/package.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "google.golang.org/grpc",
"direct": false,
"version": "v1.81.1",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 9.1,
"advisory_ids": [
"GHSA-hrxh-6v49-42gf"
],
"fixed_version": "1.82.1",
"advisory_count": 1,
"oldest_advisory_days": 0
},
{
"name": "github.com/docker/cli",
"direct": true,
"version": "v28.5.1+incompatible",
"severity": "high",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GHSA-p436-gjf2-799p",
"GO-2026-4610"
],
"fixed_version": "29.2.0+incompatible",
"advisory_count": 2,
"oldest_advisory_days": 139
},
{
"name": "github.com/docker/docker",
"direct": true,
"version": "v28.5.2+incompatible",
"severity": "high",
"ecosystem": "go",
"cvss_score": 8.8,
"advisory_ids": [
"GHSA-pxq6-2prw-chj9",
"GHSA-rg2x-37c3-w2rh",
"GHSA-vp62-88p7-qqf5",
"GHSA-x744-4wpc-v9h2",
"GHSA-x86f-5xw2-fm2r",
"GO-2026-4883",
"GO-2026-4887",
"GO-2026-5617",
"GO-2026-5668",
"GO-2026-5746"
],
"fixed_version": "29.3.1",
"advisory_count": 10,
"oldest_advisory_days": 116
},
{
"name": "github.com/containerd/containerd/v2",
"direct": false,
"version": "v2.1.9",
"severity": "high",
"ecosystem": "go",
"cvss_score": 7.8,
"advisory_ids": [
"GHSA-fqw6-gf59-qr4w",
"GO-2026-5378"
],
"fixed_version": "2.3.1",
"advisory_count": 2,
"oldest_advisory_days": 61
},
{
"name": "github.com/moby/buildkit",
"direct": false,
"version": "v0.25.1",
"severity": "high",
"ecosystem": "go",
"cvss_score": 8.4,
"advisory_ids": [
"GHSA-4c29-8rgm-jvjj",
"GHSA-4vrq-3vrq-g6gg",
"GO-2026-4858",
"GO-2026-4859"
],
"fixed_version": "0.28.1",
"advisory_count": 4,
"oldest_advisory_days": 117
},
{
"name": "github.com/docker/compose/v2",
"direct": true,
"version": "v2.40.3",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-4610"
],
"fixed_version": "29.2.0+incompatible",
"advisory_count": 1,
"oldest_advisory_days": 133
},
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.53.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5932"
],
"fixed_version": null,
"advisory_count": 1,
"oldest_advisory_days": 14
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.55.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5942"
],
"fixed_version": "0.56.0",
"advisory_count": 1,
"oldest_advisory_days": 7
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.38.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5970"
],
"fixed_version": "0.39.0",
"advisory_count": 1,
"oldest_advisory_days": 7
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 4,
"unknown": 4,
"critical": 1
},
"advisory_count": 23,
"affected_count": 9,
"assessed_count": 404,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 3
},
"ecosystems": [
"go",
"npm"
],
"dependencies": [
{
"name": "github.com/gowebpki/jcs",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.1"
},
{
"name": "github.com/chromedp/chromedp",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.15.1"
},
{
"name": "github.com/compose-spec/compose-go/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.9.1"
},
{
"name": "github.com/containerd/errdefs",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.0"
},
{
"name": "github.com/docker/cli",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v28.5.1+incompatible"
},
{
"name": "github.com/docker/compose/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.40.3"
},
{
"name": "github.com/docker/docker",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v28.5.2+incompatible"
},
{
"name": "github.com/docker/go-units",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.5.0"
},
{
"name": "github.com/goccy/go-yaml",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.19.2"
},
{
"name": "github.com/landlock-lsm/go-landlock",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.9.0"
},
{
"name": "github.com/openai/openai-go/v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.41.0"
},
{
"name": "github.com/opencontainers/go-digest",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.0"
},
{
"name": "github.com/santhosh-tekuri/jsonschema/v6",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v6.0.2"
},
{
"name": "github.com/spf13/pflag",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.10"
},
{
"name": "go.opentelemetry.io/otel",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/exporters/stdout/stdouttrace",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/sdk",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.uber.org/goleak",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.0"
},
{
"name": "golang.org/x/sync",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.21.0"
},
{
"name": "elkjs",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^0.9.3"
},
{
"name": "react",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^18.3.1"
},
{
"name": "react-dom",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^18.3.1"
},
{
"name": "reactflow",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^11.11.4"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/chromedp/chromedp",
"direct": true,
"version": "v0.15.1",
"ecosystem": "go"
},
{
"name": "github.com/compose-spec/compose-go/v2",
"direct": true,
"version": "v2.9.1",
"ecosystem": "go"
},
{
"name": "github.com/containerd/errdefs",
"direct": true,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/docker/cli",
"direct": true,
"version": "v28.5.1+incompatible",
"ecosystem": "go"
},
{
"name": "github.com/docker/compose/v2",
"direct": true,
"version": "v2.40.3",
"ecosystem": "go"
},
{
"name": "github.com/docker/docker",
"direct": true,
"version": "v28.5.2+incompatible",
"ecosystem": "go"
},
{
"name": "github.com/docker/go-units",
"direct": true,
"version": "v0.5.0",
"ecosystem": "go"
},
{
"name": "github.com/goccy/go-yaml",
"direct": true,
"version": "v1.19.2",
"ecosystem": "go"
},
{
"name": "github.com/gowebpki/jcs",
"direct": true,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/landlock-lsm/go-landlock",
"direct": true,
"version": "v0.9.0",
"ecosystem": "go"
},
{
"name": "github.com/openai/openai-go/v3",
"direct": true,
"version": "v3.41.0",
"ecosystem": "go"
},
{
"name": "github.com/opencontainers/go-digest",
"direct": true,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/santhosh-tekuri/jsonschema/v6",
"direct": true,
"version": "v6.0.2",
"ecosystem": "go"
},
{
"name": "github.com/spf13/pflag",
"direct": true,
"version": "v1.0.10",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel",
"direct": true,
"version": "v1.44.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp",
"direct": true,
"version": "v1.44.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/exporters/stdout/stdouttrace",
"direct": true,
"version": "v1.44.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/sdk",
"direct": true,
"version": "v1.44.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/trace",
"direct": true,
"version": "v1.44.0",
"ecosystem": "go"
},
{
"name": "go.uber.org/goleak",
"direct": true,
"version": "v1.3.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sync",
"direct": true,
"version": "v0.21.0",
"ecosystem": "go"
},
{
"name": "elkjs",
"direct": true,
"version": "0.9.3",
"ecosystem": "npm"
},
{
"name": "react",
"direct": true,
"version": "18.3.1",
"ecosystem": "npm"
},
{
"name": "react-dom",
"direct": true,
"version": "18.3.1",
"ecosystem": "npm"
},
{
"name": "reactflow",
"direct": true,
"version": "11.11.4",
"ecosystem": "npm"
},
{
"name": "github.com/acarl005/stripansi",
"direct": false,
"version": "v0.0.0-20180116102854-5a71ef0e047d",
"ecosystem": "go"
},
{
"name": "github.com/apparentlymart/go-textseg/v15",
"direct": false,
"version": "v15.0.0",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2",
"direct": false,
"version": "v1.30.3",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/config",
"direct": false,
"version": "v1.27.27",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/credentials",
"direct": false,
"version": "v1.17.27",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/feature/ec2/imds",
"direct": false,
"version": "v1.16.11",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/internal/configsources",
"direct": false,
"version": "v1.3.15",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/internal/endpoints/v2",
"direct": false,
"version": "v2.6.15",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/internal/ini",
"direct": false,
"version": "v1.8.0",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding",
"direct": false,
"version": "v1.11.3",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/internal/presigned-url",
"direct": false,
"version": "v1.11.17",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/sso",
"direct": false,
"version": "v1.22.4",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/ssooidc",
"direct": false,
"version": "v1.26.4",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/sts",
"direct": false,
"version": "v1.30.3",
"ecosystem": "go"
},
{
"name": "github.com/aws/smithy-go",
"direct": false,
"version": "v1.20.3",
"ecosystem": "go"
},
{
"name": "github.com/azure/go-ansiterm",
"direct": false,
"version": "v0.0.0-20250102033503-faa5f7b0171c",
"ecosystem": "go"
},
{
"name": "github.com/beorn7/perks",
"direct": false,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/buger/goterm",
"direct": false,
"version": "v1.0.4",
"ecosystem": "go"
},
{
"name": "github.com/cenkalti/backoff/v5",
"direct": false,
"version": "v5.0.3",
"ecosystem": "go"
},
{
"name": "github.com/cespare/xxhash/v2",
"direct": false,
"version": "v2.3.0",
"ecosystem": "go"
},
{
"name": "github.com/chromedp/cdproto",
"direct": false,
"version": "v0.0.0-20260321001828-e3e3800016bc",
"ecosystem": "go"
},
{
"name": "github.com/chromedp/sysutil",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/containerd/console",
"direct": false,
"version": "v1.0.5",
"ecosystem": "go"
},
{
"name": "github.com/containerd/containerd/api",
"direct": false,
"version": "v1.9.0",
"ecosystem": "go"
},
{
"name": "github.com/containerd/containerd/v2",
"direct": false,
"version": "v2.1.9",
"ecosystem": "go"
},
{
"name": "github.com/containerd/continuity",
"direct": false,
"version": "v0.4.5",
"ecosystem": "go"
},
{
"name": "github.com/containerd/errdefs/pkg",
"direct": false,
"version": "v0.3.0",
"ecosystem": "go"
},
{
"name": "github.com/containerd/log",
"direct": false,
"version": "v0.1.0",
"ecosystem": "go"
},
{
"name": "github.com/containerd/platforms",
"direct": false,
"version": "v1.0.0-rc.2",
"ecosystem": "go"
},
{
"name": "github.com/containerd/ttrpc",
"direct": false,
"version": "v1.2.7",
"ecosystem": "go"
},
{
"name": "github.com/containerd/typeurl/v2",
"direct": false,
"version": "v2.2.3",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.2-0.20180830191138-d8f796af33cc",
"ecosystem": "go"
},
{
"name": "github.com/defanglabs/secret-detector",
"direct": false,
"version": "v0.0.0-20250403165618-22662109213e",
"ecosystem": "go"
},
{
"name": "github.com/distribution/reference",
"direct": false,
"version": "v0.6.0",
"ecosystem": "go"
},
{
"name": "github.com/docker/buildx",
"direct": false,
"version": "v0.29.1",
"ecosystem": "go"
},
{
"name": "github.com/docker/cli-docs-tool",
"direct": false,
"version": "v0.10.0",
"ecosystem": "go"
},
{
"name": "github.com/docker/distribution",
"direct": false,
"version": "v2.8.3+incompatible",
"ecosystem": "go"
},
{
"name": "github.com/docker/docker-credential-helpers",
"direct": false,
"version": "v0.9.3",
"ecosystem": "go"
},
{
"name": "github.com/docker/go",
"direct": false,
"version": "v1.5.1-1.0.20160303222718-d30aec9fd63c",
"ecosystem": "go"
},
{
"name": "github.com/docker/go-connections",
"direct": false,
"version": "v0.6.0",
"ecosystem": "go"
},
{
"name": "github.com/docker/go-metrics",
"direct": false,
"version": "v0.0.1",
"ecosystem": "go"
},
{
"name": "github.com/eiannone/keyboard",
"direct": false,
"version": "v0.0.0-20220611211555-0d226195f203",
"ecosystem": "go"
},
{
"name": "github.com/emicklei/go-restful/v3",
"direct": false,
"version": "v3.11.0",
"ecosystem": "go"
},
{
"name": "github.com/felixge/httpsnoop",
"direct": false,
"version": "v1.0.4",
"ecosystem": "go"
},
{
"name": "github.com/fsnotify/fsevents",
"direct": false,
"version": "v0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/fvbommel/sortorder",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/fxamacker/cbor/v2",
"direct": false,
"version": "v2.7.0",
"ecosystem": "go"
},
{
"name": "github.com/go-json-experiment/json",
"direct": false,
"version": "v0.0.0-20260214004413-d219187c3433",
"ecosystem": "go"
},
{
"name": "github.com/go-logr/logr",
"direct": false,
"version": "v1.4.3",
"ecosystem": "go"
},
{
"name": "github.com/go-logr/stdr",
"direct": false,
"version": "v1.2.2",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/jsonpointer",
"direct": false,
"version": "v0.21.0",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/jsonreference",
"direct": false,
"version": "v0.20.2",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag",
"direct": false,
"version": "v0.23.0",
"ecosystem": "go"
},
{
"name": "github.com/go-viper/mapstructure/v2",
"direct": false,
"version": "v2.4.0",
"ecosystem": "go"
},
{
"name": "github.com/gobwas/httphead",
"direct": false,
"version": "v0.1.0",
"ecosystem": "go"
},
{
"name": "github.com/gobwas/pool",
"direct": false,
"version": "v0.2.1",
"ecosystem": "go"
},
{
"name": "github.com/gobwas/ws",
"direct": false,
"version": "v1.4.0",
"ecosystem": "go"
},
{
"name": "github.com/gofrs/flock",
"direct": false,
"version": "v0.12.1",
"ecosystem": "go"
},
{
"name": "github.com/gogo/protobuf",
"direct": false,
"version": "v1.3.2",
"ecosystem": "go"
},
{
"name": "github.com/golang-jwt/jwt/v5",
"direct": false,
"version": "v5.2.2",
"ecosystem": "go"
},
{
"name": "github.com/golang/protobuf",
"direct": false,
"version": "v1.5.4",
"ecosystem": "go"
},
{
"name": "github.com/google/gnostic-models",
"direct": false,
"version": "v0.6.8",
"ecosystem": "go"
},
{
"name": "github.com/google/go-cmp",
"direct": false,
"version": "v0.7.0",
"ecosystem": "go"
},
{
"name": "github.com/google/gofuzz",
"direct": false,
"version": "v1.2.0",
"ecosystem": "go"
},
{
"name": "github.com/google/shlex",
"direct": false,
"version": "v0.0.0-20191202100458-e7afc7fbc510",
"ecosystem": "go"
},
{
"name": "github.com/google/uuid",
"direct": false,
"version": "v1.6.0",
"ecosystem": "go"
},
{
"name": "github.com/gorilla/mux",
"direct": false,
"version": "v1.8.1",
"ecosystem": "go"
},
{
"name": "github.com/gorilla/websocket",
"direct": false,
"version": "v1.5.0",
"ecosystem": "go"
},
{
"name": "github.com/grpc-ecosystem/grpc-gateway/v2",
"direct": false,
"version": "v2.29.0",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/errwrap",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/go-cleanhttp",
"direct": false,
"version": "v0.5.2",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/go-multierror",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/go-version",
"direct": false,
"version": "v1.7.0",
"ecosystem": "go"
},
{
"name": "github.com/in-toto/attestation",
"direct": false,
"version": "v1.1.2",
"ecosystem": "go"
},
{
"name": "github.com/in-toto/in-toto-golang",
"direct": false,
"version": "v0.11.0",
"ecosystem": "go"
},
{
"name": "github.com/inconshreveable/mousetrap",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/inhies/go-bytesize",
"direct": false,
"version": "v0.0.0-20220417184213-4913239db9cf",
"ecosystem": "go"
},
{
"name": "github.com/jonboulle/clockwork",
"direct": false,
"version": "v0.5.0",
"ecosystem": "go"
},
{
"name": "github.com/josharian/intern",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/json-iterator/go",
"direct": false,
"version": "v1.1.12",
"ecosystem": "go"
},
{
"name": "github.com/klauspost/compress",
"direct": false,
"version": "v1.18.0",
"ecosystem": "go"
},
{
"name": "github.com/mailru/easyjson",
"direct": false,
"version": "v0.7.7",
"ecosystem": "go"
},
{
"name": "github.com/masterminds/semver/v3",
"direct": false,
"version": "v3.4.0",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-runewidth",
"direct": false,
"version": "v0.0.16",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-shellwords",
"direct": false,
"version": "v1.0.12",
"ecosystem": "go"
},
{
"name": "github.com/microsoft/go-winio",
"direct": false,
"version": "v0.6.2",
"ecosystem": "go"
},
{
"name": "github.com/miekg/pkcs11",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/mitchellh/hashstructure/v2",
"direct": false,
"version": "v2.0.2",
"ecosystem": "go"
},
{
"name": "github.com/moby/buildkit",
"direct": false,
"version": "v0.25.1",
"ecosystem": "go"
},
{
"name": "github.com/moby/docker-image-spec",
"direct": false,
"version": "v1.3.1",
"ecosystem": "go"
},
{
"name": "github.com/moby/go-archive",
"direct": false,
"version": "v0.1.0",
"ecosystem": "go"
},
{
"name": "github.com/moby/locker",
"direct": false,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/moby/patternmatcher",
"direct": false,
"version": "v0.6.0",
"ecosystem": "go"
},
{
"name": "github.com/moby/spdystream",
"direct": false,
"version": "v0.5.1",
"ecosystem": "go"
},
{
"name": "github.com/moby/sys/atomicwriter",
"direct": false,
"version": "v0.1.0",
"ecosystem": "go"
},
{
"name": "github.com/moby/sys/capability",
"direct": false,
"version": "v0.4.0",
"ecosystem": "go"
},
{
"name": "github.com/moby/sys/mountinfo",
"direct": false,
"version": "v0.7.2",
"ecosystem": "go"
},
{
"name": "github.com/moby/sys/sequential",
"direct": false,
"version": "v0.6.0",
"ecosystem": "go"
},
{
"name": "github.com/moby/sys/signal",
"direct": false,
"version": "v0.7.1",
"ecosystem": "go"
},
{
"name": "github.com/moby/sys/symlink",
"direct": false,
"version": "v0.3.0",
"ecosystem": "go"
},
{
"name": "github.com/moby/sys/user",
"direct": false,
"version": "v0.4.0",
"ecosystem": "go"
},
{
"name": "github.com/moby/sys/userns",
"direct": false,
"version": "v0.1.0",
"ecosystem": "go"
},
{
"name": "github.com/moby/term",
"direct": false,
"version": "v0.5.2",
"ecosystem": "go"
},
{
"name": "github.com/modern-go/concurrent",
"direct": false,
"version": "v0.0.0-20180306012644-bacd9c7ef1dd",
"ecosystem": "go"
},
{
"name": "github.com/modern-go/reflect2",
"direct": false,
"version": "v1.0.2",
"ecosystem": "go"
},
{
"name": "github.com/morikuni/aec",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/munnerz/goautoneg",
"direct": false,
"version": "v0.0.0-20191010083416-a7dc8b61c822",
"ecosystem": "go"
},
{
"name": "github.com/mxk/go-flowrate",
"direct": false,
"version": "v0.0.0-20140419014527-cca7078d478f",
"ecosystem": "go"
},
{
"name": "github.com/opencontainers/image-spec",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/pelletier/go-toml",
"direct": false,
"version": "v1.9.5",
"ecosystem": "go"
},
{
"name": "github.com/pkg/errors",
"direct": false,
"version": "v0.9.1",
"ecosystem": "go"
},
{
"name": "github.com/planetscale/vtprotobuf",
"direct": false,
"version": "v0.6.1-0.20240319094008-0393e58bdf10",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "v1.0.1-0.20181226105442-5d4384ee4fb2",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/client_golang",
"direct": false,
"version": "v1.22.0",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/client_model",
"direct": false,
"version": "v0.6.1",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/common",
"direct": false,
"version": "v0.62.0",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/procfs",
"direct": false,
"version": "v0.15.1",
"ecosystem": "go"
},
{
"name": "github.com/rivo/uniseg",
"direct": false,
"version": "v0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/secure-systems-lab/go-securesystemslib",
"direct": false,
"version": "v0.10.0",
"ecosystem": "go"
},
{
"name": "github.com/serialx/hashring",
"direct": false,
"version": "v0.0.0-20200727003509-22c0c7ab6b1b",
"ecosystem": "go"
},
{
"name": "github.com/shibumi/go-pathspec",
"direct": false,
"version": "v1.3.0",
"ecosystem": "go"
},
{
"name": "github.com/sirupsen/logrus",
"direct": false,
"version": "v1.9.3",
"ecosystem": "go"
},
{
"name": "github.com/skratchdot/open-golang",
"direct": false,
"version": "v0.0.0-20200116055534-eef842397966",
"ecosystem": "go"
},
{
"name": "github.com/spf13/cobra",
"direct": false,
"version": "v1.10.2",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": false,
"version": "v1.11.1",
"ecosystem": "go"
},
{
"name": "github.com/theupdateframework/notary",
"direct": false,
"version": "v0.7.0",
"ecosystem": "go"
},
{
"name": "github.com/tidwall/gjson",
"direct": false,
"version": "v1.18.0",
"ecosystem": "go"
},
{
"name": "github.com/tidwall/match",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/tidwall/pretty",
"direct": false,
"version": "v1.2.1",
"ecosystem": "go"
},
{
"name": "github.com/tidwall/sjson",
"direct": false,
"version": "v1.2.5",
"ecosystem": "go"
},
{
"name": "github.com/tilt-dev/fsnotify",
"direct": false,
"version": "v1.4.8-0.20220602155310-fff9c274a375",
"ecosystem": "go"
},
{
"name": "github.com/tonistiigi/dchapes-mode",
"direct": false,
"version": "v0.0.0-20250318174251-73d941a28323",
"ecosystem": "go"
},
{
"name": "github.com/tonistiigi/fsutil",
"direct": false,
"version": "v0.0.0-20250605211040-586307ad452f",
"ecosystem": "go"
},
{
"name": "github.com/tonistiigi/go-csvvalue",
"direct": false,
"version": "v0.0.0-20240814133006-030d3b2625d0",
"ecosystem": "go"
},
{
"name": "github.com/tonistiigi/units",
"direct": false,
"version": "v0.0.0-20180711220420-6950e57a87ea",
"ecosystem": "go"
},
{
"name": "github.com/tonistiigi/vt100",
"direct": false,
"version": "v0.0.0-20240514184818-90bafcd6abab",
"ecosystem": "go"
},
{
"name": "github.com/x448/float16",
"direct": false,
"version": "v0.8.4",
"ecosystem": "go"
},
{
"name": "github.com/xhit/go-str2duration/v2",
"direct": false,
"version": "v2.1.0",
"ecosystem": "go"
},
{
"name": "github.com/zclconf/go-cty",
"direct": false,
"version": "v1.17.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/auto/sdk",
"direct": false,
"version": "v1.2.1",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc",
"direct": false,
"version": "v0.60.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace",
"direct": false,
"version": "v0.60.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",
"direct": false,
"version": "v0.68.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace",
"direct": false,
"version": "v1.44.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/metric",
"direct": false,
"version": "v1.44.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/sdk/metric",
"direct": false,
"version": "v1.44.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/proto/otlp",
"direct": false,
"version": "v1.10.0",
"ecosystem": "go"
},
{
"name": "go.yaml.in/yaml/v3",
"direct": false,
"version": "v3.0.4",
"ecosystem": "go"
},
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.53.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.55.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/oauth2",
"direct": false,
"version": "v0.36.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.46.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/term",
"direct": false,
"version": "v0.44.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.38.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/time",
"direct": false,
"version": "v0.15.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"direct": false,
"version": "v0.0.0-20260526163538-3dc84a4a5aaa",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"direct": false,
"version": "v0.0.0-20260526163538-3dc84a4a5aaa",
"ecosystem": "go"
},
{
"name": "google.golang.org/grpc",
"direct": false,
"version": "v1.81.1",
"ecosystem": "go"
},
{
"name": "google.golang.org/protobuf",
"direct": false,
"version": "v1.36.11",
"ecosystem": "go"
},
{
"name": "gopkg.in/evanphx/json-patch.v4",
"direct": false,
"version": "v4.12.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/inf.v0",
"direct": false,
"version": "v0.9.1",
"ecosystem": "go"
},
{
"name": "gopkg.in/ini.v1",
"direct": false,
"version": "v1.67.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": false,
"version": "v3.0.1",
"ecosystem": "go"
},
{
"name": "k8s.io/api",
"direct": false,
"version": "v0.32.3",
"ecosystem": "go"
},
{
"name": "k8s.io/apimachinery",
"direct": false,
"version": "v0.32.3",
"ecosystem": "go"
},
{
"name": "k8s.io/client-go",
"direct": false,
"version": "v0.32.3",
"ecosystem": "go"
},
{
"name": "k8s.io/klog/v2",
"direct": false,
"version": "v2.130.1",
"ecosystem": "go"
},
{
"name": "k8s.io/kube-openapi",
"direct": false,
"version": "v0.0.0-20241105132330-32ad38e42d3f",
"ecosystem": "go"
},
{
"name": "k8s.io/utils",
"direct": false,
"version": "v0.0.0-20241104100929-3ea5e8cea738",
"ecosystem": "go"
},
{
"name": "kernel.org/pub/linux/libs/security/libcap/psx",
"direct": false,
"version": "v1.2.77",
"ecosystem": "go"
},
{
"name": "sigs.k8s.io/json",
"direct": false,
"version": "v0.0.0-20241010143419-9aa6b5e7a4b3",
"ecosystem": "go"
},
{
"name": "sigs.k8s.io/structured-merge-diff/v4",
"direct": false,
"version": "v4.4.2",
"ecosystem": "go"
},
{
"name": "sigs.k8s.io/yaml",
"direct": false,
"version": "v1.4.0",
"ecosystem": "go"
},
{
"name": "tags.cncf.io/container-device-interface",
"direct": false,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "@babel/code-frame",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/compat-data",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/core",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/generator",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-compilation-targets",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-globals",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-imports",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-transforms",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-plugin-utils",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-string-parser",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-option",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helpers",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-react-jsx-self",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-react-jsx-source",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/template",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/traverse",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/types",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/aix-ppc64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-x64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-arm64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-x64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-arm64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-x64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ia32",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-loong64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-mips64el",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ppc64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-riscv64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-s390x",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-x64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-arm64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-x64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-arm64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-x64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/openharmony-arm64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/sunos-x64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-arm64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-ia32",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-x64",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "@jridgewell/gen-mapping",
"direct": false,
"version": "0.3.13",
"ecosystem": "npm"
},
{
"name": "@jridgewell/remapping",
"direct": false,
"version": "2.3.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/resolve-uri",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "@jridgewell/sourcemap-codec",
"direct": false,
"version": "1.5.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/trace-mapping",
"direct": false,
"version": "0.3.31",
"ecosystem": "npm"
},
{
"name": "@reactflow/background",
"direct": false,
"version": "11.3.14",
"ecosystem": "npm"
},
{
"name": "@reactflow/controls",
"direct": false,
"version": "11.2.14",
"ecosystem": "npm"
},
{
"name": "@reactflow/core",
"direct": false,
"version": "11.11.4",
"ecosystem": "npm"
},
{
"name": "@reactflow/minimap",
"direct": false,
"version": "11.7.14",
"ecosystem": "npm"
},
{
"name": "@reactflow/node-resizer",
"direct": false,
"version": "2.2.14",
"ecosystem": "npm"
},
{
"name": "@reactflow/node-toolbar",
"direct": false,
"version": "1.3.14",
"ecosystem": "npm"
},
{
"name": "@rolldown/pluginutils",
"direct": false,
"version": "1.0.0-beta.27",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm-eabi",
"direct": false,
"version": "4.61.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm64",
"direct": false,
"version": "4.61.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-arm64",
"direct": false,
"version": "4.61.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-x64",
"direct": false,
"version": "4.61.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-freebsd-arm64",
"direct": false,
"version": "4.61.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-freebsd-x64",
"direct": false,
"version": "4.61.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm-gnueabihf",
"direct": false,
"version": "4.61.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm-musleabihf",
"direct": false,
"version": "4.61.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm64-gnu",
"direct": false,
"version": "4.61.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm64-musl",
"direct": false,
"version": "4.61.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-loong64-gnu",
"direct": false,
"version": "4.61.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-loong64-musl",
"direct": false,
"version": "4.61.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-ppc64-gnu",
"direct": false,
"version": "4.61.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-ppc64-musl",
"direct": false,
"version": "4.61.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-riscv64-gnu",
"direct": false,
"version": "4.61.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-riscv64-musl",
"direct": false,
"version": "4.61.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-s390x-gnu",
"direct": false,
"version": "4.61.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-x64-gnu",
"direct": false,
"version": "4.61.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-x64-musl",
"direct": false,
"version": "4.61.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-openbsd-x64",
"direct": false,
"version": "4.61.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-openharmony-arm64",
"direct": false,
"version": "4.61.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-arm64-msvc",
"direct": false,
"version": "4.61.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-ia32-msvc",
"direct": false,
"version": "4.61.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-x64-gnu",
"direct": false,
"version": "4.61.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-x64-msvc",
"direct": false,
"version": "4.61.1",
"ecosystem": "npm"
},
{
"name": "@types/babel__core",
"direct": false,
"version": "7.20.5",
"ecosystem": "npm"
},
{
"name": "@types/babel__generator",
"direct": false,
"version": "7.27.0",
"ecosystem": "npm"
},
{
"name": "@types/babel__template",
"direct": false,
"version": "7.4.4",
"ecosystem": "npm"
},
{
"name": "@types/babel__traverse",
"direct": false,
"version": "7.28.0",
"ecosystem": "npm"
},
{
"name": "@types/chai",
"direct": false,
"version": "5.2.3",
"ecosystem": "npm"
},
{
"name": "@types/d3",
"direct": false,
"version": "7.4.3",
"ecosystem": "npm"
},
{
"name": "@types/d3-array",
"direct": false,
"version": "3.2.2",
"ecosystem": "npm"
},
{
"name": "@types/d3-axis",
"direct": false,
"version": "3.0.6",
"ecosystem": "npm"
},
{
"name": "@types/d3-brush",
"direct": false,
"version": "3.0.6",
"ecosystem": "npm"
},
{
"name": "@types/d3-chord",
"direct": false,
"version": "3.0.6",
"ecosystem": "npm"
},
{
"name": "@types/d3-color",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "@types/d3-contour",
"direct": false,
"version": "3.0.6",
"ecosystem": "npm"
},
{
"name": "@types/d3-delaunay",
"direct": false,
"version": "6.0.4",
"ecosystem": "npm"
},
{
"name": "@types/d3-dispatch",
"direct": false,
"version": "3.0.7",
"ecosystem": "npm"
},
{
"name": "@types/d3-drag",
"direct": false,
"version": "3.0.7",
"ecosystem": "npm"
},
{
"name": "@types/d3-dsv",
"direct": false,
"version": "3.0.7",
"ecosystem": "npm"
},
{
"name": "@types/d3-ease",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "@types/d3-fetch",
"direct": false,
"version": "3.0.7",
"ecosystem": "npm"
},
{
"name": "@types/d3-force",
"direct": false,
"version": "3.0.10",
"ecosystem": "npm"
},
{
"name": "@types/d3-format",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "@types/d3-geo",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "@types/d3-hierarchy",
"direct": false,
"version": "3.1.7",
"ecosystem": "npm"
},
{
"name": "@types/d3-interpolate",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "@types/d3-path",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "@types/d3-polygon",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "@types/d3-quadtree",
"direct": false,
"version": "3.0.6",
"ecosystem": "npm"
},
{
"name": "@types/d3-random",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "@types/d3-scale",
"direct": false,
"version": "4.0.9",
"ecosystem": "npm"
},
{
"name": "@types/d3-scale-chromatic",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "@types/d3-selection",
"direct": false,
"version": "3.0.11",
"ecosystem": "npm"
},
{
"name": "@types/d3-shape",
"direct": false,
"version": "3.1.8",
"ecosystem": "npm"
},
{
"name": "@types/d3-time",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "@types/d3-time-format",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "@types/d3-timer",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "@types/d3-transition",
"direct": false,
"version": "3.0.9",
"ecosystem": "npm"
},
{
"name": "@types/d3-zoom",
"direct": false,
"version": "3.0.8",
"ecosystem": "npm"
},
{
"name": "@types/deep-eql",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.9",
"ecosystem": "npm"
},
{
"name": "@types/geojson",
"direct": false,
"version": "7946.0.16",
"ecosystem": "npm"
},
{
"name": "@types/prop-types",
"direct": false,
"version": "15.7.15",
"ecosystem": "npm"
},
{
"name": "@types/react",
"direct": false,
"version": "18.3.31",
"ecosystem": "npm"
},
{
"name": "@types/react-dom",
"direct": false,
"version": "18.3.7",
"ecosystem": "npm"
},
{
"name": "@vitejs/plugin-react",
"direct": false,
"version": "4.7.0",
"ecosystem": "npm"
},
{
"name": "@vitest/expect",
"direct": false,
"version": "3.2.7",
"ecosystem": "npm"
},
{
"name": "@vitest/mocker",
"direct": false,
"version": "3.2.7",
"ecosystem": "npm"
},
{
"name": "@vitest/pretty-format",
"direct": false,
"version": "3.2.7",
"ecosystem": "npm"
},
{
"name": "@vitest/runner",
"direct": false,
"version": "3.2.7",
"ecosystem": "npm"
},
{
"name": "@vitest/snapshot",
"direct": false,
"version": "3.2.7",
"ecosystem": "npm"
},
{
"name": "@vitest/spy",
"direct": false,
"version": "3.2.7",
"ecosystem": "npm"
},
{
"name": "@vitest/utils",
"direct": false,
"version": "3.2.7",
"ecosystem": "npm"
},
{
"name": "assertion-error",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "baseline-browser-mapping",
"direct": false,
"version": "2.10.34",
"ecosystem": "npm"
},
{
"name": "browserslist",
"direct": false,
"version": "4.28.2",
"ecosystem": "npm"
},
{
"name": "cac",
"direct": false,
"version": "6.7.14",
"ecosystem": "npm"
},
{
"name": "caniuse-lite",
"direct": false,
"version": "1.0.30001797",
"ecosystem": "npm"
},
{
"name": "chai",
"direct": false,
"version": "5.3.3",
"ecosystem": "npm"
},
{
"name": "check-error",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "classcat",
"direct": false,
"version": "5.0.5",
"ecosystem": "npm"
},
{
"name": "convert-source-map",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "csstype",
"direct": false,
"version": "3.2.3",
"ecosystem": "npm"
},
{
"name": "d3-color",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "d3-dispatch",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "d3-drag",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "d3-ease",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "d3-interpolate",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "d3-selection",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "d3-timer",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "d3-transition",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "d3-zoom",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "deep-eql",
"direct": false,
"version": "5.0.2",
"ecosystem": "npm"
},
{
"name": "electron-to-chromium",
"direct": false,
"version": "1.5.368",
"ecosystem": "npm"
},
{
"name": "es-module-lexer",
"direct": false,
"version": "1.7.0",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "0.25.12",
"ecosystem": "npm"
},
{
"name": "escalade",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "estree-walker",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "expect-type",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "fdir",
"direct": false,
"version": "6.5.0",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "gensync",
"direct": false,
"version": "1.0.0-beta.2",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "9.0.1",
"ecosystem": "npm"
},
{
"name": "jsesc",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "json5",
"direct": false,
"version": "2.2.3",
"ecosystem": "npm"
},
{
"name": "loose-envify",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "loupe",
"direct": false,
"version": "3.2.1",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "magic-string",
"direct": false,
"version": "0.30.21",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.12",
"ecosystem": "npm"
},
{
"name": "node-releases",
"direct": false,
"version": "2.0.47",
"ecosystem": "npm"
},
{
"name": "pathe",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "pathval",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.5",
"ecosystem": "npm"
},
{
"name": "postcss",
"direct": false,
"version": "8.5.15",
"ecosystem": "npm"
},
{
"name": "react-refresh",
"direct": false,
"version": "0.17.0",
"ecosystem": "npm"
},
{
"name": "rollup",
"direct": false,
"version": "4.61.1",
"ecosystem": "npm"
},
{
"name": "scheduler",
"direct": false,
"version": "0.23.2",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "6.3.1",
"ecosystem": "npm"
},
{
"name": "siginfo",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "source-map-js",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "stackback",
"direct": false,
"version": "0.0.2",
"ecosystem": "npm"
},
{
"name": "std-env",
"direct": false,
"version": "3.10.0",
"ecosystem": "npm"
},
{
"name": "strip-literal",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "tinybench",
"direct": false,
"version": "2.9.0",
"ecosystem": "npm"
},
{
"name": "tinyexec",
"direct": false,
"version": "0.3.2",
"ecosystem": "npm"
},
{
"name": "tinyglobby",
"direct": false,
"version": "0.2.17",
"ecosystem": "npm"
},
{
"name": "tinypool",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "tinyrainbow",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "tinyspy",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "5.9.3",
"ecosystem": "npm"
},
{
"name": "update-browserslist-db",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "use-sync-external-store",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "vite",
"direct": false,
"version": "6.4.3",
"ecosystem": "npm"
},
{
"name": "vite-node",
"direct": false,
"version": "3.2.4",
"ecosystem": "npm"
},
{
"name": "vitest",
"direct": false,
"version": "3.2.7",
"ecosystem": "npm"
},
{
"name": "why-is-node-running",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "yallist",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "zustand",
"direct": false,
"version": "4.5.7",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 404,
"direct_count": 25,
"indirect_count": 379
}
},
"maintainership": {
"issues": {
"open_prs": 4,
"merged_prs": 6,
"open_issues": 3,
"closed_ratio": 0.667,
"closed_issues": 6,
"closed_unmerged_prs": 8
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "valbaudo",
"commits": 1161,
"avatar_url": "https://avatars.githubusercontent.com/u/41023626?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"pricing.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum",
"package-lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/29 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 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": 10,
"reason": "security policy file 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": "13 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "6546668eb5ce1356a9e3085f9796a84811a234a6",
"ran_at": "2026-07-22T02:09:19Z",
"aggregate_score": 3.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-21T20:23:44Z",
"oldest_open_prs": [
{
"number": 23,
"created_at": "2026-07-08T09:25:01Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 24,
"created_at": "2026-07-15T09:24:11Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 25,
"created_at": "2026-07-15T09:24:15Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 26,
"created_at": "2026-07-15T09:24:21Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-16T07:28:55Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 20,
"created_at": "2026-07-06T21:12:39Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 21,
"created_at": "2026-07-06T21:12:40Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 22,
"created_at": "2026-07-06T21:12:41Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/valbaudo/awf",
"host": "github.com",
"name": "awf",
"owner": "valbaudo"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"security": 37,
"vitality": 76,
"community": 33,
"governance": 46,
"engineering": 84
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 76,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"commits_last_year": 1162,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 18
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "18/52 weeks with commits",
"points": 12.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 18
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "1162 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 1162
}
}
],
"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": 11,
"latest_release_tag": "v0.6.0",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 2.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "11 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 11
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~2.8 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 2.8
}
}
],
"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": 33,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 1,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "below_threshold"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 1
}
}
],
"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 (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"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
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 46,
"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": "at_risk",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"merged_prs": 6,
"open_issues": 3,
"closed_issues": 6,
"issue_closed_ratio": 0.667,
"closed_unmerged_prs": 8
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "67% of issues closed",
"points": 31.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 67
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "6/14 decided PRs merged",
"points": 16.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 6,
"decided": 14
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/29 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": 46,
"inputs": {
"followers": 4,
"owner_type": "User",
"is_verified": null,
"owner_login": "valbaudo",
"public_repos": 19,
"account_age_days": 2934
},
"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": "4 followers of valbaudo",
"points": 5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 4,
"login": "valbaudo"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "19 public repos, account ~8 yr old",
"points": 21.5,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 19
}
},
{
"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": [
"github.com/valbaudo/awf"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "12 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 12
}
}
],
"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": 84,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"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": ".golangci.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"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": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"topics": [
"agentic-workflow",
"agents",
"llm-agents",
"agentic-workflow-format",
"agent-orchestration",
"agentic-workflows",
"ai-agents",
"checkpointing",
"cli",
"golang",
"llm",
"llm-eval",
"workflow-engine"
],
"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": 37,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 35,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.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": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/29 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 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": 5,
"status": "met",
"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": "13 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "at_risk",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 404 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 404
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 47,
"inputs": {
"source": "osv",
"advisories": 23,
"affected_packages": 9,
"assessed_packages": 404,
"unassessed_packages": 0,
"affected_by_severity": "critical 1, high 4, unknown 4",
"direct_affected_packages": 3
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "3 affected: github.com/docker/cli v28.5.1+incompatible (high), github.com/docker/docker v28.5.2+incompatible (high 8.8), github.com/docker/compose/v2 v2.40.3 (unknown)",
"points": 8.3,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 3,
"packages": "github.com/docker/cli v28.5.1+incompatible (high), github.com/docker/docker v28.5.2+incompatible (high 8.8), github.com/docker/compose/v2 v2.40.3 (unknown)"
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "3 advisory-carrying package(s) unaddressed past 90 days; oldest published 139 days ago",
"points": 27.2,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 3,
"oldest": 139
}
}
],
"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": 404,
"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": 68,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.95,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"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": "95 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 95,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "excellent",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 87,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum",
"package-lock.json"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"ui/tsconfig.json"
],
"agent_commit_share": 0.48,
"toolchain_manifests": [
"cli/testdata/phase5/oracle/vulnerable-service/go.mod",
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"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": ".golangci.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "ui/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "ui/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": "48 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 48,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "dependency automation configured, none observed in the sampled commits",
"points": 5,
"status": "partial",
"details": [
{
"code": "dependency_bot_config_only",
"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": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 92287,
"source_files_sampled": 714,
"oversized_source_files": 4
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "4/714 source files over 60KB",
"points": 54.7,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 714,
"oversized": 4
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [],
"report_type": "repository",
"generated_at": "2026-07-22T02:09:25.624063Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/v/valbaudo/awf.svg",
"full_name": "valbaudo/awf",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}