Informe JSON sin procesar legible por máquina
{
"data": {
"icon": {
"bytes": 1681,
"width": 180,
"height": 180,
"rejected": [],
"collected": true,
"media_type": "image/png",
"source_url": "https://avatars.githubusercontent.com/u/64548981?v=4&s=256",
"source_type": "avatar",
"content_hash": "b2a128ef1e3ccd216f532bfbd6d1db24d67d9801fe953a61cdc9bda23cb2cb40",
"candidates_considered": 1
},
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 96,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 29992
},
"pushed_at": "2026-07-22T20:03:21Z",
"created_at": "2025-04-26T06:54:57Z",
"owner_type": "Organization",
"updated_at": "2026-07-22T20:03:25Z",
"description": "Rate limiter go library",
"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": "http://slashdevops.com",
"name": "Slashdevops.com",
"type": "Organization",
"login": "slashdevops",
"company": null,
"location": "Barcelona",
"followers": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/64548981?v=4",
"created_at": "2020-04-29T16:54:22Z",
"is_verified": null,
"public_repos": 22,
"account_age_days": 2288
},
"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.1.0",
"kind": "minor",
"published_at": "2026-07-11T14:05:00Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2026-07-11T13:06:47Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2026-07-11T11:18:11Z"
},
{
"tag": "v0.0.2",
"kind": "patch",
"published_at": "2026-07-11T10:47:24Z"
},
{
"tag": "v0.0.1",
"kind": "patch",
"published_at": "2025-04-26T08:45:08Z"
}
],
"recent_commits": [
{
"oid": "393ceb27207e4d4abb29c698c47b8950c809be0e",
"body": "…ions/setup-go-7",
"is_bot": false,
"headline": "Merge pull request #13 from slashdevops/dependabot/github_actions/act…",
"author_name": "Christian González Di Antonio",
"author_login": "christiangda",
"committed_at": "2026-07-22T20:03:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61793941984835ec77361ec2634ed4eb2e08728c",
"body": "Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6 to 7.\n- [Release notes](https://github.com/actions/setup-go/releases)\n- [Commits](https://github.com/actions/setup-go/compare/v6...v7)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-go\n dependency-version: '7'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/setup-go from 6 to 7",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-22T19:59:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3513d1b43d7a7511d9efaede854adccfb98ce006",
"body": "feat: Reserver interface + custom Storage example & Redis/Valkey guide",
"is_bot": false,
"headline": "Merge pull request #12 from slashdevops/docs/custom-storage-guide",
"author_name": "Christian González Di Antonio",
"author_login": "christiangda",
"committed_at": "2026-07-11T14:01:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "950a1da57b826681ab206d09b34f44f9eb792723",
"body": "…-After\n\nA custom Limiter (e.g. a Redis/Valkey-backed one) previously could not drive\naccurate Retry-After / RateLimit-Reset headers: the middleware had to downcast\nto the concrete *rate.Limiter to reach the Reserve API, and fell back to\nAllow-only for anything else. This adds a backend-agnostic res\n[…]\neferred) or ratelimiter.RateLimiter instead. Allow/Wait/\nBurst usage is unchanged. go build/vet/test -race all pass; examples run.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add optional Reserver/Reservation interfaces for accurate Retry…",
"author_name": "Christian González Di Antonio",
"author_login": "christiangda",
"committed_at": "2026-07-11T13:59:08Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f6b6223ab7e7484a74efd5fdb5aac3c8317f15bb",
"body": "The Storage[K, V] interface is already fully pluggable — NewBucketLimiter\naccepts any implementation and InMemoryStorage is merely the default — but the\nrepo had no runnable example of a custom store and no guidance on the common\n\"can I back this with Redis?\" question.\n\n- examples/customstorage: a r\n[…]\nr resolver.\n- README: expand the Custom storage section to link both.\n\nDocs/example only; no library source or public API changes.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add custom Storage example and Redis/Valkey guide",
"author_name": "Christian González Di Antonio",
"author_login": "christiangda",
"committed_at": "2026-07-11T13:49:24Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5602e430587c4a0226c88e50c6d2bd2caeda75b1",
"body": "chore: bump go directive to 1.26",
"is_bot": false,
"headline": "Merge pull request #11 from slashdevops/chore/bump-go-1.26",
"author_name": "Christian González Di Antonio",
"author_login": "christiangda",
"committed_at": "2026-07-11T13:33:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebb43adaf52790b4eaeec38f4da40b75c4bf6c38",
"body": "CI installs github.com/vladopajic/go-test-coverage/v2@latest for coverage\nchecks, and setup-go derives the toolchain from go-version-file: ./go.mod.\ngo-test-coverage v2.18.8 now requires Go >= 1.26, so with the module pinned to\ngo 1.25.2 the install fails:\n\n go install github.com/vladopajic/go-te\n[…]\nve to 1.26.0 so CI provisions a compatible toolchain, and\nupdate the README's stated minimum to match. Build, vet, and tests pass.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: bump go directive to 1.26",
"author_name": "Christian González Di Antonio",
"author_login": "christiangda",
"committed_at": "2026-07-11T13:31:47Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "05da5440ca80a6d1ee75b7cd3dbc1f48b60c972b",
"body": "…ons/setup-go-6\n\nchore(deps): bump actions/setup-go from 5 to 6",
"is_bot": false,
"headline": "Merge pull request #8 from slashdevops/dependabot/github_actions/acti…",
"author_name": "Christian González Di Antonio",
"author_login": "christiangda",
"committed_at": "2026-07-11T13:26:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2c461dbc57edb2ebb18c69a5e0bb2f7b1d633f2",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into dependabot/github_actions/actions/setup-go-6",
"author_name": "Christian González Di Antonio",
"author_login": "christiangda",
"committed_at": "2026-07-11T13:26:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a36cf2e8a25e8b062bdc09d931e600689dfef621",
"body": "chore: bump go directive to 1.25.2",
"is_bot": false,
"headline": "Merge pull request #10 from slashdevops/chore/bump-go-1.25.2",
"author_name": "Christian González Di Antonio",
"author_login": "christiangda",
"committed_at": "2026-07-11T13:26:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "634b15ff220cbabc8f9f2eee2ac27067f5f72966",
"body": "The release and PR workflows install github.com/boyter/scc/v3@latest to report\ncode statistics, and setup-go derives the toolchain from go-version-file:\n./go.mod. scc v3.7.0 now requires Go >= 1.25.2, so with the module pinned to\ngo 1.25.0 the install fails:\n\n go install github.com/boyter/scc/v3@\n[…]\nve to 1.25.2 so CI provisions a compatible toolchain, and\nupdate the README's stated minimum to match. Build, vet, and tests pass.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: bump go directive to 1.25.2",
"author_name": "Christian González Di Antonio",
"author_login": "christiangda",
"committed_at": "2026-07-11T13:26:04Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0d8ac9961e9fcb84f9eb87b07c8c8243e7b478a6",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into dependabot/github_actions/actions/setup-go-6",
"author_name": "Christian González Di Antonio",
"author_login": "christiangda",
"committed_at": "2026-07-11T13:23:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "196c0dd0c324f703642bcd1312095c26e46db3f1",
"body": "…props/action-gh-release-3\n\nchore(deps): bump softprops/action-gh-release from 2 to 3",
"is_bot": false,
"headline": "Merge pull request #7 from slashdevops/dependabot/github_actions/soft…",
"author_name": "Christian González Di Antonio",
"author_login": "christiangda",
"committed_at": "2026-07-11T13:22:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c3f5e483a6d19189092b3e863297b0bc4d10524",
"body": "…h-release-3",
"is_bot": false,
"headline": "Merge branch 'main' into dependabot/github_actions/softprops/action-g…",
"author_name": "Christian González Di Antonio",
"author_login": "christiangda",
"committed_at": "2026-07-11T13:22:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f02dc2312bc32dc3d5c8c0820f3f0c8c073f973",
"body": "…ons/checkout-7\n\nchore(deps): bump actions/checkout from 4 to 7",
"is_bot": false,
"headline": "Merge pull request #6 from slashdevops/dependabot/github_actions/acti…",
"author_name": "Christian González Di Antonio",
"author_login": "christiangda",
"committed_at": "2026-07-11T13:22:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "254337436089a5b90317eae7e08671ac1002f535",
"body": "docs: add Mermaid architecture, flow, and lifecycle diagrams",
"is_bot": false,
"headline": "Merge pull request #9 from slashdevops/docs/mermaid-diagrams",
"author_name": "Christian González Di Antonio",
"author_login": "christiangda",
"committed_at": "2026-07-11T13:22:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4084a966fb598d01157e830863fb806f82b69161",
"body": "Add rendered-on-GitHub Mermaid diagrams to the README and token-bucket guide\nto make the library's design easier to grasp at a glance:\n\n- README: a component flowchart of BucketLimiter / Storage / factory / sweeper\n and a GetOrAdd().Allow() sequence diagram showing per-key isolation.\n- docs/TOKEN_B\n[…]\ne → Idle → evicted), and an HTTP-middleware sequence\n diagram matching the ReserveN/DelayFrom/Cancel flow in examples/middleware.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add Mermaid architecture, flow, and lifecycle diagrams",
"author_name": "Christian González Di Antonio",
"author_login": "christiangda",
"committed_at": "2026-07-11T13:20:16Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "637db65ad1e1c1a4fa84468f2b304fe4a80dd140",
"body": "Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6.\n- [Release notes](https://github.com/actions/setup-go/releases)\n- [Commits](https://github.com/actions/setup-go/compare/v5...v6)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-go\n dependency-version: '6'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/setup-go from 5 to 6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-11T13:05:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3cba2d82328030286ed27f615adff734ed3af9b",
"body": "Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3.\n- [Release notes](https://github.com/softprops/action-gh-release/releases)\n- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/softprops/\n[…]\nncy-name: softprops/action-gh-release\n dependency-version: '3'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump softprops/action-gh-release from 2 to 3",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-11T13:05:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8416fe429fc341dcbe2ef1f71ab0a20eb672b308",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v4...v7)\n\n---\nupdated-dependenc\n[…]\n:\n- dependency-name: actions/checkout\n dependency-version: '7'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/checkout from 4 to 7",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-11T13:05:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d1a88bd7eb2390354c4bb9060b30363cdbde72ff",
"body": "…ib-tests\n\nchore: add community files, badges, and drop testify for stdlib tests",
"is_bot": false,
"headline": "Merge pull request #5 from slashdevops/chore/community-files-and-stdl…",
"author_name": "Christian González Di Antonio",
"author_login": "christiangda",
"committed_at": "2026-07-11T13:04:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb85cd12e5108b8a0a15688e00b6a2015bcf2002",
"body": "Round out the repository for public open-source use, mirroring the\nconventions in slashdevops/httpx:\n\n- README: add Go version, license, Release, and CodeQL badges. Keep the\n Go Reference badge; Go Report Card is intentionally omitted (the\n service has been retired).\n- Add SECURITY.md documenting \n[…]\nocal eventually() poll helper.\n- Use maps.Equal for map comparison.\ngo.mod now has a single direct dependency (golang.org/x/time).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: add community files, badges, and drop testify for stdlib tests",
"author_name": "Christian González Di Antonio",
"author_login": "christiangda",
"committed_at": "2026-07-11T13:03:59Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5c406d40dd973927a753c5fadf9ba7f1927e11c4",
"body": "fix!: isolate token buckets per key and manage limiter lifecycle",
"is_bot": false,
"headline": "Merge pull request #4 from slashdevops/fix/per-key-limiter-isolation",
"author_name": "Christian González Di Antonio",
"author_login": "christiangda",
"committed_at": "2026-07-11T11:16:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70e1ad2ccee2ca9061de162c6b5d3d7decba1f77",
"body": "…s/ratelimiter into fix/per-key-limiter-isolation",
"is_bot": false,
"headline": "Merge branch 'fix/per-key-limiter-isolation' of github.com:slashdevop…",
"author_name": "Christian González Di Antonio",
"author_login": "christiangda",
"committed_at": "2026-07-11T11:15:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3382cdd03c6e181d291abb0ce8d7d20d7e6578ce",
"body": "Add docs/MIGRATION.md with before/after mappings for every breaking\nchange (factory-based NewBucketLimiter, generic storage, Close(), the\nmanager no longer being a Limiter, Remove's dropped error, custom\nStorage) plus the behavioral changes, and link it from the README.",
"is_bot": false,
"headline": "docs: add migration guide for the breaking API changes",
"author_name": "Christian González Di Antonio",
"author_login": "christiangda",
"committed_at": "2026-07-11T11:15:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03f8f04c7ac5e1222b00b596f540155bf0e37cfe",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into fix/per-key-limiter-isolation",
"author_name": "Christian González Di Antonio",
"author_login": "christiangda",
"committed_at": "2026-07-11T11:13:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7c6f21aa81791d8c13ccfc04f13406df51aec49",
"body": "Previously every key shared a single underlying rate.Limiter, so all keys\ndrained one token bucket and per-key limiting did not actually work.\nGetOrAdd now builds an independent Limiter per key via a factory.\n\nAlso:\n- Make key creation atomic with LoadOrStore (fixes a TOCTOU race that\n could create\n[…]\nStorage and BucketLimiter are generic and\nNewInMemoryStorage requires type parameters; BucketLimiter no longer\nimplements Limiter (call GetOrAdd(key) to obtain one); Remove no longer\nreturns an error.",
"is_bot": false,
"headline": "fix!: isolate token buckets per key and manage limiter lifecycle",
"author_name": "Christian González Di Antonio",
"author_login": "christiangda",
"committed_at": "2026-07-11T11:12:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3fa8fc796240a8daf4be804ceff523cd4b34704f",
"body": "chore: update dependencies",
"is_bot": false,
"headline": "Merge pull request #3 from slashdevops/chore/update-dependencies",
"author_name": "Christian González Di Antonio",
"author_login": "christiangda",
"committed_at": "2026-07-11T10:59:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "faf87ac3530921614d65df91eb2a993eab48855a",
"body": null,
"is_bot": false,
"headline": "chore: update dependencies",
"author_name": "Christian González Di Antonio",
"author_login": "christiangda",
"committed_at": "2026-07-11T10:55:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "343d7c24f99bd55e8abe45205ed0783af08d5df6",
"body": "Update module path for slashdevops transfer",
"is_bot": false,
"headline": "Merge pull request #2 from slashdevops/fix/organization",
"author_name": "Christian González Di Antonio",
"author_login": "christiangda",
"committed_at": "2026-06-24T19:46:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "581a48c96a473c3fd6a3301ed7264e4abfb409b5",
"body": null,
"is_bot": false,
"headline": "Update module path for slashdevops transfer",
"author_name": "Christian González Di Antonio",
"author_login": "christiangda",
"committed_at": "2026-06-24T19:45:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e31e8fe99618d33cd02c3ac6e422fbc376c76c6a",
"body": "feat: first implementation",
"is_bot": false,
"headline": "Merge pull request #1 from p2p-b2b/feat-first-implementation",
"author_name": "Christian González Di Antonio",
"author_login": "christiangda",
"committed_at": "2025-04-26T08:42:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "098ba5f0e598039e6f50a0dad59b7f4866cffafd",
"body": null,
"is_bot": false,
"headline": "feat: first implementation",
"author_name": "Christian González Di Antonio",
"author_login": "christiangda",
"committed_at": "2025-04-26T08:38:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d382db046d707fecf14515493cd514fdb3efefc3",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Christian González Di Antonio",
"author_login": "christiangda",
"committed_at": "2025-04-26T06:54:57Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 31,
"latest_release_at": "2026-07-11T14:05:00Z",
"latest_release_tag": "v1.1.0",
"releases_from_tags": false,
"days_since_last_push": 13,
"active_weeks_last_year": 3,
"days_since_latest_release": 24,
"mean_days_between_releases": 110.3
},
"artifacts": {
"collected": true,
"structure": [
"tree.go_importable"
],
"declarations": []
},
"community": {
"has_readme": true,
"has_license": true,
"readme_badges": {
"hosts": [
"github.com",
"pkg.go.dev",
"shields.io"
],
"total": 5,
"header": 5,
"collected": true,
"has_inspect_badge": false
},
"has_description": true,
"has_contributing": false,
"health_percentage": 62,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/slashdevops/ratelimiter",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"categories": [],
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/slashdevops/ratelimiter",
"declared_type": null,
"is_deprecated": false,
"latest_version": "v1.1.0",
"repository_url": "https://github.com/slashdevops/ratelimiter",
"versions_count": 6,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-11T14:01:48Z",
"latest_version_yanked": null,
"days_since_latest_publish": 24
}
]
},
"popularity": {
"forks": 1,
"stars": 0,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2026-06-24",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 9360,
"source_files_sampled": 14,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"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": 1,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "golang.org/x/time",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.15.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "golang.org/x/time",
"direct": true,
"version": "v0.15.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 1,
"direct_count": 1,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 13,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "christiangda",
"commits": 30,
"avatar_url": "https://avatars.githubusercontent.com/u/1197820?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"codeql.yml",
"pr.yaml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [
".golangci.yaml"
],
"has_editorconfig": false,
"has_linter_config": true,
"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": 3,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "12 out of 12 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/8 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 0,
"reason": "dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 9,
"reason": "SAST tool detected but not run on all commits",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file 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": "393ceb27207e4d4abb29c698c47b8950c809be0e",
"ran_at": "2026-08-05T09:11:07Z",
"aggregate_score": 5.1,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": true,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"recent_prs": {
"merged_7d": 0,
"decided_7d": 0,
"merged_30d": 7,
"authors_30d": 1,
"decided_30d": 7,
"sample_size": 13,
"window_days": 30,
"sample_exhausted": false,
"authors_probed_30d": 1,
"newcomer_merged_30d": 0,
"bot_prs_excluded_30d": 4,
"newcomer_authors_30d": 0,
"newcomer_decided_30d": 0
},
"ci_last_run_at": "2026-08-01T14:16:45Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-22T20:03:19Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/slashdevops/ratelimiter",
"host": "github.com",
"name": "ratelimiter",
"owner": "slashdevops"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 58 is calibrated to 62 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 58,
"calibrated": 62,
"calibration": "2026-08-02"
}
}
],
"value": 62,
"inputs": {
"security": 60,
"vitality": 69,
"community": 24,
"governance": 54,
"calibration": "2026-08-02",
"engineering": 80,
"ai_readiness": 67,
"weighted_overall_raw": 58
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 69,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"commits_last_year": 31,
"human_commit_share": 0.882,
"days_since_last_push": 13,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 13 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 13
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "31 commits in the last year",
"points": 13.5,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 31
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "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": 92,
"inputs": {
"releases_count": 5,
"latest_release_tag": "v1.1.0",
"releases_from_tags": false,
"days_since_latest_release": 24,
"mean_days_between_releases": 110.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "5 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 5
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 24 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 24
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~110.3 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 110.3
}
}
],
"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": "exceptional",
"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": 13,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 13 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 13
}
}
],
"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": 24,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 1,
"stars": 0,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "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,
"readme_badges": 5,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [
"github.com",
"pkg.go.dev",
"shields.io"
],
"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": 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": 54,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 67,
"inputs": {
"merged_prs": 13,
"open_issues": 0,
"closed_issues": 0,
"prs_merged_7d": 0,
"prs_decided_7d": 0,
"prs_merged_30d": 7,
"prs_decided_30d": 7,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0,
"first_time_authors_30d": 0,
"first_time_prs_merged_30d": 0,
"first_time_prs_decided_30d": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "13/13 decided PRs merged",
"points": 30,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 13,
"decided": 13
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/8 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"followers": 7,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "slashdevops",
"public_repos": 22,
"account_age_days": 2288
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "7 followers of slashdevops",
"points": 6.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 7,
"login": "slashdevops"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "22 public repos, account ~6 yr old",
"points": 21.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 22
}
},
{
"code": "account_age_years",
"params": {
"years": 6
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/slashdevops/ratelimiter"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 24
},
"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 24 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 24
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "6 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 6
}
}
],
"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": "excellent",
"name": "Engineering Quality",
"value": 80,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".golangci.yaml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yaml"
}
}
],
"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": "12 out of 12 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"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": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 60,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"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": 50,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 5.1
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "12 out of 12 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/8 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "dangerous workflow patterns detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool detected but not run on all commits",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"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": "exceptional",
"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 1 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": 1
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 1,
"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": "exceptional",
"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": 1,
"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": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 67,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "weak",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.767,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "23 of 30 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 23,
"sampled": 30
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "excellent",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.176,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.118
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"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": ".golangci.yaml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yaml"
}
}
],
"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": "6 of the last 34 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 6,
"sampled": 34
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "4 of the last 34 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 4,
"sampled": 34
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 9360,
"source_files_sampled": 14,
"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/14 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 14,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "weak",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [
"library"
],
"labels": [
"library"
],
"scores": {
"library": 8
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:go",
"weight": 3
},
{
"tier": "structure",
"label": "library",
"source": "tree.go_importable",
"weight": 3
},
{
"tier": "description",
"label": "library",
"source": "description:library",
"weight": 2
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.5.0"
},
"warnings": [],
"report_type": "repository",
"generated_at": "2026-08-05T09:11:21.345497Z",
"schema_version": "0.31.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/slashdevops/ratelimiter.svg",
"full_name": "slashdevops/ratelimiter",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}