Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 7440,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 398876,
"Shell": 945,
"Makefile": 4194
},
"pushed_at": "2026-07-20T15:49:10Z",
"created_at": "2024-09-22T11:12:43Z",
"owner_type": "Organization",
"updated_at": "2026-07-20T15:48:37Z",
"description": "regular expression language for serialized data",
"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": "http://katydid.org.za",
"name": "katydid",
"type": "Organization",
"login": "katydid",
"company": null,
"location": null,
"followers": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/9207606?v=4",
"created_at": "2014-10-14T04:06:12Z",
"is_verified": null,
"public_repos": 39,
"account_age_days": 4306
},
"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.7.1",
"kind": "patch",
"published_at": "2026-07-20T15:49:10Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2026-06-28T15:34:58Z"
},
{
"tag": "v0.6.4",
"kind": "patch",
"published_at": "2026-01-18T13:19:26Z"
},
{
"tag": "v0.6.3",
"kind": "patch",
"published_at": "2025-04-25T07:50:46Z"
},
{
"tag": "v0.6.2",
"kind": "patch",
"published_at": "2025-04-15T08:13:13Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2025-04-14T13:16:18Z"
},
{
"tag": "v0.5.5",
"kind": "patch",
"published_at": "2025-04-14T12:53:36Z"
},
{
"tag": "v0.5.4",
"kind": "patch",
"published_at": "2025-02-20T14:37:06Z"
},
{
"tag": "v0.5.3",
"kind": "patch",
"published_at": "2025-01-23T10:48:26Z"
},
{
"tag": "v0.5.2",
"kind": "patch",
"published_at": "2025-01-22T12:28:50Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2025-01-14T14:47:18Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2025-01-14T11:46:25Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2024-10-19T19:52:23Z"
}
],
"recent_commits": [
{
"oid": "195cbe291e8026292330ee6a552422b566693590",
"body": null,
"is_bot": false,
"headline": "fix purego makefile",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2026-07-20T15:47:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2e1334907d69fe1c6d604ff236aa2832c32c2ab",
"body": null,
"is_bot": false,
"headline": "update deps to fix safe casting and add purego test to CI",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2026-07-20T15:45:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "413873ab49f5fab381cf9280452d6a451d11d04b",
"body": null,
"is_bot": false,
"headline": "generalize thens to not only leaves",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2026-06-26T19:35:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c2234d3f08e8bb87adfb1f95d8e381e219b3cc6",
"body": null,
"is_bot": false,
"headline": "attempt a faster call tree for lots of string equal comparisons",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2026-06-26T18:30:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37313b1e84fca0b0fc4db316145503f6f91a5974",
"body": "* try to optimize xor more\n\n* remember to remove zany before creating an or\n\n* fix case where there is just one zany\n\n* also print out string for debugging of construct",
"is_bot": false,
"headline": "Optimize Xor a little more (#45)",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2026-06-26T14:58:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e756d3415b0a00629af4742bd7f84b68954480fc",
"body": "* add simplification rules for xor\n\n* do not remove duplicates from xor\n\n* temporarily remove opts\n\n* add back on xor optimization\n\n* add back another optimization\n\n* add back merging xor leaves\n\n* fix xor func\n\n* add back all optimizations\n\n* add xor to list of functions",
"is_bot": false,
"headline": "Add simplification rules for Xor (#44)",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2026-06-26T14:12:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48d22ab296eb1fc35ec822e595c758e4a6df27e1",
"body": "* try to optimize for name sets\n\n* fix name sets to be on name choice not name conj\n\n* add a test for namesets",
"is_bot": false,
"headline": "Optimization for namesets (#43)",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2026-06-26T07:54:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0d32e3cbee91c1a6146e30758e38cc3ec088329",
"body": null,
"is_bot": false,
"headline": "update deps",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2026-06-24T18:01:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef79c335394f67c1b3dbbcddceda1b4162702994",
"body": null,
"is_bot": false,
"headline": "add fieldname optimization as an optional to the memoize implementation",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2026-06-22T08:03:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f75dccaaaf674cd6fc5b33df30754d0b9a86356",
"body": null,
"is_bot": false,
"headline": "don't panic when hashedCalls are available",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2026-06-22T06:53:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc445e5aee9b1e83e7467ed8f42e0ef155b8e7e2",
"body": null,
"is_bot": false,
"headline": "maybe optimizations optional",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2026-06-22T06:22:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9dfc0c1983b9a78e5cf9c05e1de8858ef2bf25e",
"body": "* attempt a faster pattern set\n\n* finish some implementations of tag\n\n* cache pattern string in smart constructor\n\n* try to use a string builder for faster string building\n\n* use a string builder to create a pattern string\n\n* make string is cached\n\n* add a map to indexset.Pairs\n\n* fix govet",
"is_bot": false,
"headline": "Optimize compile time a bit (#42)",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2026-06-19T07:56:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b25156b46ea2304cecbaa0e6f201fe89c6bd2e46",
"body": null,
"is_bot": false,
"headline": "try to replace patterns with patternset",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2026-06-18T18:32:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7537c52e7a69604cfa05c6549b10b30912cf3f43",
"body": null,
"is_bot": false,
"headline": "add support for the Xor operator",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2026-06-18T17:46:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58451504ee4dfb8d9edb3ddded7025a0c0d6441c",
"body": null,
"is_bot": false,
"headline": "allow max bit set size to be set for compilation",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2026-06-18T13:48:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0ac3afd4069ea1e21febb30bb81d7b3f6d64008",
"body": null,
"is_bot": false,
"headline": "update deps",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2026-06-17T15:01:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a78a2f81a198d6ef130756c98b8a2dbc2c8ca66",
"body": null,
"is_bot": false,
"headline": "update go version 1.26.3 and deps including paser-go-json 0.5.5",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2026-06-17T07:21:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1645bf689f8528f01cc15d6b3cdb28de4ee2cd4e",
"body": null,
"is_bot": false,
"headline": "update parser-go-reflect",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2026-05-19T14:21:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fa187f8a1701f910a82b2f39ed99ede891b5c61",
"body": null,
"is_bot": false,
"headline": "update parser-go-json",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2026-05-19T14:16:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd7eab4c9bb2fd5a436c6ae7b710c829ab0d5b90",
"body": "* attempt another optimization\n\n* fix auto hash to find more constant strings to hash",
"is_bot": false,
"headline": "optimize automaton by also hashing names (#40)",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2026-05-18T17:58:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7b0932cff5ff6961e26261421dcac49ca016ec5",
"body": null,
"is_bot": false,
"headline": "upgrade parser deps",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2026-05-18T07:21:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "835f59c643136cb890c5f44a9a8f42542b6b9996",
"body": null,
"is_bot": false,
"headline": "fix auto if expression simplification for false case",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2026-05-18T07:21:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc550889f389aa1f081b5e85fece36fc5be17215",
"body": null,
"is_bot": false,
"headline": "add quoted references and definitions",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2026-05-18T07:21:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a081a004ae09338a80912303934c2760835bf6c",
"body": "remove ability of StringName and stringVar to handle tags and strings",
"is_bot": false,
"headline": "add TagName and tag variable",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2026-05-18T07:21:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d8394573a33e42a078fe2d2a7614459a363f9df",
"body": null,
"is_bot": false,
"headline": "add NameConj operator as a complement to NameChoice",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2026-05-18T07:21:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d939f5a914236c55ec20b39455ee21e7567bce9",
"body": null,
"is_bot": false,
"headline": "allow register engine to be overridden",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2026-05-18T07:21:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "561a9cd4fdccebc17a0d3ceca65d13703d2c0cd3",
"body": null,
"is_bot": false,
"headline": "be more lenient and handle more kinds in the old variable types for now",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2026-05-18T07:21:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82eceb2c5d9372c6de0a0cdfccd74a5ba8cbecfb",
"body": null,
"is_bot": false,
"headline": "regenerate with nonfork of gocc",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2026-05-18T07:21:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e3710cc76a632859494ad632cccf34b76395c51",
"body": null,
"is_bot": false,
"headline": "gofmt",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2026-05-18T07:21:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "805137ad71fc5f4ca5468b15a30965be886cf5aa",
"body": null,
"is_bot": false,
"headline": "upgrade to newest json and reflect parsers",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2026-05-18T07:21:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8df4ef0aa2b131a3d49f93b350ef0f430b1d2540",
"body": "…guous nature of Int and Double",
"is_bot": false,
"headline": "fix json parser to have indexes and reflect parser to handle the ambi…",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2026-05-18T07:21:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "401088e631317040da7e1d0ba2dc4e9e1b342db3",
"body": "This is still buggy, but we are close",
"is_bot": false,
"headline": "refactor derive algorithms to use new parse.Parser interface",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2026-05-18T07:21:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90b1d5f1d52b74b8191a66159f2623c31e500b24",
"body": null,
"is_bot": false,
"headline": "temporarily remove xml support to test out new parser interface",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2026-05-18T07:21:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "301d3a6129f85f494dcb2f912946c599136cb287",
"body": "…erivLeave",
"is_bot": false,
"headline": "refactor all deriv functions to use helper functions derivEnter and d…",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2026-03-31T11:34:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f95f2d2e9e99b3b95ca0a083d3e8bf85c63cc23b",
"body": null,
"is_bot": false,
"headline": "use new Reset of reflect parser",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2026-02-19T11:35:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb5438ab940e08406c43a27a44d4986b7555b1e8",
"body": null,
"is_bot": false,
"headline": "add reflect parser to tests and benchmarks",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2026-02-19T11:03:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a4a36f5a92e9e2acd06837f3a4990315176e641",
"body": null,
"is_bot": false,
"headline": "add gt,ge,lt and le functions for strings",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2026-01-18T13:18:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca3d6ff654dee77ece68947b3d3644f97f58a499",
"body": null,
"is_bot": false,
"headline": "update parser-go-json to v0.3.0",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-04-28T10:26:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "077c909ad9d02054726591ce4276978635cdcc82",
"body": "construct patterns with functions that makes it impossible to forget to call SetHash",
"is_bot": false,
"headline": "delete SetHash method",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-04-23T14:10:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf9ca63a7c86c3576c5dad5a1a38fd730296fe49",
"body": "* remove interp implementation\n\ninterp now just uses intern's version of Interpret\nfix benchmarks to also not use shorthand of contains, hasPrefix and hasSuffix anymore\nmove mem ifs to intern\nAdd generic IndexedSet\n\n* checklicense github action\n\n* fix benchmarks\n\n* remove unused functions in auto\n\n*\n[…]\nattern in auto\n\n* remove interp\n\n* regenerate\n\n* add simplification rule for interleave\n\n* flattenByType makes sure we always flatten our binary operators before simplification starts\n\n* handle errors",
"is_bot": false,
"headline": "remove interp implementation (#35)",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-04-23T13:22:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "64884c2b69ef2983a782685e988b4036faa9be6a",
"body": null,
"is_bot": false,
"headline": "remove go test cache",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-04-15T08:22:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe67add256cbfe7a26b1885655e085e07f5848bd",
"body": null,
"is_bot": false,
"headline": "fix regex for name expressions",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-04-15T08:11:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49996e2aaf3933c0edddaea68070cdb6a7917e79",
"body": null,
"is_bot": false,
"headline": "regenerate",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-04-14T15:35:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06a627d234255fc7cc34740dae6f0ae8a8aaf5c7",
"body": "for example a name that contains an a\n\n~\".*a.*\": *\n\nThe regex string is prefixed with a tilde",
"is_bot": false,
"headline": "feature: name expression can be regex expressions",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-04-14T15:35:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdbd0b6f065fc2706a3be775a3621772c181c722",
"body": null,
"is_bot": false,
"headline": "regenerate",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-04-14T13:15:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47acda96fc36c3b641c8ba373b83e8ae3b7ab878",
"body": null,
"is_bot": false,
"headline": "fix cloning of testsuite",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-04-14T13:15:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5aa12795a15c1f320cec8d10a20ce1b508a40677",
"body": null,
"is_bot": false,
"headline": "remove shorthand for string functions",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-04-14T13:15:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3aea653e79ad2b33a0c5a21a68fce66b173c59d",
"body": null,
"is_bot": false,
"headline": "run goderive again",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-04-14T12:52:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc1815de52e730bfc58ee445b5c5e4f61db08cad",
"body": "…uffix step one",
"is_bot": false,
"headline": "remove builtin function names for regex, contains, hasPrefix and hasS…",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-04-14T12:52:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e55ee14dd5eec3da9522489a57b0b7ec8ab2f6d",
"body": null,
"is_bot": false,
"headline": "update check license",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-02-20T14:28:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5b1571d0edc481250dce7843304a0948799f756",
"body": null,
"is_bot": false,
"headline": "update usage of gocc",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-02-20T14:28:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1f7da4fdc500bfa4136e8676df2dfbe3bc42b3e",
"body": null,
"is_bot": false,
"headline": "update goderive to v0.5.1",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-02-20T14:28:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4ad79d76836a56dadc7df2a8ce0779040bdb430",
"body": null,
"is_bot": false,
"headline": "update go version to 1.24",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-02-20T14:28:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4730e029cd35c33b42fd7030429c649b33d5e747",
"body": "Also fix inject_test to reject less tests",
"is_bot": false,
"headline": "update parser-go-json version to v.0.2.0",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-02-17T20:44:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78cfde307305f86b9ee841a51b17bb484d2bd96b",
"body": null,
"is_bot": false,
"headline": "update gocc version",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-01-30T13:22:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14c209a2962f9239b3471d49d3be3a544868c68b",
"body": null,
"is_bot": false,
"headline": "update gocc version",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-01-30T12:29:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a220b52855796bd870153c29eea94c062fb1d701",
"body": null,
"is_bot": false,
"headline": "remove extra storage of Literal value in ast",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-01-23T10:47:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12adcdff521a175622787fa59053ae3dfb6c65be",
"body": null,
"is_bot": false,
"headline": "remove funcs String method in favour of comparing using ToExpr",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-01-17T17:32:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c35757c86d69aa015f7065a39a9ac08601c5a048",
"body": null,
"is_bot": false,
"headline": "parser is removed from unnecessary usages",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-01-17T17:01:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d8396873ab927cee68312729ab973e63a8533ca",
"body": null,
"is_bot": false,
"headline": "remove printing shorthand",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-01-17T16:03:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a31099897eb12d29428c7b85bbbb9c4d9b0f0ba",
"body": null,
"is_bot": false,
"headline": "even less dependencies on gocc parser",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-01-17T15:41:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9399f8d207779ae40bf0664fea9ea44d27f9f21d",
"body": null,
"is_bot": false,
"headline": "delete formatter",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-01-17T15:15:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8895c976403ee44c2550ca9fb35471258ef21266",
"body": null,
"is_bot": false,
"headline": "use parser less",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-01-17T15:06:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b344d2d334f7e38d443dbcfc76634f8f6407d3d",
"body": "a double with a dot, like `1.1` needs to surrounded by `double(1.1)` to be able to parse.",
"is_bot": false,
"headline": "fix printing of double",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-01-16T14:42:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2de61e9b55b5fdba2668e0d6221d73747afbf0c1",
"body": null,
"is_bot": false,
"headline": "force benchmarks to run on testsuite",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-01-14T14:45:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "210f46e2da79a881e047565dd78f463765b0be05",
"body": null,
"is_bot": false,
"headline": "skip testsuite tests if env does not include TESTSUITE=MUST",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-01-14T14:37:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96d2a02135195e0498234c44d04be985a33c0d52",
"body": null,
"is_bot": false,
"headline": "fix grammar in readme",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-01-14T11:38:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "318e6577c15ff5c1fe7f075e83b0d1a6d089f588",
"body": null,
"is_bot": false,
"headline": "add code highlighting to readme",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-01-14T11:37:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd02f9c9e0eeded342997582c551c291e96d629f",
"body": null,
"is_bot": false,
"headline": "add usage example to readme",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-01-14T11:36:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d3bd7c230487042a247378d67b348a821321e17",
"body": null,
"is_bot": false,
"headline": "remove dependency on github.com/katydid/validator-go/gen",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-01-14T11:19:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52a903ecaeb76519c96bba5f0e6fc7bf14210867",
"body": null,
"is_bot": false,
"headline": "cleanup logging in inject_test",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-01-14T11:13:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a4d7d0a40156331944c2deb2a146ea2916d9cd4",
"body": null,
"is_bot": false,
"headline": "testsuite exists returns an error",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-01-14T11:00:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2af3ce1910d525c9de9243133d886ee09922cbf",
"body": null,
"is_bot": false,
"headline": "fix path to include src in build.yml",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-01-14T11:00:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34ae5836f48313023f20470cff00b1095187b73e",
"body": null,
"is_bot": false,
"headline": "test is testsuite is executed in CI",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-01-14T11:00:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42bcf11c4c86f1f970f6187226caa5b5ca4a9b75",
"body": "It has been moved to https://github.com/katydid/experiment-encode-go",
"is_bot": false,
"headline": "remove encode",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-01-13T20:03:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cb3e59bf1998ca977e9329853c0d4a0a35d47c3",
"body": "Add the following dependencies:\n\n```\ngithub.com/katydid/parser-go v0.6.0\ngithub.com/katydid/parser-go-json v0.1.0\ngithub.com/katydid/parser-go-reflect v0.1.0\ngithub.com/katydid/parser-go-xml v0.1.0\n```\n\nThis way we can remove the parser code from the validator",
"is_bot": false,
"headline": "remove parser in favour of using dependencies",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-01-13T19:44:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0aae629631cbdf193ab796189b8a27328f9ac3e3",
"body": null,
"is_bot": false,
"headline": "update goderive version",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-01-13T15:59:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca13b4d1966fe06db0fcbfb84ab4d119bc9dbb2b",
"body": null,
"is_bot": false,
"headline": "update checklicense version",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-01-13T15:46:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54cb438336264e40b758361e2c9258fe5854c75a",
"body": null,
"is_bot": false,
"headline": "remove generator from parser",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-01-13T12:52:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ec8bbcc74785fcdcc32b398185fa382b2fe6871",
"body": null,
"is_bot": false,
"headline": "add indirect checklicense",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-01-13T12:41:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05f3639c8aba9a4251496c35a9d4bc89ab73fcd5",
"body": null,
"is_bot": false,
"headline": "update go version",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-01-13T12:41:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "511f4a20d20241ff27fdd8d1c5bad7ec776393e4",
"body": null,
"is_bot": false,
"headline": "move checklicense",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2025-01-13T12:41:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37305aa0d7925d9894b7d45ac91664d86a942089",
"body": null,
"is_bot": false,
"headline": "fix build status link",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2024-10-22T19:55:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13688ecfb1b7d7abc8a6fa7ac1a4fd71e6296663",
"body": null,
"is_bot": false,
"headline": "remove proto files from checklicense",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2024-10-19T20:47:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c66b6aaa7230a7dbc5a6f60c51b51d6050ae59b",
"body": null,
"is_bot": false,
"headline": "testsuite renames relapse to validator",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2024-10-19T18:08:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0858b213cd53d04322ffba4257182a1663d41386",
"body": null,
"is_bot": false,
"headline": "rename relapse to validator",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2024-10-19T17:53:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98ecb98af0a8652e9e6c65c6156f5799f0acb77e",
"body": null,
"is_bot": false,
"headline": "add license to types.go",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2024-10-19T17:40:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5eb1aa40fbf306b7914674e58bef9a8bc721abec",
"body": null,
"is_bot": false,
"headline": "extra protobuf cleanup",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2024-10-19T17:40:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03959f0b5df5e86f43ce9f836ec9e7ebba44b94f",
"body": null,
"is_bot": false,
"headline": "more protobuf cleanup",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2024-10-19T17:40:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc50390023d78eb402a1fb40a2af6964227a2ed7",
"body": null,
"is_bot": false,
"headline": "remove protoc version",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2024-10-19T17:40:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4652819e8931a066613a1d8aa2e3869c0feb802d",
"body": null,
"is_bot": false,
"headline": "remove setup for protoc",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2024-10-19T17:40:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a52ddf12b7d87a6b0d4c2932a1345f56456705e",
"body": "The AST is no longer a protocol buffer\nBut validating protocol buffers is still possible in github.com/katydid/validator-gogo-proto",
"is_bot": false,
"headline": "remove gogoprotobuf completely from AST",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2024-10-19T17:40:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d47b464f5a3de7dbc17a1b4f3a5a1b4cf1755c8b",
"body": null,
"is_bot": false,
"headline": "do not generate protos in encode",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2024-10-19T16:53:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99fd3f260e97aeaa57b7c9488da78dd6833d107a",
"body": "This functionality will be kept in validator-gogo-proto",
"is_bot": false,
"headline": "remove protocol buffers from validator-go",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2024-10-19T16:53:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce583ce1277f134bccd82a1e6bd73b35d0015ae9",
"body": null,
"is_bot": false,
"headline": "move errValue",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2024-09-22T15:10:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be21eafc7023ac4f0da9265381af3084ef9d9663",
"body": null,
"is_bot": false,
"headline": "remove debug-gen",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2024-09-22T15:10:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a86927c339949dff527b1278457df5841a7cb255",
"body": null,
"is_bot": false,
"headline": "use generics and generate less code",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2024-09-22T14:42:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f109298fce68e48305b7c5a35c36601674f4fd91",
"body": "* fix build 2\r\n\r\n* ls\r\n\r\n* fix filename\r\n\r\n* add protoc to path\r\n\r\n* cd before installing protoc\r\n\r\n* add path for regeneration\r\n\r\n* add path to checkout\r\n\r\n* more paths\r\n\r\n* less paths\r\n\r\n* tree\r\n\r\n* checkout gogoprotobuf\r\n\r\n* fix gogoprotobuf repository field\r\n\r\n* repository path\r\n\r\n* cd to go mod\n[…]\ne\r\n\r\n* upgrade go version\r\n\r\n* upgrade go version again\r\n\r\n* check license\r\n\r\n* new files for checklicense to ignore\r\n\r\n* regenerate\r\n\r\n* update go version\r\n\r\n* regenerate gocc\r\n\r\n* fix testsuite name",
"is_bot": false,
"headline": "fix build 2 (#4)",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2024-09-22T14:21:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ea31e96ea265b08c104a9022df5daf053ad0aa01",
"body": null,
"is_bot": false,
"headline": "swap lines",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2024-09-22T12:23:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef508fb75ca8d37ad83cc1ac7a15df105366fb89",
"body": null,
"is_bot": false,
"headline": "try GITHUB_WORKSPACE",
"author_name": "Walter Schulze",
"author_login": "awalterschulze",
"committed_at": "2024-09-22T12:23:22Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 13,
"commits_last_year": 37,
"latest_release_at": "2026-07-20T15:49:10Z",
"latest_release_tag": "v0.7.1",
"releases_from_tags": false,
"days_since_last_push": 9,
"active_weeks_last_year": 9,
"days_since_latest_release": 9,
"mean_days_between_releases": 60.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/katydid/validator-go",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/katydid/validator-go",
"is_deprecated": false,
"latest_version": "v0.7.1",
"repository_url": "https://github.com/katydid/validator-go",
"versions_count": 15,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-20T15:47:33Z",
"latest_version_yanked": null,
"days_since_latest_publish": 9
}
]
},
"popularity": {
"forks": 0,
"stars": 1,
"watchers": 1,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile",
"validator/Makefile",
"validator/compose/Makefile",
"validator/funcs/Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 108190,
"source_files_sampled": 148,
"oversized_source_files": 3,
"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.5.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 68
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 1
},
"advisory_count": 1,
"affected_count": 1,
"assessed_count": 9,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/katydid/parser-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.8.8"
},
{
"name": "github.com/katydid/parser-go-json",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.5.8"
},
{
"name": "github.com/katydid/parser-go-reflect",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.3.6"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/katydid/parser-go",
"direct": true,
"version": "v0.8.8",
"ecosystem": "go"
},
{
"name": "github.com/katydid/parser-go-json",
"direct": true,
"version": "v0.5.8",
"ecosystem": "go"
},
{
"name": "github.com/katydid/parser-go-reflect",
"direct": true,
"version": "v0.3.6",
"ecosystem": "go"
},
{
"name": "github.com/awalterschulze/goderive",
"direct": false,
"version": "v0.5.1",
"ecosystem": "go"
},
{
"name": "github.com/goccmack/gocc",
"direct": false,
"version": "v1.0.2",
"ecosystem": "go"
},
{
"name": "github.com/kisielk/gotool",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/mod",
"direct": false,
"version": "v0.8.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.5.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/tools",
"direct": false,
"version": "v0.6.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 9,
"direct_count": 3,
"indirect_count": 6
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 45,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "awalterschulze",
"commits": 574,
"avatar_url": "https://avatars.githubusercontent.com/u/1829933?v=4"
},
{
"type": "User",
"login": "elphastori",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/20860306?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.997
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"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": 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": "9 out of 9 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/21 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 3 contributing companies or organizations -- score normalized to 10",
"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": 10,
"reason": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 5,
"reason": "dependency not pinned by hash detected -- score normalized to 5",
"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": "195cbe291e8026292330ee6a552422b566693590",
"ran_at": "2026-07-29T19:06:25Z",
"aggregate_score": 4.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-20T15:50:32Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-06-26T19:35:56Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/katydid/validator-go",
"host": "github.com",
"name": "validator-go",
"owner": "katydid"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"security": 56,
"vitality": 72,
"community": 24,
"governance": 59,
"engineering": 57
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 72,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"commits_last_year": 37,
"human_commit_share": 1,
"days_since_last_push": 9,
"active_weeks_last_year": 9
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 9 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 9
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "9/52 weeks with commits",
"points": 6.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 9
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "37 commits in the last year",
"points": 14.2,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 37
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "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": 13,
"latest_release_tag": "v0.7.1",
"releases_from_tags": false,
"days_since_latest_release": 9,
"mean_days_between_releases": 60.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "13 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 13
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 9 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 9
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~60.5 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 60.5
}
}
],
"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": 9,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 9 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 9
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 24,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 1,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"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": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"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 (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": 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": "moderate",
"name": "Sustainability & Governance",
"value": 59,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.997
},
"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.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 69,
"inputs": {
"merged_prs": 45,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 2
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "45/47 decided PRs merged",
"points": 36.6,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 45,
"decided": 47
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/21 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"followers": 5,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "katydid",
"public_repos": 39,
"account_age_days": 4306
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "5 followers of katydid",
"points": 5.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 5,
"login": "katydid"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "39 public repos, account ~11 yr old",
"points": 23.7,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 39
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/katydid/validator-go"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 9
},
"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 9 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 9
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "15 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 15
}
}
],
"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": 57,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "9 out of 9 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": 56,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"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": 45,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.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": "9 out of 9 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/21 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 2.5,
"status": "met",
"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": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 5",
"points": 2.5,
"status": "partial",
"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 9 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": 9
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 1,
"affected_packages": 1,
"assessed_packages": 9,
"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": 9,
"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": 51,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 6,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.12,
"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": "12 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 6.4,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 12,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile",
"validator/Makefile",
"validator/compose/Makefile",
"validator/funcs/Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile, validator/Makefile, validator/compose/Makefile, validator/funcs/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile, validator/Makefile, validator/compose/Makefile, validator/funcs/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": 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": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 108190,
"source_files_sampled": 148,
"oversized_source_files": 3
},
"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": "3/148 source files over 60KB",
"points": 53.9,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 148,
"oversized": 3
}
}
],
"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-29T19:06:37.671864Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/k/katydid/validator-go.svg",
"full_name": "katydid/validator-go",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}