原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 250,
"has_wiki": true,
"homepage": null,
"languages": {
"C": 58,
"C++": 10718,
"Shell": 17459,
"Python": 12686,
"Starlark": 32569
},
"pushed_at": "2026-07-04T04:16:46Z",
"created_at": "2026-07-02T23:43:59Z",
"owner_type": "Organization",
"updated_at": "2026-07-06T23:06:17Z",
"description": "IWYU Support for Bazel",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Starlark",
"significant_languages": [
"Starlark",
"Shell",
"Python",
"C++"
]
},
"owner": {
"blog": null,
"name": null,
"type": "Organization",
"login": "RealtimeRoboticsGroup",
"company": null,
"location": null,
"followers": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/193017948?v=4",
"created_at": "2024-12-27T21:24:15Z",
"is_verified": null,
"public_repos": 9,
"account_age_days": 573
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.0.4",
"kind": "patch",
"published_at": "2026-07-04T04:23:31Z"
},
{
"tag": "iwyu-0.26.0",
"kind": "other",
"published_at": "2026-07-04T03:48:34Z"
},
{
"tag": "v0.0.3",
"kind": "patch",
"published_at": "2026-07-03T23:31:40Z"
},
{
"tag": "v0.0.2",
"kind": "patch",
"published_at": "2026-07-03T23:12:25Z"
},
{
"tag": "v0.0.1",
"kind": "patch",
"published_at": "2026-07-03T22:42:28Z"
},
{
"tag": "iwyu-0.25.0",
"kind": "other",
"published_at": "2026-07-03T22:18:32Z"
},
{
"tag": "iwyu-0.24.0",
"kind": "other",
"published_at": "2026-07-03T22:18:31Z"
}
],
"recent_commits": [
{
"oid": "5099745cff1550170b34b75611472991f6f46abe",
"body": "…ests to cover all supported versions\n\nSigned-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "feat: upgrade default IWYU version to 0.26.0 and expand integration t…",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-04T04:16:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42f7e965d5b86dc1f0aa11cf248aed6408b9d61a",
"body": "…I symbol conflicts\n\nSigned-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "fix(build): statically link custom LLVM libc++ on macOS to resolve AB…",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-04T03:46:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "437234a8a9aecf5c864fc78c961ff3d7b369962d",
"body": "…es and document it\n\nSigned-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "Add GitHub Action workflow for packaging and uploading ruleset releas…",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-04T00:08:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "176bb931519270c6350cce2adea8b44a3e16b790",
"body": "…under bazel run\n\nSigned-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "feat: wrap fix_includes in a python script to resolve workspace path …",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T23:28:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c2ca85307cf1f6cf19cd50fa4b2c3819cdf43b1",
"body": null,
"is_bot": false,
"headline": "feat: expose fix_includes script and update documentation",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T23:10:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f39ba88562c1211edfcc0286f4e68f0fa7ad79dc",
"body": "Signed-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "feat: add shorter aspect entrypoint iwyu.bzl",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T22:32:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0a7ef486825c087a557ed0eabb4de5118b4ec7e",
"body": "We have no users yet, so lets delete the test/buggy builds and start\nover. This has everything statically linked and good to go.\n\nSigned-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "chore: reset default prebuilt static IWYU to 0.25.0 and 0.24.0",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T22:27:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d43996b9a2ea246726a5639c82f5fb4a354b5fb0",
"body": "Signed-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "chore: update buildifier_prebuilt version in MODULE.bazel to 8.2.1.1",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T21:34:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1610514e4353aa111939dbe9bc440f492476419",
"body": "Signed-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "chore: upgrade default prebuilt IWYU to 0.25.2 and 0.24.2",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T21:33:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe7af074940d1649a2753911d5c825d3226ca0a2",
"body": "…arantee static linking\n\nSigned-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "fix: download prebuilt macOS toolchain instead of Homebrew LLVM to gu…",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T21:05:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6052421e2561f228190ea7dc870bab3c2cd8897e",
"body": "…omments\n\nSigned-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "docs: explain aspect stdout/stderr redirection workaround in source c…",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T11:26:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41d86624cc17d4edbdfd3aab78a53165a778002d",
"body": "…yu_toolchain\n\nSigned-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "feat: validate Clang resource directory path structure strictly in iw…",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T11:24:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "187d2b6985acff76f643e3cf5c0f1632dabe1343",
"body": "Signed-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "chore: retain support for 0.24.0 and 0.25.0 in versions metadata",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T11:19:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e98e97ac965ed8f6e6706b792e2f78b71bd0892",
"body": "…ntime dependency\n\nSigned-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "chore: upgrade default prebuilt IWYU to 0.25.1 and drop macOS LLVM ru…",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T11:01:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2899313d3175e00aa9cc2241de002e9165898d6",
"body": "…compatible only with linux\n\nSigned-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "test: skip cross-compilation integration test on macOS by marking it …",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T11:00:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94bdda7b9513e8399abc1ce7478efc7091736e0b",
"body": "…ilds\n\nSigned-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "feat: statically link include-what-you-use on macOS during release bu…",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T10:41:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "699e4255a3ee5aa3a23cb98949cc7335886e9ddd",
"body": "Signed-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "ci: install dynamic library dependencies for macOS and Debian Trixie",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T10:33:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69271d9739e779e93504e0e892a717e5cbf3e5b4",
"body": "…error\n\nSigned-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "test: set HOME env inside test runners to avoid macOS sandbox access …",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T10:23:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7576c59534cf03b93ea8f8c66b7b901a55423f58",
"body": "Signed-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "test: run integration tests on Bazel 9 only and drop suffix",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T10:19:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "750c37888f2726d586436bcacb730d942694e70c",
"body": "Signed-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "ci: add --test_output=errors and fix macOS cp compatibility",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T10:11:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f95abbf8c26eed26e720fcdd79652e574d32253",
"body": "Signed-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "docs: correct macOS architecture support in README",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T10:06:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5954588a5816c669e18a7d303da008751d10e61",
"body": "Signed-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "feat: ignore CUDA targets compiled with standard .cc file extensions",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T10:04:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07ebe81ad6acac3d58bdc52d3e041c73771eb69f",
"body": "Signed-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "feat: stage C++ toolchain compiler files in IWYU aspect sandbox inputs",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T10:04:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd4f1939f93dbeeeeb4ef3ce399b8efc17b2aa44",
"body": "Signed-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "test: migrate all examples into official integration tests",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T10:04:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c1ba499f98d9e333fcc1f5c0b190b2424b70c6a",
"body": "…tion\n\nSigned-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "test: add positive integration test for custom iwyu_opts flag propaga…",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T10:04:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4c51bf1b9d3e20333d3254b297bf1b40d97f1ff",
"body": "Signed-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "feat: validate and reject raw mapping flags inside iwyu_opts",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T10:04:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e30e9d4c2a86f7f3e4119397b3a2ca691fc6e8b2",
"body": "Signed-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "test: rename tests/version_selection package to tests/integration",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T10:04:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cc1eb0ae788304755c0619234a0f9399aea562b",
"body": "Signed-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "test: add integration test coverage for custom iwyu_mappings",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T10:04:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fde81351a2bf8333d1f7d58126f339d09417014",
"body": "Signed-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "ci: add formatting check step to CI workflow",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T10:04:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6c517d5d06c2b3d9d4c55150a029e3177fb2f2c",
"body": "…ing no-sandbox\n\nSigned-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "feat: run IWYU actions hermetically inside the sandbox without requir…",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T10:04:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41d13e0531b3b259ed0f31cde5c262dbb8e5633a",
"body": "Signed-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "chore: run buildifier on Starlark code to align with style guide",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T10:04:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64ddcda3fd20a6ef2198602c4b91c3531c5c9beb",
"body": "Signed-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "chore: sync lockfiles and trailing newlines",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T10:04:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c18a00eb641013759ee2ce9ab80bd12ed15bb57c",
"body": "Signed-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "test: configure Bazel 9 integration test target",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T10:04:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c1b028310c64c11d45baeddf373f849c0b08d50",
"body": "Signed-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "test: add test coverage for applying IWYU fixes with fix_includes.py",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T10:04:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da9d2a5e1c6d42ef38fe83318f76e7beab0a9e88",
"body": "…n test suite\n\nSigned-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "test: configure rules_bazel_integration_test and add version-selectio…",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T10:04:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5523e8fcc301bfa02afe00662938d291216f8067",
"body": "Signed-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "chore: export repository files for integration testing",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T10:04:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbf7fb59dfdd6aad1d439e5d1621f93d705b9b66",
"body": "Signed-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "feat: add WORKSPACE version selection support",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T10:04:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe4bb4d84d84ca671bc8a836a74b99ec7e16fd21",
"body": "Signed-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "feat: add Bzlmod module extension for IWYU prebuilt version selection",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T10:04:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc78316177ecb8a588fdd55fc878ec6faa8f954a",
"body": "…dir detection\n\nSigned-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "feat: implement dynamic IWYU toolchain framework with Clang resource-…",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T10:04:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82b48b465149c7ae2ad80cf14507b03b3da537f8",
"body": "Signed-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "feat: implement prebuilt IWYU versions metadata",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T10:04:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fced8f6e1db4f0775179fe2928d444f6c44c71ab",
"body": "…l hang\n\nSigned-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "build: run bazel with --batch flag in trixie container to prevent kil…",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T10:04:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00fe111e733ca7fa6e15330f4114430b0c7683a1",
"body": "Signed-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "build: install bazelisk in Debian Trixie container job",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T10:04:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea9f539eeab896fe7f58eaf64059b239b7b0939e",
"body": "…zation\n\nSigned-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "examples: migrate boost example from rules_boost to BCR boost.seriali…",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T10:04:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b73aaac62713c6a3dd9e8b97458ee8c3a87dbc81",
"body": "Signed-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "Drop repo_name from googletest",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T10:04:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10018295255d644d8766392c9945608176177875",
"body": "Signed-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "build: add Debian Trixie test job to CI",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T10:04:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4e2c4eea5eeb9a34da68df5e24ec6ced0209f45",
"body": "…pport\n\nSigned-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "build: upgrade default prebuilt IWYU to 0.25.0 and add macOS arm64 su…",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T10:04:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c18474127d846dd02369b76e14d65e4697fe8e03",
"body": "Signed-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "build: specify explicit repository target for gh release commands",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T07:10:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "225ce49898fa2614c57b48a422038feb266da9b2",
"body": "…OKEN\n\nSigned-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "build: change release job auth env variable from GITHUB_TOKEN to GH_T…",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T07:04:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff1c9184046083b57ed3c182b3b2b83b2ad76a1b",
"body": "… toolchain GLIBC\n\nSigned-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "build: run Linux aarch64 build job in ubuntu:24.04 container to match…",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T06:57:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0c9a6a87c0c09d22cbf7b7b71c8bc945e568fbd",
"body": "Signed-off-by: Austin Schuh <austin.linux@gmail.com>",
"is_bot": false,
"headline": "docs: add CONTRIBUTING.md explaining DCO and sign-off",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T06:33:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4358a0828925951ba1948763354725d8761f2cf5",
"body": null,
"is_bot": false,
"headline": "build: add CI workflow for Bazel rules",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T06:25:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11cab9e98bb8a3df5abeedb04b04324fff4e0982",
"body": null,
"is_bot": false,
"headline": "build: drop macOS x86_64 build job",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T06:23:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b68a9ff6baadc1affe78469938b2922528912367",
"body": null,
"is_bot": false,
"headline": "build: fix ubuntu-24.04-arm runner label",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T06:21:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcc5482467eb96fc5638275bd226ad81def4bf25",
"body": "…ebase",
"is_bot": false,
"headline": "build: configure aspect_rules_lint as a dev dependency and format cod…",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T06:20:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0288b5493575332c8c669563bbdaea2a6917671",
"body": "…, and download-artifact@v8 to support Node 24 natively",
"is_bot": false,
"headline": "build: upgrade GHA action versions to checkout@v7, upload-artifact@v7…",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T06:02:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fd50ab68925d8f098fd99ee3e8df9f24499e6c2",
"body": null,
"is_bot": false,
"headline": "build: rewrite workflow build scripts to be POSIX sh compliant",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T05:52:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7b2a30514429770d92d2cfd4d626c9d19a1f237",
"body": null,
"is_bot": false,
"headline": "build: add aspect_rules_lint to MODULE.bazel",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T05:48:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10b797af88ec7f94ebec20c7d8596cce601e387e",
"body": null,
"is_bot": false,
"headline": "build: fix tag mapping and strip-components for custom-packaged archives",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T05:46:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "742cafba7fce49671b8277c2089997b9751b9cef",
"body": null,
"is_bot": false,
"headline": "build: limit release trigger to published type to prevent duplicate runs",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T05:35:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df573b24c21f633fdb2b76699c83c282a192da63",
"body": null,
"is_bot": false,
"headline": "build: restrict workflow runs to releases with tags starting with iwyu-",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T05:32:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abc32cb6a82144a4ef8b4a05c2fb0afec852f023",
"body": "…aw numbers",
"is_bot": false,
"headline": "build: strictly enforce iwyu- prefix for version strings and reject r…",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T05:32:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9347ca816f3666a46a53e5ac278a8a69c91aff1d",
"body": null,
"is_bot": false,
"headline": "build: reject leading 'v' in release tags and version string parsing",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T04:43:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1203fd168e4947af0931df313fb0ef011e213c4d",
"body": null,
"is_bot": false,
"headline": "build: support iwyu- prefix for release tags and manual triggers",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T04:42:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a435a375a3f417b21451a8d058d111e224d87a65",
"body": "…tory references to bazel_iwyu",
"is_bot": false,
"headline": "docs: update README.md to attribute original author and rename reposi…",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T04:36:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ac24e7088c87685c9bd3dca85168a7e50edf4b8",
"body": "…ases",
"is_bot": false,
"headline": "build: update LLVM 19 and 20 versions to use latest stable patch rele…",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T04:29:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fd6527685dc1b335e968069e8689d993b698087",
"body": null,
"is_bot": false,
"headline": "build: use RealtimeRoboticsGroup/toolchains as LLVM binary source",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T04:20:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7b1c6413029d287abf1368b681bdd4e472b2e31",
"body": null,
"is_bot": false,
"headline": "build: enforce strict hardcoded LLVM releases for reproducibility",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T02:35:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b20bdc727828e1aa7aa6f50fe115de9906f479e1",
"body": null,
"is_bot": false,
"headline": "build: switch artifact packaging to zstd -21 --ultra",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T02:34:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f184b7b458e16b78bde680067835e38240dae7b",
"body": "… in release workflow",
"is_bot": false,
"headline": "security: fix shell injection and enforce least-privilege permissions…",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T02:28:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e088d7c9282166f3416026ac673cab19d3effadc",
"body": "…Hub Actions",
"is_bot": false,
"headline": "build: refactor IWYU build process to use Python orchestrator and Git…",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T02:27:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "106249f18168ff88efb8f3d6a72227a67d21f6ff",
"body": "…e_repo_rule",
"is_bot": false,
"headline": "examples/cross_compilation: simplify sysroots configuration to use us…",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T02:07:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a8b12079a32a98e0f268d6ebdfcc5e51ccfcb28",
"body": null,
"is_bot": false,
"headline": "examples/gtest: migrate to standalone Bzlmod workspace",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T02:05:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fb1c267bbb0d42046c20f16fd0e0099e2555462",
"body": null,
"is_bot": false,
"headline": "examples: migrate examples to standalone Bzlmod workspaces",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T02:04:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbd8e90c29be20b829e47468094a44385ef59fef",
"body": null,
"is_bot": false,
"headline": "bazel: fix core aspect and build rules for Bazel 9 compatibility",
"author_name": "Austin Schuh",
"author_login": "AustinSchuh",
"committed_at": "2026-07-03T02:04:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fe9048c30469ac506498c3c740ce47475ad3361",
"body": "Add external includes to iwyu invocation",
"is_bot": false,
"headline": "Merge pull request #15 from michael-ahn/external-headers-fix",
"author_name": "Liu Jiaming",
"author_login": "storypku",
"committed_at": "2024-09-12T23:37:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea1f042ff76652dbdf9500dae8a816094ed2a551",
"body": null,
"is_bot": false,
"headline": "Add external includes to iwyu invocation",
"author_name": "Michael Ahn",
"author_login": "michael-ahn",
"committed_at": "2024-09-12T21:55:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6d684187ec4fff1863b728df99d35101c0bd2c9",
"body": "Add MODULE.bazel support",
"is_bot": false,
"headline": "Merge pull request #12 from TendTo/master",
"author_name": "Liu Jiaming",
"author_login": "storypku",
"committed_at": "2024-08-12T02:52:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85cbd99369a3ed3f8c31234d2d887026f3e66bbc",
"body": null,
"is_bot": false,
"headline": "feat: add module support",
"author_name": "Ernesto Casablanca",
"author_login": "TendTo",
"committed_at": "2024-04-22T11:06:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb102395e553215abd66603bcdeb6e93c66ca6d7",
"body": "Running \"bazel build --config=j5 --config=iwyu //base:atomic_test\" failed with error:\n\nERROR: /iwyu/examples/cross_compilation/base/BUILD:6:8: Run include-what-you-use on base/atomic_test.cc failed: (Exit 1): run_iwyu failed: error executing command (from target //base:atomic_test) bazel-out/k8-fast\n[…]\nbuild\nUse --verbose_failures to see the command lines of failed build steps.\nINFO: Elapsed time: 0.502s, Critical Path: 0.37s\nINFO: 2 processes: 2 internal.\nFAILED: Build did NOT complete successfully",
"is_bot": false,
"headline": "Add demo for cross-compilation support",
"author_name": "Jiaming Liu",
"author_login": "storypku",
"committed_at": "2023-07-25T00:24:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "912a3b3a1862b451aa95a9127520355813788642",
"body": null,
"is_bot": false,
"headline": "Make bazel-iwyu support cross-compilation",
"author_name": "Jiaming Liu",
"author_login": "storypku",
"committed_at": "2023-07-24T06:58:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6af7fb8d4b391aa7127165b4b4861164b9e51823",
"body": null,
"is_bot": false,
"headline": "Provide iwyu 0.20 for ubuntu 22.04+",
"author_name": "Jiaming Liu",
"author_login": "storypku",
"committed_at": "2023-07-22T00:35:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a622709d33761a2e7ae747b6b23ef0487d4bbeb8",
"body": null,
"is_bot": false,
"headline": "Updated README.md on enabling buildkit",
"author_name": "Jiaming Liu",
"author_login": "storypku",
"committed_at": "2023-07-22T00:21:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8adc2781412066f92b9771e32202e1a8f4803d43",
"body": null,
"is_bot": false,
"headline": "Prepare to support IWYU 0.20",
"author_name": "Jiaming Liu",
"author_login": "storypku",
"committed_at": "2023-07-21T10:36:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "289b50012def0df145f77c21b85bcff484dc7a9d",
"body": "Add Dockerfile support for building iwyu 0.20",
"is_bot": false,
"headline": "Merge pull request #8 from figurerobotics/dockerize-iwyu-build",
"author_name": "Liu Jiaming",
"author_login": "storypku",
"committed_at": "2023-07-11T06:17:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0f7ac1fc7efde2ff6e939eedda4cf9b0fa3bdab",
"body": null,
"is_bot": false,
"headline": "Package clang header files to go with iwyu build artifacts",
"author_name": "Kyle Semelka",
"author_login": "kyle-figure",
"committed_at": "2023-05-23T04:32:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b574297e718ee488446d39cf1c59336d6be25964",
"body": null,
"is_bot": false,
"headline": "Multistage docker build for aarch64 support",
"author_name": "Kyle Semelka",
"author_login": "kyle-figure",
"committed_at": "2023-05-23T01:10:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa3c9caa64857f08859c2e9110ad86f18eef72d5",
"body": "…lease",
"is_bot": false,
"headline": "Install llvm toolchain from debian packages instead of from source re…",
"author_name": "Kyle Semelka",
"author_login": "kyle-figure",
"committed_at": "2023-05-23T00:12:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed81b7b90ccd69ddb38f2a7866baf87e2fb63159",
"body": null,
"is_bot": false,
"headline": "Add Dockerfile support for building iwyu 0.20",
"author_name": "Kyle Semelka",
"author_login": "kyle-figure",
"committed_at": "2023-05-22T23:04:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1fcc01b8d5904b53ace69e8eb3a9b0a01378be9",
"body": "Update iwyu.bzl comment",
"is_bot": false,
"headline": "Merge pull request #4 from Unilang/master",
"author_name": "Liu Jiaming",
"author_login": "storypku",
"committed_at": "2023-02-21T08:06:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd39a66c9fa27b387940609c6d4cd3fd21158196",
"body": null,
"is_bot": false,
"headline": "Update README.md and fix IWYU issue for boost examples",
"author_name": "Jiaming Liu",
"author_login": "storypku",
"committed_at": "2023-01-03T10:00:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cda609d2440d475646f5312416f856a2321754c9",
"body": null,
"is_bot": false,
"headline": "fix libtinfo6 download url",
"author_name": "Jiaming Liu",
"author_login": "storypku",
"committed_at": "2023-01-02T03:42:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08876a223cd04b82041647c7a5d075d5f7d09158",
"body": null,
"is_bot": false,
"headline": "Added notes on Ubuntu 18.04 aarch64",
"author_name": "Jiaming Liu",
"author_login": "storypku",
"committed_at": "2023-01-01T20:56:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1621495df1815b60c44c852a1c14b18bc50ad3a",
"body": null,
"is_bot": false,
"headline": "AArch64 support on Ubuntu 20.04+",
"author_name": "Jiaming Liu",
"author_login": "storypku",
"committed_at": "2023-01-01T20:09:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "092db6e38634d129c3dc24a1a1a144b3b879f378",
"body": null,
"is_bot": false,
"headline": "Add AArch64 build instructions",
"author_name": "Jiaming Liu",
"author_login": "storypku",
"committed_at": "2023-01-01T19:15:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "039d78330125552d3ae3f14efbe97c6bedeb25b3",
"body": null,
"is_bot": false,
"headline": "bump bazel_skylib to 1.3.0",
"author_name": "Jiaming Liu",
"author_login": "storypku",
"committed_at": "2023-01-01T17:22:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb906f0c517d06bdfe3cdb56d48100614ce98998",
"body": null,
"is_bot": false,
"headline": "Added test case for IWYU issue 1162",
"author_name": "Jiaming Liu",
"author_login": "storypku",
"committed_at": "2023-01-01T10:39:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d911cfedfedb265693a6f9f378e6d33a7d3de4f",
"body": null,
"is_bot": false,
"headline": "Misc: format shell scripts and Bazel files",
"author_name": "Jiaming Liu",
"author_login": "storypku",
"committed_at": "2023-01-01T10:19:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cc2517ff57e767534db496e86062949dbe91f88",
"body": null,
"is_bot": false,
"headline": "apply upstream #1162 crash fix",
"author_name": "Jiaming Liu",
"author_login": "storypku",
"committed_at": "2023-01-01T10:07:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00d1e6b63b734ee18a8bd1bf2fdae20566327255",
"body": null,
"is_bot": false,
"headline": "Update iwyu.bzl",
"author_name": "Trevor Hickey",
"author_login": "luxe",
"committed_at": "2022-12-22T18:01:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed68231bbf51678a742abac1b0c12c3edb8d92af",
"body": null,
"is_bot": false,
"headline": "Updated IWYU build instructions",
"author_name": "Jiaming Liu",
"author_login": "storypku",
"committed_at": "2022-12-13T05:44:21Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 74,
"latest_release_at": "2026-07-04T04:23:31Z",
"latest_release_tag": "v0.0.4",
"releases_from_tags": false,
"days_since_last_push": 20,
"active_weeks_last_year": 1,
"days_since_latest_release": 20,
"mean_days_between_releases": 0
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 1,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2026-07-06",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 10656,
"source_files_sampled": 12,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"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": [],
"dependencies": [],
"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": 1,
"closed_ratio": 0,
"closed_issues": 0,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "AustinSchuh",
"commits": 74,
"avatar_url": "https://avatars.githubusercontent.com/u/294043?v=4"
},
{
"type": "User",
"login": "storypku",
"commits": 56,
"avatar_url": "https://avatars.githubusercontent.com/u/1758353?v=4"
},
{
"type": "User",
"login": "kyle-figure",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/117235991?v=4"
},
{
"type": "User",
"login": "TendTo",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/65033249?v=4"
},
{
"type": "User",
"login": "michael-ahn",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/6054988?v=4"
},
{
"type": "User",
"login": "sam-bristow",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1728724?v=4"
},
{
"type": "User",
"login": "luxe",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1312081?v=4"
}
],
"contributors_sampled": 7,
"top_contributor_share": 0.536
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build-release.yml",
"ci.yml",
"ruleset-release.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": true,
"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": 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": 10,
"reason": "project has 3 contributing companies or organizations -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"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": "5099745cff1550170b34b75611472991f6f46abe",
"ran_at": "2026-07-24T07:16:37Z",
"aggregate_score": 3.1,
"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-04T04:23:48Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 2,
"created_at": "2026-07-07T19:53:25Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/RealtimeRoboticsGroup/bazel_iwyu",
"host": "github.com",
"name": "bazel_iwyu",
"owner": "RealtimeRoboticsGroup"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"security": 31,
"vitality": 64,
"community": 12,
"governance": 30,
"engineering": 45
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 64,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"commits_last_year": 74,
"human_commit_share": 1,
"days_since_last_push": 20,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 20 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 20
}
}
],
"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": "74 commits in the last year",
"points": 16.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 74
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 7,
"latest_release_tag": "v0.0.4",
"releases_from_tags": false,
"days_since_latest_release": 20,
"mean_days_between_releases": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "7 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 7
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 20 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 20
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~0 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 0
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"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": "critical",
"name": "Community & Adoption",
"value": 12,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 1,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 30,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 7,
"top_contributor_share": 0.536
},
"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 54% of commits",
"points": 10.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 54
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "7 contributors",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 7
}
}
],
"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": "critical",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 1,
"closed_issues": 0,
"issue_closed_ratio": 0,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "0% of issues closed",
"points": 0,
"status": "missed",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 0
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "0/1 decided PRs merged",
"points": 0,
"status": "missed",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 0,
"decided": 1
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"followers": 8,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "RealtimeRoboticsGroup",
"public_repos": 9,
"account_age_days": 573
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "8 followers of RealtimeRoboticsGroup",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 8,
"login": "RealtimeRoboticsGroup"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "9 public repos, account ~1 yr old",
"points": 10.4,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 9
}
},
{
"code": "account_age_years",
"params": {
"years": 1
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 45,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "critical",
"name": "Documentation",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": false,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"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": 0,
"status": "missed",
"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": 31,
"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": 31,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.1
},
"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 3 contributing companies or organizations -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"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": "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": 7
},
"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": 34,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.77,
"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": "77 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 77,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Starlark",
"largest_source_bytes": 10656,
"source_files_sampled": 12,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Starlark without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Starlark"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/12 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 12,
"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": [
"Community profile unavailable",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-24T07:16:44.803393Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/r/RealtimeRoboticsGroup/bazel_iwyu.svg",
"full_name": "RealtimeRoboticsGroup/bazel_iwyu",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}