Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 1550,
"has_wiki": true,
"homepage": "https://sanskarpan.github.io/Rate-Limiter-Circuit-Breaker/",
"languages": {
"Go": 1636458,
"CSS": 1533,
"Makefile": 7174,
"Dockerfile": 2130,
"JavaScript": 559,
"TypeScript": 168911,
"Go Template": 2518
},
"pushed_at": "2026-07-21T10:41:13Z",
"created_at": "2026-07-17T06:27:09Z",
"owner_type": "User",
"updated_at": "2026-07-21T10:41:16Z",
"description": "Production-grade Go rate limiting + circuit breaker library (every major algorithm from scratch) with a Next.js visual playground",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Sanskar Pandey",
"type": "User",
"login": "sanskarpan",
"company": null,
"location": null,
"followers": 35,
"avatar_url": "https://avatars.githubusercontent.com/u/142474055?v=4",
"created_at": "2023-08-17T04:55:38Z",
"is_verified": null,
"public_repos": 109,
"account_age_days": 1069
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2026-07-21T10:45:30Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-07-17T13:55:22Z"
}
],
"recent_commits": [
{
"oid": "6f806010c819286346294a3eab745d959cd76016",
"body": null,
"is_bot": false,
"headline": "ci(release): pass HOMEBREW_TAP_GITHUB_TOKEN to goreleaser step",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-21T10:41:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7b7b6e1a784e32373a192a5fb2c870e53bf802c",
"body": "sanskarpan/homebrew-tap created; HOMEBREW_TAP_GITHUB_TOKEN secret set.\ngoreleaser will now push Formula/resilience-demo.rb on every v* release.\nInstall via: brew install sanskarpan/tap/resilience-demo",
"is_bot": false,
"headline": "build(release): enable Homebrew tap formula publish",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-21T10:36:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "082785b40a3ea72e33d642e0d83e266f19241eb8",
"body": "goreleaser's template engine errors on .Env.KEY when the key is entirely\nabsent from the environment (not just empty). Set skip_upload: true until\nsanskarpan/homebrew-tap exists and HOMEBREW_TAP_GITHUB_TOKEN is set.",
"is_bot": false,
"headline": "fix(release): disable Homebrew formula upload until tap repo is created",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-21T10:19:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c37c37983295e63c85390013f81e6658927fe638",
"body": "Eval() now takes store.ScriptID (a named struct, not string).\nReplace raw string const references (store.GCRAScript etc.) with the\ntyped vars (store.GCRAScriptID etc.) in 4 integration test files.",
"is_bot": false,
"headline": "fix(store): update integration tests to use typed ScriptID vars",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-21T10:14:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81863235eecb395a81055d5d9dc9c2c3db6e783d",
"body": "…N is unset\n\nMake the brews.skip_upload conditional on the secret being present so goreleaser\ndoes not error out when the tap repo or PAT has not been configured yet.",
"is_bot": false,
"headline": "fix(release): skip Homebrew tap publish when HOMEBREW_TAP_GITHUB_TOKE…",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-21T10:08:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0aac0d0c0b1d8717094159ea6f48b2d2737535f4",
"body": "- gofmt 6 files that were left unformatted by the pre-release polish commit\n- ratelimit/proptest: replace deprecated slidingwindow.WithCounterClock with\n WithClock (alias added in the polish commit; staticcheck SA1019)\n- ratelimit/store integration tests: use typed ScriptID vars (GCRAScriptID,\n TokenBucketScriptID, etc.) instead of raw string constants — Eval now\n requires store.ScriptID, not an untyped string",
"is_bot": false,
"headline": "fix(ci): gofmt, deprecated-symbol, and ScriptID type fixes for v1.0.0",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-21T10:07:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64d97333898db7448e6388a4087fc188f8fd90b1",
"body": "…polish\n\nAPI surface audit (46 confirmed fixes across 23 packages) ahead of the v1.0.0\nstability commitment. Key changes:\n\n- Promote internal/clock to a top-level public `clock` package so callers can\n inject custom clocks and write deterministic tests; internal/clock becomes a\n backward-compatibl\n[…]\n: fix New() call to pass []Tier slice not variadic Tier values.\n- Update CHANGELOG [Unreleased] → [1.0.0] 2026-07-21; README stability section;\n docs/STABILITY.md: \"pre-1.0 (v0.x)\" → \"stable (v1.x)\".",
"is_bot": false,
"headline": "feat: v1.0.0 — stable public API, promote clock package, pre-release …",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-21T08:59:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "78b3173458eba0771c965d9fc509b956f7a1f7c6",
"body": "chore(ci): bump the github-actions group with 10 updates",
"is_bot": false,
"headline": "chore(ci): bump the github-actions group with 10 updates",
"author_name": "Sanskar Pandey",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T09:41:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e848f1408b7816880769df58065129b60ef0567c",
"body": null,
"is_bot": false,
"headline": "chore(ci): pin mkdocs-material to 9.5.x for stable strict-mode build",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T09:39:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef4d85720c1e430ef74bb80684afe759e91d2149",
"body": "Bumps the github-actions group with 10 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) | `2` | `3` |\n| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `7` |\n| [ac\n[…]\nce\n dependency-version: '4'\n dependency-type: direct:production\n update-type: version-update:semver-major\n dependency-group: github-actions\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(ci): bump the github-actions group with 10 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T09:39:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "43d9d61e2362f8a5b3212fae683091c23ee39659",
"body": "ci: raise simulation settle spins and add integration test timeout",
"is_bot": false,
"headline": "ci: raise simulation settle spins and add integration test timeout",
"author_name": "Sanskar Pandey",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T09:39:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "caaf3ebe4eb12aca68801d71992d9656704c1bb9",
"body": "Increase settleSpins from 256 to 4096 in the simulation harness so the\nGosched barrier is robust under the race detector and resource-constrained\nCI runners (Redis sidecar, concurrent jobs). Also add -timeout=15m to the\nintegration test job, which runs ./... (including simulation) without an\nexplicit timeout and was hitting Go's default 10m limit.",
"is_bot": false,
"headline": "ci: raise race-test timeout to 10m for Go 1.26 race detector overhead",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T09:36:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f427f04961765c256221b407a3f812e252c5d01f",
"body": "chore(deps-dev): bump jsdom from 25.0.1 to 29.1.1 in /frontend in the npm-development group across 1 directory",
"is_bot": false,
"headline": "chore(deps-dev): bump jsdom from 25.0.1 to 29.1.1 in /frontend",
"author_name": "Sanskar Pandey",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T09:33:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b7bea8de2880f61e42df10af275e782b81a5bdb",
"body": "Bumps the npm-development group with 1 update in the /frontend directory: [jsdom](https://github.com/jsdom/jsdom).\n\n\nUpdates `jsdom` from 25.0.1 to 29.1.1\n- [Release notes](https://github.com/jsdom/jsdom/releases)\n- [Commits](https://github.com/jsdom/jsdom/compare/v25.0.1...v29.1.1)\n\n---\nupdated-dep\n[…]\ndependency-version: 29.1.1\n dependency-type: direct:development\n update-type: version-update:semver-major\n dependency-group: npm-development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps-dev): bump jsdom",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T09:23:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3560b215d3e5c5271da862bbb60197bc096028a5",
"body": "… updates\n\nchore(deps): bump the go-dependencies group across 1 directory with 2 updates",
"is_bot": false,
"headline": "chore(deps): bump the go-dependencies group across 1 directory with 2…",
"author_name": "Sanskar Pandey",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T09:21:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aef0e35939352475f982707a98127af9d81733eb",
"body": "ci: raise race-test timeout to 10m for Go 1.26 race detector overhead",
"is_bot": false,
"headline": "ci: raise race-test timeout to 10m for Go 1.26 race detector overhead",
"author_name": "Sanskar Pandey",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T09:21:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09c6558fc3599017ba101bb3be422d757cd4453f",
"body": "Go 1.26's race detector runs ~3x slower than 1.25, and -count=3 on the\nsimulation package (virtual-clock scenarios with 256-Gosched settle barriers)\nconsistently exceeds the 5m budget on the 1.26 matrix entry. 10m is still\nwell within CI runner limits and remains a reliable hang detector.",
"is_bot": false,
"headline": "ci: raise race-test timeout to 10m for Go 1.26 race detector overhead",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T09:18:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3ed2d4805a1a5627a7f33d952318f957e767125",
"body": null,
"is_bot": false,
"headline": "chore(deps): tidy integration module after go-redis and grpc bumps",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T09:12:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5976eed6d8a1d1650e925ba9b87896626fed374c",
"body": "…bumps",
"is_bot": false,
"headline": "chore(deps): tidy contrib and stores modules after go-redis and grpc …",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T09:12:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0631d1fc8d89ec1d9ff9a584035d1fb30c0fd0c",
"body": null,
"is_bot": false,
"headline": "chore(deps): tidy server module after go-redis and grpc bumps",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T09:08:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "349da3a8e51b19da17fdf22fce8c4439a0dcce62",
"body": "chore(deps): bump the npm-production group in /frontend with 5 updates",
"is_bot": false,
"headline": "chore(deps): bump the npm-production group in /frontend with 5 updates",
"author_name": "Sanskar Pandey",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T09:08:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73351b90793a5c0ab3642819daac087ec56847ab",
"body": "… updates\n\nBumps the go-dependencies group with 2 updates in the / directory: [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) and [google.golang.org/grpc](https://github.com/grpc/grpc-go).\n\n\nUpdates `github.com/redis/go-redis/v9` from 9.18.0 to 9.21.0\n- [Release notes](https://gith\n[…]\n dependency-version: 1.82.1\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: go-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump the go-dependencies group across 1 directory with 2…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T08:50:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4405ced0059fc5e85d0658cc65a154d601dac90e",
"body": "feat: roadmap wave 8 (final) — split demo server into its own module + Vercel deploy",
"is_bot": false,
"headline": "Merge pull request #246 from sanskarpan/feat/roadmap-wave-8-final",
"author_name": "Sanskar Pandey",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T08:48:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "350fe8089ebd5200b3cced9e0dc778dff4c4b6e9",
"body": "…ndary repo-root links",
"is_bot": false,
"headline": "fix(docs): mkdocs --strict — nav deploy-frontend + tolerate cross-bou…",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T08:45:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10516a2aa70c8902ae43aef8950079c29bf5d085",
"body": "Closes #245",
"is_bot": false,
"headline": "docs: mark final roadmap items done — ENHANCEMENTS.md 100% complete",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T08:37:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b74f901fdcf1fca409b407df3a28d01faf2744b1",
"body": null,
"is_bot": false,
"headline": "feat(frontend): Vercel config + deploy/preview-env docs (§10.4)",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T08:37:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6b056cce320a42625f3b903073ab9d9f934ad3d",
"body": "…ile, CI, Makefile) (§10.3)",
"is_bot": false,
"headline": "build(release): build+test the server module (goreleaser dir, Dockerf…",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T08:37:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a67582c74176dce6c0cfa6bdad0c425f5ee489d8",
"body": "…e across module split) (§10.3)",
"is_bot": false,
"headline": "test(server): server-local internal/testutil (internal/ not importabl…",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T08:37:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a8a0efce75a5ea8b331488871bf12226259f74a",
"body": "…pplies (§10.3)",
"is_bot": false,
"headline": "fix(server/version): make Version/Name vars so -ldflags -X actually a…",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T08:37:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afbb1a900654d0f61dcd24a90480939828d14f1f",
"body": "… module) (§10.3)",
"is_bot": false,
"headline": "chore(deps): drop gorilla/websocket from root module (moved to server…",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T08:37:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53b5695f90e0b4b88f7ef533d071e6cf58475dbe",
"body": null,
"is_bot": false,
"headline": "feat(server): make the demo server its own nested module (§10.3)",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T08:37:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b74127fcfcd5004867e67707b202e7a216b761ab",
"body": "feat: roadmap wave 7 — perf pass (sharded per-key maps, CB atomic fast-path, zero-value config)",
"is_bot": false,
"headline": "Merge pull request #244 from sanskarpan/feat/roadmap-wave-7-perf",
"author_name": "Sanskar Pandey",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T08:07:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "366bd7f12081156f150b67981c53f9be25530511",
"body": "Closes #243",
"is_bot": false,
"headline": "docs: mark wave-7 perf items done in ENHANCEMENTS.md",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T08:06:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67977daf112fe2013879de40c75628e97237ba9a",
"body": null,
"is_bot": false,
"headline": "docs: zero-value / required-arg contracts on config structs (§2.7)",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T08:06:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9c6874423d42c35fc89c0008ba9972875a96702",
"body": null,
"is_bot": false,
"headline": "feat(circuitbreaker): zero-value Config defaults doc + test (§2.7)",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T08:06:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73c66579800ab1a05a64fe5f665fab252a54b9d3",
"body": "…tests (§3.4)",
"is_bot": false,
"headline": "test(circuitbreaker): time-based bench + concurrent threshold-hammer …",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T08:06:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "020e8f5499852d71a7a9a03762baedae28940eaa",
"body": "…ath (§3.4)",
"is_bot": false,
"headline": "perf(circuitbreaker): single-lock time-window record+trip on closed p…",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T08:06:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a21ce64cae272b3ee6287e332a0c357d79f03f53",
"body": null,
"is_bot": false,
"headline": "docs(ratelimit/store): escape-analysis findings on Eval arg path (§3.3)",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T08:06:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d6e90f456e944dbe1b3272f1eec1c4122e80766",
"body": null,
"is_bot": false,
"headline": "test(ratelimit): many-key parallel contention benchmarks (§3.1)",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T08:06:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7a18ff2a2ebb1003288d7d8ee56a35654dda326",
"body": "… (§3.1)",
"is_bot": false,
"headline": "perf(ratelimit/leakybucket): shard per-key map to cut lock contention…",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T08:06:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab7d1b84bd43fe072d1eff7afbdb5ecbbac305bc",
"body": "…on (§3.1)",
"is_bot": false,
"headline": "perf(ratelimit/slidingwindow): shard per-key map to cut lock contenti…",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T08:06:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae2a197ab19afef1f821ca1d829e4d7cb5bb2d96",
"body": "…on (§3.1)",
"is_bot": false,
"headline": "perf(ratelimit/slidingwindow): shard per-key map to cut lock contenti…",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T08:06:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4ad753961c6d8f4a26a065989eeb1d5840a3af7",
"body": "… (§3.1)",
"is_bot": false,
"headline": "perf(ratelimit/fixedwindow): shard per-key map to cut lock contention…",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T08:06:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36df3072afb35fbacdcb78b17bc935078021c381",
"body": null,
"is_bot": false,
"headline": "perf(ratelimit/gcra): shard per-key map to cut lock contention (§3.1)",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T08:06:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d66a4d06531776d5e90a4c5755546a526763807b",
"body": "… (§3.1)",
"is_bot": false,
"headline": "perf(ratelimit/tokenbucket): shard per-key map to cut lock contention…",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T08:06:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc90e9d2c0394c297240c0f8f38809d25f7c1ef6",
"body": null,
"is_bot": false,
"headline": "feat(ratelimit/internal/shardmap): sharded per-key map (§3.1)",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T08:06:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddf148bfaadfd6c4bfb176cf48bfa9066d682e35",
"body": "Bumps the npm-production group in /frontend with 5 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [@radix-ui/react-dialog](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/dialog) | `1.1.19` | `1.1.20` |\n| [@radix-ui/react-select](https://github.com/radix-ui/primitives/tree/H\n[…]\n dependency-version: 1.2.20\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: npm-production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump the npm-production group in /frontend with 5 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T07:56:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b478a28e6f1a009575b41957b2e7c4d5d763355f",
"body": "feat: roadmap wave 6 — alt store backends, testcontainers, mutation testing, deterministic sim, docs site, homebrew, examples, blog",
"is_bot": false,
"headline": "Merge pull request #238 from sanskarpan/feat/roadmap-wave-6",
"author_name": "Sanskar Pandey",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T07:50:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c1c98493f8ad560020abb133614486003f4a50d",
"body": "Closes #237",
"is_bot": false,
"headline": "docs: mark wave-6 items done in ENHANCEMENTS.md",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T07:49:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "112472b693d3b45010ad00740bd7c2faf88ec3b4",
"body": null,
"is_bot": false,
"headline": "chore(ci): test-stores + stores CI job + mutation targets",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T07:49:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48ca28ce261a433d17d72fbb40ac8bc030671708",
"body": null,
"is_bot": false,
"headline": "feat(release): Homebrew tap brews block + install docs (§9.5)",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T07:49:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8770f1cacb1e37a5568543f8dd08426883fb2d38",
"body": null,
"is_bot": false,
"headline": "docs(blog): technical articles + talk outline (§11.3)",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T07:49:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac09ae3040befadd1a7b91206d22947513db211b",
"body": "…catalog (§11.4)",
"is_bot": false,
"headline": "docs(examples): resilience-stack/tiered/debounce runnable examples + …",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T07:49:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e29a6c34fffa4cd21d9136b8685cc341d5cf317e",
"body": null,
"is_bot": false,
"headline": "docs: MkDocs site + GitHub Pages deploy workflow (§8.3)",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T07:49:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba7ffb02ebfd0cab595a764cb3b8273f6a252b64",
"body": null,
"is_bot": false,
"headline": "test: go-gremlins mutation testing (dispatch/scheduled only) (§6.6)",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T07:49:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfc2853d9b7ffdebbfb531657e853ba3a78d9dfc",
"body": null,
"is_bot": false,
"headline": "test(integration): testcontainers Redis integration module (§6.3)",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T07:49:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd3e4aa6ca284accf2968c7ca41e66f9edf91085",
"body": "…(§5.2)",
"is_bot": false,
"headline": "feat(stores): Memcached + DynamoDB store backends in a nested module …",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T07:49:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29e296f793b359ce290efa98c2b6aaca76a8cb5a",
"body": "…n (§6.7)",
"is_bot": false,
"headline": "feat(internal/simulation): deterministic sim harness + fault injectio…",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T07:49:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbe21a90c77613d167d6c66ea03becec29b6e1de",
"body": "feat(frontend): accessibility, richer WS charts, component unit tests, CI wiring",
"is_bot": false,
"headline": "Merge pull request #236 from sanskarpan/feat/roadmap-frontend",
"author_name": "Sanskar Pandey",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T07:22:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "459d4d18c91a3e7f6119cdf8b6a8110c86adb7b8",
"body": "Closes #235",
"is_bot": false,
"headline": "docs: mark frontend items done in ENHANCEMENTS.md",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T07:20:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a64c0ad44d031a1ca33e7ce910a86f2e9e2dbbd",
"body": null,
"is_bot": false,
"headline": "ci: run frontend Vitest unit tests (§6.4)",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T07:20:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "188b2bd5245a0094eac5d902c2215a3d98c92382",
"body": null,
"is_bot": false,
"headline": "test(frontend): Vitest component/hook/store unit tests (§10.5)",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T07:20:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3bc7c825f1ef8749a9453a28798353f54df9115",
"body": "…e timeline (§10.2)",
"is_bot": false,
"headline": "feat(frontend): recharts allow/deny ratio, latency histogram, CB stat…",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T07:20:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2ab0330d3d20a8a94d3acfb3758893a009c1584",
"body": "…0.1)",
"is_bot": false,
"headline": "feat(frontend): accessible forms + labelled controls across pages (§1…",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T07:20:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec139011a9bb5ad41564a9ce1416b8c6365e04eb",
"body": "…cus, SVG a11y (§10.1)",
"is_bot": false,
"headline": "feat(frontend): accessibility pass — landmarks, aria-live, labels, fo…",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T07:20:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a3161091f92e82e08b9f3d5ec5fe8c01d22b2a7",
"body": null,
"is_bot": false,
"headline": "chore(frontend): add Vitest + RTL + jest-axe test infra (§10.5)",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-20T07:20:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54bbf2e1236230529e80d64d90c2b8212e44d522",
"body": "feat: roadmap wave 4 — unified builder, benchmark+fuzz coverage, prom exemplars/native histograms, TTL audit, float64 guarantee",
"is_bot": false,
"headline": "Merge pull request #234 from sanskarpan/feat/roadmap-wave-4",
"author_name": "Sanskar Pandey",
"author_login": "sanskarpan",
"committed_at": "2026-07-18T13:23:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "231de2d9f013f2ee807622759cab29ec67269608",
"body": "Closes #233",
"is_bot": false,
"headline": "docs: mark wave-4 items done in ENHANCEMENTS.md",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-18T13:16:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fde049edb7102400c65c7f4e564bebb9359c94c",
"body": null,
"is_bot": false,
"headline": "docs: Redis key TTL/GC lifecycle audit (§5.3)",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-18T13:16:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "569d6b052ba959ef1b8d58730622cfc797ec6b5a",
"body": "…(§5.4)",
"is_bot": false,
"headline": "feat(ratelimit/store): PrecisionBoundNs + documented 256ns guarantee …",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-18T13:16:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b5d58a7a1dc4cce1a0b1cb4966060aafadc8b7f",
"body": null,
"is_bot": false,
"headline": "feat(metric/prometheus): native histograms + trace exemplars (§4.5)",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-18T13:16:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "018e0897fba47075e045bdbc96d7bc7fa8cc236d",
"body": null,
"is_bot": false,
"headline": "test(ratelimit/store): fuzz targets (§6.2)",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-18T13:16:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b094c7fb665de13af674aee2267f2c12c46cbf61",
"body": null,
"is_bot": false,
"headline": "test(ratelimit/composite): fuzz targets (§6.2)",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-18T13:16:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82d571ae160d24d39309c8bd89713cce43a82491",
"body": null,
"is_bot": false,
"headline": "test(ratelimit/adaptive): fuzz targets (§6.2)",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-18T13:16:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "483013a4635eea7712182494f50af77b05fa9043",
"body": null,
"is_bot": false,
"headline": "test(ratelimit/leakybucket): fuzz targets (§6.2)",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-18T13:16:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afd308a3fe5bcc9f18bfba2f52dd518a29b9e2d3",
"body": null,
"is_bot": false,
"headline": "test(ratelimit/slidingwindow): fuzz targets (§6.2)",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-18T13:16:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45ff23349fd4061ad61fec7d2322f182efa86c4b",
"body": null,
"is_bot": false,
"headline": "test(retry): benchmarks (§3.5)",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-18T13:16:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cf4d547a0353c083196f86176a64f4aa3b10574",
"body": null,
"is_bot": false,
"headline": "test(concurrency): benchmarks (§3.5)",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-18T13:16:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9af518728aafc3cc4523110600a074cf309c9d3",
"body": null,
"is_bot": false,
"headline": "test(loadshed): benchmarks (§3.5)",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-18T13:16:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79ad6c2484168d0aa4d5286204e5fc4c7647f5aa",
"body": null,
"is_bot": false,
"headline": "test(bulkhead): benchmarks (§3.5)",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-18T13:16:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1059900ac8b15e81881d7b75d0206bc4cea3383e",
"body": null,
"is_bot": false,
"headline": "test(ratelimit/adaptive): benchmarks (§3.5)",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-18T13:16:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e964f2cfedfab56169aa23b254ee07423250b1f",
"body": null,
"is_bot": false,
"headline": "test(pipeline): benchmarks (§3.5)",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-18T13:16:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "003e0c41b0bc18924ecee5d830816beeeedb2584",
"body": null,
"is_bot": false,
"headline": "test(ratelimit/composite): benchmarks (§3.5)",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-18T13:16:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81bb46c5c4a50f60ffd89de3e7641a10507df6ce",
"body": null,
"is_bot": false,
"headline": "test(ratelimit/middleware): benchmarks (§3.5)",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-18T13:16:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2286fa7de3841da066ba040abfdc8c5d86a7790",
"body": null,
"is_bot": false,
"headline": "feat(resilience): unified fluent builder + generic Execute[T] (§2.2)",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-18T13:16:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2abc453fb94b759f127c85ffa24e262ca09b361c",
"body": "feat: roadmap wave 3 — priority Wait, distributed leaky bucket, read-only interfaces, ctx helpers, logging/event-stream, comparison+benchmarks",
"is_bot": false,
"headline": "Merge pull request #232 from sanskarpan/feat/roadmap-wave-3",
"author_name": "Sanskar Pandey",
"author_login": "sanskarpan",
"committed_at": "2026-07-18T13:02:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43bb3f07e14d7ea99becd94eb842c682405184a2",
"body": "Closes #231",
"is_bot": false,
"headline": "docs: mark wave-3 items done in ENHANCEMENTS.md",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-18T13:00:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e8b249476e45c6ec50ee2f367f11b5add98aa5d",
"body": null,
"is_bot": false,
"headline": "docs: good-first-issues + contributor on-ramp (§11.2)",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-18T13:00:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ec85fda2df3ac587f17733776651a8d163ef9d9",
"body": null,
"is_bot": false,
"headline": "docs(readme): library-vs-alternatives comparison table (§11.1)",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-18T13:00:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fdda184ab8bf7182e829b385fa62cb77fec2819",
"body": null,
"is_bot": false,
"headline": "docs: published benchmarks (§8.4)",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-18T13:00:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73dd47fab41d4bcaa951e6841ffaea1228819755",
"body": null,
"is_bot": false,
"headline": "chore(verify-deps): guard logging/eventstream as zero-dep core",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-18T13:00:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f54f1462071e48ba8d208910d321c81bbc07349",
"body": null,
"is_bot": false,
"headline": "feat(eventstream): generic pub/sub broker (§4.7)",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-18T13:00:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9a34c036e93be514c8df1c34763dcdf63a2867a",
"body": null,
"is_bot": false,
"headline": "feat(logging): slog structured-logging hooks (§4.4)",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-18T13:00:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cc6705e0235008c4ca116ea9a6fea24ec3b2318",
"body": null,
"is_bot": false,
"headline": "feat(ratelimit/ratelimitctx): context cost/priority helpers (§2.8)",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-18T13:00:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2fd06b9f42e5dd044b5d0f0fe477e9be4374b33",
"body": null,
"is_bot": false,
"headline": "test(ratelimit): Peeker/Observer compile-time assertions (§2.6)",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-18T13:00:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66fa375ee9d6bf937b5b19bef373da4c3db11e43",
"body": null,
"is_bot": false,
"headline": "feat(ratelimit): read-only Peeker/Observer interfaces (§2.6)",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-18T13:00:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ad5c2ebb9e4196329495bc5677ecce89cf6e29a",
"body": null,
"is_bot": false,
"headline": "docs(ratelimit/adaptive): document intentional node-local scope (§1.8)",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-18T13:00:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c660c2dccfd81bc7c0fbc2e3b178181e128ab55",
"body": null,
"is_bot": false,
"headline": "test(ratelimit): distributed leaky bucket + Redis parity (§1.8)",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-18T13:00:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "322858f3d053551f4cefcee55ec48eb02bcfa5f8",
"body": "…§1.8)",
"is_bot": false,
"headline": "feat(ratelimit/leakybucket): store-backed NewDistributed, fail-open (…",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-18T13:00:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6c543b9212275cbafe727ca0a462a3ddcf67a56",
"body": "…1.8)",
"is_bot": false,
"headline": "feat(ratelimit/store): LeakyBucketScript Lua + in-memory emulation (§…",
"author_name": "sanskarpan",
"author_login": "sanskarpan",
"committed_at": "2026-07-18T13:00:56Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 2,
"commits_last_year": 784,
"latest_release_at": "2026-07-21T10:45:30Z",
"latest_release_tag": "v1.0.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 1,
"days_since_latest_release": 0,
"mean_days_between_releases": 3.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 100,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "github.com/sanskarpan/Rate-Limiter-Circuit-Breaker",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/sanskarpan/Rate-Limiter-Circuit-Breaker",
"is_deprecated": false,
"latest_version": "v1.0.0",
"repository_url": "https://github.com/sanskarpan/Rate-Limiter-Circuit-Breaker",
"versions_count": 2,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-21T08:59:45Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"cookbook",
"examples"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"frontend/tsconfig.json"
],
"toolchain_manifests": [
"contrib/go.mod",
"go.mod",
"integration/go.mod",
"server/go.mod",
"stores/go.mod"
],
"largest_source_bytes": 46525,
"source_files_sampled": 349,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"contrib/go.mod",
"frontend/package.json",
"go.mod",
"integration/go.mod",
"server/go.mod",
"stores/go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go",
"npm"
],
"dependencies": [
{
"name": "connectrpc.com/connect",
"manifest": "contrib/go.mod",
"ecosystem": "go",
"version_constraint": "v1.20.0"
},
{
"name": "github.com/gin-gonic/gin",
"manifest": "contrib/go.mod",
"ecosystem": "go",
"version_constraint": "v1.12.0"
},
{
"name": "github.com/go-chi/chi/v5",
"manifest": "contrib/go.mod",
"ecosystem": "go",
"version_constraint": "v5.3.1"
},
{
"name": "github.com/gofiber/fiber/v2",
"manifest": "contrib/go.mod",
"ecosystem": "go",
"version_constraint": "v2.52.14"
},
{
"name": "github.com/labstack/echo/v4",
"manifest": "contrib/go.mod",
"ecosystem": "go",
"version_constraint": "v4.15.4"
},
{
"name": "github.com/sanskarpan/Rate-Limiter-Circuit-Breaker",
"manifest": "contrib/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-00010101000000-000000000000"
},
{
"name": "@radix-ui/react-dialog",
"manifest": "frontend/package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.20"
},
{
"name": "@radix-ui/react-select",
"manifest": "frontend/package.json",
"ecosystem": "npm",
"version_constraint": "^2.3.4"
},
{
"name": "@radix-ui/react-slider",
"manifest": "frontend/package.json",
"ecosystem": "npm",
"version_constraint": "^1.4.4"
},
{
"name": "@radix-ui/react-tabs",
"manifest": "frontend/package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.18"
},
{
"name": "@radix-ui/react-toast",
"manifest": "frontend/package.json",
"ecosystem": "npm",
"version_constraint": "^1.2.20"
},
{
"name": "class-variance-authority",
"manifest": "frontend/package.json",
"ecosystem": "npm",
"version_constraint": "^0.7.1"
},
{
"name": "clsx",
"manifest": "frontend/package.json",
"ecosystem": "npm",
"version_constraint": "^2.1.1"
},
{
"name": "framer-motion",
"manifest": "frontend/package.json",
"ecosystem": "npm",
"version_constraint": "^12.42.2"
},
{
"name": "lucide-react",
"manifest": "frontend/package.json",
"ecosystem": "npm",
"version_constraint": "^1.25.0"
},
{
"name": "next",
"manifest": "frontend/package.json",
"ecosystem": "npm",
"version_constraint": "16.2.10"
},
{
"name": "react",
"manifest": "frontend/package.json",
"ecosystem": "npm",
"version_constraint": "19.2.7"
},
{
"name": "react-dom",
"manifest": "frontend/package.json",
"ecosystem": "npm",
"version_constraint": "19.2.7"
},
{
"name": "recharts",
"manifest": "frontend/package.json",
"ecosystem": "npm",
"version_constraint": "^3.9.2"
},
{
"name": "tailwind-merge",
"manifest": "frontend/package.json",
"ecosystem": "npm",
"version_constraint": "^3.6.0"
},
{
"name": "zod",
"manifest": "frontend/package.json",
"ecosystem": "npm",
"version_constraint": "^4.4.3"
},
{
"name": "zustand",
"manifest": "frontend/package.json",
"ecosystem": "npm",
"version_constraint": "^5.0.14"
},
{
"name": "github.com/prometheus/client_golang",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.23.2"
},
{
"name": "github.com/prometheus/client_model",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.6.2"
},
{
"name": "github.com/redis/go-redis/v9",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v9.21.0"
},
{
"name": "go.opentelemetry.io/otel",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/exporters/stdout/stdouttrace",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/sdk",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "google.golang.org/grpc",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.1"
},
{
"name": "pgregory.net/rapid",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.0"
},
{
"name": "github.com/redis/go-redis/v9",
"manifest": "integration/go.mod",
"ecosystem": "go",
"version_constraint": "v9.21.0"
},
{
"name": "github.com/sanskarpan/Rate-Limiter-Circuit-Breaker",
"manifest": "integration/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-00010101000000-000000000000"
},
{
"name": "github.com/testcontainers/testcontainers-go/modules/redis",
"manifest": "integration/go.mod",
"ecosystem": "go",
"version_constraint": "v0.34.0"
},
{
"name": "github.com/gorilla/websocket",
"manifest": "server/go.mod",
"ecosystem": "go",
"version_constraint": "v1.5.3"
},
{
"name": "github.com/prometheus/client_golang",
"manifest": "server/go.mod",
"ecosystem": "go",
"version_constraint": "v1.23.2"
},
{
"name": "github.com/sanskarpan/Rate-Limiter-Circuit-Breaker",
"manifest": "server/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-00010101000000-000000000000"
},
{
"name": "github.com/aws/aws-sdk-go-v2",
"manifest": "stores/go.mod",
"ecosystem": "go",
"version_constraint": "v1.42.1"
},
{
"name": "github.com/aws/aws-sdk-go-v2/config",
"manifest": "stores/go.mod",
"ecosystem": "go",
"version_constraint": "v1.32.30"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/dynamodb",
"manifest": "stores/go.mod",
"ecosystem": "go",
"version_constraint": "v1.38.1"
},
{
"name": "github.com/bradfitz/gomemcache",
"manifest": "stores/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20230905024940-24af94b03874"
},
{
"name": "github.com/sanskarpan/Rate-Limiter-Circuit-Breaker",
"manifest": "stores/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-00010101000000-000000000000"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 99,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 150,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "sanskarpan",
"commits": 783,
"avatar_url": "https://avatars.githubusercontent.com/u/142474055?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"bench.yml",
"ci.yml",
"docs.yml",
"mutation.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [
".golangci.yml",
"eslint.config.mjs"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum",
"package-lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "7 out of 7 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/10 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 10,
"reason": "project is fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 1,
"reason": "dependency not pinned by hash detected -- score normalized to 1",
"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": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 8,
"reason": "2 out of the last 2 releases have a total of 2 signed artifacts.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "45 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "6f806010c819286346294a3eab745d959cd76016",
"ran_at": "2026-07-21T21:37:05Z",
"aggregate_score": 5.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-21T10:45:43Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-20T09:41:58Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/sanskarpan/Rate-Limiter-Circuit-Breaker",
"host": "github.com",
"name": "Rate-Limiter-Circuit-Breaker",
"owner": "sanskarpan"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"security": 56,
"vitality": 72,
"community": 43,
"governance": 55,
"engineering": 86
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 72,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"commits_last_year": 784,
"human_commit_share": 0.96,
"days_since_last_push": 0,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "784 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 784
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 98,
"inputs": {
"releases_count": 2,
"latest_release_tag": "v1.0.0",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 3.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "2 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 2
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~3.9 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 3.9
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "2 out of the last 2 releases have a total of 2 signed artifacts.",
"points": 8,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 43,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"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": 13.5,
"status": "met",
"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": 6.3,
"status": "met",
"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": 55,
"weight": 0.24,
"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": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"merged_prs": 99,
"open_issues": 0,
"closed_issues": 150,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "99/100 decided PRs merged",
"points": 37.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 99,
"decided": 100
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/10 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 50,
"inputs": {
"followers": 35,
"owner_type": "User",
"is_verified": null,
"owner_login": "sanskarpan",
"public_repos": 109,
"account_age_days": 1069
},
"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": "35 followers of sanskarpan",
"points": 11.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 35,
"login": "sanskarpan"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "109 public repos, account ~2 yr old",
"points": 18.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 109
}
},
{
"code": "account_age_years",
"params": {
"years": 2
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"github.com/sanskarpan/Rate-Limiter-Circuit-Breaker"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 0
},
"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 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "2 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 2
}
}
],
"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": 86,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"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": "5 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 5
}
}
],
"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.yml, eslint.config.mjs",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml, eslint.config.mjs"
}
}
],
"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": "7 out of 7 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "https://sanskarpan.github.io/Rate-Limiter-Circuit-Breaker/",
"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": "https://sanskarpan.github.io/Rate-Limiter-Circuit-Breaker/",
"points": 15,
"status": "met",
"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": 56,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 5.6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "7 out of 7 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/10 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is fuzzed",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 1",
"points": 0.5,
"status": "partial",
"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 detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "2 out of the last 2 releases have a total of 2 signed artifacts.",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "45 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
}
],
"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": 65,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"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": "96 of 96 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 96,
"sampled": 96
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 81,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum",
"package-lock.json"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"frontend/tsconfig.json"
],
"agent_commit_share": 0,
"toolchain_manifests": [
"contrib/go.mod",
"go.mod",
"integration/go.mod",
"server/go.mod",
"stores/go.mod"
],
"dependency_bot_commit_share": 0.04
},
"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": ".golangci.yml, eslint.config.mjs",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml, eslint.config.mjs"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "frontend/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "frontend/tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "4 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 4,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 1",
"points": 1,
"status": "partial",
"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": 46525,
"source_files_sampled": 349,
"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/349 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 349,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"cookbook",
"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": "cookbook, examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "cookbook, examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-21T21:37:18.346589Z",
"schema_version": "0.25.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/sanskarpan/Rate-Limiter-Circuit-Breaker.svg",
"full_name": "sanskarpan/Rate-Limiter-Circuit-Breaker",
"license_state": "standard",
"license_spdx": "MIT"
}