JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"hashicorp-raft",
"raft",
"grpc-go",
"grpc",
"golang"
],
"is_fork": false,
"size_kb": 74,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 31109,
"Makefile": 204
},
"pushed_at": "2024-07-22T11:49:39Z",
"created_at": "2020-09-07T21:19:04Z",
"owner_type": "User",
"updated_at": "2025-12-13T13:51:19Z",
"description": "Make hashicorp/raft communicate over gRPC",
"is_archived": false,
"is_disabled": false,
"license_spdx": "BSD-2-Clause",
"default_branch": "master",
"license_spdx_raw": "BSD-2-Clause",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Jille Timmermans",
"type": "User",
"login": "Jille",
"company": null,
"location": "Nijmegen, Netherlands",
"followers": 115,
"avatar_url": "https://avatars.githubusercontent.com/u/460628?v=4",
"created_at": "2010-10-30T11:13:09Z",
"is_verified": null,
"public_repos": 191,
"account_age_days": 5750
},
"license": {
"state": "standard",
"spdx_id": "BSD-2-Clause",
"raw_spdx": "BSD-2-Clause",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.6.1",
"kind": "patch",
"published_at": "2024-07-22T11:50:20Z"
},
{
"tag": "v1.6.0",
"kind": "minor",
"published_at": "2024-07-22T11:49:33Z"
},
{
"tag": "v1.5.0",
"kind": "minor",
"published_at": "2023-11-06T19:25:35Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2023-01-23T17:32:31Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2022-11-16T16:25:21Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2021-09-08T12:02:01Z"
},
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2020-09-09T13:05:29Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2020-09-08T10:42:28Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2020-09-08T10:05:30Z"
},
{
"tag": "v0.0.1",
"kind": "patch",
"published_at": "2020-09-07T21:22:35Z"
}
],
"recent_commits": [
{
"oid": "0ed432970e881d6b4d41820c81b3abba23a73303",
"body": "Avoid gRPC calls hanging during a shutdown of raft",
"is_bot": false,
"headline": "Merge pull request #7 from rledisez/fixShutdown",
"author_name": "Jille Timmermans",
"author_login": "Jille",
"committed_at": "2024-07-22T11:45:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bda94a82e9876e33f7a357ae75d78fc385cf8f2",
"body": "DisconnectAll shouldn't mark the transport as closed. This happened\nbecause of crossing commits.",
"is_bot": false,
"headline": "Separate closing and disconnecting all now that they're different",
"author_name": "Jille Timmermans",
"author_login": "Jille",
"committed_at": "2024-07-22T11:42:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a386b187d20f5bb82ec06364ea17fa27fe598029",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into fixShutdown",
"author_name": "Jille Timmermans",
"author_login": "Jille",
"committed_at": "2024-07-22T11:41:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1a67287a8541bf30f441665404122d8208fa532",
"body": "Both because I prefer it, and because it makes the next merge commit\neasier",
"is_bot": false,
"headline": "chore: Early return instead of indenting",
"author_name": "Jille Timmermans",
"author_login": "Jille",
"committed_at": "2024-07-22T11:38:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd758d8c00d619530bcebd5afe287dfc6e419fe9",
"body": null,
"is_bot": false,
"headline": "go mod tidy",
"author_name": "Jille Timmermans",
"author_login": "Jille",
"committed_at": "2024-07-22T11:28:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d275d270a9a6a42a21824f8d6e7a91277875fc12",
"body": "This adds support for the RequestPreVote RPC",
"is_bot": false,
"headline": "Implement extension raft.WithPreVote",
"author_name": "Jille Timmermans",
"author_login": "Jille",
"committed_at": "2024-07-22T11:24:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "610b831923335c09a8302206a5938ad9bc206a10",
"body": null,
"is_bot": false,
"headline": "Switch to proto v2 API",
"author_name": "Jille Timmermans",
"author_login": "Jille",
"committed_at": "2024-07-22T11:22:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe578a256cb64a4815488c6c0af1e74ba9c90aae",
"body": "Raft will call us when to connect/disconnect from peers.\n\nTrack peers by their address instead of their ID",
"is_bot": false,
"headline": "Implement extension raft.WithPeers",
"author_name": "Jille Timmermans",
"author_login": "Jille",
"committed_at": "2024-07-22T11:06:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8e0643f36fe849fc2cea24ec050df5694ab824d",
"body": "When raft shuts down, it'll clean up the transport",
"is_bot": false,
"headline": "Implement extension raft.WithClose",
"author_name": "Jille Timmermans",
"author_login": "Jille",
"committed_at": "2024-07-22T11:06:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76fa472b7af61e931cc9f4c5af9193ee29949af7",
"body": null,
"is_bot": false,
"headline": "godoc: Fix English in comment of WithHeartbeatTimeout",
"author_name": "Jille Timmermans",
"author_login": "Jille",
"committed_at": "2024-07-22T10:53:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acf3288f8be2471ff635bb2eb9edd39e1128b207",
"body": null,
"is_bot": false,
"headline": "Upgrade to Raft v1.7.0",
"author_name": "Jille Timmermans",
"author_login": "Jille",
"committed_at": "2024-07-22T10:49:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ef7523a32c2f6d483a81027a061150d59e6cfcb",
"body": null,
"is_bot": false,
"headline": "Avoid gRPC calls hanging during a shutdown of raft",
"author_name": "Romain LE DISEZ",
"author_login": "rledisez",
"committed_at": "2023-12-08T11:05:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "023483e39e757027580c8b916f9b115c0f781af8",
"body": "Fix Register() to accept a grpc.ServiceRegistrar",
"is_bot": false,
"headline": "Merge pull request #6 from rledisez/useServiceRegistrarInterface",
"author_name": "Jille Timmermans",
"author_login": "Jille",
"committed_at": "2023-11-06T19:23:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58342209ce7e52187ae11f70545a71b1ae42851e",
"body": null,
"is_bot": false,
"headline": "Fix Register() to accept a grpc.ServiceRegistrar",
"author_name": "Romain LE DISEZ",
"author_login": "rledisez",
"committed_at": "2023-11-06T10:47:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0132b1f97d08c7d7c3364d3a2ad0b74c4597a7ee",
"body": null,
"is_bot": false,
"headline": "Set up GitHub Actions",
"author_name": "Jille Timmermans",
"author_login": "Jille",
"committed_at": "2023-01-23T17:28:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab27dfb569e97dc3dbc776df6c46924a17e13154",
"body": "Create options for the transport, add HeartbeatTimeout option",
"is_bot": false,
"headline": "Merge pull request #5 from rledisez/master",
"author_name": "Jille Timmermans",
"author_login": "Jille",
"committed_at": "2023-01-23T17:24:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "918c2de7833c26eb945c9704d349ec6ba75a60c0",
"body": "By default, gRPC will retry and wait for RPC calls. It's undesirable for\nheartbeats.",
"is_bot": false,
"headline": "Create options for the transport, add HeartbeatTimeout option",
"author_name": "Romain LE DISEZ",
"author_login": "rledisez",
"committed_at": "2023-01-23T10:56:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cf513b285c9098282c1669ab27a7082387b158a",
"body": "Update RPCHeader protobuf to raft v1.3.7+",
"is_bot": false,
"headline": "Merge pull request #3 from rledisez/updateRaft",
"author_name": "Jille Timmermans",
"author_login": "Jille",
"committed_at": "2022-11-16T16:23:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fbe1a477f9e866a8758b8d0801c204490240e1c",
"body": null,
"is_bot": false,
"headline": "Update RPCHeader protobuf to raft v1.3.7+",
"author_name": "Romain LE DISEZ",
"author_login": "rledisez",
"committed_at": "2022-11-16T13:54:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f253856eefc6707511a890c5537cf48cb8febfc",
"body": "Add Close func to close open connections",
"is_bot": false,
"headline": "Merge pull request #2 from SellJamHere/master",
"author_name": "Jille Timmermans",
"author_login": "Jille",
"committed_at": "2022-09-14T17:23:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "272e349c5c8213681b97af20086e66aee6ef61af",
"body": null,
"is_bot": false,
"headline": "Handle connection close errors",
"author_name": "James",
"author_login": "SellJamHere",
"committed_at": "2022-09-14T17:21:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3726890bf5d9f9d952871bfbe4c5534249c088ab",
"body": null,
"is_bot": false,
"headline": "Lock connection when closing. Ensure tests cleanup on close.",
"author_name": "James",
"author_login": "SellJamHere",
"committed_at": "2022-09-10T17:06:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a9ada517787eb452529c981b62a39f0feb58502",
"body": null,
"is_bot": false,
"headline": "Add Close func to close open connections",
"author_name": "James",
"author_login": "SellJamHere",
"committed_at": "2022-08-31T00:04:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92f42d1d049c21c5dbf8966e0d2dcdd9ab99ba20",
"body": "This adds the appended_at field",
"is_bot": false,
"headline": "Update to Raft 1.3.0",
"author_name": "Jille Timmermans",
"author_login": "Jille",
"committed_at": "2021-09-08T11:59:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f66f20dae2f1f0f42aa8a63b97961840ee0f33e5",
"body": null,
"is_bot": false,
"headline": "Cancel the context when returning an error",
"author_name": "Jille Timmermans",
"author_login": "Jille",
"committed_at": "2021-09-08T11:54:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdc3730129218576e724741747ba0efc1b1ca157",
"body": null,
"is_bot": false,
"headline": "Update to a newer gRPC version",
"author_name": "Jille Timmermans",
"author_login": "Jille",
"committed_at": "2021-09-08T11:53:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b29ac36391c6a312837e5bb1c925d7c2111fbd42",
"body": "…d690fbc3c49a602ea01cd0f98eb/transport_test.go for grpc-raft-transport",
"is_bot": false,
"headline": "Adopt https://github.com/twitchyliquid64/raft-grpc/blob/a15339d288fb5…",
"author_name": "Jille Timmermans",
"author_login": "Jille",
"committed_at": "2020-09-13T08:49:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41f4b0a6e4160fccc4c5e97991d27d6eaa1b2363",
"body": "…5339d288fb5d690fbc3c49a602ea01cd0f98eb] Implement some smoke tests",
"is_bot": false,
"headline": "[imported from https://github.com/twitchyliquid64/raft-grpc/commit/a1…",
"author_name": "Tom",
"author_login": null,
"committed_at": "2020-09-13T08:49:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed8e80c904735dc8944f63ed796d3aca51853b80",
"body": null,
"is_bot": false,
"headline": "Add a link to more example code",
"author_name": "Jille Timmermans",
"author_login": "Jille",
"committed_at": "2020-09-09T13:07:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79afc35d3296e717e3f2bcc3ea7c8fcd9f050c38",
"body": null,
"is_bot": false,
"headline": "Add missing InstallSnapshotRequest.SnapshotVersion field",
"author_name": "Jille Timmermans",
"author_login": "Jille",
"committed_at": "2020-09-09T13:04:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa3d9d009bcbcb1d8cd5d468b29bbe4d25bf334f",
"body": "…into the protos\n\nThis is what I was worried about in issue #1 and it caught a missing field already.",
"is_bot": false,
"headline": "Add a completeness test that verifies whether all fields are encoded …",
"author_name": "Jille Timmermans",
"author_login": "Jille",
"committed_at": "2020-09-09T13:01:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccd022d6266f7bc60574fcb27c3d66720cb4c181",
"body": "Raft calls Transport.SetHeartbeatHandler() with a callback that can handle heartbeats, so they can skip the queue.",
"is_bot": false,
"headline": "Implement fast path for heartbeats",
"author_name": "Jille Timmermans",
"author_login": "Jille",
"committed_at": "2020-09-08T10:41:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d24c34fade444f1fd7090a37508b166c453ee9b",
"body": "fixes #1",
"is_bot": false,
"headline": "Switch to native protobuf messages rather than wrapped JSON",
"author_name": "Jille Timmermans",
"author_login": "Jille",
"committed_at": "2020-09-08T10:21:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bab20f53db1b6aa0d73c1d3f31357ff8b7fe53fb",
"body": null,
"is_bot": false,
"headline": "Godoc for public funcs",
"author_name": "Jille Timmermans",
"author_login": "Jille",
"committed_at": "2020-09-07T21:36:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18485066299915eef18aa7b81216bf3b70ff888f",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Jille Timmermans",
"author_login": "Jille",
"committed_at": "2020-09-07T21:19:53Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 10,
"commits_last_year": 0,
"latest_release_at": "2024-07-22T11:50:20Z",
"latest_release_tag": "v1.6.1",
"releases_from_tags": false,
"days_since_last_push": 736,
"active_weeks_last_year": 0,
"days_since_latest_release": 736,
"mean_days_between_releases": 157.1
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/Jille/raft-grpc-transport",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/Jille/raft-grpc-transport",
"is_deprecated": false,
"latest_version": "v1.6.1",
"repository_url": "https://github.com/Jille/raft-grpc-transport",
"versions_count": 10,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2024-07-22T11:45:41Z",
"latest_version_yanked": null,
"days_since_latest_publish": 736
}
]
},
"popularity": {
"forks": 16,
"stars": 51,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2021-04-26",
"count": 1
},
{
"date": "2021-06-27",
"count": 1
},
{
"date": "2021-07-10",
"count": 1
},
{
"date": "2022-10-11",
"count": 1
},
{
"date": "2022-11-16",
"count": 1
},
{
"date": "2022-11-21",
"count": 1
},
{
"date": "2023-01-18",
"count": 2
},
{
"date": "2024-02-29",
"count": 1
},
{
"date": "2024-04-08",
"count": 1
},
{
"date": "2024-06-12",
"count": 2
},
{
"date": "2024-07-17",
"count": 1
},
{
"date": "2024-09-18",
"count": 1
},
{
"date": "2024-10-26",
"count": 1
},
{
"date": "2025-07-21",
"count": 1
}
],
"complete": true,
"collected": 16,
"total_forks": 16
},
"star_history": 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": [
"proto/Makefile"
],
"api_schema_files": [
"proto/transport.proto"
],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 49975,
"source_files_sampled": 10,
"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": "github.com/google/go-cmp",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.5.9"
},
{
"name": "github.com/google/gofuzz",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/hashicorp/go-multierror",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.1"
},
{
"name": "github.com/hashicorp/raft",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.7.0"
},
{
"name": "github.com/pkg/errors",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.9.1"
},
{
"name": "go.uber.org/goleak",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.12"
},
{
"name": "google.golang.org/grpc",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.40.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.28.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": 1,
"merged_prs": 5,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 2,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "Jille",
"commits": 27,
"avatar_url": "https://avatars.githubusercontent.com/u/460628?v=4"
},
{
"type": "User",
"login": "rledisez",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/97931?v=4"
},
{
"type": "User",
"login": "SellJamHere",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/2972980?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.794
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"go.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": 0,
"reason": "0 out of 5 merged PRs checked by a CI test -- score normalized to 0",
"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": 2,
"reason": "Found 5/20 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 7 contributing companies or organizations",
"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": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"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": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "22 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "0ed432970e881d6b4d41820c81b3abba23a73303",
"ran_at": "2026-07-28T23:03:50Z",
"aggregate_score": 2.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [
{
"number": 9,
"created_at": "2024-12-18T12:37:33Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2024-07-22T11:45:41Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Jille/raft-grpc-transport",
"host": "github.com",
"name": "raft-grpc-transport",
"owner": "Jille"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "Abandonment Policy applies a 85% multiplier to weighted overall health.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 0,
"pct": 85
}
}
],
"value": 34,
"inputs": {
"security": 26,
"vitality": 18,
"community": 43,
"governance": 58,
"engineering": 53,
"abandonment_cap": null,
"abandonment_state": "at_risk",
"abandonment_multiplier": 85,
"weighted_overall_before_abandonment": 40,
"overall_after_abandonment_multiplier": 34
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 18,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 736,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 736 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 736
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 44,
"inputs": {
"releases_count": 10,
"latest_release_tag": "v1.6.1",
"releases_from_tags": false,
"days_since_latest_release": 736,
"mean_days_between_releases": 157.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "10 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 10
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 736 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 736
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~157.1 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 157.1
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"cap": null,
"state": "at_risk",
"guards": [],
"signals": [
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 85,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 1,
"unanswered_open_issues": 0,
"days_since_last_merged_pr": 736,
"days_since_last_human_commit": 736,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 736 days; 2 unmet obligation(s): releases stalled, Scorecard reports it unmaintained",
"points": 85,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 736,
"count": 2,
"signals": "releases stalled, Scorecard reports it unmaintained"
}
}
],
"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": 43,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"forks": 16,
"stars": 51,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "51 stars",
"points": 27.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 51
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "16 forks",
"points": 9.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 16
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (BSD-2-Clause)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "BSD-2-Clause"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 58,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.794
},
"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 79% of commits",
"points": 4.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 79
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "3 contributors",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 3
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 7 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"merged_prs": 5,
"open_issues": 0,
"closed_issues": 2,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "5/6 decided PRs merged",
"points": 31.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 5,
"decided": 6
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 5/20 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 62,
"inputs": {
"followers": 115,
"owner_type": "User",
"is_verified": null,
"owner_login": "Jille",
"public_repos": 191,
"account_age_days": 5750
},
"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": "115 followers of Jille",
"points": 14.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 115,
"login": "Jille"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "191 public repos, account ~15 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 191
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"github.com/Jille/raft-grpc-transport"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 736
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 736 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 736
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "10 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 10
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 53,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"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": "0 out of 5 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"hashicorp-raft",
"raft",
"grpc-go",
"grpc",
"golang"
],
"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": "5 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 5
}
}
],
"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": "critical",
"name": "Security",
"value": 26,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 26,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 2.6
},
"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": "0 out of 5 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 5/20 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 7 contributing companies or organizations",
"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": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"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": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "22 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"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": 6
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 51,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 18,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.343,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "12 of 35 human commits state their intent (structured subject or explanatory body)",
"points": 18.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 12,
"sampled": 35
}
}
],
"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": [
"proto/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": "proto/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "proto/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 35",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 35
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 49975,
"source_files_sampled": 10,
"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/10 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 10,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [],
"has_mcp_signal": false,
"api_schema_files": [
"proto/transport.proto"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "proto/transport.proto",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "proto/transport.proto"
}
}
],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-28T23:04:00.929772Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/j/Jille/raft-grpc-transport.svg",
"full_name": "Jille/raft-grpc-transport",
"license_state": "standard",
"license_spdx": "BSD-2-Clause"
}