JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 353,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 274792,
"Makefile": 330
},
"pushed_at": "2026-07-18T22:50:13Z",
"created_at": "2022-07-10T23:06:49Z",
"owner_type": "User",
"updated_at": "2026-07-18T22:50:17Z",
"description": "Generative Art Utility Library",
"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": null,
"name": "Vernon Miller",
"type": "User",
"login": "aldernero",
"company": null,
"location": null,
"followers": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/96601789?v=4",
"created_at": "2021-12-24T00:53:04Z",
"is_verified": null,
"public_repos": 34,
"account_age_days": 1673
},
"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.3.0",
"kind": "minor",
"published_at": "2026-07-18T17:35:54Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-07-18T17:30:53Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-07-18T16:09:37Z"
}
],
"recent_commits": [
{
"oid": "71620df471229d6dafc4270c6ac04ab1d371cf24",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: mention Recorder and Raster pixel scale in README",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-07-18T22:50:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "209f67889ab42bc949b5b9e334341ad7439760ba",
"body": "Recorder records draw operations and replays them into other\nrenderers, so a frame can be exported exactly as displayed — to a\nfresh raster at any scale or to SVG — without re-running drawing\ncode. Raster.SetScale renders logical coordinates into a k-times\nlarger image, scaling geometry, stroke widt\n[…]\nes previews.\n\nBoth are groundwork for sketchy's migration off tdewolff/canvas\n(its per-frame display raster, save-at-DPI, and SVG export paths).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(render): add Recorder renderer and Raster pixel scale",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-07-18T17:35:32Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "744cc1e87e45f5f227d6df4df296d72e4f9c1c73",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: document the render package in README",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-07-18T17:21:32Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4f753631fed5afbeddd0de59fe53ddd6c2afd8d8",
"body": "All primitive Draw methods (Point, Line, Curve, Circle, Rect,\nTriangle, RegularPolygon, KDTree, QuadTree) now take *render.Context.\nAffine2D gains ToMatrix() to bridge into the render transform.\n\nSinePalette.ToPng/ToGridPng render through the new rasterizer; ToPng\nuses the bundled Go Regular font in\n[…]\nontext, and coordinates are y-down pixels. Drops\ntdewolff/canvas and ~27 indirect dependencies; promotes\ngolang/freetype to a direct dependency.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor!: replace tdewolff/canvas with in-repo render package",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-07-18T17:21:32Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0a687d29bbc9419750fa03f7c065b51d742a1a18",
"body": "SVG Renderer that records draw operations and writes a complete\ndocument on demand. Strokes are emitted as real stroke attributes\n(never outline-expanded) and beziers stay native Q/C commands, so\nplotter toolchains receive true stroked curves. Coordinates are\npre-transformed by the Context, so paths carry no transform groups.\n\nA Context given both a Raster and an SVG produces PNG and SVG from a\nsingle drawing pass.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(render): add SVG backend for pen-plotter output",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-07-18T17:21:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "29b43b454bc0101372cb14f5e8db2d1accb8a779",
"body": "New render subpackage providing a drawing Context over pluggable\nRenderer backends, starting with a freetype/raster-based rasterizer\nwriting to RGBA/PNG. Pixel coordinates, origin top-left, y down.\n\nThe Context supports both Processing-style immediate mode\n(Push/Pop, Translate/Rotate/Scale, MoveTo/L\n[…]\n path-build time so\nbackends stay stateless. Includes retained bezier paths, dash\npatterns, fill rules, and basic TTF text via x/image opentype.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(render): add 2D rendering package with rasterizer and text",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-07-18T17:21:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e55ce53a00355a38928a4c3eb808741d3c612047",
"body": "gaul is a library with no binaries to build, so goreleaser is used\nonly for changelog generation and GitHub release creation, triggered\non push of a v* tag.",
"is_bot": false,
"headline": "build: add goreleaser config and release workflow",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-07-18T16:08:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2050242ce3d3d51f96dd44c39e786c65a3bde7c",
"body": "Add an optional positions field to Gradient plus\nNewGradientFromColorStops(colors, positions). When positions is set,\nColor() interpolates using the explicit stop positions; a nil slice\npreserves the original even-spacing behavior (backward compatible).\nUsed by palettedb for adjustable discrete-palette stop positions.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add position-aware Gradient interpolation",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-07-12T14:24:30Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f4f33f502b699b5d0c898d8bb1cd31690dd58f84",
"body": "Simplify math.Pow(x, 2) to x*x, use direct type conversions between\nPoint and Vec2, drop redundant embedded-field selectors, convert\nif/else-if chains to tagged switches in voronoi.go, lift a redundant\nloop condition check, drop a dead empty else branch, simplify a slice\nexpression, and remove unused rbTree.getLast and Rng.woffset.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "lint: fix golangci-lint findings",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-07-11T17:53:59Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "699d91605131773bbb8867b775c73115d2ad9a3c",
"body": "Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "build: add Makefile with test and lint targets",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-07-11T17:53:53Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "60d1964a4878987210082649c97d2c4942e4078b",
"body": "Bump tdewolff/canvas, peterhellberg/gfx, golang.org/x/image,\ngolang.org/x/net, golang.org/x/text, and transitive deps to latest.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: update dependencies",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-07-11T17:53:49Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "88ffc556b660055fbb6a934a5400fdb9e7e6c385",
"body": "… skip Settle panic\n\nSettling the merged dense-grid stroke outline hits an upstream canvas\nbentleyOttmann bug (\"next node for result polygon is nil\"). Skipping\nSettle via FastStroke works around it until the upstream fix lands.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Force canvas.FastStroke in TestVoronoiCanvasMergedStroke_denseGrid to…",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-07-11T17:46:45Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "806e49bd241741503177eeac3de490a4fa0138cc",
"body": "- Add Palette interface with ColorAt(t float64) and ColorAtStop(i, n int)\n- Implement Palette on *SimpleGradient, *Gradient, and *SinePalette\n- Add NewGradientFromColors constructor for DB reconstruction\n- Add ColorSpace enum (RGB, HSV) as a field on SinePalette\n- Add hsvToRGB helper; ColorAt dispatches on Space for HSV output\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add Palette interface, ColorSpace, and HSV support to SinePalette",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-06-21T23:11:50Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d9b5c701af41c58798f5cfb01f6ea8adb3826e45",
"body": null,
"is_bot": false,
"headline": "tests: voronoi tests with dense points",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-05-25T17:55:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df91368227368143d4ae62f7f76a2e083cba8ec6",
"body": null,
"is_bot": false,
"headline": "feat(voronoi): allow voronoi creation with Curve boundary",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-05-03T18:55:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49ec1cf7b9001b56a5f91e6923f5643ae0160ceb",
"body": null,
"is_bot": false,
"headline": "feat: make sure Voronoi cells have a positive shoelace sum",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-04-15T01:12:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4a2f15fcad01fac91490f011b3cbc5a6d1bc2f2",
"body": null,
"is_bot": false,
"headline": "feat: Delaunay triangulation",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-04-15T01:07:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04829d11d14ded699901d77416a2fc293d4fbb7a",
"body": null,
"is_bot": false,
"headline": "feat: Voronoi diagram generation",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-04-15T00:45:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce083ef84aca1f0a1a7689d7228ffe45aa1ca658",
"body": null,
"is_bot": false,
"headline": "fix simplex noise",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2026-02-24T01:48:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ba2ccf4597e8061c4adc10447469806082e40cc",
"body": null,
"is_bot": false,
"headline": "update dependencies",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2025-10-26T18:01:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebe3340e616b10ab6d48240157d395aca7e61e95",
"body": null,
"is_bot": false,
"headline": "chore(deps): update go and dependencies",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2025-10-05T16:35:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b928fa250435c519769fb7a9f2d67aa8ac53f394",
"body": null,
"is_bot": false,
"headline": "update dependencies",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2025-08-18T22:59:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4455613a87ffbb711362f70469e1e40aa4aeea81",
"body": null,
"is_bot": false,
"headline": "dependency update",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2025-04-09T02:00:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3e1fb754558eb9ea89d4939fa5f20726c589432",
"body": null,
"is_bot": false,
"headline": "color improvements",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2025-04-09T01:59:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec6d762444526eeff5d98ea114ae1bda8738a996",
"body": null,
"is_bot": false,
"headline": "sdf functions for line and triangle",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2025-04-04T00:42:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "995894c521d99c1bf324c48fc9caa11f55550558",
"body": null,
"is_bot": false,
"headline": "triangle contains function and unit tests",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2025-03-26T23:56:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0075501ff7e7b6ab4f0bb939f56931828c7bcd2c",
"body": null,
"is_bot": false,
"headline": "update dependencies",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2025-03-23T00:16:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3df2d29efe7c1c011ceade40a2f81f3813041b1b",
"body": null,
"is_bot": false,
"headline": "add more triangle functions",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2025-03-23T00:15:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17f5073b8c7330a19a4ec50a69f4ced3c064ed12",
"body": null,
"is_bot": false,
"headline": "grid png for sine palette",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2024-11-11T00:18:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60588f5cf980e0e5fbade3d02f60e1e0aecb2453",
"body": null,
"is_bot": false,
"headline": "udpate golang version and dependencies",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2024-10-25T01:42:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfe86d40bba5494ccc3c1704d8ee62424bb45a75",
"body": null,
"is_bot": false,
"headline": "try new opensimplex library",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2024-09-23T00:39:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebaa4dfbb86191d58501967e84eaff92b06f7970",
"body": null,
"is_bot": false,
"headline": "revert perpendicular change",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2024-08-19T23:35:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "402252dff3ce522b6a489418e6c8db9aa65db87b",
"body": null,
"is_bot": false,
"headline": "Curve centroid calculation improvement",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2024-08-17T16:18:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed1acd1b720d6abc9cd3503279569c92e8b698db",
"body": null,
"is_bot": false,
"headline": "perpendicular line fix",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2024-08-17T00:58:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78f2714dced69e65a6df5ec62db1503e05ef6794",
"body": null,
"is_bot": false,
"headline": "polygon centroid fix",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2024-05-05T02:55:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba3d5f90f1247d4028123563b6027e5eb88d7d83",
"body": null,
"is_bot": false,
"headline": "added gitignore",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2024-05-05T02:36:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbc1ae23f9102e8f671805ae483dc43a083a1246",
"body": null,
"is_bot": false,
"headline": "polygon test",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2024-05-05T02:21:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66923fffc4f6f32c070fad873d91ed402c3bf2e3",
"body": null,
"is_bot": false,
"headline": "polygon type",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2024-05-04T20:33:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "730de8487adbfb43a3fcadca642465857304d5ee",
"body": null,
"is_bot": false,
"headline": "regular polygon",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2024-03-08T22:11:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c7ed484e7c85b5093d56004705b2bc75ef2693d",
"body": null,
"is_bot": false,
"headline": "fix noise signed vs unsigned",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2024-01-15T18:35:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23fe01ab5fd4083b471cb7089e9093dcad815286",
"body": null,
"is_bot": false,
"headline": "regular cubic spline",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-11-14T03:09:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7486b726447d56c874fb66c6df3261dcbae8cdc5",
"body": null,
"is_bot": false,
"headline": "cubic spline",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-10-26T15:06:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0713a8ed2c68eea68bef55c5ec6b29ffef366330",
"body": null,
"is_bot": false,
"headline": "use lfsr as default prng",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-10-08T02:26:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6874db693ae8307047c92693b4a4f4e7749bfd95",
"body": null,
"is_bot": false,
"headline": "vector functions",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-10-01T15:43:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b82d4bda7795addf701c9de08e1e2d36637c38b7",
"body": null,
"is_bot": false,
"headline": "update dependencies",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-10-01T02:20:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0646519513f5813364b974f84c23e23beec3277c",
"body": null,
"is_bot": false,
"headline": "quartic curve fix",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-09-28T14:31:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1792fb926d2e8b4769e6340551b0f07c08a135b",
"body": null,
"is_bot": false,
"headline": "quartic bezier curves",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-09-28T03:12:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c003952de61d6646607dea1570ed7142985765b5",
"body": null,
"is_bot": false,
"headline": "curve functions",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-09-25T01:12:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bbf148838b65fff9ccc4d53e9804474222cace7",
"body": null,
"is_bot": false,
"headline": "cubic bezier curves",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-09-24T02:27:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62cb9a46fb21da37dd7cdeb718e7c0040acec721",
"body": null,
"is_bot": false,
"headline": "quadratic bezier curves",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-09-17T16:22:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91ee7147c3f4bbecd8df98c2e75aad037975d053",
"body": null,
"is_bot": false,
"headline": "rectangle subdivision and triangle reverse",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-09-17T15:53:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "448bbed120386391a70a82c51dd575251b8ab474",
"body": null,
"is_bot": false,
"headline": "rectangle subdivision",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-09-16T04:07:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9b01edc8b900326390478801ce02f4b664538ef",
"body": null,
"is_bot": false,
"headline": "code cleanup",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-09-10T02:03:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa927d18b80d1cbab792527c9ec79917de8c9bdf",
"body": null,
"is_bot": false,
"headline": "code cleanup",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-09-09T03:43:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5d7091dc60b1d6ac335ae6f8e1f741183870dec",
"body": null,
"is_bot": false,
"headline": "docs updates",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-09-03T04:26:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ec88e47dadc2473bae4e5c2566e3928f0a13f58",
"body": null,
"is_bot": false,
"headline": "fixed rand seed",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-08-31T13:30:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2220210e1db39e757d3287432685a61134834e49",
"body": null,
"is_bot": false,
"headline": "switched back to non-normalized noise",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-08-31T13:20:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a41e56b60ac28cce1285ed23784ec52a78164c5c",
"body": null,
"is_bot": false,
"headline": "reverted noise provider",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-08-31T13:16:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa628d79f62db19fd2e78a495f08c2666f013ec1",
"body": null,
"is_bot": false,
"headline": "exported noise and prng",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-08-28T02:17:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68232d82628e0de7160a5f714fcd9d9c15772b9d",
"body": null,
"is_bot": false,
"headline": "added set seed function",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-08-27T22:35:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c23901beea4b2920b3087a352463ada246d745cc",
"body": null,
"is_bot": false,
"headline": "made new OpenSimplex2 new noise generator",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-08-27T20:38:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fdb6a1ba02af0c51e245bdb57f58ca6fab268be",
"body": null,
"is_bot": false,
"headline": "fixed deprecated function",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-08-26T18:08:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ea3b1ac1d0a9666bda4bd963e04717b2f0b03d4",
"body": null,
"is_bot": false,
"headline": "fixed deprecated function",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-08-26T18:05:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5378edb1f0db0c990d4ab9d8a4e0d70da7f005b4",
"body": null,
"is_bot": false,
"headline": "added lsfr prngs",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-08-14T04:19:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfb137cf2e0b0bb04fc3cf5a43ec7daf0a012670",
"body": null,
"is_bot": false,
"headline": "added smoothstep function",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-08-13T17:43:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35aff77e8fabc3963271df29c2e9be7b0da529a1",
"body": null,
"is_bot": false,
"headline": "added ToPng for SinePalette",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-07-29T16:58:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79876fcd1f09018695d5d32e49db0c63234c6edb",
"body": null,
"is_bot": false,
"headline": "added vec3",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-07-29T15:54:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f3f1a9fdd39595114138ed5bbfdb79da7919c7a",
"body": null,
"is_bot": false,
"headline": "doc update",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-07-29T15:43:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a09f750fe1560d2eb8516319543cf11e84276b3",
"body": null,
"is_bot": false,
"headline": "fill closed curves",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-06-05T04:41:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "585d7a4a93ff8b7b69cf0ec16e302fdb7f2d89d7",
"body": null,
"is_bot": false,
"headline": "fill closed curves",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-06-05T04:28:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46c4489a4380a82e1789a7746d373c4fefef9a60",
"body": null,
"is_bot": false,
"headline": "fixed curve draw",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-05-27T02:40:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6846e6b8f78aae54e4e11c304c8e4d60ad804c4e",
"body": null,
"is_bot": false,
"headline": "new subdivision",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-05-26T01:00:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17be5b985b244844b417fc76aa6683320a9124da",
"body": null,
"is_bot": false,
"headline": "linear palettes from color gradients",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-04-02T01:00:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1674ce9d925ea8abc9f284f7d9c00028ac3fe1e",
"body": null,
"is_bot": false,
"headline": "color unit tests",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-03-26T01:57:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9671cb8e2d51d102bba962a667a861e635ac6b29",
"body": null,
"is_bot": false,
"headline": "move color library from sketchy to gaul",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-03-20T01:33:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3088fae2a88c090bb9bf5ad9f8279bbf566d1327",
"body": null,
"is_bot": false,
"headline": "updated triangle subdivision",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-03-13T03:20:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b2579ba9e29e3ef7bfdcb291e76e8802452b7a3",
"body": null,
"is_bot": false,
"headline": "more triangle subdivisions",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-02-15T03:18:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cc91a52895bc990425f35978e3ca85e4acaf0a7",
"body": null,
"is_bot": false,
"headline": "triangle calculations and code cleanup",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-02-12T18:27:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80af67ca17bf7bea338f5b53e6a6a676d111f313",
"body": null,
"is_bot": false,
"headline": "added lookup tables for sin and cos",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-02-12T03:23:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc8312f58c7a5045cfa2ea4588bbe7849db96395",
"body": null,
"is_bot": false,
"headline": "make constants const",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2023-02-11T20:45:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e33888c4e909e4df26076b6bd76ec354e3dfdb5d",
"body": null,
"is_bot": false,
"headline": "pulsar plot function fix",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2022-11-02T04:51:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d156df381fbf92bd3f2dc474cd8bfbac8fd60519",
"body": null,
"is_bot": false,
"headline": "pulsar plot function",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2022-11-01T23:31:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b5b3e3d1dcd5a6f7f5964d264919d30e45cb2b8",
"body": null,
"is_bot": false,
"headline": "updated README",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2022-07-18T03:23:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0804a6bba49018bb5278afd81ecfd09fb37b75f6",
"body": null,
"is_bot": false,
"headline": "affine2d improvements",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2022-07-17T03:46:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f860cff25fc3b1fd44a3b7227213469b231b7b3",
"body": null,
"is_bot": false,
"headline": "affine2d tests",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2022-07-17T01:35:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f756ef8f92c677ed7863f8c6cd4bef06a54a9253",
"body": null,
"is_bot": false,
"headline": "affine2d improvements and tests",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2022-07-17T01:26:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1da3d875606bccfb5915a413db6a54513451efd",
"body": null,
"is_bot": false,
"headline": "affine2d improvements",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2022-07-16T22:17:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea63f225b7b396a1ca1cd4b31c986d3bb515d0e3",
"body": null,
"is_bot": false,
"headline": "affine transformation type",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2022-07-16T22:08:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87cd81602c5c9b715911e4001606f06b95bd3815",
"body": null,
"is_bot": false,
"headline": "boundary method for lines, curves, circles, and triangles",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2022-07-16T19:20:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a847dae0cebc0bc9fe9dbe1d17e4622adb7638ec",
"body": null,
"is_bot": false,
"headline": "centroid for rect and curve",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2022-07-16T19:04:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50d601cb5fca4709236db64e07be94e31461ec36",
"body": null,
"is_bot": false,
"headline": "copy method for all shapes",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2022-07-16T18:59:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56a1ef8305c7dc3469aa92ada7141ff63b77792f",
"body": null,
"is_bot": false,
"headline": "made affine transformations operate on self",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2022-07-16T18:51:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf76bc89fbfd9f4216f16a4c1c9b95ab0ef45f59",
"body": null,
"is_bot": false,
"headline": "affine transformations and doc strings",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2022-07-11T03:10:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5beeae936eef049c7040295cedd2ba671082fc3d",
"body": null,
"is_bot": false,
"headline": "initial commit",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2022-07-10T23:19:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acb9a32056b722166c38d72b717e9d4fe31c2db5",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Vernon Miller",
"author_login": "aldernero",
"committed_at": "2022-07-10T23:06:50Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 22,
"latest_release_at": "2026-07-18T17:35:54Z",
"latest_release_tag": "v0.3.0",
"releases_from_tags": false,
"days_since_last_push": 5,
"active_weeks_last_year": 10,
"days_since_latest_release": 5,
"mean_days_between_releases": 0
},
"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/aldernero/gaul",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/aldernero/gaul",
"is_deprecated": false,
"latest_version": "v0.3.0",
"repository_url": "https://github.com/aldernero/gaul",
"versions_count": 3,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-18T17:35:32Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
}
]
},
"popularity": {
"forks": 0,
"stars": 9,
"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"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 46832,
"source_files_sampled": 44,
"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": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 13,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/aldernero/interp",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20231114035812-9ab0a3e37bf6"
},
{
"name": "github.com/golang/freetype",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20170609003504-e2365dfdc4a0"
},
{
"name": "github.com/lucasb-eyer/go-colorful",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.4.0"
},
{
"name": "github.com/peterhellberg/gfx",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260528221839-3f985a9df2a8"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.1"
},
{
"name": "golang.org/x/image",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.44.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/aldernero/interp",
"direct": true,
"version": "v0.0.0-20231114035812-9ab0a3e37bf6",
"ecosystem": "go"
},
{
"name": "github.com/golang/freetype",
"direct": true,
"version": "v0.0.0-20170609003504-e2365dfdc4a0",
"ecosystem": "go"
},
{
"name": "github.com/lucasb-eyer/go-colorful",
"direct": true,
"version": "v1.4.0",
"ecosystem": "go"
},
{
"name": "github.com/peterhellberg/gfx",
"direct": true,
"version": "v0.0.0-20260528221839-3f985a9df2a8",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": true,
"version": "v1.11.1",
"ecosystem": "go"
},
{
"name": "golang.org/x/image",
"direct": true,
"version": "v0.44.0",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.2-0.20180830191138-d8f796af33cc",
"ecosystem": "go"
},
{
"name": "github.com/kr/pretty",
"direct": false,
"version": "v0.3.1",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "v1.0.1-0.20181226105442-5d4384ee4fb2",
"ecosystem": "go"
},
{
"name": "github.com/rogpeppe/go-internal",
"direct": false,
"version": "v1.14.1",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.40.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/check.v1",
"direct": false,
"version": "v1.0.0-20201130134442-10cb98267c6c",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": false,
"version": "v3.0.1",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 13,
"direct_count": 6,
"indirect_count": 7
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "aldernero",
"commits": 95,
"avatar_url": "https://avatars.githubusercontent.com/u/96601789?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"release.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": null,
"reason": "no pull request found",
"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/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "15 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": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"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": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "71620df471229d6dafc4270c6ac04ab1d371cf24",
"ran_at": "2026-07-24T16:37:26Z",
"aggregate_score": 4.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/aldernero/gaul",
"host": "github.com",
"name": "gaul",
"owner": "aldernero"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"security": 54,
"vitality": 79,
"community": 31,
"governance": 34,
"engineering": 56
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 79,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"commits_last_year": 22,
"human_commit_share": 1,
"days_since_last_push": 5,
"active_weeks_last_year": 10
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 5
}
}
],
"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": "22 commits in the last year",
"points": 12.2,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 22
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "15 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": 100,
"inputs": {
"releases_count": 3,
"latest_release_tag": "v0.3.0",
"releases_from_tags": false,
"days_since_latest_release": 5,
"mean_days_between_releases": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~0 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 0
}
}
],
"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": 5,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 5 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 5
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 31,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 15,
"inputs": {
"forks": 0,
"stars": 9,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "9 stars",
"points": 14.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 9
}
}
],
"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": "at_risk",
"name": "Sustainability & Governance",
"value": 34,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 49,
"inputs": {
"followers": 17,
"owner_type": "User",
"is_verified": null,
"owner_login": "aldernero",
"public_repos": 34,
"account_age_days": 1673
},
"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": "17 followers of aldernero",
"points": 9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 17,
"login": "aldernero"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "34 public repos, account ~4 yr old",
"points": 20.4,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 34
}
},
{
"code": "account_age_years",
"params": {
"years": 4
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"github.com/aldernero/gaul"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 5
},
"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 5 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 5
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "3 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 3
}
}
],
"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": 56,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"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": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 54,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 42,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.2
},
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "15 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 detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"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": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"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 13 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": 13
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 13,
"unassessed_packages": 0,
"affected_by_severity": "none",
"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": 13,
"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
}
]
}
],
"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": 55,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 11,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.2,
"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": "19 of 95 human commits state their intent (structured subject or explanatory body)",
"points": 10.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 19,
"sampled": 95
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.126,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": 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": "12 of the last 95 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 12,
"sampled": 95
}
}
],
"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": 46832,
"source_files_sampled": 44,
"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/44 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 44,
"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-24T16:37:31.941733Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/aldernero/gaul.svg",
"full_name": "aldernero/gaul",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}