Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"database",
"database-replication",
"global-database",
"go",
"golang",
"master-slave-replication",
"postgresql",
"dbresolver",
"mysql",
"postgres",
"sql",
"sqlite3"
],
"is_fork": false,
"size_kb": 224,
"has_wiki": false,
"homepage": "https://pkg.go.dev/github.com/bxcodec/dbresolver",
"languages": {
"Go": 42483,
"Makefile": 3497
},
"pushed_at": "2026-07-18T13:18:18Z",
"created_at": "2022-05-30T13:07:59Z",
"owner_type": "User",
"updated_at": "2026-07-19T04:45:11Z",
"description": "Golang Database Resolver and Wrapper for any multiple database connections topology, e.g. master-slave replication database, cross-region application, and for separated ReadWrite (RW) and ReadOnly (RO) database connections",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://imantumorang.com",
"name": "Iman Tumorang",
"type": "User",
"login": "bxcodec",
"company": "@softwarearchitectid",
"location": "Tallinn, Estonia",
"followers": 1002,
"avatar_url": "https://avatars.githubusercontent.com/u/11002383?v=4",
"created_at": "2015-02-14T05:04:44Z",
"is_verified": null,
"public_repos": 41,
"account_age_days": 4178
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.3.0",
"kind": "minor",
"published_at": "2026-07-18T13:18:18Z"
},
{
"tag": "v2.2.1",
"kind": "patch",
"published_at": "2025-09-13T14:56:39Z"
},
{
"tag": "v2.2.0",
"kind": "minor",
"published_at": "2024-06-09T20:07:49Z"
},
{
"tag": "v2.1.0",
"kind": "minor",
"published_at": "2023-09-21T03:32:28Z"
},
{
"tag": "v2.0.1",
"kind": "patch",
"published_at": "2023-06-17T14:31:56Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2023-04-13T05:21:22Z"
},
{
"tag": "v2.0.0-beta.2",
"kind": "prerelease",
"published_at": "2022-12-23T04:39:15Z"
},
{
"tag": "v2.0.0-beta",
"kind": "prerelease",
"published_at": "2022-12-19T02:42:49Z"
},
{
"tag": "v2.0.0-alpha.5",
"kind": "prerelease",
"published_at": "2022-12-12T03:23:53Z"
},
{
"tag": "v2.0.0-alpha.4",
"kind": "prerelease",
"published_at": "2022-12-11T15:00:39Z"
},
{
"tag": "v2.0.0-alpha.3",
"kind": "prerelease",
"published_at": "2022-12-11T13:13:29Z"
},
{
"tag": "v2.0.0-alpha.2",
"kind": "prerelease",
"published_at": "2022-12-10T07:51:14Z"
},
{
"tag": "v2.0.0-alpha",
"kind": "prerelease",
"published_at": "2022-12-10T05:36:46Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2022-12-09T17:54:59Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2022-12-07T00:13:38Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2022-07-21T06:01:01Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2022-07-21T05:46:43Z"
},
{
"tag": "v1.0.0-beta",
"kind": "prerelease",
"published_at": "2022-07-20T16:51:45Z"
}
],
"recent_commits": [
{
"oid": "75000ccbbca9f58987388cfad58598c0fd9a18b9",
"body": "Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.10.9 to 1.12.3.\n- [Release notes](https://github.com/lib/pq/releases)\n- [Changelog](https://github.com/lib/pq/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/lib/pq/compare/v1.10.9...v1.12.3)\n\n---\nupdated-dependencies:\n- dependency\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump github.com/lib/pq from 1.10.9 to 1.12.3 (#67)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-18T13:17:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6b8a9968da676bc716e5e146793899ac3f1fd781",
"body": "* feat: upgrade to go 1.26\n\n* fix(test): stop round-robin desync in FuzzMultiWrite harness\n\ntestMW called loadBalancer.predict() to guess which mock the next query\nwould hit, then armed that mock. But predict() advances the round-robin\ncounter, and the resolver's own Resolve() advances it again, so \n[…]\nhelper that computes the\nupcoming round-robin index without mutating the counter (and keeps the\nchannel-preload path for random), so the prediction matches the resolver's\nrouting for any cluster size.",
"is_bot": false,
"headline": "feat: upgrade to Go 1.26 (#68)",
"author_name": "Iman Tumorang",
"author_login": "bxcodec",
"committed_at": "2026-07-18T13:13:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b2494aff83f1be44d03b166ea039da536a59621f",
"body": "Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>",
"is_bot": false,
"headline": "chore: clean CI release",
"author_name": "湛露先生",
"author_login": "zhanluxianshen",
"committed_at": "2025-02-24T09:53:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a345ad79051d0af3afa21d991d2ace6523dd6b3",
"body": null,
"is_bot": false,
"headline": "chore: change deprecated rand (#57)",
"author_name": "Iman Tumorang",
"author_login": "bxcodec",
"committed_at": "2024-06-09T20:07:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e219dc739e6290e6412e91d823b6d005889e303",
"body": "* chore:release\r\n\r\n* chore: remove release\r\n\r\n* chore: clea go cache\r\n\r\n* chore: pull latest\r\n\r\n* chore: change checkout\r\n\r\n* chore: drop support for go.19\r\n\r\n* chore: drop everything\r\n\r\n* chore: try 1.21\r\n\r\n* chore: try 1.20\r\n\r\n* chore: only support 1.21+",
"is_bot": false,
"headline": "chore: remove unused file (#56)",
"author_name": "Iman Tumorang",
"author_login": "bxcodec",
"committed_at": "2024-06-09T19:55:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8428f33d2c22e39d54673edccb0d37ab6406503b",
"body": "* feat: upgrade the mimimum go version\r\n\r\n* ci: fuzz tests updated on\r\n\r\n* chore: ignore testdata\r\n\r\n* fix: upgrade to go 1.22\r\n\r\n* fix: demo gmod\r\n\r\n* fix: linter\r\n\r\n* chore: remove unused command\r\n\r\n* chore: fix linter\r\n\r\n* fix: deps install\r\n\r\n* fix: drop go 1.18 support\r\n\r\n* fix: remove unused module\r\n\r\n* fix: readme\r\n\r\n* fix: remove example\r\n\r\n* chore: remove example\r\n\r\n* fix: remove cache\r\n\r\n---------\r\n\r\nCo-authored-by: GithubActions <laciferin@gmail.com>",
"is_bot": false,
"headline": "feat: upgrade the minimum go version (#54)",
"author_name": "Iman Tumorang",
"author_login": "bxcodec",
"committed_at": "2024-06-09T19:31:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8b073d60962fcd9793097ea9b1d97b2b5473831",
"body": "…tes (#55)",
"is_bot": true,
"headline": "chore(deps): bump the go_modules group across 1 directory with 2 upda…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-06-09T18:33:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0a3ce8e527027dcf80da714356c3265db362a81",
"body": "…(#52)",
"is_bot": true,
"headline": "chore(deps): bump github.com/DATA-DOG/go-sqlmock from 1.5.0 to 1.5.2 …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-02-12T13:30:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fac5e079dc7feb302e0c404ea81ce460dc1fe288",
"body": null,
"is_bot": false,
"headline": "chore: add dependabot for package update (#51)",
"author_name": "Iman Tumorang",
"author_login": "bxcodec",
"committed_at": "2024-02-12T12:24:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2d2386e3f2aa4637e12dd35902bcb835de59a49",
"body": null,
"is_bot": true,
"headline": "chore(deps): bump golang.org/x/net in /examples/gosg-demo (#50)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-02-12T12:24:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf63bcdf7bbd541e5f4ba033b3d7e0969d274a06",
"body": "* go: work + examples\r\n\r\nSigned-off-by: Hiro <laciferin@gmail.com>\r\n\r\n* lean dependencies for dbresolver\r\n\r\n---------\r\n\r\nSigned-off-by: Hiro <laciferin@gmail.com>",
"is_bot": false,
"headline": "Improve/examples: go work init & separate go mods for examples (#37)",
"author_name": "Hiro",
"author_login": null,
"committed_at": "2024-01-19T02:35:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1f84a72cdb426900cffe6d42c7f95df9a8591b5",
"body": "* fix: deadlocks in Random Lb\r\n\r\n* lint: remove lint\r\n\r\n* lb: different optimized approach\r\n\r\n* lb: remove no lint\r\n\r\n* ci: add go1.21\r\n\r\n* revert: the perf approach as its failing the tests\r\n\r\n* lb: just try doesn't work\r\n\r\n* revert: to main with go:nosplit\r\n\r\n* final: fix\r\n\r\n* mark: nosplit\r\n\r\n* nit: line\r\n\r\n* doc: why marked with go:nosplit\r\n\r\n* mark: perevent inline\r\n\r\n* mark: go:nosplit\r\n\r\n* doc: fixes",
"is_bot": false,
"headline": "fix: deadlocks in Random Lb (#45)",
"author_name": "Hiro",
"author_login": null,
"committed_at": "2024-01-19T02:33:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab5fd3cac08bb6829914989851061102145bceb0",
"body": null,
"is_bot": false,
"headline": "chore: fix example (#43)",
"author_name": "Iman Tumorang",
"author_login": "bxcodec",
"committed_at": "2023-09-21T09:02:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f99231708c952f0220a0e41827984bd2c67311f",
"body": "…e used in transactions (#40)\n\n* tx\r\n\r\n* fix test\r\n\r\n* comments\r\n\r\n* wrap connection\r\n\r\n* comments\r\n\r\n* statement doesn't need sqlDB instance\r\n\r\n* don't use any\r\n\r\n* return any statement\r\n\r\n* check RETURNING in prepared queries\r\n\r\n---------\r\n\r\nCo-authored-by: Iman Tumorang <iman.tumorang@gmail.com>",
"is_bot": false,
"headline": "feat: Create Tx and Conn interfaces to allow prepared statements to b…",
"author_name": "Rangel Reale",
"author_login": "RangelReale",
"committed_at": "2023-09-20T09:31:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "404cf52392aac10ac7bbbfa0df6bd5f3ce3d9590",
"body": null,
"is_bot": false,
"headline": "feat: query type checker (#42)",
"author_name": "Rangel Reale",
"author_login": "RangelReale",
"committed_at": "2023-07-24T09:46:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf928247c9a33a3e6661619b4589ef28af79c2a0",
"body": "* ci: manual trigger\r\n\r\nSigned-off-by: Hiro <laciferin@gmail.com>\r\n\r\n* :construction_worker: go cross compatibility\r\n\r\nSigned-off-by: Hiro <laciferin@gmail.com>\r\n\r\n* timeout: 3m\r\n\r\nSigned-off-by: Hiro <laciferin@gmail.com>\r\n\r\n* rename: compatibility test\r\n\r\nSigned-off-by: Hiro <laciferin@gmail.com>\r\n[…]\nail.com>\r\n\r\n* clear: version.go\r\n\r\nSigned-off-by: Hiro <laciferin@gmail.com>\r\n\r\n* remove: fuzz.go\r\n\r\nSigned-off-by: Hiro <laciferin@gmail.com>\r\n\r\n---------\r\n\r\nSigned-off-by: Hiro <laciferin@gmail.com>",
"is_bot": false,
"headline": "Fix: returning clause (#33)",
"author_name": "Hiro",
"author_login": null,
"committed_at": "2023-06-17T14:31:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "970f7b185bf9946df3c1b13d497e0a092d6532d2",
"body": "* chore: backup code\r\n\r\n* chore: go-sg-demo\r\n\r\n* chore: add DB connection check and fallback from RO to RW\r\n\r\n* chore: add fallback logic\r\n\r\n* chore: fix linter\r\n\r\n* chore: nolint\r\n\r\n* chore: remove unnecessary log",
"is_bot": false,
"headline": "feat: add fallback RO db to RW (#27)",
"author_name": "Iman Tumorang",
"author_login": "bxcodec",
"committed_at": "2023-04-13T05:19:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "171ab7fd3f08266ecb44a8bd309c493874278fa4",
"body": null,
"is_bot": false,
"headline": "chore: add panic for non supported load balancer (#24)",
"author_name": "Iman Tumorang",
"author_login": "bxcodec",
"committed_at": "2022-12-23T04:38:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41896d90a80d94004f2a1eee1da80d7e7cbbc0a1",
"body": null,
"is_bot": false,
"headline": "chore: update readme",
"author_name": "Iman Tumorang",
"author_login": "bxcodec",
"committed_at": "2022-12-12T13:41:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cf259a56207ef8004812418c3cd5cca782673d3",
"body": null,
"is_bot": false,
"headline": "chore: update readme diagram (#23)",
"author_name": "Iman Tumorang",
"author_login": "bxcodec",
"committed_at": "2022-12-12T03:20:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f312dc206bbb7f5c0c829d097a29085c4c3cb424",
"body": "Signed-off-by: Hiro <goferHiro@gmail.com>\r\n\r\nSigned-off-by: Hiro <goferHiro@gmail.com>",
"is_bot": false,
"headline": "chore: Readme doc for v2 :memo: (#22)",
"author_name": "Hiro",
"author_login": null,
"committed_at": "2022-12-11T15:17:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce9a42b9ab5a56bf9a89099eee866760e0c8b44d",
"body": "* refactor: support multi-master connection\r\n\r\n* chore: add comments\r\n\r\n* chore: fix typo\r\n\r\n* chore: fix lint\r\n\r\n* refactor: increase module version\r\n\r\n* chore: add TODO\r\n\r\n* chore: fix data-struct\r\n\r\n* chore: fix linter\r\n\r\n* chore: remove todo\r\n\r\n* chore: fix struct's name\r\n\r\n* :art: just refactor\n[…]\nore: fix linter and test\r\n\r\n* chore: ignore errcheck linter for test\r\n\r\n* chore: fix linter config\r\n\r\nSigned-off-by: Hiro <goferHiro@gmail.com>\r\nCo-authored-by: Iman Tumorang <iman.tumorang@gmail.com>",
"is_bot": false,
"headline": "feat: resolve test and concurency (#19)",
"author_name": "Hiro",
"author_login": null,
"committed_at": "2022-12-11T15:00:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e85513947b3f7ec5442e8d77e696d315bf21987c",
"body": null,
"is_bot": false,
"headline": "chore: apply go mod tidy (#17)",
"author_name": "Iman Tumorang",
"author_login": "bxcodec",
"committed_at": "2022-12-11T13:12:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0cce585aa49d2c30453562f431e936468980a4a",
"body": "* refactor: support multi-master connection\r\n\r\n* chore: add comments\r\n\r\n* chore: fix typo\r\n\r\n* chore: fix lint\r\n\r\n* refactor: increase module version\r\n\r\n* chore: add TODO\r\n\r\n* chore: fix data-struct\r\n\r\n* chore: fix linter\r\n\r\n* chore: remove todo\r\n\r\n* chore: fix struct's name\r\n\r\n* :art: just refactor\n[…]\nthe predict function\r\n\r\n* chore: fix lint\r\n\r\n* chore: remove unused log\r\n\r\n* chore: add CODEOWNERS\r\n\r\nSigned-off-by: Hiro <goferHiro@gmail.com>\r\nCo-authored-by: Iman Tumorang <iman.tumorang@gmail.com>",
"is_bot": false,
"headline": "fix: multi master testing (#14)",
"author_name": "Hiro",
"author_login": null,
"committed_at": "2022-12-11T13:08:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "94a1937944dcd53a50b15d39d69994059f1a7212",
"body": null,
"is_bot": false,
"headline": "chore: fix readme (#16)",
"author_name": "Iman Tumorang",
"author_login": "bxcodec",
"committed_at": "2022-12-10T07:50:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd35deea135ef07ba881d1059b8e25c5734bd59d",
"body": null,
"is_bot": false,
"headline": "chore: lint and refactor for Godoc needs (#15)",
"author_name": "Iman Tumorang",
"author_login": "bxcodec",
"committed_at": "2022-12-10T07:39:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb1607c8248890e067efd3780ac7b4fe1d7f59fa",
"body": "* refactor: support multi-master connection\r\n\r\n* chore: add comments\r\n\r\n* chore: fix typo\r\n\r\n* chore: fix lint\r\n\r\n* refactor: increase module version\r\n\r\n* chore: add TODO\r\n\r\n* chore: fix data-struct\r\n\r\n* chore: fix linter\r\n\r\n* chore: remove todo\r\n\r\n* chore: fix struct's name\r\n\r\n* chore: add generic \n[…]\nhore: fix example\r\n\r\n* chore: update readme\r\n\r\n* chore: add example multi-primary\r\n\r\n* chore: add more example\r\n\r\n* chore: change generic type\r\n\r\n* chore: test round robin logic\r\n\r\n* chore: fix readme",
"is_bot": false,
"headline": "feat: support multi-master connection (#11)",
"author_name": "Iman Tumorang",
"author_login": "bxcodec",
"committed_at": "2022-12-10T05:35:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3558e7ffbb87da3a9d0db543523c759a01c4c7fd",
"body": "…ql.DB (#10)\n\n* HOTFIX - roundRobin\r\n\r\nOut of bound robins generated by the method causing the pkg to panic\r\n\r\n* :children_crossing: Conn & Stats implemented so that the dbresolver can replace *sql.DB\r\n\r\nSigned-off-by: Hiro <goferHiro@gmail.com>\r\n\r\n* :bulb: better comments\r\n\r\nSigned-off-by: Hiro <g\n[…]\n Hiro <goferHiro@gmail.com>\r\n\r\n* :rotating_light: lint\r\n\r\nSigned-off-by: Hiro <goferHiro@gmail.com>\r\n\r\n* :art:\r\n\r\nSigned-off-by: Hiro <goferHiro@gmail.com>\r\n\r\nSigned-off-by: Hiro <goferHiro@gmail.com>",
"is_bot": false,
"headline": " feat: Conn & Stats implemented so that the dbresolver can replace *s…",
"author_name": "Hiro",
"author_login": null,
"committed_at": "2022-12-09T17:54:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2aca58abcfc5f7979bbd7cd3e10795fd1f850970",
"body": null,
"is_bot": false,
"headline": "chore: fix linter and gh action (#9)",
"author_name": "Iman Tumorang",
"author_login": "bxcodec",
"committed_at": "2022-12-07T00:28:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e7bc3c41893a65ee3d73044f8bfd707f206d5bf",
"body": "Out of bound robins generated by the method causing the pkg to panic",
"is_bot": false,
"headline": "hotfix: roundRobin (#8)",
"author_name": "Hiro",
"author_login": null,
"committed_at": "2022-12-07T00:10:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bea3c5d634eac9db9620697b0a48da9f70cb2200",
"body": null,
"is_bot": false,
"headline": "chore: add sponsorship",
"author_name": "Iman Tumorang",
"author_login": "bxcodec",
"committed_at": "2022-08-24T01:37:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2bf8d886d4f373ca37dd053aa0b51c3b3ff8353",
"body": null,
"is_bot": false,
"headline": "chore: add blog post in the readme",
"author_name": "Iman Tumorang",
"author_login": "bxcodec",
"committed_at": "2022-08-02T02:46:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9cfb23ad21835ec194b60c3c8840abadb82ae3c",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Iman Tumorang",
"author_login": "bxcodec",
"committed_at": "2022-07-21T17:43:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2bb442817a5a8a144dcb61cd494be39e1b7824b",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Iman Tumorang",
"author_login": "bxcodec",
"committed_at": "2022-07-21T17:42:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0103f418d3e69c44ced31c7c7c3b1706544ef1f",
"body": null,
"is_bot": false,
"headline": "chore: apply linter (#7)",
"author_name": "Iman Tumorang",
"author_login": "bxcodec",
"committed_at": "2022-07-21T06:00:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8d082c9c439d096dd67e885e69bce686a64c850",
"body": null,
"is_bot": false,
"headline": "chore: add comment for pkg.go.dev",
"author_name": "Iman Tumorang",
"author_login": "bxcodec",
"committed_at": "2022-07-21T05:52:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97351062631f346b4bc2788ed236b384567a308e",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Iman Tumorang",
"author_login": "bxcodec",
"committed_at": "2022-07-20T17:21:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce1d763ee378cc014b627ffaf1d2122ca832f4fd",
"body": null,
"is_bot": false,
"headline": "chore: add license",
"author_name": "Iman Tumorang",
"author_login": "bxcodec",
"committed_at": "2022-07-20T17:12:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1010d50e1501042b4b69f8c092f46b2cfb32add9",
"body": null,
"is_bot": false,
"headline": "chore: update readme",
"author_name": "Iman Tumorang",
"author_login": "bxcodec",
"committed_at": "2022-07-20T17:08:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2618653327633be21b8929ea0a915dacc843d4c",
"body": null,
"is_bot": false,
"headline": "chore: update readme",
"author_name": "Iman Tumorang",
"author_login": "bxcodec",
"committed_at": "2022-07-20T17:02:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44e047138056c7bd12e6330721164a0e7fd96d98",
"body": null,
"is_bot": false,
"headline": "chore: add gh action (#6)",
"author_name": "Iman Tumorang",
"author_login": "bxcodec",
"committed_at": "2022-07-20T16:52:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9040dcf099577b0e98dfa0f573230e93eef6bca3",
"body": null,
"is_bot": false,
"headline": "chore: add linter (#5)",
"author_name": "Iman Tumorang",
"author_login": "bxcodec",
"committed_at": "2022-07-20T16:44:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14a2cc6da0efcd6092d1381961af473322865d9d",
"body": "* feat: add example test\r\n\r\n* chore: add readme example\r\n\r\n* chore: add open\r\n\r\n* chore: add test",
"is_bot": false,
"headline": "feat: add example test (#4)",
"author_name": "Iman Tumorang",
"author_login": "bxcodec",
"committed_at": "2022-07-20T16:19:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d5c979d03217665b16ffe2d20e5342b9f29ae93",
"body": "* feat: add example test\r\n\r\n* chore: add readme example\r\n\r\n* chore: add open",
"is_bot": false,
"headline": "feat: add example test (#3)",
"author_name": "Iman Tumorang",
"author_login": "bxcodec",
"committed_at": "2022-07-20T16:00:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd51bc0401ae7cf90636bbbf0bae5e5da48ec31f",
"body": null,
"is_bot": false,
"headline": "chore: update docs",
"author_name": "Iman Tumorang",
"author_login": "bxcodec",
"committed_at": "2022-07-20T14:48:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f836d2954947023ea0fd9a2a608b94b006b3d4ec",
"body": null,
"is_bot": false,
"headline": "chore: add readme",
"author_name": "Iman Tumorang",
"author_login": "bxcodec",
"committed_at": "2022-07-20T14:43:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4682ba9ba94676bedb823696ed0bb2b7806f83ee",
"body": null,
"is_bot": false,
"headline": "chore: add interface for DB (#2)",
"author_name": "Iman Tumorang",
"author_login": "bxcodec",
"committed_at": "2022-07-20T14:18:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "905aa705b0b6f783ceb82c49d850702514e66931",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Iman Tumorang",
"author_login": "bxcodec",
"committed_at": "2022-07-20T04:06:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91a7d489d4030b31f4401cbc68ccbe050343cb33",
"body": null,
"is_bot": false,
"headline": "chore: add README",
"author_name": "Iman Tumorang",
"author_login": "bxcodec",
"committed_at": "2022-07-20T04:05:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff7270882e6627d27216096b70153db6fb6e2a4d",
"body": "* feat: initial commit\r\n\r\n* feat: add multi rodbs\r\n\r\n* chore: fix typo\r\n\r\n* fix: missing db",
"is_bot": false,
"headline": "feat: initial commit (#1)",
"author_name": "Iman Tumorang",
"author_login": "bxcodec",
"committed_at": "2022-07-20T03:49:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5122a05130a385e48a6e136cb1e8e38c189a7ab1",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Iman Tumorang",
"author_login": "bxcodec",
"committed_at": "2022-05-30T13:08:00Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 18,
"commits_last_year": 2,
"latest_release_at": "2026-07-18T13:18:18Z",
"latest_release_tag": "v2.3.0",
"releases_from_tags": false,
"days_since_last_push": 6,
"active_weeks_last_year": 1,
"days_since_latest_release": 6,
"mean_days_between_releases": 146.1
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/bxcodec/dbresolver/v2",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/bxcodec/dbresolver/v2",
"is_deprecated": false,
"latest_version": "v2.3.0",
"repository_url": "https://github.com/bxcodec/dbresolver",
"versions_count": 15,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-18T13:17:48Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
}
]
},
"popularity": {
"forks": 18,
"stars": 183,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2022-07-20",
"count": 1
},
{
"date": "2022-07-21",
"count": 1
},
{
"date": "2022-12-05",
"count": 1
},
{
"date": "2022-12-23",
"count": 1
},
{
"date": "2022-12-28",
"count": 1
},
{
"date": "2023-02-13",
"count": 1
},
{
"date": "2023-05-15",
"count": 1
},
{
"date": "2023-06-08",
"count": 1
},
{
"date": "2023-06-19",
"count": 1
},
{
"date": "2023-06-20",
"count": 1
},
{
"date": "2024-04-15",
"count": 1
},
{
"date": "2024-04-17",
"count": 1
},
{
"date": "2024-05-17",
"count": 1
},
{
"date": "2024-10-13",
"count": 1
},
{
"date": "2025-01-13",
"count": 1
},
{
"date": "2025-11-18",
"count": 1
},
{
"date": "2025-12-08",
"count": 1
},
{
"date": "2026-01-27",
"count": 1
}
],
"complete": true,
"collected": 18,
"total_forks": 18
},
"star_history": null,
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 11291,
"source_files_sampled": 17,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 5,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/DATA-DOG/go-sqlmock",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.5.2"
},
{
"name": "github.com/google/gofuzz",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/lib/pq",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.12.3"
},
{
"name": "go.uber.org/multierr",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/data-dog/go-sqlmock",
"direct": true,
"version": "v1.5.2",
"ecosystem": "go"
},
{
"name": "github.com/google/gofuzz",
"direct": true,
"version": "v1.2.0",
"ecosystem": "go"
},
{
"name": "github.com/lib/pq",
"direct": true,
"version": "v1.12.3",
"ecosystem": "go"
},
{
"name": "go.uber.org/multierr",
"direct": true,
"version": "v1.11.0",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": false,
"version": "v1.8.1",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 5,
"direct_count": 4,
"indirect_count": 1
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 29,
"open_issues": 2,
"closed_ratio": 0.714,
"closed_issues": 5,
"closed_unmerged_prs": 7
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "bxcodec",
"commits": 36,
"avatar_url": "https://avatars.githubusercontent.com/u/11002383?v=4"
},
{
"type": "User",
"login": "RangelReale",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/369785?v=4"
},
{
"type": "User",
"login": "zhanluxianshen",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/161462588?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.923
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"go.yml",
"go_cross.yml",
"go_fuzz.yml"
],
"has_docs_dir": false,
"linter_configs": [
".golangci.yaml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 6,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "2 out of 21 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 1,
"reason": "Found 3/26 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 3 contributing companies or organizations -- score normalized to 10",
"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": 1,
"reason": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "75000ccbbca9f58987388cfad58598c0fd9a18b9",
"ran_at": "2026-07-24T16:45:01Z",
"aggregate_score": 5.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-24T16:33:05Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-18T13:17:49Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 58,
"created_at": "2024-07-02T13:39:49Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 59,
"created_at": "2024-08-30T11:18:26Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/bxcodec/dbresolver",
"host": "github.com",
"name": "dbresolver",
"owner": "bxcodec"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"security": 62,
"vitality": 59,
"community": 48,
"governance": 61,
"engineering": 64
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 59,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"commits_last_year": 2,
"human_commit_share": 0.922,
"days_since_last_push": 6,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 6
}
}
],
"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": "2 commits in the last year",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 2
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 1,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 84,
"inputs": {
"releases_count": 18,
"latest_release_tag": "v2.3.0",
"releases_from_tags": false,
"days_since_latest_release": 6,
"mean_days_between_releases": 146.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "18 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 18
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~146.1 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 146.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": 6,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 6 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 6
}
}
],
"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": 48,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"forks": 18,
"stars": 183,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "183 stars",
"points": 36.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 183
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "18 forks",
"points": 10.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 18
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (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": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 61,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.923
},
"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 92% of commits",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 92
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "3 contributors",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 3
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"merged_prs": 29,
"open_issues": 2,
"closed_issues": 5,
"issue_closed_ratio": 0.714,
"closed_unmerged_prs": 7
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "71% of issues closed",
"points": 33.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 71
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "29/36 decided PRs merged",
"points": 30.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 29,
"decided": 36
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 3/26 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 69,
"inputs": {
"followers": 1002,
"owner_type": "User",
"is_verified": null,
"owner_login": "bxcodec",
"public_repos": 41,
"account_age_days": 4178
},
"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": "1,002 followers of bxcodec",
"points": 21.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1002,
"login": "bxcodec"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "41 public repos, account ~11 yr old",
"points": 23.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 41
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/bxcodec/dbresolver/v2"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 6
},
"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 6 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 6
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "15 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 15
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 64,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".golangci.yaml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yaml"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "2 out of 21 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [
"database",
"database-replication",
"global-database",
"go",
"golang",
"master-slave-replication",
"postgresql",
"dbresolver",
"mysql",
"postgres",
"sql",
"sqlite3"
],
"has_wiki": false,
"homepage": "https://pkg.go.dev/github.com/bxcodec/dbresolver",
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://pkg.go.dev/github.com/bxcodec/dbresolver",
"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": "12 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 12
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 62,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 53,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 5.2
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "2 out of 21 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 3/26 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"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": "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": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 5 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 5
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 5,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 5,
"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": 8
},
"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": 69,
"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": 0.894,
"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": "42 of 47 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 42,
"sampled": 47
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.078
},
"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.yaml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yaml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 51",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 51
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "4 of the last 51 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 4,
"sampled": 51
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 11291,
"source_files_sampled": 17,
"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/17 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 17,
"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-24T16:45:14.441964Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/b/bxcodec/dbresolver.svg",
"full_name": "bxcodec/dbresolver",
"license_state": "standard",
"license_spdx": "MIT"
}