Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 377,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 86045,
"Shell": 63
},
"pushed_at": "2026-07-17T20:45:20Z",
"created_at": "2024-03-14T05:02:41Z",
"owner_type": "User",
"updated_at": "2026-07-17T20:45:06Z",
"description": "An extensible Behavior Tree library in Go.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "http://code.joshpollak.com/",
"name": "Joshua Chaitin-Pollak",
"type": "User",
"login": "jbcpollak",
"company": "@Pickle-Robot ",
"location": "Boston Area",
"followers": 27,
"avatar_url": "https://avatars.githubusercontent.com/u/188558?v=4",
"created_at": "2010-01-23T22:17:31Z",
"is_verified": null,
"public_repos": 88,
"account_age_days": 6023
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.6.0",
"kind": "minor",
"published_at": "2026-07-17T20:45:20Z"
},
{
"tag": "v2.5.0",
"kind": "minor",
"published_at": "2026-05-27T21:08:25Z"
},
{
"tag": "v2.4.0",
"kind": "minor",
"published_at": "2026-03-09T19:30:07Z"
},
{
"tag": "v2.3.0",
"kind": "minor",
"published_at": "2026-03-09T18:11:15Z"
},
{
"tag": "v2.2.1",
"kind": "patch",
"published_at": "2026-03-02T19:25:30Z"
},
{
"tag": "v2.2.0",
"kind": "minor",
"published_at": "2025-12-11T21:44:59Z"
},
{
"tag": "v2.1.1",
"kind": "patch",
"published_at": "2025-12-01T18:18:53Z"
},
{
"tag": "v2.1.0",
"kind": "minor",
"published_at": "2025-10-23T17:40:07Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2025-07-25T17:48:25Z"
},
{
"tag": "v1.5.2",
"kind": "patch",
"published_at": "2025-04-25T15:07:40Z"
},
{
"tag": "v1.5.1",
"kind": "patch",
"published_at": "2025-02-12T19:45:12Z"
},
{
"tag": "v1.5.0",
"kind": "minor",
"published_at": "2024-12-30T17:09:47Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2024-12-13T21:22:46Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2024-08-21T13:56:15Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2024-07-31T19:29:26Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2024-05-17T18:32:19Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2024-05-17T14:45:44Z"
}
],
"recent_commits": [
{
"oid": "af01c39f3101959cc62fb9585c6b6a3029b343df",
"body": "feat: atomic state provider",
"is_bot": false,
"headline": "Merge pull request #54 from jbcpollak/feat/atomic-state-provider",
"author_name": "nivanov-ati",
"author_login": "nivanov-ati",
"committed_at": "2026-07-17T20:44:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b3c70e64b80419d100750ff324000faaecfca8e",
"body": null,
"is_bot": false,
"headline": "preventing nil deference paninc when get is called before set",
"author_name": "Nik Ivanov",
"author_login": "nivanov-ati",
"committed_at": "2026-07-17T20:30:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6996217a226b08a2bfbfb1596b2a2ade4d32c878",
"body": null,
"is_bot": false,
"headline": "feat: atomic state provider",
"author_name": "Nik Ivanov",
"author_login": "nivanov-ati",
"committed_at": "2026-07-17T20:19:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d6544ceea47139bde20a1891ff2ac7a1f63c78e",
"body": "feat: added state view getter",
"is_bot": false,
"headline": "Merge pull request #53 from jbcpollak/feat/state-view-getter",
"author_name": "nivanov-ati",
"author_login": "nivanov-ati",
"committed_at": "2026-05-27T21:07:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ed0a7431c40ea735854a7c32da765848df079a4",
"body": null,
"is_bot": false,
"headline": "renamed private struct type as well",
"author_name": "Nik Ivanov",
"author_login": "nivanov-ati",
"committed_at": "2026-05-27T21:04:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "def9b28299213c69f6dd48562ec25b4a93ec3dc0",
"body": null,
"is_bot": false,
"headline": "renamed MakeStateViewGetter to MakeStateView",
"author_name": "Nik Ivanov",
"author_login": "nivanov-ati",
"committed_at": "2026-05-27T21:03:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1421607d2ce72ec4b1664ce095e89f6c9531a440",
"body": null,
"is_bot": false,
"headline": "feat: added state view getter",
"author_name": "Nik Ivanov",
"author_login": "nivanov-ati",
"committed_at": "2026-05-27T19:03:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85bde1f33c1cdb1c3c631e87c04d6645a7e33c59",
"body": "feat: added paramswitch; changed switch to be an instantiation of paramswitch",
"is_bot": false,
"headline": "Merge pull request #52 from jbcpollak/feat/add-parameterized-switch",
"author_name": "Chris Urffer",
"author_login": "SimNine",
"committed_at": "2026-03-09T18:54:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "567ca47e16aa27a491993b4c34b3ce6a7f7c85be",
"body": null,
"is_bot": false,
"headline": "no capitalize error string",
"author_name": "Chris Urffer",
"author_login": "SimNine",
"committed_at": "2026-03-09T18:37:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2adda8441fc3dda2c890037c1bf62d4c95919931",
"body": null,
"is_bot": false,
"headline": "rename paramswitch file",
"author_name": "Chris Urffer",
"author_login": "SimNine",
"committed_at": "2026-03-09T18:36:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fca9285264be72e405a4e9275207cf509560be0",
"body": "Co-authored-by: Matthew Gabeler-Lee <mgabeler-lee@ati-inc.co>",
"is_bot": false,
"headline": "Update common/condition/paramswitch.go",
"author_name": "Chris Urffer",
"author_login": "SimNine",
"committed_at": "2026-03-09T18:35:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff7ab305e3e4c1f610305093a6d5fc6684588085",
"body": null,
"is_bot": false,
"headline": "refactored paramswitch to make use of underlying composite",
"author_name": "Chris Urffer",
"author_login": "SimNine",
"committed_at": "2026-03-09T18:27:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2233f983b4b214f0f0084c97c1e805c9589cdde",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into feat/add-parameterized-switch",
"author_name": "Chris Urffer",
"author_login": "SimNine",
"committed_at": "2026-03-09T18:11:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32770dd2c9ea1b199a4fea1ac2d04588205e599d",
"body": "feat: async with impl and devcontainer fix",
"is_bot": false,
"headline": "Merge pull request #51 from jbcpollak/feat/async-with",
"author_name": "nivanov-ati",
"author_login": "nivanov-ati",
"committed_at": "2026-03-09T18:10:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0597a44866bfb85e1894871320e725c50bedc1e",
"body": null,
"is_bot": false,
"headline": "order the children",
"author_name": "Chris Urffer",
"author_login": "SimNine",
"committed_at": "2026-03-06T23:06:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e61f6d52d0335c6836c74ebe56cc2e0f1f34fc4a",
"body": null,
"is_bot": false,
"headline": "renamed paramSwitch to switchMap",
"author_name": "Chris Urffer",
"author_login": "SimNine",
"committed_at": "2026-03-06T22:57:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b234c134fcf2988f7dbdf507d5687adcadc64e82",
"body": null,
"is_bot": false,
"headline": "added paramswitch; changed switch to be an instantiation of paramswitch",
"author_name": "Chris Urffer",
"author_login": "SimNine",
"committed_at": "2026-03-06T22:44:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5705b700b7c8aafe488776b5de55f0cb27de394c",
"body": null,
"is_bot": false,
"headline": "tests",
"author_name": "Nik Ivanov",
"author_login": "nivanov-ati",
"committed_at": "2026-03-06T04:20:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c40058e5a9ef5b726c4940c15d4f924cfdd08dc",
"body": null,
"is_bot": false,
"headline": "feat: async with impl and devcontainer fix",
"author_name": "Nik Ivanov",
"author_login": "nivanov-ati",
"committed_at": "2026-03-06T04:03:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a2fbeff5307cfe7353ca04cd1781bf98328db28",
"body": null,
"is_bot": false,
"headline": "fix: move most non-test logs to debug level (#50)",
"author_name": "Matthew Gabeler-Lee",
"author_login": "fastcat",
"committed_at": "2026-03-02T19:25:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da3748fdbc7e4740089ebc023c3d77648a6f4664",
"body": null,
"is_bot": false,
"headline": "fix: lint",
"author_name": "Matthew Gabeler-Lee",
"author_login": "fastcat",
"committed_at": "2026-03-02T19:11:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98fba8aff2e09fba0e0bbbcae51139e4e8fcd4cf",
"body": null,
"is_bot": false,
"headline": "fix: move most non-test logs to debug level",
"author_name": "Matthew Gabeler-Lee",
"author_login": "fastcat",
"committed_at": "2026-03-02T18:20:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5b6b712bf97c3cff73d1f8d15da65eca046365a",
"body": "feat: Real V2",
"is_bot": false,
"headline": "feat: Real V2 (#49)",
"author_name": "Matthew Gabeler-Lee",
"author_login": "fastcat",
"committed_at": "2025-12-11T21:44:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d72193c6cf790971d96bdac0ed1996ccf6ef899e",
"body": null,
"is_bot": false,
"headline": "fix: nicer whitespace",
"author_name": "Matthew Gabeler-Lee",
"author_login": "fastcat",
"committed_at": "2025-12-11T20:33:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a928291463822d340b6f9371682424d309e9e3f",
"body": null,
"is_bot": false,
"headline": "fix: cleanups",
"author_name": "Matthew Gabeler-Lee",
"author_login": "fastcat",
"committed_at": "2025-12-10T18:39:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a86d8acc3aac59a0c6865123c0336f2d839d3812",
"body": null,
"is_bot": false,
"headline": "fix: use go 1.25 in ci",
"author_name": "Matthew Gabeler-Lee",
"author_login": "fastcat",
"committed_at": "2025-12-10T18:35:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f4bb85366d63f562a5339117394d24027739d50",
"body": "…Root member",
"is_bot": false,
"headline": "feat: expose Tree type so consumers can pass it around, but hide the …",
"author_name": "Matthew Gabeler-Lee",
"author_login": "fastcat",
"committed_at": "2025-12-09T22:05:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ae61f15b35cecc859a9a0335cc141469634481b",
"body": "…nd internal context usage",
"is_bot": false,
"headline": "feat: more improvements in context handling, cleanup some waitgroup a…",
"author_name": "Matthew Gabeler-Lee",
"author_login": "fastcat",
"committed_at": "2025-12-09T21:52:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5d1d9d6c095179eb854d9aa145813db4bd2c089",
"body": null,
"is_bot": false,
"headline": "fix: update devcontainer go version to match go.mod",
"author_name": "Matthew Gabeler-Lee",
"author_login": "fastcat",
"committed_at": "2025-12-08T22:52:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0aede7de26c4f4f8d2d7d13b2f3695a1ca6a0561",
"body": null,
"is_bot": false,
"headline": "fix: remove legacy method",
"author_name": "Matthew Gabeler-Lee",
"author_login": "fastcat",
"committed_at": "2025-12-08T20:01:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "633bba670b093da814ed7f5cfcb31450ed42ea36",
"body": null,
"is_bot": false,
"headline": "fix: updoot golangci-lint",
"author_name": "Matthew Gabeler-Lee",
"author_login": "fastcat",
"committed_at": "2025-12-03T21:23:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da11e40a624a0e8a13a6e3b119913489d4f468dd",
"body": null,
"is_bot": false,
"headline": "feat: real v2 module",
"author_name": "Matthew Gabeler-Lee",
"author_login": "fastcat",
"committed_at": "2025-12-03T21:19:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0f94e767119c328f230363805a91feefe2991f1",
"body": "… their nodes instead",
"is_bot": false,
"headline": "feat: drop the blackboard, users should use DI to provide values into…",
"author_name": "Matthew Gabeler-Lee",
"author_login": "fastcat",
"committed_at": "2025-12-03T21:18:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cae3ad06ba5aab971394d979dfd62484a6c7565",
"body": null,
"is_bot": false,
"headline": "feat: add context.Context in a bunch of places",
"author_name": "Matthew Gabeler-Lee",
"author_login": "fastcat",
"committed_at": "2025-12-03T21:07:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cc0fd9fbcd6dabc6e0d04edadf5206acb21bcf5",
"body": null,
"is_bot": false,
"headline": "fix: add `State[T]` \"full\" interface",
"author_name": "Matthew Gabeler-Lee",
"author_login": "fastcat",
"committed_at": "2025-12-01T18:18:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7425ce3857ff26341714797d5b24ab26f8d664df",
"body": null,
"is_bot": false,
"headline": "fix: add `State[T]` \"full\" interface",
"author_name": "Matthew Gabeler-Lee",
"author_login": "fastcat",
"committed_at": "2025-12-01T17:38:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2836e078bf8a9a9c21e990dc45dd6f55af8206f3",
"body": "feat: public enqueue method",
"is_bot": false,
"headline": "Merge pull request #47 from jbcpollak/feat/public-enqueue-method",
"author_name": "nivanov-ati",
"author_login": "nivanov-ati",
"committed_at": "2025-10-23T17:39:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff00a4b8082a0c0cf1b6594aa7740b989d845461",
"body": null,
"is_bot": false,
"headline": "feat: public enqueue method",
"author_name": "Nik Ivanov",
"author_login": "nivanov-ati",
"committed_at": "2025-10-23T15:31:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53c6596a9ca6983ed4f01797491435c02ece4d06",
"body": "fix: make dynamic decorator no longer remove a reference to its children on leave",
"is_bot": false,
"headline": "Merge pull request #46 from jbcpollak/fix/dynamic-decorator-children",
"author_name": "Chris Urffer",
"author_login": "SimNine",
"committed_at": "2025-10-21T20:09:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a05ca0a37cbb1f2af32ab29be0d266c2125093c3",
"body": "…n leave",
"is_bot": false,
"headline": "make dynamic decorator no longer remove a reference to its children o…",
"author_name": "Chris Urffer",
"author_login": "SimNine",
"committed_at": "2025-10-21T19:13:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9884f14cf3bc203f487de78874a7a1b20fc3d874",
"body": "feat: better close signature for With node BREAKING CHANGE",
"is_bot": false,
"headline": "Merge pull request #44 from jbcpollak/feat/better-with-closer",
"author_name": "nivanov-ati",
"author_login": "nivanov-ati",
"committed_at": "2025-07-25T17:47:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3db1e589050431da58e2ad3f0d672ae760eb20e0",
"body": null,
"is_bot": false,
"headline": "named parameters for clarity",
"author_name": "Nik Ivanov",
"author_login": "nivanov-ati",
"committed_at": "2025-07-22T13:08:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5436c0bc856938cccdd5cf93b9a4f7eacd44b279",
"body": null,
"is_bot": false,
"headline": "removed old todos",
"author_name": "Nik Ivanov",
"author_login": "nivanov-ati",
"committed_at": "2025-07-22T13:06:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2107e6734b465e31773a96b28f2bf08a09adb57",
"body": null,
"is_bot": false,
"headline": "fixed tests",
"author_name": "Nik Ivanov",
"author_login": "nivanov-ati",
"committed_at": "2025-07-22T13:04:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7efc9e200ab753c591e9a1c8b7b248c89af4bc3",
"body": null,
"is_bot": false,
"headline": "feat: better close signature for With node BREAKING CHANGE",
"author_name": "Nik Ivanov",
"author_login": "nivanov-ati",
"committed_at": "2025-07-21T21:26:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd4dc4d6fa0e9d3a862a2e1237586cee5bfae0e4",
"body": "feat: added 'name prefix' field to all nodes, and function to fetch it",
"is_bot": false,
"headline": "Merge pull request #43 from jbcpollak/feat/link-child-nodes-to-parents-2",
"author_name": "Chris Urffer",
"author_login": "SimNine",
"committed_at": "2025-06-27T21:02:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b3117e19b17cf1b1868e66ad5953f6956a8d52c",
"body": null,
"is_bot": false,
"headline": "fix error creation",
"author_name": "Chris Urffer",
"author_login": null,
"committed_at": "2025-06-27T20:59:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8f91df55ec083838bf9dbf4e9ce8e394e5364b0",
"body": null,
"is_bot": false,
"headline": "added panic if node name contains separator",
"author_name": "Chris Urffer",
"author_login": null,
"committed_at": "2025-06-27T20:57:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe8b7cc071477fe801d4b4ea81e04e19e7000605",
"body": null,
"is_bot": false,
"headline": "fixed redundant setting of node name prefix",
"author_name": "Chris Urffer",
"author_login": null,
"committed_at": "2025-06-27T20:47:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a00316a2223a2129b77bb497df2f97321d3c031",
"body": null,
"is_bot": false,
"headline": "fix missed composed function call",
"author_name": "Chris Urffer",
"author_login": null,
"committed_at": "2025-06-27T20:38:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acffcda7d060088c57671560b962a47acc9334cd",
"body": null,
"is_bot": false,
"headline": "call underlying methods instead of per-instance methods",
"author_name": "Chris Urffer",
"author_login": null,
"committed_at": "2025-06-27T20:21:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf1e1480f08ebc9bf2e5d46101b4b5da1f6cf992",
"body": null,
"is_bot": false,
"headline": "move SetNamePrefix to 'Node' interface",
"author_name": "Chris Urffer",
"author_login": null,
"committed_at": "2025-06-27T20:15:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "722dfa3cccd2c8a27bdf900ae65311cddf4912e5",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into feat/link-child-nodes-to-parents-2",
"author_name": "Chris Urffer",
"author_login": null,
"committed_at": "2025-06-27T20:08:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a023601c647a6e280bcb68f5bc40c110bc7ef70",
"body": "feat: allow multiple visitors",
"is_bot": false,
"headline": "Merge pull request #37 from jbcpollak/feat/allow-multiple-visitors",
"author_name": "nivanov-ati",
"author_login": "nivanov-ati",
"committed_at": "2025-06-27T20:08:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0178e66501ba31d2525f027d40d6bfedcda3de0b",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into feat/link-child-nodes-to-parents-2",
"author_name": "Chris Urffer",
"author_login": null,
"committed_at": "2025-06-27T20:07:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a35ef373ebba67a727326dc396122909871772d0",
"body": null,
"is_bot": false,
"headline": "non-functional change to unwedge merging",
"author_name": "Nik Ivanov",
"author_login": "nivanov-ati",
"committed_at": "2025-06-27T20:07:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33b17b750ec035504a0b6fb77d570bcb95b1b27e",
"body": "…reenstalk into feat/allow-multiple-visitors",
"is_bot": false,
"headline": "Merge branch 'feat/allow-multiple-visitors' of github.com:jbcpollak/g…",
"author_name": "Nik Ivanov",
"author_login": "nivanov-ati",
"committed_at": "2025-06-27T20:04:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7af2619095149a96481c5b15d71c2bb0dce360d4",
"body": null,
"is_bot": false,
"headline": "empty commit",
"author_name": "Nik Ivanov",
"author_login": "nivanov-ati",
"committed_at": "2025-06-27T20:04:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e11a263621be0b3351a10c562bff2fb5b0165ef",
"body": null,
"is_bot": false,
"headline": "fixed tests",
"author_name": "Chris Urffer",
"author_login": null,
"committed_at": "2025-06-27T19:55:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a01226d7ef78f04f69aa8bf9f025776a9c04d52",
"body": "…tors'",
"is_bot": false,
"headline": "changed multiple calls to 'WithVisitor' to a single call of 'WithVisi…",
"author_name": "Chris Urffer",
"author_login": null,
"committed_at": "2025-06-27T19:53:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd754a9bd55405379c769140ae8b402a2339bee1",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into feat/allow-multiple-visitors",
"author_name": "Chris Urffer",
"author_login": null,
"committed_at": "2025-06-27T19:52:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0d1ae6924cb30e6c00e0c7571ce73304844a2eb",
"body": null,
"is_bot": false,
"headline": "added 'name prefix' field to all nodes",
"author_name": "Chris Urffer",
"author_login": null,
"committed_at": "2025-06-27T19:51:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67be7c5ab154321f00d6062a5c960ae64c6f432f",
"body": "…nodes-2\n\nfeat: added named constructors for all nodes",
"is_bot": false,
"headline": "Merge pull request #42 from jbcpollak/feat/pass-names-into-composite-…",
"author_name": "Chris Urffer",
"author_login": "SimNine",
"committed_at": "2025-06-27T19:29:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8647e7b0d49eed83536eb4192d6cc2c3c113a36",
"body": "Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Update common/decorator/inverter.go",
"author_name": "Chris Urffer",
"author_login": "SimNine",
"committed_at": "2025-06-27T15:44:25Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "eee4fcafa77536108e8daffe5020a30258ed28a0",
"body": null,
"is_bot": false,
"headline": "added named constructors for all nodes that did not yet have that option",
"author_name": "Chris Urffer",
"author_login": null,
"committed_at": "2025-06-27T15:34:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9383cecf295e1be9a6e0f99caf3babc48b0573ef",
"body": "feat: log only the diff of tree transitions",
"is_bot": false,
"headline": "Merge pull request #36 from jbcpollak/tree-diff-logger",
"author_name": "nivanov-ati",
"author_login": "nivanov-ati",
"committed_at": "2025-06-27T15:03:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "970ec5a446327da13c3ae7617141eae57aa881c3",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into tree-diff-logger",
"author_name": "nivanov-ati",
"author_login": "nivanov-ati",
"committed_at": "2025-06-27T14:59:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e616104868a057447889a5aba778c70347749ee9",
"body": "fix: go 1.24",
"is_bot": false,
"headline": "Merge pull request #39 from fastcat/fix/go124",
"author_name": "Joshua Chaitin-Pollak",
"author_login": "jbcpollak",
"committed_at": "2025-04-25T15:07:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79bddcb0ea89da978167814cae01bd76b218a773",
"body": null,
"is_bot": false,
"headline": "fix: cherry-pick some small fixes from #38",
"author_name": "Matthew Gabeler-Lee",
"author_login": "fastcat",
"committed_at": "2025-04-22T18:46:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce0ba200a14b43b97d18dc75ed4ec245e289eb9f",
"body": null,
"is_bot": false,
"headline": "fix: cleanup for new linter version",
"author_name": "Matthew Gabeler-Lee",
"author_login": "fastcat",
"committed_at": "2025-04-22T18:45:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48d6a0aa30527d3428aba84a18b0fb613c98ddb7",
"body": null,
"is_bot": false,
"headline": "fix: need to upgrade golangci-lint for go 1.24",
"author_name": "Matthew Gabeler-Lee",
"author_login": "fastcat",
"committed_at": "2025-04-22T18:44:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f35a6c0f733ca7b920521234cc7f5e1db0feca7a",
"body": null,
"is_bot": false,
"headline": "chore: spellcheck",
"author_name": "Matthew Gabeler-Lee",
"author_login": "fastcat",
"committed_at": "2025-04-21T21:30:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "705b3871d0d24302f9180a6daf99826f954a34f8",
"body": null,
"is_bot": false,
"headline": "feat: allow multiple visitors",
"author_name": "Nik Ivanov",
"author_login": "nivanov-ati",
"committed_at": "2025-03-20T17:57:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4515d50b4f5179b507bd06d73ec1c1e641e9a8c4",
"body": null,
"is_bot": false,
"headline": "removed unused function",
"author_name": "Nik Ivanov",
"author_login": "nivanov-ati",
"committed_at": "2025-03-11T18:34:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dba8814888943a145407ddd08c8c90b29ab4f0bb",
"body": null,
"is_bot": false,
"headline": "mod tidy",
"author_name": "Nik Ivanov",
"author_login": "nivanov-ati",
"committed_at": "2025-03-05T22:21:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f9a24d229f4aefaa7dd7f250054caed0c80e498",
"body": null,
"is_bot": false,
"headline": "log only the diff of tree transitions",
"author_name": "Nik Ivanov",
"author_login": "nivanov-ati",
"committed_at": "2025-03-05T22:17:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95fe2c44b429d01da70ae83ab3be5be2ad578da8",
"body": "fix: added context to FunctionAction and AsyncFunctionAction",
"is_bot": false,
"headline": "Merge pull request #35 from jbcpollak/fix/action-context",
"author_name": "Joshua Chaitin-Pollak",
"author_login": "jbcpollak",
"committed_at": "2025-02-12T19:44:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09e4f9d8ef46636445d7374dfdc4896f8701e07a",
"body": null,
"is_bot": false,
"headline": "add a second select case for error handling race condition",
"author_name": "Nik Ivanov",
"author_login": "nivanov-ati",
"committed_at": "2025-02-07T18:38:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc635041c4b5ce3e8c2ce4d9ed7863b5e0df41ae",
"body": "…s in select case",
"is_bot": false,
"headline": "fixed async function race condition by reading and writing to channel…",
"author_name": "Nik Ivanov",
"author_login": "nivanov-ati",
"committed_at": "2025-02-07T18:36:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0eca610fe387e9fee9912779ec3667866dea2493",
"body": null,
"is_bot": false,
"headline": "synchronize async function event enqueueing and channel closing",
"author_name": "Nik Ivanov",
"author_login": "nivanov-ati",
"committed_at": "2025-02-07T16:24:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b02256605f7ca4376309339f114f65834c7bc52",
"body": null,
"is_bot": false,
"headline": "removed context from FunctionAction",
"author_name": "Nik Ivanov",
"author_login": "nivanov-ati",
"committed_at": "2025-02-06T16:31:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32cb4deab0bbcb952814f5303b714414440e173e",
"body": null,
"is_bot": false,
"headline": "fix: added context to FunctionAction and AsyncFunctionAction",
"author_name": "Nik Ivanov",
"author_login": "nivanov-ati",
"committed_at": "2025-02-04T22:14:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bb9a6182f3c50ccc0e1ed1a4b858d2151d708a4",
"body": null,
"is_bot": false,
"headline": "feat: synchronized state + parallel fixes",
"author_name": "Joshua Chaitin-Pollak",
"author_login": "jbcpollak",
"committed_at": "2024-12-30T17:09:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5c0dcac97f9e39692051f1708c6548b77b32727",
"body": null,
"is_bot": false,
"headline": "parallel tests",
"author_name": "Nik Ivanov",
"author_login": "nivanov-ati",
"committed_at": "2024-12-30T16:46:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "052fba2957f05b74346a1e1f08f031b04fe384a3",
"body": "feat: added synchronized state provider",
"is_bot": false,
"headline": "Merge pull request #34 from jbcpollak/feat/synchronized-state",
"author_name": "nivanov-ati",
"author_login": "nivanov-ati",
"committed_at": "2024-12-30T16:42:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32290dd1f1a2f47731c08759e35e6c95719df29c",
"body": "…nto feat/synchronized-state",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/fix/parallel-reactivation-fix' i…",
"author_name": "Nik Ivanov",
"author_login": "nivanov-ati",
"committed_at": "2024-12-26T14:30:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f3893621bd4daa14e66f12f02303c0677fe9b23",
"body": "…tion-fix",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into fix/parallel-reactiva…",
"author_name": "Nik Ivanov",
"author_login": "nivanov-ati",
"committed_at": "2024-12-26T14:29:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13e2febceffc1e02902d4d2f67adc2946ce82af6",
"body": null,
"is_bot": false,
"headline": "fixed nested parallels",
"author_name": "Nik Ivanov",
"author_login": "nivanov-ati",
"committed_at": "2024-12-24T18:56:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23377b3f69530759cf3f931de7e19bd1919db649",
"body": null,
"is_bot": false,
"headline": "feat: added synchronized state provider",
"author_name": "Nik Ivanov",
"author_login": "nivanov-ati",
"committed_at": "2024-12-21T17:41:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d7ffc3f9850897c7dc2a96e003038dcee98dc08",
"body": null,
"is_bot": false,
"headline": "fix: fixed parallel node reset of state",
"author_name": "Nik Ivanov",
"author_login": "nivanov-ati",
"committed_at": "2024-12-19T21:51:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cf8f6d72b5f05b5014619b9053f60f88c46c3f1",
"body": "feat: dynamic decorator and fixed parallel node",
"is_bot": false,
"headline": "Merge pull request #32 from jbcpollak/feat/runtime-sequence",
"author_name": "Joshua Chaitin-Pollak",
"author_login": "jbcpollak",
"committed_at": "2024-12-13T21:22:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0185ba1482457938030eea32007ff9bbb14f8cae",
"body": null,
"is_bot": false,
"headline": "dynamic decorator is in, runtime sequence is out",
"author_name": "Nik Ivanov",
"author_login": "nivanov-ati",
"committed_at": "2024-12-13T21:05:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60aa50f7db092010cc3e6c7a5262fe119bb539c2",
"body": null,
"is_bot": false,
"headline": "handle error statuses in parallel",
"author_name": "Nik Ivanov",
"author_login": "nivanov-ati",
"committed_at": "2024-12-13T17:10:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28d830a0d65a81a79127d9582329f6ed8d2a611f",
"body": null,
"is_bot": false,
"headline": "added test for parallel execution",
"author_name": "Nik Ivanov",
"author_login": "nivanov-ati",
"committed_at": "2024-12-13T16:39:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc1cfa621603e8ad3b5d8d5c3d20d633bd530d1e",
"body": null,
"is_bot": false,
"headline": "parallel node can now return multiple running statuses",
"author_name": "Nik Ivanov",
"author_login": "nivanov-ati",
"committed_at": "2024-12-13T14:39:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1971746d303fd3f611a0d86e5674d5d4e975ead",
"body": null,
"is_bot": false,
"headline": "children fn now returns an error too",
"author_name": "Nik Ivanov",
"author_login": "nivanov-ati",
"committed_at": "2024-12-03T18:19:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ecdcdf5cc23b632d9a373adb676b3c9a25a3037",
"body": null,
"is_bot": false,
"headline": "feat: runtime sequence",
"author_name": "Nik Ivanov",
"author_login": "nivanov-ati",
"committed_at": "2024-12-02T20:38:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1074c688d8b5117f105d0ec0bf3c82123cf04f4",
"body": null,
"is_bot": false,
"headline": "feat: added reset to stateprovider",
"author_name": "Joshua Chaitin-Pollak",
"author_login": "jbcpollak",
"committed_at": "2024-08-21T13:55:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c334e2138ec373f01ede728a06038dd829162bea",
"body": null,
"is_bot": false,
"headline": "added state resetter",
"author_name": "Nik Ivanov",
"author_login": "nivanov-ati",
"committed_at": "2024-08-20T20:07:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f24e8a18031d56ea7611ec03739d724d8aaa538d",
"body": null,
"is_bot": false,
"headline": "set linter version",
"author_name": "Nik Ivanov",
"author_login": "nivanov-ati",
"committed_at": "2024-08-20T19:48:24Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 17,
"commits_last_year": 41,
"latest_release_at": "2026-07-17T20:45:20Z",
"latest_release_tag": "v2.6.0",
"releases_from_tags": false,
"days_since_last_push": 4,
"active_weeks_last_year": 10,
"days_since_latest_release": 4,
"mean_days_between_releases": 49.8
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/jbcpollak/greenstalk/v2",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/jbcpollak/greenstalk/v2",
"is_deprecated": false,
"latest_version": "v2.6.0",
"repository_url": "https://github.com/jbcpollak/greenstalk",
"versions_count": 9,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-17T20:44:47Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4
}
]
},
"popularity": {
"forks": 1,
"stars": 5,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2025-04-21",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": null,
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": true,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 7542,
"source_files_sampled": 56,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.38.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 60
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 1
},
"advisory_count": 1,
"affected_count": 1,
"assessed_count": 7,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/fatih/color",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.18.0"
},
{
"name": "github.com/google/uuid",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "github.com/pkg/errors",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.9.1"
},
{
"name": "github.com/sergi/go-diff",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.4.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/fatih/color",
"direct": true,
"version": "v1.18.0",
"ecosystem": "go"
},
{
"name": "github.com/google/uuid",
"direct": true,
"version": "v1.6.0",
"ecosystem": "go"
},
{
"name": "github.com/pkg/errors",
"direct": true,
"version": "v0.9.1",
"ecosystem": "go"
},
{
"name": "github.com/sergi/go-diff",
"direct": true,
"version": "v1.4.0",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-colorable",
"direct": false,
"version": "v0.1.14",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-isatty",
"direct": false,
"version": "v0.0.20",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.38.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 7,
"direct_count": 4,
"indirect_count": 3
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 45,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 1,
"closed_unmerged_prs": 6
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "jbcpollak",
"commits": 84,
"avatar_url": "https://avatars.githubusercontent.com/u/188558?v=4"
},
{
"type": "User",
"login": "nivanov-ati",
"commits": 83,
"avatar_url": "https://avatars.githubusercontent.com/u/157386214?v=4"
},
{
"type": "User",
"login": "askft",
"commits": 66,
"avatar_url": "https://avatars.githubusercontent.com/u/8709972?v=4"
},
{
"type": "User",
"login": "fastcat",
"commits": 21,
"avatar_url": "https://avatars.githubusercontent.com/u/390963?v=4"
},
{
"type": "User",
"login": "SimNine",
"commits": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/24561071?v=4"
}
],
"contributors_sampled": 5,
"top_contributor_share": 0.313
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"go.yml",
"release.yml",
"semantic.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"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": 5,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "6 out of 6 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": 10,
"reason": "all changesets reviewed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 5,
"reason": "7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"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": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "af01c39f3101959cc62fb9585c6b6a3029b343df",
"ran_at": "2026-07-22T13:44:25Z",
"aggregate_score": 4.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-17T20:45:25Z",
"oldest_open_prs": [
{
"number": 38,
"created_at": "2025-04-21T21:55:53Z",
"last_comment_at": "2025-04-22T19:32:19Z",
"last_comment_author": "fastcat"
},
{
"number": 45,
"created_at": "2025-08-30T21:54:38Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-17T20:44:48Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/jbcpollak/greenstalk",
"host": "github.com",
"name": "greenstalk",
"owner": "jbcpollak"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"security": 60,
"vitality": 74,
"community": 29,
"governance": 74,
"engineering": 60
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 74,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"commits_last_year": 41,
"human_commit_share": 1,
"days_since_last_push": 4,
"active_weeks_last_year": 10
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "10/52 weeks with commits",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 10
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "41 commits in the last year",
"points": 14.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 41
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 92,
"inputs": {
"releases_count": 17,
"latest_release_tag": "v2.6.0",
"releases_from_tags": false,
"days_since_latest_release": 4,
"mean_days_between_releases": 49.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "17 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 17
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~49.8 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 49.8
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 4,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 4 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 4
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 29,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"forks": 1,
"stars": 5,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "5 stars",
"points": 9.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 5
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"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": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 74,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 5,
"top_contributor_share": 0.313
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 31% of commits",
"points": 15.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 31
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "5 contributors",
"points": 6.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 5
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 96,
"inputs": {
"merged_prs": 45,
"open_issues": 0,
"closed_issues": 1,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 6
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "45/51 decided PRs merged",
"points": 33.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 45,
"decided": 51
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "all changesets reviewed",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 57,
"inputs": {
"followers": 27,
"owner_type": "User",
"is_verified": null,
"owner_login": "jbcpollak",
"public_repos": 88,
"account_age_days": 6023
},
"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": "27 followers of jbcpollak",
"points": 10.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 27,
"login": "jbcpollak"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "88 public repos, account ~16 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 88
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/jbcpollak/greenstalk/v2"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 4
},
"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 4 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 4
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "9 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 9
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 60,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "6 out of 6 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"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": 0,
"status": "missed",
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 60,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 50,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "6 out of 6 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": "all changesets reviewed",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 3.8,
"status": "partial",
"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 not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 7 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",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 7
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 1,
"affected_packages": 1,
"assessed_packages": 7,
"unassessed_packages": 0,
"affected_by_severity": "unknown 1",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "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": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 7,
"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": 4
},
"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": 54,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.48,
"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": "48 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 25.6,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 48,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": true,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.01,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "devcontainer, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "devcontainer, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "1 of the last 100 commits agent-authored or agent-credited",
"points": 2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 7542,
"source_files_sampled": 56,
"oversized_source_files": 0
},
"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": "0/56 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 56,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-22T13:44:42.384310Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/j/jbcpollak/greenstalk.svg",
"full_name": "jbcpollak/greenstalk",
"license_state": "standard",
"license_spdx": "MIT"
}