Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 273,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 440534
},
"pushed_at": "2026-07-24T04:02:21Z",
"created_at": "2025-05-02T08:39:47Z",
"owner_type": "Organization",
"updated_at": "2026-07-24T04:02:14Z",
"description": "golang packages",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": null,
"type": "Organization",
"login": "dnsoa",
"company": null,
"location": null,
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/42135795?v=4",
"created_at": "2018-08-06T08:10:25Z",
"is_verified": null,
"public_repos": 73,
"account_age_days": 2913
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [],
"recent_commits": [
{
"oid": "2da06e1f154560080f6e4c8f8e11c2d6dd1f7421",
"body": "…ng: 1 file(s)",
"is_bot": false,
"headline": "Apply fixQuery to migration SQL statements for flavor-specific handli…",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2026-07-24T04:01:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52ddb4f072ff1acdef6997ec7bea1eb43c22d23d",
"body": "The migrations table used a single global version row, so multiple\nmicroservices sharing one database would skip or clobber each other's\nmigrations (e.g. service A reaching \"002\" caused service B to skip its\nown \"001\"/\"002\"). The unscoped getCurrentVersion query also failed once\nthe table held more \n[…]\n\n\nBREAKING CHANGE: the migrations table schema changes from\n(version text) to (service, version, PK(service)). Existing databases\nwith the old single-row table must drop/recreate the migrations table.",
"is_bot": false,
"headline": "fix(sqldb): isolate migration history per service in shared databases",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2026-07-24T02:29:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b48d374144fb3f7c25d0159180fdbb699585c715",
"body": "Breaking changes:\n- Remove in-memory per-user cache (SetUserLanguage etc.); apps store\n preferences themselves and inject via WithLanguage\n- Replace GetGlobalLanguage/ResetGlobalLanguage with Language()\n- Replace Locale()/SystemLocal with SystemLanguage() language.Tag\n- Export Localizer type; conte\n[…]\nd (supported-set size, or hard cap 256) to\n eliminate unbounded-growth DoS vector\n- Cross-platform system locale parsing (en_US.UTF-8 / en-US / C / POSIX)\n\nTests: 16 cases, race-clean, 98.3% coverage",
"is_bot": false,
"headline": "refactor(i18n): bounded cache, language negotiation, exported Localizer",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2026-07-20T03:01:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "89dd2a413faac1e9b0ec11b95bff2b41a576e84f",
"body": null,
"is_bot": false,
"headline": "docs: i18n refactor design spec",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2026-07-20T02:56:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f9bfebb3a11792e6bbab2cfb4ed0f191acb9934",
"body": null,
"is_bot": false,
"headline": "feat: update sync",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2026-06-07T14:48:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9b841fc2a4bd51763c955f10cece309f3f3eba4",
"body": null,
"is_bot": false,
"headline": "feat: update fasttime",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2026-06-07T14:25:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad8f454caab5e12a0cf2f862b2046d72498aad90",
"body": null,
"is_bot": false,
"headline": "feat: update sqldb",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2026-06-07T14:16:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30f43cd618b791dc8b3313373916b8478627a13e",
"body": null,
"is_bot": false,
"headline": "update lru",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2026-04-03T03:37:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01b5f1e778cd66ecd8255771bcfe126c1d2c8aee",
"body": null,
"is_bot": false,
"headline": "add global allocator",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2026-04-02T16:40:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fd659a715f75ca482e4fe94c99d40da5eec3ed8",
"body": null,
"is_bot": false,
"headline": "add xid",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2026-04-02T09:42:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "679ea4e9f9e98079371ac2b153789ee94ac3cc8c",
"body": null,
"is_bot": false,
"headline": "fix go",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2026-03-28T23:54:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe501ea54c57710a16d81dbd0286597a78a4edf3",
"body": null,
"is_bot": false,
"headline": "add byte_lru",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2026-03-28T12:59:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21c10b197bb9b6af7f2680db50ccee8daa746ea1",
"body": null,
"is_bot": false,
"headline": "add byte_lru",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2026-03-28T12:58:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdc7661a53fbca4414e00a8f96775f361184772b",
"body": null,
"is_bot": false,
"headline": "More DNS RR",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2026-03-11T13:30:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ced00ddd91ce5941c48c0f43928f77387ea794de",
"body": null,
"is_bot": false,
"headline": "优化DNS",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2026-03-11T13:20:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5542b673504f8427d80305118eff18065b05c16",
"body": null,
"is_bot": false,
"headline": "优化DNS",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2026-03-11T13:17:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23be59d1e3c1f13d2b7ec894a7cfbecbe88b19a2",
"body": null,
"is_bot": false,
"headline": "update allocator",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2026-03-11T11:54:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7527146e2ebf42ed720865ef45dde7120cc73dc2",
"body": null,
"is_bot": false,
"headline": "update sync",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2026-03-11T11:38:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e96c76b5ac7f1bcc95d9724e8f5e6c5212494cfa",
"body": null,
"is_bot": false,
"headline": "add migration",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2026-03-07T08:01:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8019f5b48de8a1310972f73646e9d5a2ecc9c37d",
"body": null,
"is_bot": false,
"headline": "update sqldb",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2026-03-04T13:04:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "022871479b5305f4eb4f159cb64d068e608862cb",
"body": null,
"is_bot": false,
"headline": "add env",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2026-01-22T13:47:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ce1d9b600de537a89d45ff642552da9ff6a692a",
"body": null,
"is_bot": false,
"headline": "update assert, lru",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2026-01-22T04:09:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83478816bf745da7734b9087b73aaaa2ab8cde14",
"body": null,
"is_bot": false,
"headline": "save",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2026-01-22T04:01:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "476ed408e2350c145cdafdb484f1fc0704b8adcc",
"body": null,
"is_bot": false,
"headline": "update ci",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2026-01-22T03:33:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30e8ce714cef9e0cbc0a14f8795b61af64c1310b",
"body": null,
"is_bot": false,
"headline": "update fastime",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2026-01-22T03:32:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2fd0769b5cb93334ee0d2a23bfb9f9f1dbfcfdb",
"body": "…tes Seq etc",
"is_bot": false,
"headline": "fasttime: improve benchmark realism and simplify updater; add Attribu…",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2026-01-22T03:24:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "696bfa9676177407e596fa935a1fef5ddd564651",
"body": null,
"is_bot": false,
"headline": "add pugixml",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2026-01-22T02:51:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e58968178f23cfd1eeaf86b3640d387d7dd2ec9f",
"body": null,
"is_bot": false,
"headline": "update allocator",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2025-09-27T12:26:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6657b2e52ee69e35b433a39dc7221ed52c291fde",
"body": null,
"is_bot": false,
"headline": "fix fasttime tests",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2025-09-27T11:20:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d76aa235205133c1d688093521ae47321a0ebac3",
"body": null,
"is_bot": false,
"headline": "fix allocator data race",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2025-09-27T11:10:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d636d6c290dbed5671ea141a149a41c6e24bd46",
"body": null,
"is_bot": false,
"headline": "update fasttime",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2025-09-27T10:23:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6db6b9d747dc68d09b18ed55590e86c38f57829e",
"body": null,
"is_bot": false,
"headline": "add sync",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2025-09-27T10:10:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c87e6536a738da003ed21551892bc93f2c9e224",
"body": null,
"is_bot": false,
"headline": "save work",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2025-09-27T04:18:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8259160d98fd31ba81168e56196bf44465e64bca",
"body": null,
"is_bot": false,
"headline": "update lru",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2025-09-27T01:37:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7498793a35f4d06c6fc63d58b54d8b896b007c64",
"body": null,
"is_bot": false,
"headline": "update i18n",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2025-07-07T05:48:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46a413f2056f3387a73b4b3373befe5e37741287",
"body": null,
"is_bot": false,
"headline": "update dns",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2025-06-18T03:19:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8455d8b8b1fcda68d0d95201fb22942655f836d",
"body": null,
"is_bot": false,
"headline": "update dns",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2025-06-18T03:19:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f5fce09238fc9e08b5b9847684a16c8c8196c73",
"body": null,
"is_bot": false,
"headline": "add dns",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2025-06-18T02:12:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4b6f40853e5ae39f91abd765b333e9068d1fe06",
"body": null,
"is_bot": false,
"headline": "update assert",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2025-06-18T01:48:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d455b5ed0906648296d233af9a7a78171839443",
"body": null,
"is_bot": false,
"headline": "fix assert call stack",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2025-05-10T02:40:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abb5e47ab4aaffe3b90a8475091e124f69e8008e",
"body": null,
"is_bot": false,
"headline": "add fasttime",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2025-05-06T08:10:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1532ffd9c1d367bfa793521fddcf5a6b96be842",
"body": null,
"is_bot": false,
"headline": "fix lru",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2025-05-06T00:35:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38885bf441fe43955598eb178cca7528a818e632",
"body": null,
"is_bot": false,
"headline": "fix lru",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2025-05-05T14:53:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef0f4770175f349d3fb4a55ac918a5821d05abf1",
"body": null,
"is_bot": false,
"headline": "fix lru",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2025-05-05T12:20:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07d08a44a21b9463ef7686fae2b2632aa8c4a52f",
"body": null,
"is_bot": false,
"headline": "improve lru map",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2025-05-05T10:31:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b23d6f4efa225ae0642946f8e4f024bdf860eedf",
"body": null,
"is_bot": false,
"headline": "rename maps to zmap",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2025-05-05T07:18:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dce985ba21207ffaf785cf9305940d9f65d423b7",
"body": null,
"is_bot": false,
"headline": "update test",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2025-05-05T05:40:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c19ae4547d1f5183a8ae011bab790217290165f",
"body": null,
"is_bot": false,
"headline": "update test",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2025-05-05T05:33:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "431e5afc020b8abf4c05621c1a4279fe196bb39f",
"body": null,
"is_bot": false,
"headline": "update ci",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2025-05-05T05:28:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fe4a6d85b39761936e3b5d2233db360af55c0b9",
"body": null,
"is_bot": false,
"headline": "update ci",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2025-05-05T02:20:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf15f8b539e46b591e24c42ecfdb1ffdd48883b6",
"body": null,
"is_bot": false,
"headline": "add go.sum",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2025-05-04T14:07:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cd534d516f31c032d9b20b029213e5773d626eb",
"body": null,
"is_bot": false,
"headline": "update ci",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2025-05-04T14:07:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9239b6a2b4c3c7ab8bd1534f052b08925dd2ffac",
"body": null,
"is_bot": false,
"headline": "update ci",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2025-05-04T13:52:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23197297029f987d58ac2f949761b8339b7ae719",
"body": null,
"is_bot": false,
"headline": "update ci",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2025-05-04T13:48:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c36c642d7682c41077c32d8a775bc3965e6b05cf",
"body": null,
"is_bot": false,
"headline": "update ci",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2025-05-04T12:27:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c5bbc951a457293002f44c9e6daee356e631848",
"body": null,
"is_bot": false,
"headline": "update trie",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2025-05-04T12:20:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fbe8df3c8c365b43b590cf6fa0f4c0ee7ca7345",
"body": null,
"is_bot": false,
"headline": "add trie",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2025-05-04T11:59:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb7c7a1d18144028820683b2b7b3c264e4c9ccdc",
"body": null,
"is_bot": false,
"headline": "add assert Len",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2025-05-02T12:49:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1faa28a6b4314d4354397884d11a426282d86c9d",
"body": null,
"is_bot": false,
"headline": "add assert, i18n",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2025-05-02T11:55:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6598123cf9a871e69f08a4ef3760eda2c783068",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "millken",
"author_login": "millken",
"committed_at": "2025-05-02T08:39:48Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 0,
"commits_last_year": 34,
"latest_release_at": null,
"latest_release_tag": null,
"releases_from_tags": false,
"days_since_last_push": 4,
"active_weeks_last_year": 9,
"days_since_latest_release": null,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/dnsoa/go/env",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/dnsoa/go/env",
"is_deprecated": false,
"latest_version": "v1.0.0",
"repository_url": "https://github.com/dnsoa/go",
"versions_count": 1,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-01-22T13:47:51Z",
"latest_version_yanked": null,
"days_since_latest_publish": 186
},
{
"name": "github.com/dnsoa/go/lru",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/dnsoa/go/lru",
"is_deprecated": false,
"latest_version": "v1.0.4",
"repository_url": "https://github.com/dnsoa/go",
"versions_count": 5,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-04-03T03:37:20Z",
"latest_version_yanked": null,
"days_since_latest_publish": 116
},
{
"name": "github.com/dnsoa/go/i18n",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/dnsoa/go/i18n",
"is_deprecated": false,
"latest_version": "v1.1.0",
"repository_url": "https://github.com/dnsoa/go",
"versions_count": 2,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-20T03:01:14Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
},
{
"name": "github.com/dnsoa/go/maps",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/dnsoa/go/maps",
"is_deprecated": false,
"latest_version": "v1.0.1",
"repository_url": "https://github.com/dnsoa/go",
"versions_count": 2,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2025-09-27T04:18:13Z",
"latest_version_yanked": null,
"days_since_latest_publish": 304
},
{
"name": "github.com/dnsoa/go/sync",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/dnsoa/go/sync",
"is_deprecated": false,
"latest_version": "v1.1.0",
"repository_url": "https://github.com/dnsoa/go",
"versions_count": 2,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-03-11T11:38:05Z",
"latest_version_yanked": null,
"days_since_latest_publish": 138
},
{
"name": "github.com/dnsoa/go/trie",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/dnsoa/go/trie",
"is_deprecated": false,
"latest_version": "v1.0.0",
"repository_url": "https://github.com/dnsoa/go",
"versions_count": 1,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2025-05-04T11:59:09Z",
"latest_version_yanked": null,
"days_since_latest_publish": 449
},
{
"name": "github.com/dnsoa/go/sqldb",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/dnsoa/go/sqldb",
"is_deprecated": false,
"latest_version": "v0.0.4",
"repository_url": "https://github.com/dnsoa/go",
"versions_count": 4,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-24T04:01:53Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 1,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"allocator/go.mod",
"assert/go.mod",
"dns/go.mod",
"env/go.mod",
"fasttime/go.mod",
"i18n/go.mod",
"lru/go.mod",
"maps/go.mod",
"pugixml/go.mod",
"singleflight/go.mod",
"sqldb/go.mod",
"sqldb/test/go.mod",
"sync/go.mod",
"trie/go.mod"
],
"largest_source_bytes": 27962,
"source_files_sampled": 90,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"allocator/go.mod",
"assert/go.mod",
"dns/go.mod",
"env/go.mod",
"fasttime/go.mod",
"i18n/go.mod",
"lru/go.mod",
"maps/go.mod",
"pugixml/go.mod",
"singleflight/go.mod",
"sqldb/go.mod",
"sync/go.mod",
"trie/go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "github.com/jackc/pgx/v5",
"direct": false,
"version": "v5.7.5",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 9.8,
"advisory_ids": [
"GHSA-9jj7-4m8r-rfcm",
"GHSA-j88v-2chj-qfwx",
"GHSA-xgrm-4fwx-7qm8",
"GO-2026-4771",
"GO-2026-4772",
"GO-2026-5004"
],
"fixed_version": "5.9.2",
"advisory_count": 6,
"oldest_advisory_days": 111
},
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.39.0",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 10,
"advisory_ids": [
"GHSA-45gg-vh54-h5m9",
"GHSA-5cgq-3rg8-m6cv",
"GHSA-78mq-xcr3-xm33",
"GHSA-89gr-r52h-f8rx",
"GHSA-9m57-25v3-79x9",
"GHSA-f5wc-c3c7-36mc",
"GHSA-f6x5-jh6r-wrfv",
"GHSA-j5w8-q4qc-rx2x",
"GHSA-jppx-rxg9-jmrx",
"GHSA-q4h4-gmj2-qvw2"
],
"fixed_version": "0.52.0",
"advisory_count": 32,
"oldest_advisory_days": 256
},
{
"name": "filippo.io/edwards25519",
"direct": false,
"version": "v1.1.0",
"severity": "low",
"ecosystem": "go",
"cvss_score": 3.7,
"advisory_ids": [
"GHSA-fw7p-63qq-7hpr",
"GO-2026-4503"
],
"fixed_version": "1.1.1",
"advisory_count": 2,
"oldest_advisory_days": 160
},
{
"name": "golang.org/x/text",
"direct": true,
"version": "v0.24.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5970"
],
"fixed_version": "0.39.0",
"advisory_count": 1,
"oldest_advisory_days": 13
},
{
"name": "golang.org/x/text",
"direct": true,
"version": "v0.26.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5970"
],
"fixed_version": "0.39.0",
"advisory_count": 1,
"oldest_advisory_days": 13
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"low": 1,
"unknown": 2,
"critical": 2
},
"advisory_count": 42,
"affected_count": 5,
"assessed_count": 14,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 2
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/dnsoa/go/assert",
"manifest": "dns/go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.2"
},
{
"name": "github.com/dnsoa/go/sync",
"manifest": "dns/go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.0"
},
{
"name": "github.com/dnsoa/go/assert",
"manifest": "env/go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.2"
},
{
"name": "golang.org/x/text",
"manifest": "i18n/go.mod",
"ecosystem": "go",
"version_constraint": "v0.24.0"
},
{
"name": "github.com/dnsoa/go/assert",
"manifest": "trie/go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.2"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/dnsoa/go/assert",
"direct": true,
"version": "v1.1.2",
"ecosystem": "go"
},
{
"name": "github.com/dnsoa/go/sync",
"direct": true,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": true,
"version": "v0.24.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": true,
"version": "v0.26.0",
"ecosystem": "go"
},
{
"name": "filippo.io/edwards25519",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/go-sql-driver/mysql",
"direct": false,
"version": "v1.9.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.7.5",
"ecosystem": "go"
},
{
"name": "github.com/jackc/puddle/v2",
"direct": false,
"version": "v2.2.2",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-sqlite3",
"direct": false,
"version": "v1.14.28",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": false,
"version": "v1.10.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.39.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sync",
"direct": false,
"version": "v0.15.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 14,
"direct_count": 4,
"indirect_count": 10
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "millken",
"commits": 60,
"avatar_url": "https://avatars.githubusercontent.com/u/176581?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"test.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 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": 5,
"reason": "7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"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": "no SAST tool detected",
"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": 0,
"reason": "22 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "2da06e1f154560080f6e4c8f8e11c2d6dd1f7421",
"ran_at": "2026-07-28T10:34:20Z",
"aggregate_score": 2.6,
"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-24T04:04:05Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/dnsoa/go",
"host": "github.com",
"name": "go",
"owner": "dnsoa"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"security": 38,
"vitality": 37,
"community": 24,
"governance": 37,
"engineering": 52
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 37,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"commits_last_year": 34,
"human_commit_share": 1,
"days_since_last_push": 4,
"active_weeks_last_year": 9
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "9/52 weeks with commits",
"points": 6.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 9
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "34 commits in the last year",
"points": 13.9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 34
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "critical",
"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": 1,
"inputs": {
"releases_count": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "no releases published",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases_published",
"params": {}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 4,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 4 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 4
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 24,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"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": "at_risk",
"name": "Sustainability & Governance",
"value": 37,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"followers": 0,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "dnsoa",
"public_repos": 73,
"account_age_days": 2913
},
"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": "0 followers of dnsoa",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "dnsoa"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "73 public repos, account ~7 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 73
}
},
{
"code": "account_age_years",
"params": {
"years": 7
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/dnsoa/go/env",
"github.com/dnsoa/go/lru",
"github.com/dnsoa/go/i18n",
"github.com/dnsoa/go/maps",
"github.com/dnsoa/go/sync",
"github.com/dnsoa/go/trie",
"github.com/dnsoa/go/sqldb"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 4
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "7 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 7,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 4 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 4
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "5 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 5
}
}
],
"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": 52,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 38,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 26,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 2.6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "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": "7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 3.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": "no SAST tool detected",
"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": "22 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"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 14 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": 14
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 86,
"inputs": {
"source": "osv",
"advisories": 42,
"affected_packages": 5,
"assessed_packages": 14,
"unassessed_packages": 0,
"affected_by_severity": "critical 2, low 1, unknown 2",
"direct_affected_packages": 2
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "2 affected: golang.org/x/text v0.24.0 (unknown), golang.org/x/text v0.26.0 (unknown)",
"points": 24.7,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 2,
"packages": "golang.org/x/text v0.24.0 (unknown), golang.org/x/text v0.26.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": 14,
"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": 1
},
"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": "at_risk",
"name": "AI Readiness",
"value": 46,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 6,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.117,
"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": "7 of 60 human commits state their intent (structured subject or explanatory body)",
"points": 6.2,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 7,
"sampled": 60
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"allocator/go.mod",
"assert/go.mod",
"dns/go.mod",
"env/go.mod",
"fasttime/go.mod",
"i18n/go.mod",
"lru/go.mod",
"maps/go.mod",
"pugixml/go.mod",
"singleflight/go.mod",
"sqldb/go.mod",
"sqldb/test/go.mod",
"sync/go.mod",
"trie/go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "allocator/go.mod, assert/go.mod, dns/go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "allocator/go.mod, assert/go.mod, dns/go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 60",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 60
}
}
],
"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 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": 27962,
"source_files_sampled": 90,
"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/90 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 90,
"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": [
"Could not fetch go package 'github.com/dnsoa/go/dns' from its registry"
],
"report_type": "repository",
"generated_at": "2026-07-28T10:34:25.868745Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/d/dnsoa/go.svg",
"full_name": "dnsoa/go",
"license_state": "standard",
"license_spdx": "MIT"
}