Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"cd-pipeline",
"quality-gate",
"devops",
"lisp"
],
"is_fork": false,
"size_kb": 18931,
"has_wiki": true,
"homepage": null,
"languages": {
"CSS": 2889,
"Makefile": 1940,
"JavaScript": 142,
"Common Lisp": 74851
},
"pushed_at": "2026-06-19T10:55:44Z",
"created_at": "2019-01-09T13:58:21Z",
"owner_type": "User",
"updated_at": "2026-06-19T10:55:46Z",
"description": "A git-centric policy management and enforcement tool designed to accelerate your CI/CD pipelines.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "AGPL-3.0",
"default_branch": "master",
"license_spdx_raw": "AGPL-3.0",
"primary_language": "Common Lisp",
"significant_languages": [
"Common Lisp"
]
},
"owner": {
"blog": "https://atgreen.github.io/repl-yell/",
"name": "Anthony Green",
"type": "User",
"login": "atgreen",
"company": "Red Hat",
"location": "Toronto, Ontario, Canada",
"followers": 382,
"avatar_url": "https://avatars.githubusercontent.com/u/89993?v=4",
"created_at": "2009-05-29T19:10:21Z",
"is_verified": null,
"public_repos": 320,
"account_age_days": 6265
},
"license": {
"state": "standard",
"spdx_id": "AGPL-3.0",
"raw_spdx": "AGPL-3.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.0.4",
"kind": "patch",
"published_at": "2026-06-19T11:03:34Z"
},
{
"tag": "v2.0.3",
"kind": "patch",
"published_at": "2026-06-19T09:35:52Z"
},
{
"tag": "v2.0.2",
"kind": "patch",
"published_at": "2026-06-19T02:46:27Z"
},
{
"tag": "v2.0.1",
"kind": "patch",
"published_at": "2026-06-18T12:48:40Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2022-08-27T15:24:13Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2021-07-24T00:39:23Z"
}
],
"recent_commits": [
{
"oid": "2a15641214dd50e8a6aa8308d2f77ccd259b68c6",
"body": "Build Intel macOS binary via Rosetta (v2.0.4)",
"is_bot": false,
"headline": "Merge pull request #20 from atgreen/macos-intel-rosetta",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2026-06-19T10:55:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "217bd89ccdf31d35dc3e9da44ae04c342e886ed6",
"body": "GitHub's free Intel macos-13 runners never schedule for this repo, so the\ndarwin-amd64 build never produced an asset. Build it on a macos-14\n(Apple-Silicon) runner under Rosetta with an x86_64 Homebrew SBCL, and make it\na first-class blocking job again so the asset is included in the release.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "release: build Intel macOS binary via Rosetta (v2.0.4)",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2026-06-19T10:51:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3892724fd928894e0d919162c50b952d99d5067e",
"body": "Preserve Windows drive letter for git -C paths (v2.0.3)",
"is_bot": false,
"headline": "Merge pull request #19 from atgreen/windows-drive-letter",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2026-06-19T09:29:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "708daa5cd8a09c85f20080d9db08b7297d9915a3",
"body": "read-json-patterns derived the policy directory via directory-namestring,\nwhich by CL spec excludes the pathname device — so on Windows `git -C`\nreceived a drive-less path (\\Users\\...\\ instead of C:\\Users\\...\\) and failed\nwith \"cannot change to ...: No such file or directory\" (exit 128). Use\nuiop:na\n[…]\nmestring of the directory pathname (device included), and\nconcatenate the already-native *policy-dir* without re-namestringing it.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Preserve Windows drive letter for git -C paths (v2.0.3)",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2026-06-19T09:25:42Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "17b9f926269d0dc7cd6bfc35b6009b036958f6df",
"body": "Use OS-native git paths so policy ops work on Windows (v2.0.2)",
"is_bot": false,
"headline": "Merge pull request #18 from atgreen/windows-git-paths",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2026-06-19T02:40:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c64c0f08f999f3f282afa0807b4cc783455ffc5d",
"body": "On Windows, uiop:xdg-cache-home yields a drive-less path (e.g.\n/Users/.../AppData/Local/cache) and Lisp namestrings use forward slashes,\nwhich native git.exe misresolves — policy clone appeared to work but\n`git -C <dir> blame` failed with exit 128.\n\n- Resolve the policy cache directory to an OS-nati\n[…]\n elsewhere.\n- Pass the git -C directory via uiop:native-namestring.\n- Leave git's stderr attached so failures are visible in logs.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Use OS-native paths for git so policy ops work on Windows (v2.0.2)",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2026-06-19T02:36:56Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "35aadd16d00f531dec983cb3ad46db99ff2b471e",
"body": "release: make Intel-macOS build non-blocking",
"is_bot": false,
"headline": "Merge pull request #17 from atgreen/nonblocking-intel-mac",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2026-06-18T12:42:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "def6704d7079d7f75654b778ac087e80356916fc",
"body": "Intel macOS (macos-13) runners are scarce/being deprecated and were leaving\nthe build-macos-amd64 job queued indefinitely, blocking the entire release\n(the release/sign/provenance jobs depended on it). continue-on-error alone\ndoes not help a job that never gets scheduled, so also drop build-macos-am\n[…]\n' needs. The Intel tarball is still built and attached when a\nrunner is available, but its absence no longer holds up the release.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "release: make Intel-macOS build non-blocking",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2026-06-18T12:37:55Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d2889c8c8606159220afdefe38d98bb5945d455c",
"body": "Built-in report recognition + portable git; add arm64/Windows (v2.0.1)",
"is_bot": false,
"headline": "Merge pull request #16 from atgreen/portable-recognition",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2026-06-18T12:34:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fef5c4ad6075cc38b6cf6d47c4c9e55e91e4eebc",
"body": "Make rlgl a fully self-contained, portable binary so it runs on native\nWindows (for libffi CI) as well as Linux/macOS:\n\n- Report recognition is now implemented in Lisp (an ordered table of\n predicates over the decoded document) instead of the recog.d/*.sh shell\n scripts. This removes the runtime d\n[…]\n signing, provenance, and the release.\n- Drop recog.d from the rpm/deb packaging and the tarballs (no data files).\n\nBump to 2.0.1.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Built-in report recognition + portable git; add arm64/Windows; v2.0.1",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2026-06-18T12:30:48Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "780b7a29db3cf8dc20780dd5a44482cf107c6a74",
"body": "Fix release build: require ASDF in Makefile, fail-fast",
"is_bot": false,
"headline": "Merge pull request #15 from atgreen/fix-release-build",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2026-06-18T12:07:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77b28a17a45cba028154e753935d9c8fc2f44ad8",
"body": "The release jobs install SBCL without an ocicl-generated ~/.sbclrc, so ASDF\nwas not preloaded and `(asdf:...)` in the build/test targets hit \"Package\nASDF does not exist\". The rlgl target also lacked --non-interactive, so the\nreader error dropped into the debugger and the step still exited 0, leavin\n[…]\n, and build with\n--non-interactive so a build error fails the step. build.yml worked only\nbecause ocicl setup populated ~/.sbclrc.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Make Makefile self-contained: require ASDF, fail-fast on build error",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2026-06-18T12:02:45Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "82089ca8de0a5e55bb7dab84950ed8fb6f425140",
"body": "Add release artifact tooling (deb/rpm, tarballs, repos); bump to 2.0.0",
"is_bot": false,
"headline": "Merge pull request #14 from atgreen/release-tooling",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2026-06-18T11:54:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3e2d0e90ffdba66c439bfa28e64620cb71778b2",
"body": "named-readtables 20250524 has a stricter reader-macro conflict check that\nbreaks cl-interpol 2.0.7 (pulled in via cl-csv) with \"Bug in readtable\niterators or concurrent access?\" during a clean ocicl install. This only\nsurfaced on CI; local builds resolved a different named-readtables from a\nshared o\n[…]\ne. Pin the newer 20260324 release (as used by icl), which\nloads cl-interpol cleanly. Verified with a project-only source registry.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Bump named-readtables to fix cl-interpol load on clean CI",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2026-06-18T11:49:56Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "60da78966a8f35fdce9fd5758081f83739b8a456",
"body": "Add a tag-triggered release workflow modeled on the icl pipeline, minus\nWindows/Chocolatey: fetch deps + SBOM via ocicl, build signed RPM and DEB\npackages, Linux and macOS (arm64/amd64) tarballs, cosign blob signatures,\nSLSA provenance, a GitHub release, and apt/dnf repository metadata deployed\nto G\n[…]\n0 RPM/SRPM with correct\nlayout and runtime deps, and the installed binary resolves recog.d and\nevaluates a report (GREEN, exit 0).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add release artifact tooling (deb/rpm, tarballs, repos); bump to 2.0.0",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2026-06-18T11:39:35Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5be828a6cd0dfbf2b8f8abc62f62e625f00aaedc",
"body": "Convert from client-server to standalone client-side CLI",
"is_bot": false,
"headline": "Merge pull request #13 from atgreen/client-side-only",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2026-06-18T11:25:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6ec00ec1dba3edbcc2570a9e409746c302d6c80",
"body": "Drop the client-server architecture entirely and refocus rlgl as a\nsingle local tool that evaluates a report against a git-hosted policy\non the user's machine.\n\nRemoved: the Go client (rlgl/, cli/), the Hunchentoot/snooze HTTP\nserver (rlgl-server.lisp), database (db/), users (user/), API keys\n(api-k\n[…]\n\nand test only), the README (local-tool docs), and the test suite (now\ndrives the engine directly against a temporary git policy).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Convert from client-server to standalone client-side CLI",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2026-06-18T11:24:16Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f3fdbc1e600a3586c355124cd6b5a222f6e5acbb",
"body": null,
"is_bot": false,
"headline": "Update image",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2025-06-02T15:05:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6152c92898309a52dc8093c05be9859e78c31082",
"body": null,
"is_bot": false,
"headline": "Reorg",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2025-06-02T13:33:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5241c7812a57707b12f979872f9aafa265366bae",
"body": null,
"is_bot": false,
"headline": "Error handling",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2025-06-02T11:50:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "560c5af0f9085edf980ad43263147184d20d342c",
"body": null,
"is_bot": false,
"headline": "Tweaks",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2025-06-02T11:37:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "deb9e4304654734f59e021b80ad3155f353ff659",
"body": null,
"is_bot": false,
"headline": "Downgrade container image",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2025-06-02T11:12:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24f3690b5aaebe46a616ccd024880662764f536a",
"body": null,
"is_bot": false,
"headline": "Fix container build",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2025-06-01T12:20:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c93db63ab50ac776964c1f9777fa0428a0e46ddc",
"body": null,
"is_bot": false,
"headline": "Remove testing",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2025-06-01T12:06:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e39ab8569f532122ad84cbcc4caa77c8b6216f39",
"body": null,
"is_bot": false,
"headline": "Fix make target",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2025-06-01T11:50:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b7041dd8d711522583484c2184e0892f9bd8c16",
"body": null,
"is_bot": false,
"headline": "Updates",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2025-06-01T11:45:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee06f0ab70a9e6d92c587faeabd965ecb3253a7e",
"body": null,
"is_bot": false,
"headline": "Test changes",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2025-05-31T11:41:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16e8907aec59a290208d26f9306cb0c45d5b0796",
"body": null,
"is_bot": false,
"headline": "Set address",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2025-05-30T11:28:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9af613dd6e418a86b9a8327c6701cca61f16dc06",
"body": null,
"is_bot": false,
"headline": "More fixes",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2025-05-30T11:05:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5b0879e78db700937527820c1bc14be0518fa57",
"body": null,
"is_bot": false,
"headline": "Fix test",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2025-05-30T10:45:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a1f1a332c5d3155b744983288e62f12aff86b64",
"body": null,
"is_bot": false,
"headline": "Fix",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2025-05-30T10:39:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7fa8239412eb6e79094f7de0658972a34996492",
"body": null,
"is_bot": false,
"headline": "Tweak",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2025-05-30T10:19:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be933f3c08597af03c183157cdcd8066bcf0145a",
"body": null,
"is_bot": false,
"headline": "Sleep almost forever",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2025-05-30T02:42:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78bfb9693f66f110fbff5e1a8a4d2d98196005b1",
"body": null,
"is_bot": false,
"headline": "Claudify",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2025-05-30T02:32:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f52d641f188098e190c1c2eae3f9a4b07e0ba52",
"body": null,
"is_bot": false,
"headline": "Install podman-compose",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2025-05-30T02:30:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae6f05d43684b1d7f248c948b4ec04443e1c256c",
"body": null,
"is_bot": false,
"headline": "Switch to podman-compose",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2025-05-30T01:57:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e69cb61753a3e35a99876d3be2cb9cf80980e4e",
"body": null,
"is_bot": false,
"headline": "Remove linting",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2025-05-30T01:53:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7599a7e53450c1d998b5f2848cca3cad3548d3b4",
"body": null,
"is_bot": false,
"headline": "Build and test using container image",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2025-05-30T01:46:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "933a48caa6a89e70e3e42ac6fa2be80822e54a0f",
"body": null,
"is_bot": false,
"headline": "Fix binary builds",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2025-05-30T01:03:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b75730ab76e35757fa1dbe07ca08e00f7d0780e9",
"body": null,
"is_bot": false,
"headline": "Add ocicl directory",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2025-05-30T00:56:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7bc6aa21adf264dcd0e93186da31bb230ec6d29",
"body": null,
"is_bot": false,
"headline": "Trim",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2025-05-30T00:56:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eae3d1a8e198d9047e92a7a92e84a4a5813fa5c8",
"body": null,
"is_bot": false,
"headline": "Modernize",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2025-05-30T00:14:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a982d4716e1b1f774beceff7f599bf6f8758871",
"body": null,
"is_bot": false,
"headline": "Formatting",
"author_name": "Anthony Green",
"author_login": null,
"committed_at": "2024-01-20T13:19:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c193ab7160b065f0662b6a374b99ecd7a4cfcde4",
"body": null,
"is_bot": false,
"headline": "Don't add a dirty flag",
"author_name": "Anthony Green",
"author_login": null,
"committed_at": "2024-01-20T13:18:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3410a536b6644c32f821f0eb4c74c26a3f956a10",
"body": null,
"is_bot": false,
"headline": "Mark source dir as safe for git",
"author_name": "Anthony Green",
"author_login": null,
"committed_at": "2024-01-20T13:12:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c456c18a9e92170f00d71f36ab7528e057098b93",
"body": null,
"is_bot": false,
"headline": "Get version string with legit. Abandon quicklisp in Makefile.",
"author_name": "Anthony Green",
"author_login": null,
"committed_at": "2024-01-20T12:36:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de1e63a78ded0ca535b0bc35af52b8579b17088b",
"body": null,
"is_bot": false,
"headline": "Fix sleep",
"author_name": "Anthony Green",
"author_login": null,
"committed_at": "2024-01-06T17:21:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c361308aced36394989dfd95ce970c91b7714b6",
"body": null,
"is_bot": false,
"headline": "Remove junk",
"author_name": "Anthony Green",
"author_login": null,
"committed_at": "2024-01-06T16:54:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1feb71ee5a34e28cd082c0c0a3a90ee0c32fc87d",
"body": null,
"is_bot": false,
"headline": "Add dependency",
"author_name": "Anthony Green",
"author_login": null,
"committed_at": "2024-01-06T16:47:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "462f0286c03fc808b7c54dac502a7304992536c6",
"body": null,
"is_bot": false,
"headline": "Remove duplicate ocicl install",
"author_name": "Anthony Green",
"author_login": null,
"committed_at": "2024-01-06T16:43:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be56b9703723e624ecb0e72ba7d7bfcaa7f98ee1",
"body": null,
"is_bot": false,
"headline": "Install dependencies",
"author_name": "Anthony Green",
"author_login": null,
"committed_at": "2024-01-06T16:43:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57bf553d34ee6208d2836ef797a8732331f3e932",
"body": null,
"is_bot": false,
"headline": "Remove local projects",
"author_name": "Anthony Green",
"author_login": null,
"committed_at": "2024-01-06T16:41:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3f1ce12eea555692836283eb10843bceb7254e0",
"body": null,
"is_bot": false,
"headline": "Fix asdf path",
"author_name": "Anthony Green",
"author_login": null,
"committed_at": "2024-01-06T16:39:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "837d141a2d23763b06980ab416686b624cd6105d",
"body": null,
"is_bot": false,
"headline": "Fix",
"author_name": "Anthony Green",
"author_login": null,
"committed_at": "2024-01-06T16:33:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58d7cbbadf17b110bbfa3b17dfbba453a1064ca7",
"body": null,
"is_bot": false,
"headline": "Debug",
"author_name": "Anthony Green",
"author_login": null,
"committed_at": "2024-01-06T16:29:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa326f8788fb090179584cdc87396301052c045e",
"body": null,
"is_bot": false,
"headline": "Fix typo",
"author_name": "Anthony Green",
"author_login": null,
"committed_at": "2024-01-06T16:20:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69f4e2e7434331d801030f30fbe67347f9fe83bc",
"body": null,
"is_bot": false,
"headline": "Don't run compile step with orb",
"author_name": "Anthony Green",
"author_login": null,
"committed_at": "2024-01-06T16:16:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "626cb92782d8b497306786c7a97b076c289c394f",
"body": null,
"is_bot": false,
"headline": "Add systems.csv",
"author_name": "Anthony Green",
"author_login": null,
"committed_at": "2024-01-06T16:12:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a46b7668fce7d3f3500ba34e6260d56a98a3d9af",
"body": null,
"is_bot": false,
"headline": "Fix",
"author_name": "Anthony Green",
"author_login": null,
"committed_at": "2024-01-06T16:04:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01df3b26872f9007b408bff6933020f590e819b6",
"body": null,
"is_bot": false,
"headline": "Debug",
"author_name": "Anthony Green",
"author_login": null,
"committed_at": "2024-01-06T15:52:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f6c0a2a27b5ccc310aec5af52e8b3b84169af46",
"body": null,
"is_bot": false,
"headline": "Switch to ocicl",
"author_name": "Anthony Green",
"author_login": null,
"committed_at": "2024-01-06T15:48:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d55db11359e225d456ac86247c608bdaa449deaa",
"body": null,
"is_bot": false,
"headline": "Fix formatting",
"author_name": "Anthony Green",
"author_login": null,
"committed_at": "2024-01-06T14:03:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab44b7361108d63ee76a6520528fbf280fad87bc",
"body": null,
"is_bot": false,
"headline": "Fix formatting",
"author_name": "Anthony Green",
"author_login": null,
"committed_at": "2024-01-06T14:02:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbf0e56922e2eaff609a9138f9e3327f55c1bd74",
"body": null,
"is_bot": false,
"headline": "Update copyright year",
"author_name": "Anthony Green",
"author_login": null,
"committed_at": "2024-01-06T14:02:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a840855533617b0571f54082694ab315af2f5653",
"body": null,
"is_bot": false,
"headline": "Make /var/rlgl writable",
"author_name": "Anthony Green",
"author_login": null,
"committed_at": "2024-01-06T13:35:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf19d4f6f96acfcbd07f6b36101ea543a22652ab",
"body": "….org/x/sys-0.1.0\n\nBump golang.org/x/sys from 0.0.0-20210615035016-665e8c7367d1 to 0.1.0 in /rlgl",
"is_bot": false,
"headline": "Merge pull request #12 from atgreen/dependabot/go_modules/rlgl/golang…",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2023-02-27T13:19:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81e16a508fd775f3850dfea86c8697e7dcb08911",
"body": "Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20210615035016-665e8c7367d1 to 0.1.0.\n- [Release notes](https://github.com/golang/sys/releases)\n- [Commits](https://github.com/golang/sys/commits/v0.1.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/sys\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/sys in /rlgl",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-02-25T08:48:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cc6b69d6c30a5ef50cad732cd34051430288db6",
"body": null,
"is_bot": false,
"headline": "Revert",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2023-02-06T02:39:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffb3399f392c6a658bcc6abdf4e9c6685d414ceb",
"body": null,
"is_bot": false,
"headline": "Improvements suggested by chatGPT (!)",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2023-02-06T02:11:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7391be08ab30779822de44bef61a83aaba0063d",
"body": null,
"is_bot": false,
"headline": "Update nodejs",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2023-02-05T20:59:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d038c2b7f8eb8a14f9179d1bc406fac47147a707",
"body": null,
"is_bot": false,
"headline": "Improvements",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2023-02-05T19:45:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd1f7d25f0a5b4a12f93e5596006a82a4e7c3d12",
"body": null,
"is_bot": false,
"headline": "Rename random-hex-string to random-base36-string.",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2023-02-05T19:10:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b7c344049ca171a4c282dda69cc9b15a1d29d65",
"body": null,
"is_bot": false,
"headline": "Simplify regexps",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2023-02-05T18:16:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84ecbd7ba70a577b2812e0b58a086a6158f78cf3",
"body": null,
"is_bot": false,
"headline": "Remove dead code",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2023-02-05T18:05:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37198ed26105d6285a84d2f5ca76b25a8e282b7f",
"body": null,
"is_bot": false,
"headline": "Improvement",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2023-02-05T17:54:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fad349e2c8d3aa996d941547b75c189ca61c505d",
"body": null,
"is_bot": false,
"headline": "Remove debug output",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2023-02-05T17:38:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a8eabfda4446cd697925f29e2de3eec86f349df",
"body": null,
"is_bot": false,
"headline": "All evaluation labels appear in the parser's normalized output.",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2023-02-05T17:37:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cf691ed9fe7c9f6772da208cba721235e73b84e",
"body": null,
"is_bot": false,
"headline": "Convert json symbol to camelcase string",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2023-02-05T14:49:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e22d7a5bee10be3e86e2bdce3ddd4f49053b9fb6",
"body": null,
"is_bot": false,
"headline": "Rename function",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2023-02-05T14:22:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "082ca6939b39eb9453749446a731e9caa7a72d37",
"body": null,
"is_bot": false,
"headline": "Fix pair-to-assign-string",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2023-02-05T14:21:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffea5aa3592ca0311ae7899364abf171eabbca58",
"body": null,
"is_bot": false,
"headline": "Fix debug log",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2023-02-05T13:54:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c26fb150675e97460dd2e21fe3ba54008cd8362",
"body": null,
"is_bot": false,
"headline": "Debug",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2023-02-05T13:50:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "503fccc2b280e05ffb8d35307c9bf2ef41306fc1",
"body": null,
"is_bot": false,
"headline": "Add log4cl",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2023-02-04T01:31:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ab1fc54a57efbbc0888d754b4027ee142361dbe",
"body": null,
"is_bot": false,
"headline": "Debug",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2023-02-04T01:27:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93dda1ad68bc895e3dcf9422ae2714bb88e87916",
"body": null,
"is_bot": false,
"headline": "Fix json",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2023-02-04T01:10:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86846026b9a0eb7ae708a278e4834bcfa19db222",
"body": null,
"is_bot": false,
"headline": "More debugging",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2023-02-03T14:03:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d60f67c197c2e4db71258cf9eaee305041e0630",
"body": null,
"is_bot": false,
"headline": "Debug verify script",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2023-02-03T13:50:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d4e0b362b77d68eb154dc0861c55112d008677f",
"body": null,
"is_bot": false,
"headline": "Don't use old --id option",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2023-02-03T13:33:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f6e308582d0bda54657dfd740616a02d98edc2c",
"body": null,
"is_bot": false,
"headline": "Add labels to results json",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2023-02-03T13:05:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af1617306c402d20d814967979de9fa8cfcbdf63",
"body": null,
"is_bot": false,
"headline": "Json camel case conversion for label names",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2022-10-02T15:29:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8b0e45b1c3d42bc12279fe9165a2addde21d252",
"body": null,
"is_bot": false,
"headline": "Fix label table generation",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2022-10-02T12:44:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f067507721bbab4aa973866db5276c83df3e8784",
"body": null,
"is_bot": false,
"headline": "Upgrade postmodern. Remove optimization.",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2022-10-02T12:09:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e15925a053285d58d94f308ece922daea764233",
"body": null,
"is_bot": false,
"headline": "Fix markup. Space is significant for some reason.",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2022-10-02T11:52:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5380288389be4f6468a4c6162bd60dadb60d0489",
"body": null,
"is_bot": false,
"headline": "Trigger rebuild of base image",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2022-10-02T03:32:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db27ce062643d996208940ab3f933c06b79b948e",
"body": null,
"is_bot": false,
"headline": "More logging. Trigger rebuild.",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2022-10-02T03:30:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7e2cac0581d5e79b612ce43f86768cdbae21ec5",
"body": null,
"is_bot": false,
"headline": "Use merge-tags",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2022-09-12T14:29:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdf966eecaebc5d604f728f659fffddc29eed9bc",
"body": null,
"is_bot": false,
"headline": "Add labels",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2022-09-11T12:17:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4fa1a78bf9ed92b03e28c9b782d458e10b681f5",
"body": null,
"is_bot": false,
"headline": "Don't add libffi key",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2022-09-11T01:20:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7677851364b5fb87774b8674596a38c6c01a9d7",
"body": null,
"is_bot": false,
"headline": "Fix db problems",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2022-09-11T01:07:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6024b1cecaa32e343a9179246ba187cf45a5c31b",
"body": null,
"is_bot": false,
"headline": "Fix user insert",
"author_name": "Anthony Green",
"author_login": "atgreen",
"committed_at": "2022-09-10T20:12:59Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 17,
"latest_release_at": "2026-06-19T11:03:34Z",
"latest_release_tag": "v2.0.4",
"releases_from_tags": false,
"days_since_last_push": 35,
"active_weeks_last_year": 1,
"days_since_latest_release": 35,
"mean_days_between_releases": 358.3
},
"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": []
},
"popularity": {
"forks": 3,
"stars": 49,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2019-11-25",
"count": 1
},
{
"date": "2020-05-20",
"count": 1
},
{
"date": "2026-03-08",
"count": 1
}
],
"complete": true,
"collected": 3,
"total_forks": 3
},
"star_history": null,
"open_issues_and_prs": 4
},
"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": [],
"largest_source_bytes": 142,
"source_files_sampled": 1,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 4,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/fatih/color",
"direct": false,
"version": "1.9.0",
"ecosystem": "go"
},
{
"name": "github.com/naoina/go-stringutil",
"direct": false,
"version": "0.1.0",
"ecosystem": "go"
},
{
"name": "github.com/naoina/toml",
"direct": false,
"version": "0.1.1",
"ecosystem": "go"
},
{
"name": "github.com/urfave/cli/v2",
"direct": false,
"version": "2.2.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 4,
"direct_count": 0,
"indirect_count": 4
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 10,
"open_issues": 4,
"closed_ratio": 0.6,
"closed_issues": 6,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "atgreen",
"commits": 1002,
"avatar_url": "https://avatars.githubusercontent.com/u/89993?v=4"
},
{
"type": "User",
"login": "vindarel",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/3721004?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.999
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build.yml",
"release.yaml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"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": 8,
"reason": "7 out of 8 merged PRs checked by a CI test -- score normalized to 8",
"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": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "17 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": 8,
"reason": "dependency not pinned by hash detected -- score normalized to 8",
"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": 10,
"reason": "4 out of the last 4 releases have a total of 4 signed artifacts.",
"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": "2a15641214dd50e8a6aa8308d2f77ccd259b68c6",
"ran_at": "2026-07-25T03:23:21Z",
"aggregate_score": 5.8,
"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-06-19T11:08:50Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-06-19T10:55:41Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": [
{
"number": 4,
"created_at": "2019-11-25T17:12:44Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 7,
"created_at": "2019-12-12T03:40:30Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 9,
"created_at": "2021-07-17T13:10:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 10,
"created_at": "2021-07-17T13:11:40Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/atgreen/red-light-green-light",
"host": "github.com",
"name": "red-light-green-light",
"owner": "atgreen"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"security": 66,
"vitality": 58,
"community": 39,
"governance": 50,
"engineering": 62
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 58,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"commits_last_year": 17,
"human_commit_share": 0.99,
"days_since_last_push": 35,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 35 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 35
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "17 commits in the last year",
"points": 11.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 17
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "17 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": null,
"notes": [],
"value": 86,
"inputs": {
"releases_count": 6,
"latest_release_tag": "v2.0.4",
"releases_from_tags": false,
"days_since_latest_release": 35,
"mean_days_between_releases": 358.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 6
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 35 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 35
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~358.3 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 358.3
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "4 out of the last 4 releases have a total of 4 signed artifacts.",
"points": 10,
"status": "met",
"details": [],
"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": 35,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 35 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 35
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 39,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"forks": 3,
"stars": 49,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "49 stars",
"points": 27.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 49
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "3 forks",
"points": 2.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 3
}
}
],
"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 (AGPL-3.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "AGPL-3.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": 50,
"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.999
},
"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": "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": null,
"notes": [],
"value": 66,
"inputs": {
"merged_prs": 10,
"open_issues": 4,
"closed_issues": 6,
"issue_closed_ratio": 0.6,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "60% of issues closed",
"points": 28.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 60
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "10/10 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 10,
"decided": 10
}
}
],
"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": "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": 67,
"inputs": {
"followers": 382,
"owner_type": "User",
"is_verified": null,
"owner_login": "atgreen",
"public_repos": 320,
"account_age_days": 6265
},
"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": "382 followers of atgreen",
"points": 18.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 382,
"login": "atgreen"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "320 public repos, account ~17 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 320
}
},
{
"code": "account_age_years",
"params": {
"years": 17
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 62,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 64,
"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": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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": "7 out of 8 merged PRs checked by a CI test -- score normalized to 8",
"points": 16,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"cd-pipeline",
"quality-gate",
"devops",
"lisp"
],
"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": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"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": 66,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 58,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 5.8
},
"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": "7 out of 8 merged PRs checked by a CI test -- score normalized to 8",
"points": 2,
"status": "partial",
"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": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "17 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 8",
"points": 4,
"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": "4 out of the last 4 releases have a total of 4 signed artifacts.",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "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 4 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": 4
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 4,
"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": 4,
"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": 3
},
"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": "at_risk",
"name": "AI Readiness",
"value": 44,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.182,
"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": "18 of 99 human commits state their intent (structured subject or explanatory body)",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 18,
"sampled": 99
}
}
],
"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": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.09,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.01
},
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "9 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 9,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "1 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 8",
"points": 8,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Common Lisp",
"largest_source_bytes": 142,
"source_files_sampled": 1,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Common Lisp without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Common Lisp"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/1 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 1,
"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-25T03:23:32.311270Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/atgreen/red-light-green-light.svg",
"full_name": "atgreen/red-light-green-light",
"license_state": "standard",
"license_spdx": "AGPL-3.0"
}