Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 75,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 19282
},
"pushed_at": "2026-07-17T13:20:58Z",
"created_at": "2021-04-08T08:59:23Z",
"owner_type": "Organization",
"updated_at": "2026-07-17T13:21:14Z",
"description": "DNS over HTTPS resolver",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://libp2p.io",
"name": "libp2p",
"type": "Organization",
"login": "libp2p",
"company": null,
"location": "Earth",
"followers": 1326,
"avatar_url": "https://avatars.githubusercontent.com/u/14838238?v=4",
"created_at": "2015-09-25T14:12:04Z",
"is_verified": null,
"public_repos": 275,
"account_age_days": 3952
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-07-17T13:20:58Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2025-01-08T21:12:07Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2021-12-22T09:13:41Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2021-05-19T17:35:37Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2021-04-14T19:11:10Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2021-04-12T11:18:25Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2021-04-12T08:50:37Z"
}
],
"recent_commits": [
{
"oid": "6d6d1170e8069868270bc86b2f9cd68af73adb13",
"body": "* feat: add LookupTXTWithTTL to expose TXT record TTL\n\nLookupTXT discarded the TTL that doRequestTXT already computes from the\nDNS answer, so callers had no way to learn how long a TXT record set is\nvalid. This blocks consumers (e.g. a gateway resolving DNSLink) from\nsetting Cache-Control max-age ba\n[…]\nsumers detect at runtime to opt in to TXT TTLs.\nAsserting it at compile time turns a signature drift that would\nsilently disable TTL reporting downstream into a build failure.\n\n* chore: release v0.6.0",
"is_bot": false,
"headline": "feat: add LookupTXTWithTTL to expose TXT record TTL (#33)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2026-07-17T13:20:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f0c40362ff578c5d8476803d6150b85e3bbffe19",
"body": "release-check installs Go from master's go.mod, and gorelease no\nlonger runs on 1.24; the madns v0.6.0 bump landing next requires\nGo 1.25 anyway.",
"is_bot": false,
"headline": "chore!: bump go.mod to Go 1.25 and run go fix (#36)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2026-07-17T13:08:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "143822728e6127d23d13cc27606738a2c4044d0f",
"body": "BREAKING CHANGE: Updating the Go version to 1.24",
"is_bot": false,
"headline": "chore!: bump go.mod to Go 1.24 and run go fix (#32)",
"author_name": "web3-bot",
"author_login": "web3-bot",
"committed_at": "2025-08-21T07:32:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f62a885d283979ac9955505243035b3084ae734",
"body": "* chore: add or force update .github/workflows/stale.yml\n\n* chore: add or force update .github/workflows/generated-pr.yml",
"is_bot": false,
"headline": "ci: uci/copy-templates (#31)",
"author_name": "web3-bot",
"author_login": "web3-bot",
"committed_at": "2025-03-28T13:07:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f35f085d898910cf30efcd8416a9db8a68e0a850",
"body": "BREAKING CHANGE: Updating the Go version to 1.23",
"is_bot": false,
"headline": "chore!: bump go.mod to Go 1.23 and run go fix (#30)",
"author_name": "web3-bot",
"author_login": "web3-bot",
"committed_at": "2025-02-16T20:02:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8b3f3c2a6dc74a403137667e9316e7a74477a8c",
"body": null,
"is_bot": false,
"headline": "chore: release v0.5.0",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2025-01-08T21:11:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "348b630c22c2cf92321c85fbe7fb1e56e773e2b4",
"body": "* chore: bump go.mod to Go 1.22 and run go fix\r\n\r\n* chore: update deps\r\n\r\nhopefully this fixes macos error with go1.23\r\n\r\n---------\r\n\r\nCo-authored-by: Marcin Rataj <lidel@lidel.org>",
"is_bot": false,
"headline": "chore: uci/update-go and go.mod (#27)",
"author_name": "web3-bot",
"author_login": "web3-bot",
"committed_at": "2025-01-08T21:09:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08689e9d0b8a674a2d40e94cc2c5c4fa8a0faa58",
"body": "we have per TLD resolvers and this helps end user\r\nto self-service when one of DoH resolvers goes down",
"is_bot": false,
"headline": "fix: include url on HTTP error (#29)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2025-01-08T20:47:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68cc2cec9a53916728026ca73c941bd2616ade96",
"body": "* feat: allow http endpoints\r\n* refactor: limit http:// to localhost\r\n\r\n---------\r\n\r\nCo-authored-by: Marcin Rataj <lidel@lidel.org>",
"is_bot": false,
"headline": "feat: allow localhost http endpoints (#28)",
"author_name": "Adin Schmahmann",
"author_login": "aschmahmann",
"committed_at": "2025-01-08T20:46:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2e25860684789200e3a3a911dc9a74d01771d5b",
"body": "* chore: add or force update .github/workflows/go-test.yml\n\n* chore: add or force update .github/workflows/go-check.yml\n\n* chore: add or force update .github/workflows/releaser.yml\n\n* chore: add or force update .github/workflows/release-check.yml\n\n* chore: add or force update .github/workflows/tagpu\n[…]\n/go-check.yml\n\n* chore: add or force update .github/workflows/releaser.yml\n\n* chore: add or force update .github/workflows/release-check.yml\n\n* chore: add or force update .github/workflows/tagpush.yml",
"is_bot": false,
"headline": "ci: uci/copy-templates (#26)",
"author_name": "web3-bot",
"author_login": "web3-bot",
"committed_at": "2024-03-22T07:17:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ce52a700f353c36fbfecf2493e9ec6bf63cf5f4a",
"body": "* chore: bump go.mod to Go 1.21 and run go fix\n\n* chore: run go mod tidy",
"is_bot": false,
"headline": "ci: uci/update-go (#25)",
"author_name": "web3-bot",
"author_login": "web3-bot",
"committed_at": "2024-03-14T11:26:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f81d7be4fa6592f7e8ed7f6e939c8a18eef4a334",
"body": null,
"is_bot": false,
"headline": "chore: Update .github/workflows/stale.yml [skip ci]",
"author_name": "GitHub",
"author_login": null,
"committed_at": "2024-01-31T16:48:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c4511c05046d41a98d999b5e5da84518dab5348",
"body": null,
"is_bot": false,
"headline": "chore: bump go.mod to Go 1.20 and run go fix (#24)",
"author_name": "web3-bot",
"author_login": "web3-bot",
"committed_at": "2023-08-14T13:36:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52d0f36a1c808e931e5e645f810c825307c87521",
"body": "* chore: add or force update .github/workflows/go-test.yml\n\n* chore: add or force update .github/workflows/go-check.yml\n\n* chore: add or force update .github/workflows/releaser.yml\n\n* chore: add or force update .github/workflows/release-check.yml\n\n* chore: add or force update .github/workflows/tagpush.yml",
"is_bot": false,
"headline": "ci: uci/copy-templates (#23)",
"author_name": "web3-bot",
"author_login": "web3-bot",
"committed_at": "2023-08-14T06:20:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddd8bc44b443995634ca54737cee49bbacddcbfc",
"body": null,
"is_bot": false,
"headline": "chore: delete templates [skip ci] (#22)",
"author_name": "web3-bot",
"author_login": "web3-bot",
"committed_at": "2023-08-13T18:54:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1897e7c5b6968e94a38a484fc077c2d7d55a4467",
"body": null,
"is_bot": false,
"headline": "chore: Update .github/workflows/stale.yml [skip ci]",
"author_name": "GitHub",
"author_login": null,
"committed_at": "2023-06-28T08:54:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fc8a0b09599bf0a0034aad16e8afe34d0c8a628",
"body": null,
"is_bot": false,
"headline": "chore: Update .github/workflows/stale.yml [skip ci]",
"author_name": "GitHub",
"author_login": null,
"committed_at": "2023-06-14T09:06:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3842711437067613314ae59325a94eb5faf0e06",
"body": null,
"is_bot": false,
"headline": "sync: update CI config files (#21)",
"author_name": "web3-bot",
"author_login": "web3-bot",
"committed_at": "2023-02-08T14:17:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "237910876bf9814be30cf61907cb7205c9eca82f",
"body": null,
"is_bot": true,
"headline": "chore: Update .github/workflows/stale.yml [skip ci]",
"author_name": "libp2p-mgmt-read-write[bot]",
"author_login": null,
"committed_at": "2022-09-19T13:41:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6950b55f0a05e4e679b364ee687718707ef3d63b",
"body": null,
"is_bot": false,
"headline": "sync: update CI config files (#20)",
"author_name": "web3-bot",
"author_login": "web3-bot",
"committed_at": "2022-08-25T12:40:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a8a984851693d370e76e48fa163508a3bc973ac",
"body": null,
"is_bot": false,
"headline": "sync: update CI config files (#18)",
"author_name": "web3-bot",
"author_login": "web3-bot",
"committed_at": "2022-04-04T15:18:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2872223a36f28cc5f73ef41e45c6666f3289c271",
"body": "Changelog:\r\n* Option can be passed when initialising the resolver\r\n* Two options: one to set a max TTL for cache entries and one to disable cache",
"is_bot": false,
"headline": "Release v0.4.0 (#16)",
"author_name": "Thibault Meunier",
"author_login": "thibmeu",
"committed_at": "2021-12-22T09:11:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67a10ef63bf3a42e811ae3838939ecf59577955e",
"body": null,
"is_bot": false,
"headline": "sync: update CI config files (#14)",
"author_name": "web3-bot",
"author_login": "web3-bot",
"committed_at": "2021-12-10T15:04:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5fdce2bf515c72a89dc825a4c924a1b87aa5251",
"body": "Add a max TTL for cached entries",
"is_bot": false,
"headline": "Merge pull request #12 from thibmeu/feature/maximum-ttl-cache",
"author_name": "Marten Seemann",
"author_login": "marten-seemann",
"committed_at": "2021-10-12T13:26:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "909421f5a0ce023411bca81fdf994ad15e1c8431",
"body": null,
"is_bot": false,
"headline": "Add a max TTL for cached entries (#10)",
"author_name": "Thibault Meunier",
"author_login": "thibmeu",
"committed_at": "2021-10-12T13:16:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fadcce34e2cbc37626532d23f1dd21083cad3f2d",
"body": "* bump go.mod to Go 1.16 and run go fix\r\n\r\n* run go mod tidy\r\n\r\n* update .github/workflows/automerge.yml\r\n\r\n* update .github/workflows/go-test.yml\r\n\r\n* update .github/workflows/go-check.yml\r\n\r\nCo-authored-by: web3-bot <web3-bot@users.noreply.github.com>",
"is_bot": false,
"headline": "sync: update CI config files (#9)",
"author_name": "web3-bot",
"author_login": "web3-bot",
"committed_at": "2021-10-12T13:07:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11f3c73a1616829fc5b1e7c2e37466e281ae85b3",
"body": "Perform test locally instead of using a live dns resolution",
"is_bot": false,
"headline": "Merge pull request #13 from thibmeu/fix-tests-ipv6",
"author_name": "Marten Seemann",
"author_login": "marten-seemann",
"committed_at": "2021-10-12T13:02:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26c93b9fbb69b2a908bfad982827508950b3f413",
"body": "Tests were relying on an external domain to be configured properly.\nEspecially, it needed to have both an A and AAAA record configured. It\nturns out this domain has changed and no longer has an AAAA record,\nmaking the tests to fail.\n\nThis commit updates the tests to use a local DoH resolver, which can be\nconfigured to return deterministic answers. This way, the resolution\ndoes not depend on an external configuration.",
"is_bot": false,
"headline": "Perform test locally instead of using a live dns resolution (#11)",
"author_name": "Thibault Meunier",
"author_login": "thibmeu",
"committed_at": "2021-10-12T12:07:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4571ac1633ada52ec93723fc84fc3ee6381cfbb7",
"body": null,
"is_bot": false,
"headline": "sync: update CI config files (#8)",
"author_name": "web3-bot",
"author_login": "web3-bot",
"committed_at": "2021-06-01T17:36:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "605ddde5eee0dcafa6032cb01c3a2ba8e3fc8610",
"body": null,
"is_bot": false,
"headline": "sync: update CI config files (#7)",
"author_name": "web3-bot",
"author_login": "web3-bot",
"committed_at": "2021-05-21T18:40:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcba7d512d7393fa497b57849b6c91f2c2f1c6a7",
"body": "fix staticcheck",
"is_bot": false,
"headline": "Merge pull request #6 from libp2p/fix-staticcheck",
"author_name": "Marten Seemann",
"author_login": "marten-seemann",
"committed_at": "2021-05-19T18:54:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3de746a1605590907e2cbed856e9c7482d0ca94f",
"body": null,
"is_bot": false,
"headline": "fix staticcheck",
"author_name": "Marten Seemann",
"author_login": "marten-seemann",
"committed_at": "2021-05-19T17:38:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "343363c6322fcd8a63da3382e2424bdd02c909db",
"body": "Fix cache race",
"is_bot": false,
"headline": "Merge pull request #4 from libp2p/fix/cache-race",
"author_name": "vyzo",
"author_login": "vyzo",
"committed_at": "2021-05-19T17:34:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e13069cfc0fdd854ea4f7f880f567d9a5a49d7f",
"body": null,
"is_bot": false,
"headline": "fix: do not export the mutex on the resolver",
"author_name": "Adin Schmahmann",
"author_login": "aschmahmann",
"committed_at": "2021-05-19T17:23:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca4330751c1ca8896a5feef78ef3578697ae122a",
"body": null,
"is_bot": false,
"headline": "fix: switch from rwmutex to regular mutex to fix a race",
"author_name": "Adin Schmahmann",
"author_login": "aschmahmann",
"committed_at": "2021-05-19T17:21:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac9eaf081bdebbb9054b24bbbe3c90683bd1a435",
"body": null,
"is_bot": false,
"headline": "chore: go sum",
"author_name": "Adin Schmahmann",
"author_login": "aschmahmann",
"committed_at": "2021-05-19T17:19:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01bec9368f7282bf06d442e4962fa0a5d04551fb",
"body": "Add DNS RR cache",
"is_bot": false,
"headline": "Merge pull request #3 from libp2p/feat/resolver-cache",
"author_name": "vyzo",
"author_login": "vyzo",
"committed_at": "2021-04-14T19:10:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b30936307cbbf81554dea8c0c4e73e7f3f70684",
"body": null,
"is_bot": false,
"headline": "use RWMutex for cache",
"author_name": "vyzo",
"author_login": "vyzo",
"committed_at": "2021-04-14T17:02:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fafe4e65f01fa578e485c2e8f0e018ea9dbfc6d7",
"body": null,
"is_bot": false,
"headline": "update tests to check caches",
"author_name": "vyzo",
"author_login": "vyzo",
"committed_at": "2021-04-14T16:58:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8643196d09db4f080ae283be85b833cdf60ad01",
"body": null,
"is_bot": false,
"headline": "add DNS RR cache",
"author_name": "vyzo",
"author_login": "vyzo",
"committed_at": "2021-04-14T16:58:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73c190e3236714842e8b7ed400cbc540bb0b8f0f",
"body": "ReadAll from ioutil for older go versions",
"is_bot": false,
"headline": "Merge pull request #2 from libp2p/fix/go1.15",
"author_name": "vyzo",
"author_login": "vyzo",
"committed_at": "2021-04-12T11:17:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b953ae1c57ca5ae505700aecbee0b870262806c",
"body": null,
"is_bot": false,
"headline": "ReadAll from ioutil for older go versions",
"author_name": "vyzo",
"author_login": "vyzo",
"committed_at": "2021-04-12T11:16:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "593326670ca4ba105c2558dee575abfa9c50ba68",
"body": "DoH resolver implementation",
"is_bot": false,
"headline": "Merge pull request #1 from libp2p/implementation",
"author_name": "vyzo",
"author_login": "vyzo",
"committed_at": "2021-04-12T08:49:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92051b32501f2366926e3b2f2f820930963e48b3",
"body": null,
"is_bot": false,
"headline": "check that we got both ip4 and ip6 addrs in test",
"author_name": "vyzo",
"author_login": "vyzo",
"committed_at": "2021-04-12T08:49:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04e7f467e418622cab7027836e91eddce4713cce",
"body": "Co-authored-by: Marcin Rataj <lidel@lidel.org>",
"is_bot": false,
"headline": "better dns addr for test",
"author_name": "vyzo",
"author_login": "vyzo",
"committed_at": "2021-04-12T08:45:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ca7b876a0ce29a88f5bbf4b35c38d2954217048",
"body": null,
"is_bot": false,
"headline": "deps: use go-multiaddr-dns@v0.3.0",
"author_name": "vyzo",
"author_login": "vyzo",
"committed_at": "2021-04-09T09:53:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1e418fff784fcf8007435db85ef5801facd5087",
"body": null,
"is_bot": false,
"headline": "use go-log/v2",
"author_name": "vyzo",
"author_login": "vyzo",
"committed_at": "2021-04-08T15:56:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46ccfe2e705ea8479d7654f7c1044d1e509f1e4d",
"body": null,
"is_bot": false,
"headline": "add tests",
"author_name": "vyzo",
"author_login": "vyzo",
"committed_at": "2021-04-08T15:11:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "961bca3c05b8b40c923dd65bca4f96d1e984ae9f",
"body": null,
"is_bot": false,
"headline": "do A/AAAA requests in parallel",
"author_name": "vyzo",
"author_login": "vyzo",
"committed_at": "2021-04-08T15:02:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "978e5c3d3def36d861513cab09173297aface55b",
"body": null,
"is_bot": false,
"headline": "don't force the dns-query url path",
"author_name": "vyzo",
"author_login": "vyzo",
"committed_at": "2021-04-08T14:58:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4e937c083fb7aaac66886a555e42e0dc68013a7",
"body": null,
"is_bot": false,
"headline": "gomod: update madns dependency",
"author_name": "vyzo",
"author_login": "vyzo",
"committed_at": "2021-04-08T14:57:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8dbbea45a01ebaad9f3e35659416585b5d45c794",
"body": null,
"is_bot": false,
"headline": "DoH resolver implementation",
"author_name": "vyzo",
"author_login": "vyzo",
"committed_at": "2021-04-08T10:13:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c48ccfdf1aa15b80f268f81f1bcaa759e2c8a58b",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "vyzo",
"author_login": "vyzo",
"committed_at": "2021-04-08T08:59:24Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 3,
"latest_release_at": "2026-07-17T13:20:58Z",
"latest_release_tag": "v0.6.0",
"releases_from_tags": false,
"days_since_last_push": 4,
"active_weeks_last_year": 2,
"days_since_latest_release": 4,
"mean_days_between_releases": 320.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/libp2p/go-doh-resolver",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/libp2p/go-doh-resolver",
"is_deprecated": false,
"latest_version": "v0.6.0",
"repository_url": "https://github.com/libp2p/go-doh-resolver",
"versions_count": 7,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-17T13:20:48Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4
}
]
},
"popularity": {
"forks": 1,
"stars": 5,
"watchers": 11,
"fork_history": {
"days": [
{
"date": "2021-12-17",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": {
"days": [
{
"date": "2021-05-23",
"count": 1
},
{
"date": "2024-03-09",
"count": 1
},
{
"date": "2024-03-22",
"count": 1
},
{
"date": "2025-05-24",
"count": 1
},
{
"date": "2026-03-06",
"count": 1
}
],
"complete": true,
"collected": 5,
"total_stars": 5
},
"open_issues_and_prs": 3
},
"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": [
"go.mod"
],
"largest_source_bytes": 10501,
"source_files_sampled": 3,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.25.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-hcg3-q754-cr77",
"GHSA-j5w8-q4qc-rx2x",
"GHSA-jppx-rxg9-jmrx"
],
"fixed_version": "0.52.0",
"advisory_count": 36,
"oldest_advisory_days": 587
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.27.0",
"severity": "moderate",
"ecosystem": "go",
"cvss_score": 6.5,
"advisory_ids": [
"GHSA-5cv4-jp36-h3mw",
"GHSA-qxp5-gwg8-xv66",
"GHSA-vvgc-356p-c3xw",
"GO-2024-3333",
"GO-2025-3503",
"GO-2025-3595",
"GO-2026-4440",
"GO-2026-4441",
"GO-2026-4918",
"GO-2026-5025"
],
"fixed_version": "1.26.3",
"advisory_count": 16,
"oldest_advisory_days": 580
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.22.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 60
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 1,
"critical": 1,
"moderate": 1
},
"advisory_count": 53,
"affected_count": 3,
"assessed_count": 26,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/ipfs/go-log/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.5.1"
},
{
"name": "github.com/miekg/dns",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.62"
},
{
"name": "github.com/multiformats/go-multiaddr-dns",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.6.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/ipfs/go-log/v2",
"direct": true,
"version": "v2.5.1",
"ecosystem": "go"
},
{
"name": "github.com/miekg/dns",
"direct": true,
"version": "v1.1.62",
"ecosystem": "go"
},
{
"name": "github.com/multiformats/go-multiaddr-dns",
"direct": true,
"version": "v0.6.0",
"ecosystem": "go"
},
{
"name": "github.com/ipfs/go-cid",
"direct": false,
"version": "v0.0.7",
"ecosystem": "go"
},
{
"name": "github.com/klauspost/cpuid/v2",
"direct": false,
"version": "v2.2.6",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-isatty",
"direct": false,
"version": "v0.0.14",
"ecosystem": "go"
},
{
"name": "github.com/minio/sha256-simd",
"direct": false,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/mr-tron/base58",
"direct": false,
"version": "v1.2.0",
"ecosystem": "go"
},
{
"name": "github.com/multiformats/go-base32",
"direct": false,
"version": "v0.1.0",
"ecosystem": "go"
},
{
"name": "github.com/multiformats/go-base36",
"direct": false,
"version": "v0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/multiformats/go-multiaddr",
"direct": false,
"version": "v0.13.0",
"ecosystem": "go"
},
{
"name": "github.com/multiformats/go-multibase",
"direct": false,
"version": "v0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/multiformats/go-multihash",
"direct": false,
"version": "v0.2.3",
"ecosystem": "go"
},
{
"name": "github.com/multiformats/go-varint",
"direct": false,
"version": "v0.0.7",
"ecosystem": "go"
},
{
"name": "github.com/spaolacci/murmur3",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "go.uber.org/atomic",
"direct": false,
"version": "v1.7.0",
"ecosystem": "go"
},
{
"name": "go.uber.org/multierr",
"direct": false,
"version": "v1.6.0",
"ecosystem": "go"
},
{
"name": "go.uber.org/zap",
"direct": false,
"version": "v1.19.1",
"ecosystem": "go"
},
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.25.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/exp",
"direct": false,
"version": "v0.0.0-20230725012225-302865e7556b",
"ecosystem": "go"
},
{
"name": "golang.org/x/mod",
"direct": false,
"version": "v0.18.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.27.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sync",
"direct": false,
"version": "v0.7.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.22.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/tools",
"direct": false,
"version": "v0.22.0",
"ecosystem": "go"
},
{
"name": "lukechampine.com/blake3",
"direct": false,
"version": "v1.2.1",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 26,
"direct_count": 3,
"indirect_count": 23
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 28,
"open_issues": 1,
"closed_ratio": 0.8,
"closed_issues": 4,
"closed_unmerged_prs": 1
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "vyzo",
"commits": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/36426?v=4"
},
{
"type": "User",
"login": "web3-bot",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/81333946?v=4"
},
{
"type": "User",
"login": "aschmahmann",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/2733228?v=4"
},
{
"type": "User",
"login": "lidel",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/157609?v=4"
},
{
"type": "User",
"login": "marten-seemann",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/1478487?v=4"
},
{
"type": "User",
"login": "web-flow",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/19864447?v=4"
},
{
"type": "User",
"login": "thibmeu",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/1894894?v=4"
}
],
"contributors_sampled": 7,
"top_contributor_share": 0.346
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"generated-pr.yml",
"go-check.yml",
"go-test.yml",
"release-check.yml",
"releaser.yml",
"stale.yml",
"tagpush.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": 1,
"reason": "3 out of 23 merged PRs checked by a CI test -- score normalized to 1",
"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": 4,
"reason": "Found 12/28 approved changesets -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"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": 2,
"reason": "2 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 2",
"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": 0,
"reason": "33 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "6d6d1170e8069868270bc86b2f9cd68af73adb13",
"ran_at": "2026-07-22T02:16:32Z",
"aggregate_score": 2.8,
"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-17T13:30:39Z",
"oldest_open_prs": [
{
"number": 34,
"created_at": "2026-06-04T01:45:01Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 35,
"created_at": "2026-06-04T11:46:17Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-17T13:20:48Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 5,
"created_at": "2021-05-19T17:41:39Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/libp2p/go-doh-resolver",
"host": "github.com",
"name": "go-doh-resolver",
"owner": "libp2p"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"security": 42,
"vitality": 61,
"community": 31,
"governance": 75,
"engineering": 50
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 61,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"commits_last_year": 3,
"human_commit_share": 0.981,
"days_since_last_push": 4,
"active_weeks_last_year": 2
},
"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": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "3 commits in the last year",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 3
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "2 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 2",
"points": 2,
"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": 7,
"latest_release_tag": "v0.6.0",
"releases_from_tags": false,
"days_since_latest_release": 4,
"mean_days_between_releases": 320.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "7 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 7
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~320.4 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 320.4
}
}
],
"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": "at_risk",
"name": "Community & Adoption",
"value": 31,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 15,
"inputs": {
"forks": 1,
"stars": 5,
"watchers": 11,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "below_threshold"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "5 stars",
"points": 9.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 5
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "11 watchers",
"points": 5.6,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 11
}
}
],
"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": "good",
"name": "Sustainability & Governance",
"value": 75,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 7,
"top_contributor_share": 0.346
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 35% of commits",
"points": 14.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 35
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "7 contributors",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 7
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"merged_prs": 28,
"open_issues": 1,
"closed_issues": 4,
"issue_closed_ratio": 0.8,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "80% of issues closed",
"points": 37.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 80
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "28/29 decided PRs merged",
"points": 36.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 28,
"decided": 29
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 12/28 approved changesets -- score normalized to 4",
"points": 6,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 78,
"inputs": {
"followers": 1326,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "libp2p",
"public_repos": 275,
"account_age_days": 3952
},
"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": "1,326 followers of libp2p",
"points": 22.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1326,
"login": "libp2p"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "275 public repos, account ~10 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 275
}
},
{
"code": "account_age_years",
"params": {
"years": 10
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/libp2p/go-doh-resolver"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 4
},
"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 4 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 4
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "7 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 7
}
}
],
"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": 50,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 50,
"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": "7 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 7
}
}
],
"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": "3 out of 23 merged PRs checked by a CI test -- score normalized to 1",
"points": 2,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"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": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 42,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"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": 28,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 2.8
},
"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": "3 out of 23 merged PRs checked by a CI test -- score normalized to 1",
"points": 0.2,
"status": "partial",
"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 12/28 approved changesets -- score normalized to 4",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"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": "2 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 2",
"points": 1.5,
"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": "33 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, No advisories left outstanding. Remaining weights renormalized. Matched 26 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": 26
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 53,
"affected_packages": 3,
"assessed_packages": 26,
"unassessed_packages": 0,
"affected_by_severity": "critical 1, moderate 1, unknown 1",
"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": 26,
"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": 11
},
"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": 58,
"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.75,
"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": "39 of 52 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 39,
"sampled": 52
}
}
],
"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": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": 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 53",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 53
}
}
],
"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": 10501,
"source_files_sampled": 3,
"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/3 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 3,
"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": [],
"report_type": "repository",
"generated_at": "2026-07-22T02:16:48.399434Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/l/libp2p/go-doh-resolver.svg",
"full_name": "libp2p/go-doh-resolver",
"license_state": "standard",
"license_spdx": "MIT"
}