Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 1616,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 812123,
"Makefile": 757
},
"pushed_at": "2026-07-29T12:54:19Z",
"created_at": "2023-02-02T14:14:04Z",
"owner_type": "Organization",
"updated_at": "2026-07-28T06:04:02Z",
"description": "Tyk storage abstraction library",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MPL-2.0",
"default_branch": "main",
"license_spdx_raw": "MPL-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://tyk.io",
"name": "Tyk Technologies",
"type": "Organization",
"login": "TykTechnologies",
"company": null,
"location": "London",
"followers": 229,
"avatar_url": "https://avatars.githubusercontent.com/u/16121529?v=4",
"created_at": "2015-12-02T16:44:37Z",
"is_verified": null,
"public_repos": 249,
"account_age_days": 3892
},
"license": {
"state": "standard",
"spdx_id": "MPL-2.0",
"raw_spdx": "MPL-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.3.2",
"kind": "patch",
"published_at": "2026-06-09T10:16:09Z"
},
{
"tag": "v1.3.1",
"kind": "patch",
"published_at": "2026-04-17T15:34:49Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2025-11-14T11:48:23Z"
},
{
"tag": "v1.2.2",
"kind": "patch",
"published_at": "2024-02-06T08:40:40Z"
},
{
"tag": "v1.2.1",
"kind": "patch",
"published_at": "2024-01-31T18:05:27Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2024-01-26T12:31:11Z"
},
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2024-01-25T15:16:40Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2024-01-24T13:24:09Z"
},
{
"tag": "v1.0.10",
"kind": "patch",
"published_at": "2023-11-13T13:26:35Z"
},
{
"tag": "v1.0.9",
"kind": "patch",
"published_at": "2023-08-08T09:11:10Z"
},
{
"tag": "v1.0.8",
"kind": "patch",
"published_at": "2023-08-07T12:58:41Z"
},
{
"tag": "v1.0.7",
"kind": "patch",
"published_at": "2023-07-25T11:54:24Z"
},
{
"tag": "v1.0.6",
"kind": "patch",
"published_at": "2023-06-15T15:59:18Z"
},
{
"tag": "v1.0.5",
"kind": "patch",
"published_at": "2023-05-22T14:10:00Z"
},
{
"tag": "v1.0.4",
"kind": "patch",
"published_at": "2023-05-17T12:15:11Z"
},
{
"tag": "v1.0.3",
"kind": "patch",
"published_at": "2023-05-10T14:28:11Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2023-04-21T14:41:15Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2023-04-20T16:05:34Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2023-04-11T18:29:18Z"
}
],
"recent_commits": [
{
"oid": "5e1c61f00c3225f4f2f47403e792cb618c4823f1",
"body": "* chore: empty commit to keep the parent PR opened\n\n* feat: add interfaces, errors and config types\n\n* build: add test-kv to make sonarqube to get corrent coverage\n\n* feat: add AsCloser extracting func\n\n* feat: add logger\n\n* fix: change KVConfig to Config name for type\n\n* refactor: rework as funcs t\n[…]\n sdk dependencies\n\n* refactor: decrease cognitive complexity of resolve func\n\n* refactor: decrease cognitive complexity on vault and consul and place factories in separate file to increase readability",
"is_bot": false,
"headline": "TT-17102: Add features to support gateway wiring (#153)",
"author_name": "Vlad Zabolotnyi",
"author_login": "vladzabolotnyi",
"committed_at": "2026-07-28T06:03:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2d3a47df97c5a1a79fb7aebc8aed049e58175808",
"body": "* chore: empty commit to keep the parent PR opened\n\n* feat: add interfaces, errors and config types\n\n* build: add test-kv to make sonarqube to get corrent coverage\n\n* feat: add AsCloser extracting func\n\n* feat: add logger\n\n* fix: change KVConfig to Config name for type\n\n* refactor: rework as funcs t\n[…]\n Vlad Zabolotnyi <vlad.z@tyk.io>\n\n* feat: update the logger interface to avoid breaking change in future\n\n* fix: address sonarqube issues\n\n* refactor: decrease cognitive complexity of init stores func",
"is_bot": false,
"headline": "TT-17100: Add core implementation of kv package (#135)",
"author_name": "Vlad Zabolotnyi",
"author_login": "vladzabolotnyi",
"committed_at": "2026-07-27T13:46:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4aafcfc994dd61d3ab6c03e9b832ede12f4567d4",
"body": "…ng-failfast\n\n[TT-17611] Centralize IAM refresh parsing + fail fast on token mint",
"is_bot": false,
"headline": "Merge pull request #157 from TykTechnologies/TT-17611-iam-config-stri…",
"author_name": "Sedky Haider",
"author_login": "sedkis",
"committed_at": "2026-07-20T16:51:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d98f36283bcb460877645acaa678ee1d22d77af5",
"body": "Addresses two review findings on the IAM credentials provider so that\nconsumers (Gateway, Pump, MDCB, Dashboard) don't each duplicate logic:\n\n- iamauth.Config.RefreshBeforeExpiry is now a Go duration string parsed\n centrally in NewProvider, mirroring the consumers' raw config field.\n This removes \n[…]\nth paths offline via a local token server\n(no Google contact); iamauth + iamauth/gcp stay at 100% coverage and\ngolangci-lint (v2.5.0) is clean.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "TT-17611: centralize IAM refresh parsing and fail fast on token mint",
"author_name": "Sedky",
"author_login": "sedkis",
"committed_at": "2026-07-20T16:09:25Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "75354908a796b023a7dfd2d807c897bb68088c45",
"body": "…ntials-provider\n\nTT-17611: add credentials provider hook for rotating Redis auth",
"is_bot": false,
"headline": "Merge pull request #149 from TykTechnologies/TT-17611-redis-iam-crede…",
"author_name": "Sedky Haider",
"author_login": "sedkis",
"committed_at": "2026-07-20T13:31:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ff8db40e9684c41af1625e4273ccbbbb926f40c",
"body": "Sonar flagged the new IAM code on PR #149. Address every item:\n\nCoverage\n- iamauth/gcp/provider.go 20% -> 100%: add provider_hermetic_test.go\n covering NewCredentialsProvider (default/custom refresh + error) and\n baseTokenSource (ADC + impersonation, success + error). A per-run RSA\n key builds a \n[…]\n (errcheck check-blank); drop the unchecked type assertion by\n switching to a typed atomic.Pointer[string] (errcheck\n check-type-assertions).\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "TT-17611: raise IAM coverage and clear golangci-lint findings",
"author_name": "Sedky",
"author_login": "sedkis",
"committed_at": "2026-07-15T20:18:18Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "14b2e2bc3021a3896101f716553b2df0f018b3a7",
"body": "The first all-green run surfaced a latent SonarCloud failure: gocovmerge\naborts with \"cannot merge profiles with different modes\". The temporal\nsuite emitted mode:set (no -race) while persistent, iamauth and the iam\nintegration test emit mode:atomic (via -race). Sonar had always been\nskipped before \n[…]\ne merge never ran.\n\nPin the temporal test tasks to -covermode=atomic so every coverage\nprofile shares one mode and gocovmerge can combine them.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "TT-17611: force atomic covermode in temporal tests for coverage merge",
"author_name": "Sedky",
"author_login": "sedkis",
"committed_at": "2026-07-15T18:19:24Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0c7a4120f39e97b9ba820c9848065c929fdfdc2c",
"body": "go-redis v9.11 adds PUBLISH/SUBSCRIBE to its keylessCommands table, so\nClusterClient.Publish now routes to a random node (hashtag.RandomSlot)\ninstead of the channel's slot node as in v9.3.1. Since a cluster PUBLISH\nreply counts only subscribers on the publisher's own node, the returned\ncount is non-\n[…]\ncriber publishes still assert a deterministic 0.\n\nAdds testutil.IsClusterMode() as the single source of truth for the\nTEST_ENABLE_CLUSTER flag.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "TT-17611: fix cluster PUBLISH count assertion after go-redis v9.11 bump",
"author_name": "Sedky",
"author_login": "sedkis",
"committed_at": "2026-07-15T18:10:00Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "71b486cd07d29b7d00864fb2425c9dee7f8bab83",
"body": "…edentials-provider",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into TT-17611-redis-iam-cr…",
"author_name": "Sedky",
"author_login": "sedkis",
"committed_at": "2026-07-15T17:18:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06c4c1cb92f48e72d346946ce6c3e073de58264e",
"body": null,
"is_bot": false,
"headline": "add CI jobs for new tests",
"author_name": "Sedky",
"author_login": "sedkis",
"committed_at": "2026-07-15T17:00:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c96dc6e6280edf15c9c14e8fc5cf4940a09855d5",
"body": "Add storage/iamauth, the single home for cloud-provider IAM credential\nproviders that feed the WithCredentialsProvider hook.\n\n- iamauth.NewProvider(cfg) selects a provider by cfg.Provider and returns\n a model.CredentialsProviderFunc, so components wire IAM auth in one line\n and a new cloud (e.g. A\n[…]\nselection is a runtime decision and each component ships one\nbinary, so isolating the SDKs in a separate module would benefit no real\nconsumer.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "TT-17611: add iamauth provider package (GCP Memorystore IAM)",
"author_name": "Sedky",
"author_login": "sedkis",
"committed_at": "2026-07-08T16:00:32Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bfc71e6453094d5fe72af4b4188a843a87bbe8b0",
"body": "…linter-to-github-actions\n\n[TT-17507] Update jira-linter to use github-actions/jira-linter",
"is_bot": false,
"headline": "Merge pull request #151 from TykTechnologies/feat/TT-17507/Move-jira-…",
"author_name": "Burak Sezer",
"author_login": "buraksezer",
"committed_at": "2026-07-06T11:22:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "611b71e9020ed1319df41a1554ff01501906c617",
"body": "Migrate from the expiring full-access JIRA_TOKEN to the scoped,\nread-only JIRA_READ_AUTH token. This uses the jira-linter from\nthe github-actions monorepo instead of the standalone repo.",
"is_bot": false,
"headline": "[TT-17507] Migrate jira-linter to scoped JIRA_READ_AUTH token",
"author_name": "Burak Sezer",
"author_login": "buraksezer",
"committed_at": "2026-07-03T11:56:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c84234a37825deecf679de83c89be7a191e92455",
"body": "Add a cloud-agnostic CredentialsProvider mechanism so callers can supply\nshort-lived, rotating credentials (e.g. GCP Memorystore / AWS ElastiCache\nIAM tokens) instead of a static username/password.\n\n- Upgrade go-redis v9.3.1 -> v9.11.0. This is the minimum version that\n exposes CredentialsProviderC\n[…]\ntion and driver wiring, plus a gated\n integration test proving auth + credential rotation against a live\n Redis/Valkey instance.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "TT-17611: add credentials provider hook for rotating Redis auth",
"author_name": "Sedky",
"author_login": "sedkis",
"committed_at": "2026-06-24T15:33:50Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f7017f6c9a50fcf23a3b1339eaa685305b839e39",
"body": "…pgx-v5.9.2\n\n[TT-17569] Bump jackc/pgx/v5 to v5.9.2 (CVE-2026-41889)",
"is_bot": false,
"headline": "Merge pull request #148 from TykTechnologies/TT-17569-CVE-2026-41889-…",
"author_name": "Laurentiu",
"author_login": "lghiur",
"committed_at": "2026-06-22T13:31:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1198aa86991c782734569d63874a1480cc2e683",
"body": "pgx v5.9.1 is affected by CVE-2026-41889 (SQL injection via dollar-quoted\nstring literals under the non-default simple protocol). Fixed in v5.9.2.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "[TT-17569] Bump jackc/pgx/v5 to v5.9.2 (CVE-2026-41889)",
"author_name": "lghiur",
"author_login": "lghiur",
"committed_at": "2026-06-22T13:13:32Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ff3907f5c9e4b263c2663cbeb29b088ba0516e60",
"body": "[TT-17569] Fix CVEs: bump x/crypto to v0.52.0",
"is_bot": false,
"headline": "Merge pull request #147 from TykTechnologies/TT-17569-CVE-x-crypto-ssh",
"author_name": "Laurentiu",
"author_login": "lghiur",
"committed_at": "2026-06-22T10:06:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24ebb4684212b53bbbe9f9d6403b48a03b708f79",
"body": null,
"is_bot": false,
"headline": "[TT-17569] Fix CVEs: bump x/crypto to v0.52.0",
"author_name": "lghiur",
"author_login": "lghiur",
"committed_at": "2026-06-22T10:01:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d1b54be373f34fd19e4fa9cbad97cd3e6acdcea",
"body": "…ongo-gssapi\n\n[TT-17569] Fix CVE-2026-2303: bump mongo-driver to v1.17.7",
"is_bot": false,
"headline": "Merge pull request #146 from TykTechnologies/TT-17569-CVE-2026-2303-m…",
"author_name": "Laurentiu",
"author_login": "lghiur",
"committed_at": "2026-06-22T09:29:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "669bea04d597a34e84ccc1296d081414b78f78ef",
"body": null,
"is_bot": false,
"headline": "[TT-17569] Fix CVE-2026-2303: bump mongo-driver to v1.17.7",
"author_name": "lghiur",
"author_login": "lghiur",
"committed_at": "2026-06-22T09:13:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2d8befd9472549aa410dfcb1452d846e63500ba",
"body": "…-to-delete-session-that-uses-a-quota-and-is-under-heavy-load\n\n[TT-16259] [Security] Unable to delete Session that uses a quota and is under heavy load [Plan A]",
"is_bot": false,
"headline": "Merge pull request #139 from TykTechnologies/TT-16259-security-unable…",
"author_name": "Radosław Krawczyk",
"author_login": "radkrawczyk",
"committed_at": "2026-06-08T07:32:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efe949b825253f982019c7089a04c42741489a67",
"body": null,
"is_bot": false,
"headline": "latest -> v2.53.6",
"author_name": "Yaroslav Kotsur",
"author_login": "shults",
"committed_at": "2026-06-03T12:14:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5fb7c875acee979096da4807bffa77f2647ae29",
"body": null,
"is_bot": false,
"headline": "add one more test",
"author_name": "Yaroslav Kotsur",
"author_login": "shults",
"committed_at": "2026-06-01T10:13:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c313062824d422f5d43820f9e1666956557bda47",
"body": null,
"is_bot": false,
"headline": "add unit tests",
"author_name": "Yaroslav Kotsur",
"author_login": "shults",
"committed_at": "2026-06-01T09:37:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2a20aae3035de96bf24bb9fa83288b726ead303",
"body": null,
"is_bot": false,
"headline": "regenerate mocks",
"author_name": "Yaroslav Kotsur",
"author_login": "shults",
"committed_at": "2026-05-27T15:00:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b11e84222ca5621f9e2a9e634d48dc4ca36061bd",
"body": null,
"is_bot": false,
"headline": "add method SetIfExist",
"author_name": "Yaroslav Kotsur",
"author_login": "shults",
"committed_at": "2026-05-27T14:44:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3bea1c92f0b209b1e540fbb09275520841c24d0",
"body": "…(#137)\n\n* fix: rework for select so Receive could get canceled context and avoid race condition\n\n* chore: remove redundant code as we don't care about message at all\n\n* refactor: make error check more specific to ctx.Canceled\n\n* Revert \"refactor: make error check more specific to ctx.Canceled\"\n\nThis reverts commit f6c8fffa6da3a69636965ea6e7d7809a603552d2.\n\n* chore: remove assertion as err is not nil if its in the condition body\n\n---------\n\nCo-authored-by: Vlad Zabolotnyi <vlad.z@tyk.io>",
"is_bot": false,
"headline": "fix: rework for-select at queue_ctx testcase to avoid race condition …",
"author_name": "Vlad Zabolotnyi",
"author_login": "vladzabolotnyi",
"committed_at": "2026-05-18T12:53:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b24f7c1363f7fc8b7c4df425bb92f57495c2ed50",
"body": "…ens (#134)\n\nThe `url.insteadOf` git config pattern doesn't work when\nactions/checkout has set up a credential helper. Adding the\nx-access-token: prefix and trailing slashes fixes this.\n\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "[TT-17030] Fix git auth: use x-access-token prefix for GitHub App tok…",
"author_name": "Leonid Bugaev",
"author_login": "buger",
"committed_at": "2026-04-23T10:01:27Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b4a552b44ffc280e91f279cc295322ac4bc4cdcf",
"body": "Replace ORG_GH_TOKEN (PAT) with GitHub App token generated via\nactions/create-github-app-token in all three jobs (golangci-lint,\ntest, sonar-cloud-analysis). Each job gets its own app-token step\nsince tokens cannot be shared across jobs.\n\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "[TT-17030] Migrate CI workflow from PAT to GitHub App token (#133)",
"author_name": "Leonid Bugaev",
"author_login": "buger",
"committed_at": "2026-04-22T15:22:28Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "cdf3de28a0a28f1b7dca3e1b269ba8faeda11b8e",
"body": "Replace ORG_GH_TOKEN (personal access token) with a short-lived token\ngenerated from the probelabs GitHub App via actions/create-github-app-token.\nThe token is scoped to only the TykTechnologies/cla repository.\n\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Migrate CLA workflow from PAT to GitHub App token (#132)",
"author_name": "Leonid Bugaev",
"author_login": "buger",
"committed_at": "2026-04-22T13:36:34Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8f836ce4756a9de2943c94bab96b118efd5f08a4",
"body": "Update gorm to master",
"is_bot": false,
"headline": "Merge pull request #131 from TykTechnologies/update-gorm",
"author_name": "Leonid Bugaev",
"author_login": "buger",
"committed_at": "2026-04-17T15:22:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5349a4d9edd14c4064d475be838e4ffa00165205",
"body": null,
"is_bot": false,
"headline": "update gorm to master",
"author_name": "María Florencia Caballero",
"author_login": "MFCaballero",
"committed_at": "2026-04-17T15:13:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e1f48df3d13a3283cf303a9a391c4d4f7cd773d",
"body": "[TT-16960] Fix CVE-2026-32286",
"is_bot": false,
"headline": "Merge pull request #129 from TykTechnologies/TT-16932",
"author_name": "Matias",
"author_login": "mativm02",
"committed_at": "2026-04-15T17:04:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1e710d5a8cbe5bc944db8dcdf817b87f4fa54b5",
"body": null,
"is_bot": false,
"headline": "Update gorm_compat_test.go",
"author_name": "Matias",
"author_login": "mativm02",
"committed_at": "2026-04-15T15:40:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89a857a327234ad6bbefbb1aa1b4f79ce52ba4a0",
"body": "- Add gorm_compat_test.go with 20 test cases validating each cherry-picked\n GORM feature (ColumnType, GetIndexes, ErrorTranslator, PreparedStmtDB,\n DB.Connection) and end-to-end CRUD/transaction/raw SQL coverage with pgx/v5\n- Update CI workflow GO_VERSION from 1.24 to 1.25\n- Fix go.mod: add missing // indirect on x/text, clean up indirectrequire typo",
"is_bot": false,
"headline": "add GORM compatibility tests, update CI to Go 1.25",
"author_name": "Matias",
"author_login": "mativm02",
"committed_at": "2026-04-14T14:49:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1352bc9a1bf2c0b0adef945864595b86233c24e3",
"body": null,
"is_bot": false,
"headline": "test gorm update",
"author_name": "María Florencia Caballero",
"author_login": "MFCaballero",
"committed_at": "2026-04-14T10:08:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72d59247e1988771d5c29f6d2c2e17bb3570b93a",
"body": null,
"is_bot": false,
"headline": "update to github.com/jackc/pgx/v5@v5.9.1",
"author_name": "María Florencia Caballero",
"author_login": "MFCaballero",
"committed_at": "2026-04-13T15:05:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f93e4c26d89f5742eed7e42c8842c5c17acaf2fc",
"body": null,
"is_bot": false,
"headline": "fix CVE-2026-32286",
"author_name": "María Florencia Caballero",
"author_login": "MFCaballero",
"committed_at": "2026-04-10T10:56:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7248d774cf7388bcf496e799531937276d3aa56",
"body": "…pr-checkout\n\n[TT-16118] improve code checkout flow in sonarcloud",
"is_bot": false,
"headline": "Merge pull request #128 from TykTechnologies/fix/TT-16118/sonarcloud-…",
"author_name": "Jeffy Mathew",
"author_login": "jeffy-mathew",
"committed_at": "2025-11-13T08:58:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ee8a1ed1e774c6ec1b8092a68113c31baabbee1",
"body": null,
"is_bot": false,
"headline": "improve code checkout flow in sonarcloud",
"author_name": "Jeffy Mathew",
"author_login": "jeffy-mathew",
"committed_at": "2025-11-12T15:55:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "813f631e3a608c60b3eb97496596e15cd9ac99ff",
"body": "[TT-15911] Fixes MongoDB connection leak on server error",
"is_bot": false,
"headline": "Merge pull request #122 from TykTechnologies/fix/connleak",
"author_name": "Matias",
"author_login": "mativm02",
"committed_at": "2025-11-12T12:23:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b664f3fe74ce9c9e8c7a9c64d90958575fcbbb0",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into fix/connleak",
"author_name": "Matias",
"author_login": "mativm02",
"committed_at": "2025-11-12T12:21:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c49cadaf6afebd06743ccd3db8db82433bac225",
"body": "TT-12903 added postgres support",
"is_bot": false,
"headline": "Merge pull request #115 from TykTechnologies/implement-postgres",
"author_name": "Matias",
"author_login": "mativm02",
"committed_at": "2025-11-12T11:58:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f94436fa66a274ce7b3d4a8062191b47c5cab82",
"body": null,
"is_bot": false,
"headline": "fix cuddles",
"author_name": "sredny buitrago",
"author_login": null,
"committed_at": "2025-11-11T15:39:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2aa09be7a76c9728ca9416e28bffcba445a62bbc",
"body": null,
"is_bot": false,
"headline": "fix cuddle",
"author_name": "sredny buitrago",
"author_login": null,
"committed_at": "2025-11-11T15:30:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fa65397846ebb372428fb43af4a9ead638a33ab",
"body": null,
"is_bot": false,
"headline": "gofumpt",
"author_name": "sredny buitrago",
"author_login": null,
"committed_at": "2025-11-11T15:11:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82ca03e4e721c80ca938220b0fdc76dd978ddc9b",
"body": null,
"is_bot": false,
"headline": "light refactor of errors",
"author_name": "sredny buitrago",
"author_login": null,
"committed_at": "2025-11-11T15:02:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "755164130bcee3ec09318f25ab06a1eaedcbffa0",
"body": null,
"is_bot": false,
"headline": "light refactor of errors",
"author_name": "sredny buitrago",
"author_login": null,
"committed_at": "2025-11-11T14:58:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13e6543beb2504488ae097b73689c213c19703c1",
"body": null,
"is_bot": false,
"headline": "added more tests",
"author_name": "sredny buitrago",
"author_login": null,
"committed_at": "2025-11-11T14:31:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a394f0ccace8b8fc2c061abf9ad21e733668fca8",
"body": null,
"is_bot": false,
"headline": "teardown driver con",
"author_name": "sredny buitrago",
"author_login": null,
"committed_at": "2025-11-11T14:08:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7f08746faae1ce6a1cc79b2a93d57eb87e03398",
"body": null,
"is_bot": false,
"headline": "fix typos",
"author_name": "sredny buitrago",
"author_login": null,
"committed_at": "2025-11-11T14:04:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c77dbe033b2cdca7fef7feb2b557deb349cffd34",
"body": null,
"is_bot": false,
"headline": "set db to nil",
"author_name": "sredny buitrago",
"author_login": null,
"committed_at": "2025-11-11T13:59:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c780e88ac04debf27df9c9856059df725ee8141",
"body": null,
"is_bot": false,
"headline": "added use cases for db is nil",
"author_name": "sredny buitrago",
"author_login": null,
"committed_at": "2025-11-11T13:54:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab150433dcdc1ad06fcf3b1a9f0da1971ecc1874",
"body": null,
"is_bot": false,
"headline": "consider time.time conversions",
"author_name": "sredny buitrago",
"author_login": null,
"committed_at": "2025-11-11T13:30:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ece543e9d51cda1b706620589c6469e50665f280",
"body": null,
"is_bot": false,
"headline": "revert task only one time",
"author_name": "sredny buitrago",
"author_login": null,
"committed_at": "2025-11-11T13:20:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35881e97cf7e9882450ab45028d8c20436ff6128",
"body": null,
"is_bot": false,
"headline": "install task only one time",
"author_name": "sredny buitrago",
"author_login": null,
"committed_at": "2025-11-11T13:17:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81659261e3636a1d14de25a19ef0df76f20f198a",
"body": null,
"is_bot": false,
"headline": "make mapobecttomap behave the same as json.marshal on json tag -",
"author_name": "sredny buitrago",
"author_login": null,
"committed_at": "2025-11-11T13:17:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c89077641e7f4b16268ae0fee9d79ad009d3e77",
"body": null,
"is_bot": false,
"headline": "change objecttoMap to do it wihtout json.marshall",
"author_name": "sredny buitrago",
"author_login": null,
"committed_at": "2025-11-11T12:57:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33e14e585384242d7364394c5483154d6aa0d103",
"body": null,
"is_bot": false,
"headline": "address sonarcloud",
"author_name": "sredny buitrago",
"author_login": null,
"committed_at": "2025-11-07T18:11:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44dfd79117274916e6dfac6b621a38f35630af62",
"body": null,
"is_bot": false,
"headline": "formatting files",
"author_name": "sredny buitrago",
"author_login": null,
"committed_at": "2025-11-07T18:00:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ded10f06973834417dac5f5a54b44b26891b2e8",
"body": null,
"is_bot": false,
"headline": "addressing cuddles",
"author_name": "sredny buitrago",
"author_login": null,
"committed_at": "2025-11-07T16:27:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3cae791a698a018cbd51e9f00f924c5d83ebbdc",
"body": null,
"is_bot": false,
"headline": "add more use cases",
"author_name": "sredny buitrago",
"author_login": null,
"committed_at": "2025-11-07T16:23:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aadd0d31dc46040696a83349aae553536fbedd40",
"body": null,
"is_bot": false,
"headline": "address sonar warnings",
"author_name": "sredny buitrago",
"author_login": null,
"committed_at": "2025-11-07T16:07:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "689c4a4b0e8e0d8c5b287da72635dcfafa3de242",
"body": null,
"is_bot": false,
"headline": "update test for TestEnsureID",
"author_name": "sredny buitrago",
"author_login": null,
"committed_at": "2025-11-07T15:39:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a40fb6f3026d54ced3b26c298571fa98f49d9b1d",
"body": null,
"is_bot": false,
"headline": "address sonar warns",
"author_name": "sredny buitrago",
"author_login": null,
"committed_at": "2025-11-07T15:21:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0658bfda767e6679cc8bc0600fc7c91f23932244",
"body": null,
"is_bot": false,
"headline": "address sonar warns",
"author_name": "sredny buitrago",
"author_login": null,
"committed_at": "2025-11-07T15:18:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b528bdb51e6f20074d468b3e80bc3486b01b1337",
"body": null,
"is_bot": false,
"headline": "fix wsl violations",
"author_name": "sredny buitrago",
"author_login": null,
"committed_at": "2025-11-07T14:28:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bf5e85d097a4410f3c321c1391fe202b62bbcae",
"body": null,
"is_bot": false,
"headline": "gofumpt",
"author_name": "sredny buitrago",
"author_login": null,
"committed_at": "2025-11-07T13:44:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eafa33d924be8d5a866c3f7c7cc004896611887c",
"body": null,
"is_bot": false,
"headline": "fix conflicts",
"author_name": "sredny buitrago",
"author_login": null,
"committed_at": "2025-11-07T13:31:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5031f775f25239071fc747b2b51832659bef29dd",
"body": "…golangci-lint\n\n[TT-16081] Upgrade golangci-lint to v2",
"is_bot": false,
"headline": "Merge pull request #126 from TykTechnologies/chores/TT-16081/upgrade-…",
"author_name": "Jeffy Mathew",
"author_login": "jeffy-mathew",
"committed_at": "2025-11-05T11:00:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c53714b5736f1bc041c3728972ee029d97a49f06",
"body": null,
"is_bot": false,
"headline": "Fix coverage merge to handle file paths with spaces",
"author_name": "Jeffy Mathew",
"author_login": "jeffy-mathew",
"committed_at": "2025-11-05T10:56:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfa664610723bd633b0327cb8550bc54d7309010",
"body": null,
"is_bot": false,
"headline": "Fix docker extract destination path for task binary",
"author_name": "Jeffy Mathew",
"author_login": "jeffy-mathew",
"committed_at": "2025-11-05T10:23:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e6170c34bd9da4cc40614b28c7c154abe01a678",
"body": null,
"is_bot": false,
"headline": "Extract task",
"author_name": "Jeffy Mathew",
"author_login": "jeffy-mathew",
"committed_at": "2025-11-05T10:02:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7ff138c6bf8f16db36385d2239acacfc8a357e7",
"body": null,
"is_bot": false,
"headline": "Uset ci-tools for task",
"author_name": "Jeffy Mathew",
"author_login": "jeffy-mathew",
"committed_at": "2025-11-04T16:33:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "320bf852f7f1fccfeb8d0c00561bf2c20cad7992",
"body": null,
"is_bot": false,
"headline": "improve code checkout",
"author_name": "Jeffy Mathew",
"author_login": "jeffy-mathew",
"committed_at": "2025-11-04T14:13:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c3830e50c6e3400e8e96abbfde659b7e77ee3ce",
"body": "…h text format\n\nUpdate output.formats to use 'text' format with 'colors: true' instead of deprecated 'colored-line-number' format for golangci-lint v2 compatibility.",
"is_bot": false,
"headline": "[TT-16081] Fix output format syntax - replace colored-line-number wit…",
"author_name": "Jeffy Mathew",
"author_login": "jeffy-mathew",
"committed_at": "2025-11-04T12:24:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c2a9d7985d0cb943a10acd6405575adced48a22",
"body": "- Change format: path syntax to format: {path: path}\n- Each format requires a map with path property",
"is_bot": false,
"headline": "[TT-16081] Fix output format structure - use nested map",
"author_name": "Jeffy Mathew",
"author_login": "jeffy-mathew",
"committed_at": "2025-11-04T11:59:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6e482a9d35141c0c3bd36a47a3131d69e941e5c",
"body": "- Change from slice to map format\n- Use format_name: path syntax (e.g., checkstyle: golanglint.xml)\n- Resolves 'expected a map, got slice' error",
"is_bot": false,
"headline": "[TT-16081] Fix output.formats syntax for golangci-lint v2",
"author_name": "Jeffy Mathew",
"author_login": "jeffy-mathew",
"committed_at": "2025-11-04T11:36:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2c05df2b227a508f0883ca8a85d8f307d0007af",
"body": "- Configure checkstyle output to golanglint.xml at root\n- Update artifact upload/download paths to match\n- Ensures golanglint.xml is available for SonarCloud analysis",
"is_bot": false,
"headline": "[TT-16081] Fix golangci-lint output path for SonarCloud integration",
"author_name": "Jeffy Mathew",
"author_login": "jeffy-mathew",
"committed_at": "2025-11-04T11:10:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0126c3b8c7083b6a552429957f42eeb6f6aaa56",
"body": null,
"is_bot": false,
"headline": "[TT-16081] Use official golangci-lint-action v8",
"author_name": "Jeffy Mathew",
"author_login": "jeffy-mathew",
"committed_at": "2025-11-04T10:42:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "207d4385d94474463ec353660146efd6a9bc9040",
"body": null,
"is_bot": false,
"headline": "[TT-16081] Upgrade golangci-lint to v2",
"author_name": "Jeffy Mathew",
"author_login": "jeffy-mathew",
"committed_at": "2025-11-04T10:11:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d06b0e9fb63bfdf5ef4368ff715205dff2fb76f",
"body": "TT-15969 Jira linter concurrency",
"is_bot": false,
"headline": "Merge pull request #125 from TykTechnologies/bsten-tyk-patch-1",
"author_name": "bsten-tyk",
"author_login": "bsten-tyk",
"committed_at": "2025-10-21T11:00:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5743422a92d53bdc5ad7ecd3944da95a7394ad2c",
"body": null,
"is_bot": false,
"headline": "Update jira-pr-validator.yaml",
"author_name": "bsten-tyk",
"author_login": "bsten-tyk",
"committed_at": "2025-10-20T11:34:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6dc2be14db74fd3b91016b9d4eb7c264e4c29f48",
"body": "[TT-15867] rollout new Jira linter",
"is_bot": false,
"headline": "Merge pull request #124 from TykTechnologies/feat/TT-15867/jira-linter",
"author_name": "bsten-tyk",
"author_login": "bsten-tyk",
"committed_at": "2025-10-13T15:25:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4540abf46e4f71f435d030faa9f2e04291274c94",
"body": null,
"is_bot": false,
"headline": "[TT-15867] rollout new Jira linter",
"author_name": "bsten-tyk",
"author_login": "bsten-tyk",
"committed_at": "2025-10-13T11:57:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "071093a97b33b7408e2c7ffeb4b7dd8674a46483",
"body": "…fix/connleak",
"is_bot": false,
"headline": "Merge remote-tracking branch 'refs/remotes/origin/fix/connleak' into …",
"author_name": "Artem Hluvchynskyi",
"author_login": "excieve",
"committed_at": "2025-10-09T20:01:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2096baca0072b14064a43f7abfc2ad2b7f8f0704",
"body": "Turns out mongo-driver documentation is wrong about CSOT being applied\nto all the operations, namely `endSessions` command doesn't set it\nimplicitly and the connection pool disposal benefits from an explicit\ntimeout to do it gracefully (otherwise the connections are killed\nimmediately).\n\nThis adds a constant (currently set to 20s) for the disconnect timeout,\nwhich is applied in all the relevant calls.",
"is_bot": false,
"headline": "fix(mongo): set explicit timeout on disconnect calls",
"author_name": "Artem Hluvchynskyi",
"author_login": "excieve",
"committed_at": "2025-10-09T20:00:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59ad6f9642553e294b851f18829b6dbde8d5b447",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into fix/connleak",
"author_name": "Leonid Bugaev",
"author_login": "buger",
"committed_at": "2025-10-09T17:58:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de866e4a8b5e813b701f7465fe8795530258abc4",
"body": null,
"is_bot": false,
"headline": "Update visor.yaml",
"author_name": "Leonid Bugaev",
"author_login": "buger",
"committed_at": "2025-10-09T17:57:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "417172e8668f7a28363efb10ffdcbe098b2bed2a",
"body": null,
"is_bot": false,
"headline": "fix(mongo): typo in the disconnect goroutine",
"author_name": "Artem Hluvchynskyi",
"author_login": "excieve",
"committed_at": "2025-10-09T16:19:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5efe4fbc97022898c9ccf6b82cc6353c3ee1ff4",
"body": "MongoDB client disconnection is a blocking operation so it's moved to a\ngoroutine when re-connecting. This makes the `Connect()` function return\nimmediately after a successful connect while cleaning up in the\nbackground.\n\nAt the same time, ping check is moved to happen before the old client\ndisconne\n[…]\nssfully.\n\nAlso, removed the timeout contexts on disconnect so that the timeouts\nare consistent via the CSOT (either the default 10s value set on the\nclient or the connection string option if present).",
"is_bot": false,
"headline": "fix(mongo): makes disconnect after connect async",
"author_name": "Artem Hluvchynskyi",
"author_login": "excieve",
"committed_at": "2025-10-09T16:16:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "02dc36625c1a0a962df4ebebec6538ed7a403c76",
"body": "It is safer to first swap the client reference for a new one and only\nthen dispose of the old one in case of a reconnection. This way there\nshouldn't be a time span during which the client reference is nil in\ncase of a concurrent execution.",
"is_bot": false,
"headline": "fix(mongo): dispose the old client after connecting to a new one",
"author_name": "Artem Hluvchynskyi",
"author_login": "excieve",
"committed_at": "2025-10-03T17:22:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2322768a61f0db232054af3c5a22da19953d2fb9",
"body": "Mongo driver's `handleStoreError` would try reconnection on basically\nany `ServerError`, which includes a huge class of failures, e.g. failure\nto writing due to exceeding the document size. Reconnecting would not\nhelp in majority of cases there.\n\nThis change limits reconnection attempts to network e\n[…]\narate function.\n\nIn addition to this, reverted nilling of the client when closing the\nconnection to keep the previous behaviour since many functions appear to\nexpect that `d.client` is always not nil.",
"is_bot": false,
"headline": "fix(mongo): attempt reconnect only on relevant errors",
"author_name": "Artem Hluvchynskyi",
"author_login": "excieve",
"committed_at": "2025-10-03T14:06:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a0825deb3759fe04d0b7800a98714290a22ad3dc",
"body": null,
"is_bot": false,
"headline": "fix(mongo): typo in GetIndexes error handling",
"author_name": "Artem Hluvchynskyi",
"author_login": "excieve",
"committed_at": "2025-10-03T12:06:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d75d4f1aa9607f899409e73a8ba208b02ca4bf78",
"body": "Mongo storage layer handles some errors by trying to reconnect to the\nserver through `lifeCycle.Connect()` function. However, this function\nnever disposes of the existing client (and therefore its connection\npool), which becomes an orphan that leaks connections which are never\nclosed.\n\nThis is exacerbated by error handler choosing to reconnect on basically\nany server error, even if reconnection will not help.\n\nThis change makes sure the existing pool is disposed of before creating\na new one.",
"is_bot": false,
"headline": "fix(mongo): close existing pool before creating a new one",
"author_name": "Artem Hluvchynskyi",
"author_login": "excieve",
"committed_at": "2025-10-03T12:05:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c116ded07656d22652ea1c0b0a2cd0adf595ae0",
"body": null,
"is_bot": false,
"headline": "rename receiver name",
"author_name": "sredny buitrago",
"author_login": null,
"committed_at": "2025-09-30T14:11:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11d617f058607c1a3b2a96fbd7c2667b0870281d",
"body": null,
"is_bot": false,
"headline": "firx connect func",
"author_name": "sredny buitrago",
"author_login": null,
"committed_at": "2025-09-27T03:18:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5dbcd7190d815e748f12478dcb1658e96009b9fe",
"body": null,
"is_bot": false,
"headline": "void duplication of ssl mode",
"author_name": "sredny buitrago",
"author_login": null,
"committed_at": "2025-09-27T02:47:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26d9c25beb917afdbddc9288ead7e5369271e558",
"body": null,
"is_bot": false,
"headline": "fix lifecycle test",
"author_name": "sredny buitrago",
"author_login": null,
"committed_at": "2025-09-27T02:40:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "576c17df53da8521c61b49186d985ffb3abb0f31",
"body": null,
"is_bot": false,
"headline": "extend test cvg",
"author_name": "sredny buitrago",
"author_login": null,
"committed_at": "2025-09-27T02:33:33Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 19,
"commits_last_year": 183,
"latest_release_at": "2026-06-09T10:16:09Z",
"latest_release_tag": "v1.3.2",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 24,
"days_since_latest_release": 50,
"mean_days_between_releases": 115.1
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 62,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "github.com/TykTechnologies/storage",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/TykTechnologies/storage",
"is_deprecated": false,
"latest_version": "v1.4.1",
"repository_url": "https://github.com/TykTechnologies/storage",
"versions_count": 23,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-20T16:51:02Z",
"latest_version_yanked": null,
"days_since_latest_publish": 9
}
]
},
"popularity": {
"forks": 0,
"stars": 4,
"watchers": 20,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 13
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile",
"Taskfile.yml",
"temporal/Taskfile.yml"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 56076,
"source_files_sampled": 145,
"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": [
{
"name": "google.golang.org/grpc",
"direct": false,
"version": "v1.82.0",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 9.1,
"advisory_ids": [
"GHSA-hrxh-6v49-42gf",
"GO-2026-6061"
],
"fixed_version": "1.82.1",
"advisory_count": 2,
"oldest_advisory_days": 7
},
{
"name": "golang.org/x/text",
"direct": true,
"version": "v0.38.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5970"
],
"fixed_version": "0.39.0",
"advisory_count": 1,
"oldest_advisory_days": 15
},
{
"name": "github.com/klauspost/compress",
"direct": false,
"version": "v1.16.7",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5841"
],
"fixed_version": "1.18.7",
"advisory_count": 1,
"oldest_advisory_days": 2
},
{
"name": "go.opentelemetry.io/otel",
"direct": false,
"version": "v1.43.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5158"
],
"fixed_version": "1.44.0",
"advisory_count": 1,
"oldest_advisory_days": 5
},
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.53.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5932"
],
"fixed_version": null,
"advisory_count": 1,
"oldest_advisory_days": 21
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 4,
"critical": 1
},
"advisory_count": 6,
"affected_count": 5,
"assessed_count": 78,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 1
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/google/go-cmp",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.7.0"
},
{
"name": "github.com/hashicorp/consul/api",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.31.2"
},
{
"name": "github.com/hashicorp/vault/api",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.23.0"
},
{
"name": "github.com/lib/pq",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.9"
},
{
"name": "github.com/redis/go-redis/v9",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v9.11.0"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.1"
},
{
"name": "go.mongodb.org/mongo-driver",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.17.7"
},
{
"name": "golang.org/x/oauth2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.36.0"
},
{
"name": "golang.org/x/sync",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.21.0"
},
{
"name": "golang.org/x/text",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.38.0"
},
{
"name": "google.golang.org/api",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.287.1"
},
{
"name": "gopkg.in/mgo.v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.0.0-20190816093944-a6b53ec6cb22"
},
{
"name": "gorm.io/driver/postgres",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.5.0"
},
{
"name": "gorm.io/gorm",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.30.1"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/google/go-cmp",
"direct": true,
"version": "v0.7.0",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/consul/api",
"direct": true,
"version": "v1.31.2",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/vault/api",
"direct": true,
"version": "v1.23.0",
"ecosystem": "go"
},
{
"name": "github.com/lib/pq",
"direct": true,
"version": "v1.10.9",
"ecosystem": "go"
},
{
"name": "github.com/redis/go-redis/v9",
"direct": true,
"version": "v9.11.0",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": true,
"version": "v1.11.1",
"ecosystem": "go"
},
{
"name": "go.mongodb.org/mongo-driver",
"direct": true,
"version": "v1.17.7",
"ecosystem": "go"
},
{
"name": "golang.org/x/oauth2",
"direct": true,
"version": "v0.36.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sync",
"direct": true,
"version": "v0.21.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": true,
"version": "v0.38.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/api",
"direct": true,
"version": "v0.287.1",
"ecosystem": "go"
},
{
"name": "gopkg.in/mgo.v2",
"direct": true,
"version": "v2.0.0-20190816093944-a6b53ec6cb22",
"ecosystem": "go"
},
{
"name": "gorm.io/driver/postgres",
"direct": true,
"version": "v1.5.0",
"ecosystem": "go"
},
{
"name": "cloud.google.com/go/auth",
"direct": false,
"version": "v0.20.0",
"ecosystem": "go"
},
{
"name": "cloud.google.com/go/auth/oauth2adapt",
"direct": false,
"version": "v0.2.8",
"ecosystem": "go"
},
{
"name": "cloud.google.com/go/compute/metadata",
"direct": false,
"version": "v0.9.0",
"ecosystem": "go"
},
{
"name": "github.com/armon/go-metrics",
"direct": false,
"version": "v0.4.1",
"ecosystem": "go"
},
{
"name": "github.com/cenkalti/backoff/v4",
"direct": false,
"version": "v4.3.0",
"ecosystem": "go"
},
{
"name": "github.com/cespare/xxhash/v2",
"direct": false,
"version": "v2.3.0",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.2-0.20180830191138-d8f796af33cc",
"ecosystem": "go"
},
{
"name": "github.com/dgryski/go-rendezvous",
"direct": false,
"version": "v0.0.0-20200823014737-9f7001d12a5f",
"ecosystem": "go"
},
{
"name": "github.com/fatih/color",
"direct": false,
"version": "v1.18.0",
"ecosystem": "go"
},
{
"name": "github.com/felixge/httpsnoop",
"direct": false,
"version": "v1.0.4",
"ecosystem": "go"
},
{
"name": "github.com/go-jose/go-jose/v4",
"direct": false,
"version": "v4.1.4",
"ecosystem": "go"
},
{
"name": "github.com/go-logr/logr",
"direct": false,
"version": "v1.4.3",
"ecosystem": "go"
},
{
"name": "github.com/go-logr/stdr",
"direct": false,
"version": "v1.2.2",
"ecosystem": "go"
},
{
"name": "github.com/golang/snappy",
"direct": false,
"version": "v0.0.4",
"ecosystem": "go"
},
{
"name": "github.com/google/s2a-go",
"direct": false,
"version": "v0.1.9",
"ecosystem": "go"
},
{
"name": "github.com/googleapis/enterprise-certificate-proxy",
"direct": false,
"version": "v0.3.17",
"ecosystem": "go"
},
{
"name": "github.com/googleapis/gax-go/v2",
"direct": false,
"version": "v2.22.0",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/errwrap",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/go-cleanhttp",
"direct": false,
"version": "v0.5.2",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/go-hclog",
"direct": false,
"version": "v1.6.3",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/go-immutable-radix",
"direct": false,
"version": "v1.3.1",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/go-multierror",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/go-retryablehttp",
"direct": false,
"version": "v0.7.8",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/go-rootcerts",
"direct": false,
"version": "v1.0.2",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/go-secure-stdlib/parseutil",
"direct": false,
"version": "v0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/go-secure-stdlib/strutil",
"direct": false,
"version": "v0.1.2",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/go-sockaddr",
"direct": false,
"version": "v1.0.7",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/golang-lru",
"direct": false,
"version": "v0.5.4",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/hcl",
"direct": false,
"version": "v1.0.1-vault-7",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/serf",
"direct": false,
"version": "v0.10.1",
"ecosystem": "go"
},
{
"name": "github.com/helloeave/json",
"direct": false,
"version": "v1.15.3",
"ecosystem": "go"
},
{
"name": "github.com/jackc/pgpassfile",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/jackc/pgservicefile",
"direct": false,
"version": "v0.0.0-20240606120523-5a60cdf6a761",
"ecosystem": "go"
},
{
"name": "github.com/jackc/pgx/v5",
"direct": false,
"version": "v5.9.2",
"ecosystem": "go"
},
{
"name": "github.com/jackc/puddle/v2",
"direct": false,
"version": "v2.2.2",
"ecosystem": "go"
},
{
"name": "github.com/jinzhu/inflection",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/jinzhu/now",
"direct": false,
"version": "v1.1.5",
"ecosystem": "go"
},
{
"name": "github.com/klauspost/compress",
"direct": false,
"version": "v1.16.7",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-colorable",
"direct": false,
"version": "v0.1.14",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-isatty",
"direct": false,
"version": "v0.0.20",
"ecosystem": "go"
},
{
"name": "github.com/mitchellh/go-homedir",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/mitchellh/mapstructure",
"direct": false,
"version": "v1.5.0",
"ecosystem": "go"
},
{
"name": "github.com/montanaflynn/stats",
"direct": false,
"version": "v0.7.1",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "v1.0.1-0.20181226105442-5d4384ee4fb2",
"ecosystem": "go"
},
{
"name": "github.com/ryanuber/go-glob",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/objx",
"direct": false,
"version": "v0.5.2",
"ecosystem": "go"
},
{
"name": "github.com/xdg-go/pbkdf2",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/xdg-go/scram",
"direct": false,
"version": "v1.1.2",
"ecosystem": "go"
},
{
"name": "github.com/xdg-go/stringprep",
"direct": false,
"version": "v1.0.4",
"ecosystem": "go"
},
{
"name": "github.com/youmark/pkcs8",
"direct": false,
"version": "v0.0.0-20240726163527-a2c0da244d78",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/auto/sdk",
"direct": false,
"version": "v1.2.1",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",
"direct": false,
"version": "v0.67.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/metric",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/trace",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.53.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/exp",
"direct": false,
"version": "v0.0.0-20250106191152-7588d65b2ba8",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.56.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.46.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/time",
"direct": false,
"version": "v0.15.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"direct": false,
"version": "v0.0.0-20260630182238-925bb5da69e7",
"ecosystem": "go"
},
{
"name": "google.golang.org/grpc",
"direct": false,
"version": "v1.82.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/protobuf",
"direct": false,
"version": "v1.36.11",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v2",
"direct": false,
"version": "v2.4.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": false,
"version": "v3.0.1",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 78,
"direct_count": 13,
"indirect_count": 65
}
},
"maintainership": {
"issues": {
"open_prs": 13,
"merged_prs": 130,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 1,
"closed_unmerged_prs": 18
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "mativm02",
"commits": 386,
"avatar_url": "https://avatars.githubusercontent.com/u/83959431?v=4"
},
{
"type": "User",
"login": "tbuchaillot",
"commits": 42,
"avatar_url": "https://avatars.githubusercontent.com/u/25751713?v=4"
},
{
"type": "User",
"login": "sredxny",
"commits": 22,
"avatar_url": "https://avatars.githubusercontent.com/u/4504205?v=4"
},
{
"type": "User",
"login": "jeffy-mathew",
"commits": 15,
"avatar_url": "https://avatars.githubusercontent.com/u/8171046?v=4"
},
{
"type": "User",
"login": "sedkis",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/8964621?v=4"
},
{
"type": "User",
"login": "excieve",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/1077193?v=4"
},
{
"type": "User",
"login": "buger",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/14009?v=4"
},
{
"type": "User",
"login": "lghiur",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/6229829?v=4"
},
{
"type": "User",
"login": "shults",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/2138255?v=4"
},
{
"type": "User",
"login": "MFCaballero",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/66144664?v=4"
}
],
"contributors_sampled": 15,
"top_contributor_share": 0.747
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci-tests.yml",
"cla.yml",
"jira-pr-validator.yaml",
"visor.yaml"
],
"has_docs_dir": true,
"linter_configs": [
".golangci.yml"
],
"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": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "13 out of 13 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": 7,
"reason": "Found 10/13 approved changesets -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 6 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "27 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": 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": 10,
"reason": "SAST tool is run on all commits",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 5,
"reason": "5 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "5e1c61f00c3225f4f2f47403e792cb618c4823f1",
"ran_at": "2026-07-29T19:36:28Z",
"aggregate_score": 5.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-29T13:04:21Z",
"oldest_open_prs": [
{
"number": 97,
"created_at": "2023-12-06T13:58:39Z",
"last_comment_at": "2023-12-26T12:50:12Z",
"last_comment_author": "sonarqubecloud"
},
{
"number": 112,
"created_at": "2024-08-12T02:21:12Z",
"last_comment_at": "2024-08-14T00:59:30Z",
"last_comment_author": "sonarqubecloud"
},
{
"number": 114,
"created_at": "2025-04-25T10:59:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 117,
"created_at": "2025-08-22T14:51:38Z",
"last_comment_at": "2025-08-22T14:51:50Z",
"last_comment_author": "github-actions"
},
{
"number": 121,
"created_at": "2025-09-29T14:56:55Z",
"last_comment_at": "2025-09-30T00:36:52Z",
"last_comment_author": "sonarqubecloud"
},
{
"number": 130,
"created_at": "2026-04-14T20:15:39Z",
"last_comment_at": "2026-04-14T20:16:32Z",
"last_comment_author": "probelabs"
},
{
"number": 154,
"created_at": "2026-07-13T15:46:54Z",
"last_comment_at": "2026-07-28T08:06:37Z",
"last_comment_author": "sonarqubecloud"
},
{
"number": 155,
"created_at": "2026-07-17T14:44:05Z",
"last_comment_at": "2026-07-24T06:57:30Z",
"last_comment_author": "sonarqubecloud"
},
{
"number": 156,
"created_at": "2026-07-17T14:45:25Z",
"last_comment_at": "2026-07-29T07:36:24Z",
"last_comment_author": "github-actions"
},
{
"number": 158,
"created_at": "2026-07-21T03:05:55Z",
"last_comment_at": "2026-07-29T18:25:04Z",
"last_comment_author": "github-actions"
},
{
"number": 159,
"created_at": "2026-07-22T12:49:34Z",
"last_comment_at": "2026-07-28T10:55:23Z",
"last_comment_author": "sonarqubecloud"
},
{
"number": 161,
"created_at": "2026-07-24T14:30:04Z",
"last_comment_at": "2026-07-27T08:20:34Z",
"last_comment_author": "github-actions"
},
{
"number": 162,
"created_at": "2026-07-29T12:56:24Z",
"last_comment_at": "2026-07-29T13:04:05Z",
"last_comment_author": "sonarqubecloud"
}
],
"last_merged_pr_at": "2026-07-28T06:03:36Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/TykTechnologies/storage",
"host": "github.com",
"name": "storage",
"owner": "TykTechnologies"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"security": 62,
"vitality": 85,
"community": 44,
"governance": 72,
"engineering": 80
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 85,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 81,
"inputs": {
"commits_last_year": 183,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 24
},
"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": "24/52 weeks with commits",
"points": 16.6,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 24
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "183 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 183
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "27 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": 19,
"latest_release_tag": "v1.3.2",
"releases_from_tags": false,
"days_since_latest_release": 50,
"mean_days_between_releases": 115.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "19 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 19
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 50 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 50
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~115.1 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 115.1
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 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": 1,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 1 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 1
}
}
],
"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": 44,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 15,
"inputs": {
"forks": 0,
"stars": 4,
"watchers": 20,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "4 stars",
"points": 7.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 4
}
}
],
"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": "20 watchers",
"points": 7.1,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 20
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"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 (MPL-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MPL-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 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": "good",
"name": "Sustainability & Governance",
"value": 72,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 15,
"top_contributor_share": 0.747
},
"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 75% of commits",
"points": 5.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 75
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "15 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 15
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 6 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 91,
"inputs": {
"merged_prs": 130,
"open_issues": 0,
"closed_issues": 1,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 18
},
"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": "130/148 decided PRs merged",
"points": 33.6,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 130,
"decided": 148
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 10/13 approved changesets -- score normalized to 7",
"points": 10.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"followers": 229,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "TykTechnologies",
"public_repos": 249,
"account_age_days": 3892
},
"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": "229 followers of TykTechnologies",
"points": 17,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 229,
"login": "TykTechnologies"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "249 public repos, account ~10 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 249
}
},
{
"code": "account_age_years",
"params": {
"years": 10
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/TykTechnologies/storage"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 9
},
"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 9 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 9
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "23 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 23
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 80,
"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": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"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",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"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": "13 out of 13 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": 62,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 55,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 5.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "13 out of 13 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 10/13 approved changesets -- score normalized to 7",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 6 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "27 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 1",
"points": 0.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is run on all commits",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "5 existing vulnerabilities detected",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 78 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"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 78
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 89,
"inputs": {
"source": "osv",
"advisories": 6,
"affected_packages": 5,
"assessed_packages": 78,
"unassessed_packages": 0,
"affected_by_severity": "critical 1, unknown 4",
"direct_affected_packages": 1
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "1 affected: golang.org/x/text v0.38.0 (unknown)",
"points": 26.6,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "golang.org/x/text v0.38.0 (unknown)"
}
}
],
"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 has been public longer than 90 days",
"points": 40,
"status": "met",
"details": [
{
"code": "advisories_none_stale",
"params": {
"days": 90
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 78,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 10
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 64,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.41,
"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": "41 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 21.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 41,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile",
"Taskfile.yml",
"temporal/Taskfile.yml"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.1,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile, Taskfile.yml, temporal/Taskfile.yml",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile, Taskfile.yml, temporal/Taskfile.yml"
}
}
],
"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",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"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": "10 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 10,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 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": 56076,
"source_files_sampled": 145,
"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/145 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 145,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-29T19:36:50.024730Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/TykTechnologies/storage.svg",
"full_name": "TykTechnologies/storage",
"license_state": "standard",
"license_spdx": "MPL-2.0"
}