Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 654,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 110822,
"Makefile": 597
},
"pushed_at": "2026-07-18T18:10:23Z",
"created_at": "2026-02-19T23:12:00Z",
"owner_type": "User",
"updated_at": "2026-07-18T18:10:28Z",
"description": "Data retrieval for Markdown files. Think Dataview without Obsidian. Works on macOS and Linux.",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": null,
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Ralf Hülsmann",
"type": "User",
"login": "rhsev",
"company": null,
"location": "Sevelen, Germany",
"followers": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/111519454?v=4",
"created_at": "2022-08-18T14:48:15Z",
"is_verified": null,
"public_repos": 10,
"account_age_days": 1437
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.15.0",
"kind": "minor",
"published_at": "2026-07-18T18:07:19Z"
},
{
"tag": "v0.14.1",
"kind": "patch",
"published_at": "2026-07-13T16:14:36Z"
},
{
"tag": "v0.14.0",
"kind": "minor",
"published_at": "2026-06-21T09:08:50Z"
},
{
"tag": "v0.13.0",
"kind": "minor",
"published_at": "2026-06-12T22:18:10Z"
},
{
"tag": "v0.11.0",
"kind": "minor",
"published_at": "2026-05-30T09:15:48Z"
},
{
"tag": "v0.10.1",
"kind": "patch",
"published_at": "2026-05-30T08:57:32Z"
},
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2026-05-30T07:02:42Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2026-05-14T23:38:45Z"
},
{
"tag": "v0.8.2",
"kind": "patch",
"published_at": "2026-05-03T21:12:41Z"
},
{
"tag": "v0.8.1",
"kind": "patch",
"published_at": "2026-05-02T21:51:25Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2026-05-02T11:12:55Z"
},
{
"tag": "v0.7.2",
"kind": "patch",
"published_at": "2026-03-12T08:22:25Z"
},
{
"tag": "v0.7.1",
"kind": "patch",
"published_at": "2026-03-10T16:53:24Z"
},
{
"tag": "v0.7",
"kind": "other",
"published_at": "2026-03-08T14:54:45Z"
},
{
"tag": "v0.6",
"kind": "other",
"published_at": "2026-03-03T20:24:31Z"
},
{
"tag": "v0.5",
"kind": "other",
"published_at": "2026-03-01T12:33:54Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2026-02-21T08:04:57Z"
}
],
"recent_commits": [
{
"oid": "fbff27faa1bc43595f9841e109556c69c49b9635",
"body": null,
"is_bot": false,
"headline": "release: build macOS amd64 and Linux amd64/arm64 alongside macOS arm64",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-07-18T18:10:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a289e455af6b769d81bad4ec07788e33340502be",
"body": "grubber doctor <dir> reports where extract's tolerance silently kicked\nin — lenient YAML fallback, normalized values (non-string map keys,\nNaN/Inf), duplicate keys, nested mappings, unclosed yaml fences — and,\non the raw bytes, invisible characters that break search and pipelines\n(soft hyphen, zero-\n[…]\nnl; tabs and NBSP always survive\n- --set resolves path/extensions like extract; a set's from_jsonl\n sources are scanned report-only\n- Exit 0 clean, 1 findings; one line per finding for scripts and CI",
"is_bot": false,
"headline": "Add doctor: report what extract degrades, plus corpus hygiene",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-07-18T18:06:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7485b75fb78b6466e3f9815d5099114529f13106",
"body": "- Anchor yaml fences to line starts: an indented closing fence now\n terminates its block instead of sweeping following prose into the\n record via the lenient fallback\n- Normalize decoded values for JSON output: non-string map keys and\n NaN/Inf degrade gracefully instead of aborting the whole scan\n- Bump version constant (was stale at 0.13.0)\n- README: --from-jsonl contract link, family footer",
"is_bot": false,
"headline": "Harden YAML extraction against prose edge cases",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-07-13T16:14:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "902bd1e619564a23771f7f9f46f10c8082962616",
"body": "Projects a one-record-per-file index (binder as array) into per-membership\nrows before --merge-on, so per-binder Markdown context blocks collapse on\n(id, binder). Additive and opt-in; without the flag grubber is unchanged.\nIncludes unit + integration tests.",
"is_bot": false,
"headline": "Add --explode: expand an array field into one row per element",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-06-21T10:00:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "769e7c373593402187feb75c78d4c814faa17fc8",
"body": "…13.0\n\n- --merge-on KEYS: merge --from-jsonl records into scanned records by\n shared key fields (scanned record wins, sources back-fill); from_jsonl\n allowed in sets, merge_on in defaults\n- register --all; derive value flags from the FlagSet so mistyped flags\n no longer swallow positional args\n- \n[…]\nJSONL source lines no longer capped at 64KB\n- filters accept != as alias for !\n- BOM/CRLF tolerance, TSV array sanitizing, --format validation,\n bare ~ expansion, drain workers on stream encode error",
"is_bot": false,
"headline": "Add --merge-on for JSONL sources; fix CLI and parser bugs; bump to 0.…",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-06-12T22:17:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e8a4ce3c08724de6baa642432e2dd9c81df47d5a",
"body": "Standardize on the JSON Lines name. The format and file extension are\nbyte-identical; only the names change:\n --from-ndjson -> --from-jsonl\n --format=ndjson -> --format=jsonl\n *.ndjson source globs -> *.jsonl\n source_ndjson.go / EXTENSION-ndjson-source.md renamed accordingly\n\nBreaking flag/format rename (permitted pre-1.0); no behavior change. No\naliases kept, to avoid carrying permanent surface for a cosmetic synonym.",
"is_bot": false,
"headline": "Rename ndjson -> jsonl across the CLI; bump to 0.11.0 (breaking)",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-05-30T09:09:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "989a4c3846bc4613288ea896db8ec658fe46ccc2",
"body": "When no notes dir, set path, or GRUBBER_NOTES was given, the resolution\npassed an empty set path to expandPath, and expandPath(\"\") resolves to\nthe cwd (filepath.Abs(\"\")). A pure 'grubber extract --from-ndjson <file>'\ntherefore scanned the current directory in addition to the NDJSON source\n— source-o\n[…]\nExtract the precedence logic into a testable resolveNotesDir() that\nignores an empty set path and only falls back to cwd when there are no\n--from-ndjson sources. Adds main_test.go with the regression.",
"is_bot": false,
"headline": "Fix --from-ndjson source-only run scanning the cwd; bump to 0.10.1",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-05-30T08:53:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b86c0361fe8375a661865091f69131451b34e640",
"body": "Add a CLI-only --from-ndjson flag (repeatable, file-or-directory) that\nmerges external NDJSON record sources into the extract/stream output.\n\n- Pure union of the directory scan and the NDJSON sources; in source-only\n replay mode the notes dir becomes optional.\n- Preserve-else-inject provenance: exi\n[…]\ntwo stale .gitignore entries left over from\nthe grubber-write -> filecollector rename.\n\nNew: source_ndjson.go + source_ndjson_test.go (9 cases). Docs: README,\nARCHITECTURE, EXTENSION-ndjson-source.md.",
"is_bot": false,
"headline": "Add --from-ndjson merge sources; bump to 0.10.0",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-05-30T06:57:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f80756c6c8be319d77added05fcde74803917db2",
"body": "collection-add was previously kept locally in this working copy\nbut never committed. It has moved to the filecollector repository\n(rhsev/filecollector) where the rest of the collection-* family\nlives. The .gitignore entry is no longer needed.",
"is_bot": false,
"headline": "Remove collection-add from .gitignore (moved to filecollector repo)",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-05-25T17:59:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39a0a663a54554c743e4e7f881a7fc2cfe732f3d",
"body": null,
"is_bot": false,
"headline": "readme: tighten intro paragraph",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-05-24T18:00:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f4332f68bbcb42b1d8124f95674a65bfbb144d8",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Ralf Hülsmann",
"author_login": "rhsev",
"committed_at": "2026-05-19T11:32:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9531edbb1a3f62b91b829c692313a1267f248e83",
"body": null,
"is_bot": false,
"headline": "readme: add CI badge",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-05-19T11:31:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c60e8199642889050bdbfacc1210ab88a609e8d",
"body": null,
"is_bot": false,
"headline": "ci: bump actions to Node 24-compatible versions",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-05-19T11:29:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d394cf3b9aac77da99235409d168a63b5e7be117",
"body": "46 tests covering filter conditions, markdown/typst parsers, array\nnormalisation, buildResult logic, and TSV output. CI runs go test on\nGo 1.22 and 1.23 on push and pull_request.",
"is_bot": false,
"headline": "add unit tests and GitHub Actions CI",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-05-19T11:28:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1400b009301d4abee93e5514a2d64ce2df2616fd",
"body": null,
"is_bot": false,
"headline": "update performance numbers to reflect benchmark results",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-05-15T18:22:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32c8808b3d908cbded7ac1bd0a12a81779dd32d1",
"body": null,
"is_bot": false,
"headline": "mention future format candidates in README",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-05-15T18:19:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4290095d3831515a26be5572f235801378c591c8",
"body": null,
"is_bot": false,
"headline": "fix nested code block in README",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-05-15T18:14:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c20e49f7d2bc0fbb03c5753f5d81d5289806199",
"body": "…stry",
"is_bot": false,
"headline": "update README and ARCHITECTURE for Typst support and file-format regi…",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-05-15T18:11:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62af5802a6505b1985756d12151b24fa9e95098d",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.9.0",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-05-14T23:38:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d88022200f51b466305c32750f76b0cfd4d3fc86",
"body": "… document()",
"is_bot": false,
"headline": "extend Typst parser to recognize #metadata((...)) in addition to #set…",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-05-14T23:37:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a23153f074db69f97f8c76e56b4bd133934b7be8",
"body": null,
"is_bot": false,
"headline": "add Typst parser and plugin registry for file-format extensibility",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-05-14T23:37:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "256e413e279ba6381def6fc7ef9e5cccc2dcd180",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.8.2",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-05-03T21:18:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed36fb4b353fcf4e26eeeb46eb4c1a5c8a5b8400",
"body": null,
"is_bot": false,
"headline": "fallback to line-by-line parsing when YAML block is invalid",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-05-03T21:12:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d442cb456c889f3125b60a5f875e8b426a5bae5",
"body": null,
"is_bot": false,
"headline": "trim ARCHITECTURE.md",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-05-02T21:51:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7561892b46a7f520e368ac99742e383286bbe348",
"body": null,
"is_bot": false,
"headline": "add ARCHITECTURE.md",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-05-02T21:41:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b30135b606d6a13534d7ab7b6cea709b5fb2460b",
"body": "…fter path arg\n\n- Every record now includes _mtime (RFC3339 UTC) from the file's modification time\n- --no-fill skips nil-padding of missing keys, useful for DuckDB read_ndjson_auto\n- --format ndjson streams records one per line without buffering the full array\n- --workers N sets the parallel worker count (default: NumCPU)\n- Fix: flags after the path argument were silently ignored due to Go's flag.FlagSet\n stopping at the first non-flag token; reorderArgs() moves positional args to the end",
"is_bot": false,
"headline": "add _mtime, --no-fill, --format ndjson, --workers; fix flag parsing a…",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-05-02T21:37:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0438b6f9d576519d063d5dc347ff7b67de55c4ca",
"body": null,
"is_bot": false,
"headline": "reduce allocations in hot path",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-05-02T16:09:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9fb31e93f75f8d8ce85e37fad291940631ea050",
"body": null,
"is_bot": false,
"headline": "add dataview vs grubber comparison",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-05-02T11:17:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f90bf49bb48f838f337da7acf38d581db3d0094",
"body": "- Rewrites grubber in Go (was Ruby + Crystal)\n- Concurrent file processing via goroutines\n- YAML 1.2: leading-zero values parsed as numbers (quote strings explicitly)\n- JSON output keys sorted alphabetically\n- Hidden directories skipped during traversal",
"is_bot": false,
"headline": "v0.8.0: port to Go, drop Ruby and Crystal implementations",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-05-02T11:12:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46e8be338805dc8d28bd925e11aa95be0da6c75a",
"body": "All records now share the same keys — missing fields are filled with null.\nThis prevents issues in downstream processing when records have varying fields.",
"is_bot": false,
"headline": "v0.7.2: normalize records to uniform key set",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-03-12T08:22:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "113a33431467df83444ae217d9f8e1b2eab85f8b",
"body": null,
"is_bot": false,
"headline": "v0.7.1: array-fields comma-split",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-03-10T16:53:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "519c8d7764833bf05169755ee26a5a2d58a8a1f5",
"body": "Exclude: a,b,c now becomes [\"a\", \"b\", \"c\"] instead of [\"a,b,c\"].\nYAML arrays are unchanged. Document edge case for values with commas.",
"is_bot": false,
"headline": "array-fields: split comma-separated strings into arrays",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-03-10T16:51:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86cc1179ff01392a783cadaa774af51fc29a6954",
"body": "- -d/--depth N limits directory recursion (0 = no subdirectories)\n- Single files can be passed instead of a directory\n- Files without frontmatter or YAML blocks no longer produce empty records\n- Output sorted by filename instead of full path",
"is_bot": false,
"headline": "v0.7: --depth flag, single file support, ghost record fix",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-03-08T14:54:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f177a5661a8cc13e6979550ac2bbaa98c4357e4",
"body": "-d/--depth N limits directory recursion (0 = no subdirectories).\nA single file can now be passed instead of a directory.",
"is_bot": false,
"headline": "Add --depth flag and single file support",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-03-08T14:52:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "376638f634bcdd9e13147a1a5179c77b76d0892b",
"body": null,
"is_bot": false,
"headline": "Add performance brag to README",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-03-04T08:49:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "595785ddc927d3bc4e78eeb08fae608d36c7760e",
"body": null,
"is_bot": false,
"headline": "Sort output by filename; update binary and README",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-03-04T00:48:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a16b50d2d7e5967d588604db47a035050a47358",
"body": null,
"is_bot": false,
"headline": "Sort output by filename instead of full path",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-03-04T00:46:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "408c53fcf132f057503f00d4837db488e1176344",
"body": "Files without any extractable data produced ghost records\ncontaining only _note_file. Now they are correctly ignored.",
"is_bot": false,
"headline": "Fix: skip files with no frontmatter and no YAML blocks",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-03-03T23:26:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6164b40b991dcdf2ea6d523118281ddecfa4b23a",
"body": null,
"is_bot": false,
"headline": "Update performance numbers in README",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-03-03T20:48:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8aa20f97983201e98e375e7fb618eedb1c785ed0",
"body": "Add performance.md with hyperfine benchmarks comparing Ruby vs Crystal\n(single- and multi-threaded). Update README to reflect accurate performance\ncharacteristics: zero startup time, multi-threaded worker pool, deterministic\nsorted output.",
"is_bot": false,
"headline": "v0.6: add performance benchmarks, update README",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-03-03T20:30:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c00d1b052efa65f51d00f100d35d01b654a84c7",
"body": "- Crystal: multi-threaded extraction with worker pool (one per CPU core)\n- MultiMarkdown metadata header support (--mmd flag)\n- --all flag to override config defaults\n- Deterministic output: records sorted by _note_file",
"is_bot": false,
"headline": "v0.6: multi-threading, MMD support, sorting, --all flag",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-03-03T20:23:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af59a3f86b780a3e6032445b848db2325579ef12",
"body": null,
"is_bot": false,
"headline": "Add See also link to matterbase",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-03-03T15:54:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c1c6759f2efb6d7e699eb19f1841d72e0ba9e40",
"body": null,
"is_bot": false,
"headline": "Initial release v0.5",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-03-01T12:33:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f16fa6c991d091a85ff93f4b0be1e3fe7a17090d",
"body": "Data retrieval tool for Markdown files. Extracts YAML frontmatter\nand fenced YAML code blocks, merges them into flat records, outputs\nJSON or TSV. Ruby and Crystal implementations included.",
"is_bot": false,
"headline": "Initial release v0.4.1",
"author_name": "rhsev",
"author_login": "rhsev",
"committed_at": "2026-02-19T23:56:06Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 17,
"commits_last_year": 44,
"latest_release_at": "2026-07-18T18:07:19Z",
"latest_release_tag": "v0.15.0",
"releases_from_tags": false,
"days_since_last_push": 7,
"active_weeks_last_year": 11,
"days_since_latest_release": 7,
"mean_days_between_releases": 8.5
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": true,
"has_contributing": false,
"health_percentage": 28,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 0,
"stars": 22,
"watchers": 0,
"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": [
"examples"
],
"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": 15927,
"source_files_sampled": 20,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "gopkg.in/yaml.v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.0.1"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"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": "rhsev",
"commits": 44,
"avatar_url": "https://avatars.githubusercontent.com/u/111519454?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.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": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "29 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": 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": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "fbff27faa1bc43595f9841e109556c69c49b9635",
"ran_at": "2026-07-26T02:59:56Z",
"aggregate_score": 3.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-18T18:10:45Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/rhsev/grubber",
"host": "github.com",
"name": "grubber",
"owner": "rhsev"
},
"metrics": {
"overall": {
"key": "overall",
"band": "weak",
"name": "Overall health",
"note": "The weighted overall 42 is calibrated to 38 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 42,
"calibrated": 38,
"calibration": "2026-08-02"
}
}
],
"value": 38,
"inputs": {
"security": 33,
"vitality": 77,
"community": 23,
"governance": 16,
"calibration": "2026-08-02",
"engineering": 56,
"ai_readiness": 54,
"weighted_overall_raw": 42
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 77,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"commits_last_year": 44,
"human_commit_share": 1,
"days_since_last_push": 7,
"active_weeks_last_year": 11
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "11/52 weeks with commits",
"points": 7.6,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 11
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "44 commits in the last year",
"points": 14.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 44
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "29 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": 90,
"inputs": {
"releases_count": 17,
"latest_release_tag": "v0.15.0",
"releases_from_tags": false,
"days_since_latest_release": 7,
"mean_days_between_releases": 8.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "17 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 17
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~8.5 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 8.5
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 23,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 21,
"inputs": {
"forks": 0,
"stars": 22,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "22 stars",
"points": 21.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 22
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "at_risk",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"has_license": false,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"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": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"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": "critical",
"name": "Sustainability & Governance",
"value": 16,
"weight": 0.23,
"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, Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance",
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"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": 42
},
{
"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": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"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": "weak",
"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": 39,
"inputs": {
"followers": 5,
"owner_type": "User",
"is_verified": null,
"owner_login": "rhsev",
"public_repos": 10,
"account_age_days": 1437
},
"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": "5 followers of rhsev",
"points": 5.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 5,
"login": "rhsev"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "10 public repos, account ~3 yr old",
"points": 15.5,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 10
}
},
{
"code": "account_age_years",
"params": {
"years": 3
}
}
],
"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": 56,
"weight": 0.19,
"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": "at_risk",
"name": "Security",
"value": 33,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 33,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.3
},
"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 not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "29 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 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": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"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"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 54,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.523,
"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": "23 of 44 human commits state their intent (structured subject or explanatory body)",
"points": 27.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 23,
"sampled": 44
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 61,
"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,
"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": "no agent-authored commits among the last 44",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 44
}
}
],
"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": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 15927,
"source_files_sampled": 20,
"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/20 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 20,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "weak",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"labels": [],
"scores": {},
"primary": null,
"evidence": [],
"artifacts": [],
"confidence": "none",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": false
},
"metrics_version": "2.3.1"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-26T02:59:59.979649Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/r/rhsev/grubber.svg",
"full_name": "rhsev/grubber",
"license_state": "absent",
"license_spdx": null
}