Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 102,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 47332,
"Makefile": 326
},
"pushed_at": "2026-07-17T21:55:52Z",
"created_at": "2020-07-10T01:52:04Z",
"owner_type": "User",
"updated_at": "2026-07-21T04:34:37Z",
"description": "A supersonic rate limiting package for Go with HTTP middleware.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://www.sethvargo.com",
"name": "Seth Vargo",
"type": "User",
"login": "sethvargo",
"company": "@LinkedIn",
"location": "Pittsburgh, PA",
"followers": 4538,
"avatar_url": "https://avatars.githubusercontent.com/u/408570?v=4",
"created_at": "2010-09-20T16:21:50Z",
"is_verified": null,
"public_repos": 59,
"account_age_days": 5784
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2026-07-17T21:56:02Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2025-11-17T18:11:03Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2024-03-25T21:03:50Z"
},
{
"tag": "v0.7.2",
"kind": "patch",
"published_at": "2021-09-25T16:02:59Z"
}
],
"recent_commits": [
{
"oid": "294f8d8824cf706e99a99de9dbe2cdf71856792f",
"body": "* Store buckets in a sync.Map to kill RWMutex read contention\n\nProfiling Take under parallel load showed 78% of CPU in sync/atomic.Int32.Add:\nevery Take took the store's RWMutex read lock, and each RLock/RUnlock mutates\none shared readerCount counter, so all cores bounce that cache line. Buckets\nare\n[…]\nded 1000 distinct sessions, turning the parallel benchmarks into a\nsingle-hot-key contention test. Populate sessions and drop the deprecated\nrand.Seed (the global source is auto-seeded since Go 1.20).",
"is_bot": false,
"headline": "Scale Take across cores with a sync.Map bucket store (#62)",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2026-07-17T21:53:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "61219178f581c7e7970ab8334117f2d1b3b67a8f",
"body": "* Bump root module to Go 1.25\n\n* Modernize memorystore with atomic.Bool, clear, and min\n\n* Guard Set against a zero interval to avoid divide-by-zero panic\n\n* Make bucket burst a saturating add to avoid uint64 overflow\n\n* Emit rate-limit reset and Retry-After headers as GMT HTTP-dates\n\n* Drop dev-too\n[…]\n\n\nPin golang.org/x/time to v0.14.0, the newest release whose go directive\n(1.24.0) still permits a go 1.25 module; v0.15.0 requires go 1.25.0.\n\n* Pin GitHub Actions to latest release SHAs with ratchet",
"is_bot": false,
"headline": "Modernize for Go 1.25 and fix latent bugs (#61)",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2026-07-17T19:44:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1e0fbd3f4f9bd2f0dc0164b9ea88dc6dceda6f1a",
"body": null,
"is_bot": false,
"headline": "Add functionality for disabling purge (#60)",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2025-11-17T18:10:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "283e2b5aa7e6fdfb3a360682254f378652c6997f",
"body": "This fixes an issue where time can overflow when the server clock is reset, causing more-than-expected keys to be purged. This can occur when a token is taken from the bucket after the time has been calculated AND the server time has changed between those buckets.\n\nFixes https://github.com/sethvargo/go-limiter/issues/57",
"is_bot": false,
"headline": "Fix an issue where time can overflow (#59)",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2025-11-17T18:07:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa26982c7e1ae0277c4f60d43451728cd9cf098a",
"body": "Updated range to use RLock/RUnlock. Moved deletes to use a Lock/Unlock for each. Updated Burst to use a RLock/RUnlock. Lock contention still occurs for new buckets.\n\nfixes #54",
"is_bot": false,
"headline": "Reduce purge contention (#56)",
"author_name": "jhawk28",
"author_login": "jhawk28",
"committed_at": "2025-04-12T14:44:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "351bc32b6fe913a06a32d01414f2d833a1396197",
"body": null,
"is_bot": false,
"headline": "Switch to rlock (#50)",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2024-12-17T15:14:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a742f09dc99a5f75cccd2bf64e56e6604d780cf",
"body": "Fixes #39",
"is_bot": false,
"headline": "Fix comment (#45)",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2024-03-25T21:00:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f4abbbb52f6ec309642da4e8692848e19d92b8f",
"body": "Also cleanup old links",
"is_bot": false,
"headline": "Bump to Go 1.22 (#44)",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2024-03-25T20:58:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3fb1a53f7e17308b25c3d046a595c0d863b7887",
"body": "…t savings time (#43)\n\n* Calling back the server time can cause an exception in the flow limiting mechanism\r\n\r\nIf the server time is adjusted back, we need to update the startTime of the bucket and reset the lastTick to 0\r\n\r\n* Handle server time going backwards\r\n\r\n---------\r\n\r\nCo-authored-by: FishJone <314130446@qq.com>",
"is_bot": false,
"headline": "Handle cases here the server time is set to the past, such as dayligh…",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2024-03-25T20:44:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54af081863cf843b6c07b88eea0a3950b54d1b02",
"body": null,
"is_bot": false,
"headline": "Delete codeql.yml",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2022-12-15T13:06:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04baaf3407bb4003c0291cde0de6376b054af15b",
"body": null,
"is_bot": false,
"headline": "Delete stale.yml",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2022-12-15T13:05:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c07b84924e35b6725a08875ce5c2ae5216aac9d8",
"body": null,
"is_bot": false,
"headline": "Delete lock.yml",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2022-12-15T13:05:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67fff5ee8978ea6218af4d1354bb842096a5b543",
"body": null,
"is_bot": false,
"headline": "Make test parallel",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2021-09-25T16:02:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01bdc353856396182003ef13188db7d16372e441",
"body": null,
"is_bot": false,
"headline": "drop fill rate, reset on new ticks",
"author_name": "Mike Helmick",
"author_login": "mikehelmick",
"committed_at": "2021-09-25T03:24:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b1a8460fde5cc0ad56efaef3a5b5d0211ff9e2d",
"body": null,
"is_bot": false,
"headline": "Link to time.now instead of runtime (#28)",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2021-09-10T17:43:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "748ae80bc17999c55910c5fd6d901d6f87e7f366",
"body": "Fixes GH-23",
"is_bot": false,
"headline": "Switch to runtime.nanotime since walltime can't be linked on 1.17 (#25)",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2021-07-27T16:03:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0c1f4df450eb46623c6f3afe9f675d40da52cf9",
"body": null,
"is_bot": false,
"headline": "Add Get interface for retrieving current values (#20)",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2020-10-02T18:09:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee970c75d686ff6ee28c0328547c1a79111064c9",
"body": null,
"is_bot": false,
"headline": "Add security analysis",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2020-09-30T18:00:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0600aaa923dc47a9eb6f1eb473f9750fc7f8ee75",
"body": null,
"is_bot": false,
"headline": "Add support for burst (#19)",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2020-09-16T19:27:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "902c1e618ccacee3a118bcf9ce2f6ddd768e2beb",
"body": null,
"is_bot": false,
"headline": "Update README",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2020-09-16T13:42:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21f2ea74d7d497dcd1e4eabb7d07d9e105b7e7a8",
"body": null,
"is_bot": false,
"headline": "Update redisstore",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2020-09-15T00:13:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86d882305d36ae8c59138bc9a93b3599f0b70936",
"body": "This is a breaking API change that enables per-key rate limits managed by the same store.",
"is_bot": false,
"headline": "Make store multi-tenant (#18)",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2020-09-14T23:48:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35e82097597d1c0162d07e5259d86b0ff196f901",
"body": null,
"is_bot": false,
"headline": "Add context interfaces (#16)",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2020-08-26T13:15:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2b51f23da0c5b96422a87ef60cc4efa33d7be24",
"body": null,
"is_bot": false,
"headline": "Pull redisstore into own package (#15)",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2020-08-18T20:20:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9ab9053588b9786c8d3ae31fdf8c53afdb01aa5",
"body": "* Return an error from the Fetch interface\r\n\r\nThis is a BREAKING CHANGE that allows implementers to return an error\r\n(such as connection failure) from Take, separate from the \"ok\" boolean.\r\n\r\n* Handle error closing client",
"is_bot": false,
"headline": "Return an error from the Fetch interface (#14)",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2020-08-18T18:59:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13ce1b14e89c1217dad1e665c215dc68a10d5dac",
"body": "Per https://redis.io/commands/expire, the timeout is cleared after any\r\nSTORE command (including HSET), so we need to always expire after every\r\ncall, or else we leak keys as they are never cleaned up.",
"is_bot": false,
"headline": "Always set EXPIRE on keys after setting (#12)",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2020-08-11T23:10:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2621b94b742599a8b85307e6b38a2e2a7ce1c547",
"body": null,
"is_bot": false,
"headline": "Allow redisstore to fail open (#9)",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2020-08-09T20:28:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1488ed61d990f42a594cfce67c4d72f6b3b29a2",
"body": "* Don't use fasttime on windows\r\n\r\n* Import unsafe\r\n\r\n* CI",
"is_bot": false,
"headline": "Don't use fasttime on windows (#8)",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2020-08-07T14:55:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d51762dc966526fc1d7c3a466e9438a2792a831",
"body": "People should not be directly depending or testing fasttime as it's\r\nimplementation only works for this use case.",
"is_bot": false,
"headline": "Move fasttime internal (#6)",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2020-07-24T16:00:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42b041eecb4a329530ab786b7b579c2adee45752",
"body": "Fixes GH-4",
"is_bot": false,
"headline": "Fix comment",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2020-07-16T12:36:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "633a6c152623862c31f939b19fcff13606de2222",
"body": null,
"is_bot": false,
"headline": "Add noopstore docs",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2020-07-14T17:32:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8155f8ae57c1d635dfd5652df6fa3f615145158",
"body": null,
"is_bot": false,
"headline": "Update noopstore",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2020-07-14T15:51:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f36e65857b1b36c3741e68ab13c7c381dd62a07",
"body": null,
"is_bot": false,
"headline": "Add noop store",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2020-07-14T02:06:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6402bff1dfe44e7aff041fe1f1bbe943a2be7a78",
"body": null,
"is_bot": false,
"headline": "Badges",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2020-07-13T12:36:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be23e06adda91d72dfee236f8115905767d8bd43",
"body": null,
"is_bot": false,
"headline": "Update godoc link",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2020-07-13T12:31:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f23583bd38bca7dbb7b51123fddc8ebc82c7c98a",
"body": null,
"is_bot": false,
"headline": "Implement io.Closer instead of custom Stop() (#2)",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2020-07-13T12:28:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c55d9a79a898663b8e72c01c1a6bd9a63cf93966",
"body": "We already rely on unsafe in the memory store anyway",
"is_bot": false,
"headline": "Remove fasttime safe",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2020-07-10T12:04:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc9e611b6c3fd1ccf38a053d1a4133fd5a9cf143",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2020-07-10T01:52:14Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 4,
"latest_release_at": "2026-07-17T21:56:02Z",
"latest_release_tag": "v1.2.0",
"releases_from_tags": false,
"days_since_last_push": 4,
"active_weeks_last_year": 2,
"days_since_latest_release": 4,
"mean_days_between_releases": 585.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/sethvargo/go-limiter",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/sethvargo/go-limiter",
"is_deprecated": false,
"latest_version": "v1.2.0",
"repository_url": "https://github.com/sethvargo/go-limiter",
"versions_count": 19,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-17T21:53:02Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4
}
]
},
"popularity": {
"forks": 52,
"stars": 719,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2020-07-14",
"count": 1
},
{
"date": "2020-08-02",
"count": 1
},
{
"date": "2020-08-10",
"count": 2
},
{
"date": "2020-08-14",
"count": 1
},
{
"date": "2020-09-07",
"count": 1
},
{
"date": "2020-09-26",
"count": 1
},
{
"date": "2020-09-30",
"count": 1
},
{
"date": "2021-01-21",
"count": 1
},
{
"date": "2021-07-20",
"count": 1
},
{
"date": "2021-08-04",
"count": 1
},
{
"date": "2021-09-20",
"count": 1
},
{
"date": "2021-09-24",
"count": 1
},
{
"date": "2021-09-29",
"count": 1
},
{
"date": "2021-11-03",
"count": 1
},
{
"date": "2021-11-04",
"count": 1
},
{
"date": "2021-11-12",
"count": 1
},
{
"date": "2021-11-16",
"count": 1
},
{
"date": "2021-11-21",
"count": 1
},
{
"date": "2022-02-04",
"count": 1
},
{
"date": "2022-04-08",
"count": 1
},
{
"date": "2022-04-27",
"count": 1
},
{
"date": "2022-07-25",
"count": 1
},
{
"date": "2022-07-29",
"count": 1
},
{
"date": "2022-10-03",
"count": 1
},
{
"date": "2022-10-13",
"count": 1
},
{
"date": "2023-01-12",
"count": 1
},
{
"date": "2023-03-02",
"count": 1
},
{
"date": "2023-04-04",
"count": 1
},
{
"date": "2023-06-21",
"count": 1
},
{
"date": "2023-08-04",
"count": 1
},
{
"date": "2023-08-14",
"count": 1
},
{
"date": "2023-10-30",
"count": 1
},
{
"date": "2024-02-16",
"count": 1
},
{
"date": "2024-04-14",
"count": 1
},
{
"date": "2024-06-05",
"count": 1
},
{
"date": "2024-08-15",
"count": 1
},
{
"date": "2024-10-14",
"count": 1
},
{
"date": "2025-01-20",
"count": 1
},
{
"date": "2025-02-08",
"count": 1
},
{
"date": "2025-03-05",
"count": 1
},
{
"date": "2025-04-11",
"count": 1
},
{
"date": "2025-04-27",
"count": 1
},
{
"date": "2025-04-29",
"count": 1
},
{
"date": "2025-08-05",
"count": 1
},
{
"date": "2025-08-26",
"count": 1
},
{
"date": "2026-02-06",
"count": 1
},
{
"date": "2026-03-17",
"count": 1
},
{
"date": "2026-03-26",
"count": 1
},
{
"date": "2026-07-09",
"count": 1
}
],
"complete": true,
"collected": 50,
"total_forks": 52
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"benchmarks/go.mod",
"go.mod"
],
"largest_source_bytes": 10391,
"source_files_sampled": 19,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"benchmarks/go.mod",
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 23,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/benbjohnson/clock",
"direct": false,
"version": "v1.3.5",
"ecosystem": "go"
},
{
"name": "github.com/client9/misspell",
"direct": false,
"version": "0.3.4",
"ecosystem": "go"
},
{
"name": "github.com/didip/tollbooth/v6",
"direct": false,
"version": "6.0.1",
"ecosystem": "go"
},
{
"name": "github.com/didip/tollbooth/v6",
"direct": false,
"version": "v6.1.2",
"ecosystem": "go"
},
{
"name": "github.com/go-pkgz/expirable-cache",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/gomodule/redigo",
"direct": false,
"version": "1.8.2",
"ecosystem": "go"
},
{
"name": "github.com/gomodule/redigo",
"direct": false,
"version": "v1.9.3",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/golang-lru",
"direct": false,
"version": "0.5.4",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/golang-lru",
"direct": false,
"version": "v1.0.2",
"ecosystem": "go"
},
{
"name": "github.com/pkg/errors",
"direct": false,
"version": "v0.9.1",
"ecosystem": "go"
},
{
"name": "github.com/sethvargo/go-limiter",
"direct": false,
"version": "0.5.1",
"ecosystem": "go"
},
{
"name": "github.com/sethvargo/go-redisstore",
"direct": false,
"version": "0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/sethvargo/go-redisstore",
"direct": false,
"version": "v0.3.0",
"ecosystem": "go"
},
{
"name": "github.com/throttled/throttled",
"direct": false,
"version": "2.2.4+incompatible",
"ecosystem": "go"
},
{
"name": "github.com/throttled/throttled",
"direct": false,
"version": "v2.2.5+incompatible",
"ecosystem": "go"
},
{
"name": "github.com/ulule/limiter/v3",
"direct": false,
"version": "3.5.0",
"ecosystem": "go"
},
{
"name": "github.com/ulule/limiter/v3",
"direct": false,
"version": "v3.11.2",
"ecosystem": "go"
},
{
"name": "go.uber.org/atomic",
"direct": false,
"version": "1.6.0",
"ecosystem": "go"
},
{
"name": "go.uber.org/ratelimit",
"direct": false,
"version": "0.1.0",
"ecosystem": "go"
},
{
"name": "go.uber.org/ratelimit",
"direct": false,
"version": "v0.3.1",
"ecosystem": "go"
},
{
"name": "golang.org/x/time",
"direct": false,
"version": "v0.14.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/tools",
"direct": false,
"version": "0.0.0-20200702044944-0cc1aa72b347",
"ecosystem": "go"
},
{
"name": "honnef.co/go/tools",
"direct": false,
"version": "0.0.1-2020.1.4",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 23,
"direct_count": 0,
"indirect_count": 23
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 23,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 29,
"closed_unmerged_prs": 10
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "sethvargo",
"commits": 36,
"avatar_url": "https://avatars.githubusercontent.com/u/408570?v=4"
},
{
"type": "User",
"login": "mikehelmick",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/92319?v=4"
},
{
"type": "User",
"login": "jhawk28",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/196248?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.947
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"test.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": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 1,
"reason": "4 out of 22 merged PRs checked by a CI test -- score normalized to 1",
"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": 1,
"reason": "Found 4/30 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"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": 1,
"reason": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"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": 10,
"reason": "all dependencies are pinned",
"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": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "294f8d8824cf706e99a99de9dbe2cdf71856792f",
"ran_at": "2026-07-22T18:53:18Z",
"aggregate_score": 4.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-17T21:56:34Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-17T21:53:03Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/sethvargo/go-limiter",
"host": "github.com",
"name": "go-limiter",
"owner": "sethvargo"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"security": 53,
"vitality": 57,
"community": 65,
"governance": 63,
"engineering": 46
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 57,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"commits_last_year": 4,
"human_commit_share": 1,
"days_since_last_push": 4,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "4 commits in the last year",
"points": 6.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 4
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 1,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"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": 76,
"inputs": {
"releases_count": 4,
"latest_release_tag": "v1.2.0",
"releases_from_tags": false,
"days_since_latest_release": 4,
"mean_days_between_releases": 585.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~585.4 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 585.4
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 4,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 4 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 4
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 65,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"forks": 52,
"stars": 719,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "719 stars",
"points": 46.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 719
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "52 forks",
"points": 14.2,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 52
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"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": 63,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 17,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.947
},
"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 95% of commits",
"points": 1.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 95
}
}
],
"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 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"merged_prs": 23,
"open_issues": 0,
"closed_issues": 29,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 10
},
"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": "23/33 decided PRs merged",
"points": 26.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 23,
"decided": 33
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 4/30 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"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": 75,
"inputs": {
"followers": 4538,
"owner_type": "User",
"is_verified": null,
"owner_login": "sethvargo",
"public_repos": 59,
"account_age_days": 5784
},
"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": "4,538 followers of sethvargo",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 4538,
"login": "sethvargo"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "59 public repos, account ~15 yr old",
"points": 24.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 59
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/sethvargo/go-limiter"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 4
},
"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 4 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 4
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "19 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 19
}
}
],
"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": "at_risk",
"name": "Engineering Quality",
"value": 46,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 50,
"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": "4 out of 22 merged PRs checked by a CI test -- score normalized to 1",
"points": 2,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 53,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 41,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 4.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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "4 out of 22 merged PRs checked by a CI test -- score normalized to 1",
"points": 0.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 4/30 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"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": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 0.8,
"status": "partial",
"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": "all dependencies are pinned",
"points": 5,
"status": "met",
"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": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 23 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 23
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 23,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 23,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 4
},
"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": 62,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 31,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.579,
"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": "22 of 38 human commits state their intent (structured subject or explanatory body)",
"points": 30.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 22,
"sampled": 38
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"benchmarks/go.mod",
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 38",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 38
}
}
],
"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": "all dependencies are pinned",
"points": 10,
"status": "met",
"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": 10391,
"source_files_sampled": 19,
"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/19 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 19,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-22T18:53:33.579622Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/sethvargo/go-limiter.svg",
"full_name": "sethvargo/go-limiter",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}