Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"dns",
"multiaddr",
"dnsaddr",
"resolve",
"madns"
],
"is_fork": false,
"size_kb": 1168,
"has_wiki": true,
"homepage": "https://multiformats.io/multiaddr",
"languages": {
"Go": 24662
},
"pushed_at": "2026-07-17T12:18:17Z",
"created_at": "2017-03-05T02:38:05Z",
"owner_type": "Organization",
"updated_at": "2026-07-17T12:18:12Z",
"description": "Go library and CLI tool for /dns4, /dns6, /dnsaddr multiaddr resolution",
"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://multiformats.io",
"name": "Multiformats",
"type": "Organization",
"login": "multiformats",
"company": null,
"location": "Earth",
"followers": 199,
"avatar_url": "https://avatars.githubusercontent.com/u/20296538?v=4",
"created_at": "2016-07-05T08:36:17Z",
"is_verified": null,
"public_repos": 80,
"account_age_days": 3668
},
"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-17T12:18:17Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-01-29T01:19:31Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2024-11-26T14:24:49Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2024-10-01T22:03:11Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2021-04-14T18:08:23Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2021-04-09T09:49:19Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2019-09-30T14:58:52Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2019-09-27T11:17:31Z"
}
],
"recent_commits": [
{
"oid": "5e4803a34bcb9abae48f018944dcfcbe6b8b1b2f",
"body": "* feat: add LookupTXTWithTTL to Resolver\n\nResolver.LookupTXT returns only TXT values and drops the TTL, so a\nresolver that knows it (such as DNS-over-HTTPS) cannot report it and\ncallers cannot tell how long a record set is valid or when to\nre-resolve. Correct caching and expiration needs that TTL fo\n[…]\nTWithTTL routes TTL reporting through whichever resolver the\nlookup matches, including the default one, not only per-domain\nresolvers. New test pins the default-resolver path.\n\n* chore: release v0.6.0",
"is_bot": false,
"headline": "feat: add LookupTXTWithTTL to Resolver (#75)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2026-07-17T12:18:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7c22394051527f0a5269ce9eff3cce6c7ad98323",
"body": "BREAKING CHANGE: Updating the Go version to 1.25",
"is_bot": false,
"headline": "chore!: bump go.mod to Go 1.25 and run go fix (#73)",
"author_name": "web3-bot",
"author_login": "web3-bot",
"committed_at": "2026-02-22T15:47:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1aeb99ca958893e9a69d3fea2a70144ae2a63f6d",
"body": null,
"is_bot": false,
"headline": "Release v0.5.0",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2026-01-29T01:19:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57a96ca59fd6079ed90061078a37b0cb7445f1c8",
"body": "* fix: remove dns dependency that is used only for one util\n\n* test: add unit tests for isFqdn and fqdn functions\n\nimprove function documentation to explain escaped dot handling\n\n---------\n\nCo-authored-by: Marcin Rataj <lidel@lidel.org>",
"is_bot": false,
"headline": "refactor: remove miekg/dns dep (#72)",
"author_name": "v1rtl",
"author_login": "v1rtl",
"committed_at": "2026-01-29T01:12:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ccb786d23e33fa4a6c2eee44188ecafa9da6909",
"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 (#71)",
"author_name": "web3-bot",
"author_login": "web3-bot",
"committed_at": "2025-08-21T07:31:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4af978ff59ff3d23ed1a634c89b09a114a828798",
"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 (#69)",
"author_name": "web3-bot",
"author_login": "web3-bot",
"committed_at": "2025-03-28T13:06:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "352c8bb50f3754c96cf79cc642214ec33b8d8f54",
"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 (#68)",
"author_name": "web3-bot",
"author_login": "web3-bot",
"committed_at": "2025-02-16T20:01:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c774f3c835321ab48ee63492dedd1aec8691a51",
"body": null,
"is_bot": false,
"headline": "Release v0.4.1",
"author_name": "sukun",
"author_login": "sukunrt",
"committed_at": "2024-11-26T14:24:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7cd9a69241f12e40db1f5f75a053f26d2368f31",
"body": null,
"is_bot": false,
"headline": "fix: If decapsulating is empty, skip it. (#65)",
"author_name": "Marco Munizaga",
"author_login": "MarcoPolo",
"committed_at": "2024-11-26T13:01:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "038b8919e7aa4ad11a0238d670ed08b51478a939",
"body": null,
"is_bot": false,
"headline": "Release v0.4.0 (#64)",
"author_name": "Marco Munizaga",
"author_login": "MarcoPolo",
"committed_at": "2024-10-01T22:02:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "757ad7092575959f8d88f19cac718954eaf78f75",
"body": null,
"is_bot": false,
"headline": "Limit total number of resolved addresses from DNS response (#63)",
"author_name": "Marco Munizaga",
"author_login": "MarcoPolo",
"committed_at": "2024-10-01T21:53:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25fce9e7961a37a013594b760199f497940caf8f",
"body": "* fix!: Only resolve a single DNS-like component in multiaddrs\r\n\r\nBREAKING CHANGE: Previously Resolve would resolve all DNS components in\r\na multiaddr. Now it will only resolve the first one. Users may\r\niteratively call Resolve to get the old behavior. See the tests for an\r\nexample.\r\n\r\n* Make test fn resolveAllDNS better\r\n\r\n* Handle nil input",
"is_bot": false,
"headline": "fix!: Only resolve the first DNS-like component (#61)",
"author_name": "Marco Munizaga",
"author_login": "MarcoPolo",
"committed_at": "2024-10-01T21:39:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8a0713c211bbf163d528d19b958248dcc34ef94",
"body": null,
"is_bot": false,
"headline": "Bump go-multiaddr dep (#62)",
"author_name": "Marco Munizaga",
"author_login": "MarcoPolo",
"committed_at": "2024-10-01T18:18:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5844adba7098d301994f0c1a93a86be15893fe9d",
"body": "ci: uci/update-go",
"is_bot": false,
"headline": "Merge pull request #60 from multiformats/uci/update-go",
"author_name": "Marco Munizaga",
"author_login": "MarcoPolo",
"committed_at": "2024-09-30T23:34:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eab802ce6c4bf0a5245dff3e832d523e25de8cdc",
"body": null,
"is_bot": false,
"headline": "chore: bump go.mod to Go 1.22 and run go fix",
"author_name": "web3-bot",
"author_login": "web3-bot",
"committed_at": "2024-08-23T10:38:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6da531043e5d802c33ffb511b62b3aefdaa83eef",
"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 (#59)",
"author_name": "web3-bot",
"author_login": "web3-bot",
"committed_at": "2024-03-22T07:17:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b76fae5cc4d2b9c09d028ba440a679b056409630",
"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 (#58)",
"author_name": "web3-bot",
"author_login": "web3-bot",
"committed_at": "2024-03-14T11:25:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e944aaa78597c34baa8d68a91c3ca236837760c",
"body": null,
"is_bot": false,
"headline": "chore: bump go.mod to Go 1.20 and run go fix (#56)",
"author_name": "web3-bot",
"author_login": "web3-bot",
"committed_at": "2023-08-14T13:36:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "680ad45fc9254c009def51821726dbafc7d44e05",
"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 (#55)",
"author_name": "web3-bot",
"author_login": "web3-bot",
"committed_at": "2023-08-14T06:20:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "702a960f6311433897a185c2a91775bc6a6b96a9",
"body": null,
"is_bot": false,
"headline": "chore: delete templates [skip ci] (#54)",
"author_name": "web3-bot",
"author_login": "web3-bot",
"committed_at": "2023-08-13T19:28:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ef2d5352d5be98e00c8b53d4952d145177bbfe3",
"body": null,
"is_bot": false,
"headline": "sync: update CI config files (#49)",
"author_name": "web3-bot",
"author_login": "web3-bot",
"committed_at": "2023-02-08T15:17:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c29923ffc65b0d0d7e8e7c2ee0578ac2fa85a62",
"body": null,
"is_bot": false,
"headline": "sync: update CI config files (#48)",
"author_name": "web3-bot",
"author_login": "web3-bot",
"committed_at": "2022-08-23T16:19:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bad63ddb983cf7824f45f1490f81f3b3b66fe62",
"body": null,
"is_bot": false,
"headline": "sync: update CI config files (#46)",
"author_name": "web3-bot",
"author_login": "web3-bot",
"committed_at": "2022-04-04T16:26:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05f0af21379a66e47f1b1248ab0484452c13a5e2",
"body": null,
"is_bot": false,
"headline": "sync: update CI config files (#43)",
"author_name": "web3-bot",
"author_login": "web3-bot",
"committed_at": "2021-12-10T14:33:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "482b2bce6e617b5e526e1b312572f552ed18828f",
"body": null,
"is_bot": false,
"headline": "sync: update CI config files (#42)",
"author_name": "web3-bot",
"author_login": "web3-bot",
"committed_at": "2021-08-17T13:41:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63f29ab2ff72596fbd881d9097a35ac152e29eef",
"body": "remove deprecated types",
"is_bot": false,
"headline": "Merge pull request #37 from multiformats/remove-deprecated-types",
"author_name": "Steven Allen",
"author_login": "Stebalien",
"committed_at": "2021-07-23T15:12:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47cb1380e62c789486783b37e77722c2ca0469eb",
"body": "update go-multiaddr to v0.3.3",
"is_bot": false,
"headline": "Merge pull request #39 from multiformats/update-go-multiaddr",
"author_name": "Steven Allen",
"author_login": "Stebalien",
"committed_at": "2021-07-23T15:12:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ba2e0b3c5caa783290e9b1c5bdc7e03711c33de",
"body": "remove Jenkinsfile",
"is_bot": false,
"headline": "Merge pull request #40 from multiformats/remove-jenkins",
"author_name": "Marten Seemann",
"author_login": "marten-seemann",
"committed_at": "2021-07-23T09:53:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61396c88f3a0920aa0499b56b10a18667b1b29b8",
"body": null,
"is_bot": false,
"headline": "remove Jenkinsfile",
"author_name": "Marten Seemann",
"author_login": "marten-seemann",
"committed_at": "2021-07-23T09:51:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca8c49c683d44df15c3879b0f53a73bc605e5732",
"body": "remove gx",
"is_bot": false,
"headline": "Merge pull request #38 from multiformats/remove-gx",
"author_name": "Marten Seemann",
"author_login": "marten-seemann",
"committed_at": "2021-07-23T09:50:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "869e662d227b6b55e8cff909dcfd9b1b5900ad9f",
"body": null,
"is_bot": false,
"headline": "update go-multiaddr to v0.3.3",
"author_name": "Marten Seemann",
"author_login": "marten-seemann",
"committed_at": "2021-07-23T09:48:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cc4980815550d14b2bd462832c72c5fed1691bf",
"body": null,
"is_bot": false,
"headline": "remove gx",
"author_name": "Marten Seemann",
"author_login": "marten-seemann",
"committed_at": "2021-07-23T09:46:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5b2170af47e12d0a6b1bc4862e10e7aa34195d6",
"body": null,
"is_bot": false,
"headline": "remove deprecated types",
"author_name": "Marten Seemann",
"author_login": "marten-seemann",
"committed_at": "2021-07-23T09:45:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88cf5659f9844ed17cf6490e5256e35f83d7209e",
"body": null,
"is_bot": false,
"headline": "sync: update CI config files (#34)",
"author_name": "web3-bot",
"author_login": "web3-bot",
"committed_at": "2021-06-01T17:09:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f6306b4518c44cba01c5c6d34490ae77a7cf865",
"body": null,
"is_bot": false,
"headline": "sync: update CI config files (#29)",
"author_name": "web3-bot",
"author_login": "web3-bot",
"committed_at": "2021-04-22T09:42:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a13d999a0238ad93347696ab8375d1d36bfd261b",
"body": "use net.IP.Equal to compare IP addresses",
"is_bot": false,
"headline": "Merge pull request #30 from multiformats/fix-staticcheck",
"author_name": "Marten Seemann",
"author_login": "marten-seemann",
"committed_at": "2021-04-22T08:59:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64cfa29c8f028ee2cdbeb90ba9a51085071a0e37",
"body": null,
"is_bot": false,
"headline": "use net.IP.Equal to compare IP addresses",
"author_name": "Marten Seemann",
"author_login": "marten-seemann",
"committed_at": "2021-04-22T05:36:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "448c10b622b0c09ce6834487156c1fd9a65f1597",
"body": "Normalize domains to fqdn for resolver selection",
"is_bot": false,
"headline": "Merge pull request #27 from multiformats/feat/fqdn-normalization",
"author_name": "vyzo",
"author_login": "vyzo",
"committed_at": "2021-04-14T18:06:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fac232e44953db6c41868865a6fe7c50990058a",
"body": null,
"is_bot": false,
"headline": "bump go to 1.15",
"author_name": "vyzo",
"author_login": "vyzo",
"committed_at": "2021-04-13T14:27:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af99b2d42e136475ec982d2476ea375d55804de8",
"body": null,
"is_bot": false,
"headline": "normalize domains to fqdn for resolver selection",
"author_name": "vyzo",
"author_login": "vyzo",
"committed_at": "2021-04-13T14:24:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf947913380fd1f01893c06c15903de50aaacf08",
"body": null,
"is_bot": false,
"headline": "gomod: get miekg/dns",
"author_name": "vyzo",
"author_login": "vyzo",
"committed_at": "2021-04-13T14:22:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "963a26ae38412b47c5272f2ab925f30b2b49b4e2",
"body": "refactor Resolver to support custom per-TLD resolvers",
"is_bot": false,
"headline": "Merge pull request #26 from multiformats/feat/rework-resolver",
"author_name": "vyzo",
"author_login": "vyzo",
"committed_at": "2021-04-09T09:46:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45cdfcfc1fd6617653765a102486dfff550f85b7",
"body": "…nResolver",
"is_bot": false,
"headline": "add comments clarifying the left-to-right selection rule in WithDomai…",
"author_name": "vyzo",
"author_login": "vyzo",
"committed_at": "2021-04-08T15:45:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d965d38967a6a5b0576519c7e37ddd98559fa23f",
"body": "to ensure specific resolver supersedes generic one",
"is_bot": false,
"headline": "improve test with failsafe",
"author_name": "vyzo",
"author_login": "vyzo",
"committed_at": "2021-04-08T15:43:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e9c3ecd7d8775b9971935b6cc3f3106f67fa302",
"body": null,
"is_bot": false,
"headline": "fix bug; it's a dot damn it!",
"author_name": "vyzo",
"author_login": "vyzo",
"committed_at": "2021-04-08T14:53:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf42e5628e2fc6dd969609d59defcad348f5fa15",
"body": null,
"is_bot": false,
"headline": "add custom resolver test",
"author_name": "vyzo",
"author_login": "vyzo",
"committed_at": "2021-04-07T17:13:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95b70c86e010f26f05ed43eb2928fef9f8722c19",
"body": null,
"is_bot": false,
"headline": "fix custom resolver map initialization",
"author_name": "vyzo",
"author_login": "vyzo",
"committed_at": "2021-04-07T17:13:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "807a4262d367e71b660cd7e659eadfe1ec147e64",
"body": null,
"is_bot": false,
"headline": "more nuanced handling of custom resolvers",
"author_name": "vyzo",
"author_login": "vyzo",
"committed_at": "2021-04-07T16:53:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9a0619703e32a937c1c8302367089186ae276ee",
"body": null,
"is_bot": false,
"headline": "refactor Resolver to support custom per-TLD resolvers",
"author_name": "vyzo",
"author_login": "vyzo",
"committed_at": "2021-04-06T21:10:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dba25a2c0b7ac34fe5ff2ceeeeae367f7c536416",
"body": "feat: exposes backend",
"is_bot": false,
"headline": "Merge pull request #25 from Jorropo/feat/exposes-backend",
"author_name": "Steven Allen",
"author_login": "Stebalien",
"committed_at": "2020-11-30T21:34:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8af92eba59f761621e55692e5a0d9f912d6c1afe",
"body": "This allows to more easly implements a custom Backend.\n\nSigned-off-by: Jorropo <jorropo.pgm@gmail.com>",
"is_bot": false,
"headline": "feat: exposes backend",
"author_name": "Jorropo",
"author_login": "Jorropo",
"committed_at": "2020-11-25T13:31:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2951ee18ea9f5f1ab58f49b776540e2c8ac9b40d",
"body": "….com/multiformats/go-multiaddr-0.2.0\n\nBump github.com/multiformats/go-multiaddr from 0.1.1 to 0.2.0",
"is_bot": false,
"headline": "Merge pull request #19 from multiformats/dependabot/go_modules/github…",
"author_name": "Steven Allen",
"author_login": "Stebalien",
"committed_at": "2020-01-29T05:56:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "151572c6d8f6ab908bdb5a581d1a3ea1c60136d0",
"body": "Bumps [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr) from 0.1.1 to 0.2.0.\n- [Release notes](https://github.com/multiformats/go-multiaddr/releases)\n- [Commits](https://github.com/multiformats/go-multiaddr/compare/v0.1.1...v0.2.0)\n\nSigned-off-by: dependabot-preview[bot] <support@dependabot.com>",
"is_bot": true,
"headline": "Bump github.com/multiformats/go-multiaddr from 0.1.1 to 0.2.0",
"author_name": "dependabot-preview[bot]",
"author_login": "dependabot-preview[bot]",
"committed_at": "2020-01-29T05:52:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aeb5743691b968cfa3365c9da59ef872a3133c87",
"body": "flesh out resolution logic and support /dns",
"is_bot": false,
"headline": "Merge pull request #17 from multiformats/feat/rewrite",
"author_name": "Steven Allen",
"author_login": "Stebalien",
"committed_at": "2019-09-30T14:55:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0eb9e18d2fb65518efd1583d7bb91c6a12ffb1b4",
"body": null,
"is_bot": false,
"headline": "doc: improve code comments on dns resolution logic",
"author_name": "Steven Allen",
"author_login": "Stebalien",
"committed_at": "2019-09-19T00:52:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c560f514515e6579600420c654942eddd025a89",
"body": "per https://github.com/multiformats/multiaddr/issues/22#issuecomment-268015055",
"is_bot": false,
"headline": "add plain dns support",
"author_name": "Steven Allen",
"author_login": "Stebalien",
"committed_at": "2019-09-19T00:23:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be353bd7297fb37758839b30ae31eda40dfbe2b6",
"body": "1. Handle multiple dns{4,6,addr} anywhere in an address.\n2. Try to allocate less.",
"is_bot": false,
"headline": "correctly implement resolution",
"author_name": "Steven Allen",
"author_login": "Stebalien",
"committed_at": "2019-09-19T00:20:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc9a9eabad5035b23eb95c167621aee7f0083b34",
"body": "fix: move multiaddr definitions to the multiaddr library",
"is_bot": false,
"headline": "Merge pull request #18 from multiformats/fix/global-multiaddr-registry",
"author_name": "Steven Allen",
"author_login": "Stebalien",
"committed_at": "2019-09-19T00:05:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c5d47af399284e05c80128c208d0279c0a54180",
"body": null,
"is_bot": false,
"headline": "remove gx support",
"author_name": "Steven Allen",
"author_login": "Stebalien",
"committed_at": "2019-09-19T00:00:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "014437c851c53c9f09f55b09b462067df76fbcdb",
"body": "We shouldn't have to import protocol definitions simply to parse a multiaddr.",
"is_bot": false,
"headline": "fix: move multiaddr definitions to the multiaddr library",
"author_name": "Steven Allen",
"author_login": "Stebalien",
"committed_at": "2019-09-18T23:50:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3974bf3f84c52825588fdcc0fd0e0aa7953ab5ff",
"body": "fix handling of short records",
"is_bot": false,
"headline": "Merge pull request #16 from multiformats/fix/bad-record",
"author_name": "Steven Allen",
"author_login": "Stebalien",
"committed_at": "2019-07-09T20:15:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a23ff187ebe62ca0e161eb12a50a0ab0a74e9ad9",
"body": "If the \"match\" part of the multiaddr is longer than the record, don't panic.",
"is_bot": false,
"headline": "fix handling of short records",
"author_name": "Steven Allen",
"author_login": "Stebalien",
"committed_at": "2019-07-09T20:12:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d0de25ce05c9294aa44f320c03c7e85e11bbb0b",
"body": "Update README.md",
"is_bot": false,
"headline": "Merge pull request #15 from arberiii/patch-2",
"author_name": "Lars Gierth",
"author_login": null,
"committed_at": "2019-03-21T16:51:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2b7dabb6d8ca849aae8e2604481966abd6a2ca7",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Arber Avdullahu",
"author_login": "arberiii",
"committed_at": "2019-03-21T16:28:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25bd1ef04b2908f182226bff33da5057f3ae306e",
"body": null,
"is_bot": false,
"headline": "gx publish 0.3.2 // gomod v0.0.2",
"author_name": "Raúl Kripalani",
"author_login": "raulk",
"committed_at": "2019-02-27T17:09:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7c544d7a325c57bdbd7e9ba9c035a6701c5c7d2",
"body": null,
"is_bot": false,
"headline": "gx publish 0.3.2",
"author_name": "Raúl Kripalani",
"author_login": "raulk",
"committed_at": "2019-02-27T16:51:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f755be03f8a0a5051b058d2d13a79092c18123e0",
"body": "Export protocol codes",
"is_bot": false,
"headline": "Merge pull request #11 from backkem/export-codes",
"author_name": "Raúl Kripalani",
"author_login": "raulk",
"committed_at": "2019-02-27T12:18:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11bb352a362f3ea80c29578062986c824c6dd8cb",
"body": null,
"is_bot": false,
"headline": "update comment.",
"author_name": "Raúl Kripalani",
"author_login": "raulk",
"committed_at": "2019-02-27T12:13:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b46bdf6b9b0d35379aa3a059d429c3a337c0488",
"body": "gx publish 0.3.1",
"is_bot": false,
"headline": "Merge pull request #13 from multiformats/gx/update-qtg73x",
"author_name": "Hector Sanjuan",
"author_login": "hsanjuan",
"committed_at": "2019-02-26T20:18:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97d5f49360ab1851fd97762c24c030b036852dae",
"body": null,
"is_bot": false,
"headline": "gx publish 0.3.1",
"author_name": "Hector Sanjuan",
"author_login": "hsanjuan",
"committed_at": "2019-02-26T19:54:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9bb7b628393a2dec79dbc6fcda82d9dc815650e",
"body": "Add gomod support",
"is_bot": false,
"headline": "Merge pull request #12 from multiformats/feat/gomod",
"author_name": "Jakub Sztandera",
"author_login": "Kubuxu",
"committed_at": "2019-02-26T18:07:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04218a658c177682495a12d3d160cb8ad20ad341",
"body": null,
"is_bot": false,
"headline": "Add gomod support and travis",
"author_name": "Jakub Sztandera",
"author_login": "Kubuxu",
"committed_at": "2019-02-26T17:51:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cb3eac5069e1302a55689eb52dbc122f9d5283c",
"body": null,
"is_bot": false,
"headline": "Export protocol codes",
"author_name": "backkem",
"author_login": "backkem",
"committed_at": "2018-12-20T11:36:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3d6340f0777006db9e16e2817745c52fd64a500",
"body": null,
"is_bot": false,
"headline": "gx publish 0.3.0",
"author_name": "Cole Brown",
"author_login": "bigs",
"committed_at": "2018-12-04T22:48:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c808b7910affd839c0f859aa4e5318500e79afc0",
"body": null,
"is_bot": false,
"headline": "bump go-multiaddr version",
"author_name": "Cole Brown",
"author_login": "bigs",
"committed_at": "2018-12-04T22:47:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ad4cb43a93f543bd1449006f12dd8aab1149a42",
"body": null,
"is_bot": false,
"headline": "gx publish 0.2.6",
"author_name": "Steven Allen",
"author_login": "Stebalien",
"committed_at": "2018-11-02T23:33:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "317a9bc842d426da4d878690625babb26d64e73b",
"body": null,
"is_bot": false,
"headline": "gx publish 0.2.5",
"author_name": "Steven Allen",
"author_login": "Stebalien",
"committed_at": "2018-10-24T16:45:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78f39e8892d4f8c5c9f18679cc06d0b40ecab8cf",
"body": "update go-multiaddr",
"is_bot": false,
"headline": "Merge pull request #10 from multiformats/gx/update-multiaddr",
"author_name": "Steven Allen",
"author_login": "Stebalien",
"committed_at": "2018-06-23T00:51:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dea81b1fed63cb2118645d485e0b6cdd2ec4f73",
"body": null,
"is_bot": false,
"headline": "test bad multiaddrs with bad domain names",
"author_name": "Steven Allen",
"author_login": "Stebalien",
"committed_at": "2018-06-23T00:49:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab7059599c0215374d05ceb716f54d6ed9bb1d5f",
"body": null,
"is_bot": false,
"headline": "gx publish 0.2.4",
"author_name": "Steven Allen",
"author_login": "Stebalien",
"committed_at": "2018-06-22T21:56:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc1d4edd29551d3d14680f90546bd9d9a47c9bbb",
"body": "and address breaking changes",
"is_bot": false,
"headline": "update go-multiaddr",
"author_name": "Steven Allen",
"author_login": "Stebalien",
"committed_at": "2018-06-22T21:55:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c36f46414bba59a19ffe5154841f76d4a55b780",
"body": null,
"is_bot": false,
"headline": "gx publish 0.2.3",
"author_name": "Steven Allen",
"author_login": "Stebalien",
"committed_at": "2018-06-09T03:24:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3d4fcd3cbaf54a24b0b68f1461986ede1d59859",
"body": "Create Jenkinsfile",
"is_bot": false,
"headline": "Merge pull request #9 from multiformats/jenkinsfile",
"author_name": "ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ",
"author_login": "victorb",
"committed_at": "2018-03-27T18:51:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca71af7cf475160962b2cc7e58528adbd4db6524",
"body": null,
"is_bot": false,
"headline": "Create Jenkinsfile",
"author_name": "ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ",
"author_login": "victorb",
"committed_at": "2018-03-27T15:58:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f14fbd77f3d6828cfdd58ecfac0217238cb0f8c",
"body": "Use consistent /dnsaddr code",
"is_bot": false,
"headline": "Merge pull request #8 from multiformats/fix/dnsaddr",
"author_name": "Lars Gierth",
"author_login": null,
"committed_at": "2018-03-23T22:39:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12f46779912298a37020ace888b2dc612eea2e20",
"body": null,
"is_bot": false,
"headline": "Use consistent /dnsaddr code",
"author_name": "Lars Gierth",
"author_login": null,
"committed_at": "2018-03-23T03:29:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b431cd0a670beb991d0d0dc3defd2b89125aa34e",
"body": null,
"is_bot": false,
"headline": "gx publish 0.2.2",
"author_name": "Steven Allen",
"author_login": "Stebalien",
"committed_at": "2018-01-20T04:52:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87ed7a0467713ec4204e073168e6e5adbed936de",
"body": null,
"is_bot": false,
"headline": "gx publish 0.2.1",
"author_name": "Steven Allen",
"author_login": "Stebalien",
"committed_at": "2017-12-05T00:38:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d974dec81f5fcad4c29a427d327afb5bc6c0f39a",
"body": null,
"is_bot": false,
"headline": "gx publish 0.2.0",
"author_name": "Lars Gierth",
"author_login": null,
"committed_at": "2017-08-06T17:17:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4da9be2a2434ec24f52b9867270a0c9bb10aff0b",
"body": null,
"is_bot": false,
"headline": "Update go-multiaddr to 1.2.4",
"author_name": "Lars Gierth",
"author_login": null,
"committed_at": "2017-08-06T17:05:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6a6c9fa037d68065517c9f4c6d0c543215ccdab",
"body": null,
"is_bot": false,
"headline": "Adhere to Matches() interface",
"author_name": "Lars Gierth",
"author_login": null,
"committed_at": "2017-08-06T16:44:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "419c0c3c35a9cadfb78839cefad74b562e0747f9",
"body": null,
"is_bot": false,
"headline": "Fix dnsaddr/dnslink typo",
"author_name": "Lars Gierth",
"author_login": null,
"committed_at": "2017-08-02T16:27:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2ec79030a7d2aa9429cefb1902f2038aa1bc164",
"body": null,
"is_bot": false,
"headline": "gx publish 0.1.3",
"author_name": "Lars Gierth",
"author_login": null,
"committed_at": "2017-04-11T08:50:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2462213de2ad5c4173c09061e0d5f5354f5a9aa5",
"body": null,
"is_bot": false,
"headline": "Update go-multiaddr to 1.2.2",
"author_name": "Lars Gierth",
"author_login": null,
"committed_at": "2017-04-11T08:49:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a67feaf38b716cc0ff24ed3e71a57a08fea3e2bc",
"body": null,
"is_bot": false,
"headline": "gx publish 0.1.2",
"author_name": "Lars Gierth",
"author_login": null,
"committed_at": "2017-04-11T08:31:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50f0461968c38b965fc0310ac0499284576245b3",
"body": null,
"is_bot": false,
"headline": "Add missing gx.dvcsimport",
"author_name": "Lars Gierth",
"author_login": null,
"committed_at": "2017-04-11T08:31:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6326e884197fb54ffbf22c1172f0247ee77964c",
"body": null,
"is_bot": false,
"headline": "gx publish 0.1.1",
"author_name": "Lars Gierth",
"author_login": null,
"committed_at": "2017-04-11T06:58:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec0e67b5f55d1b083f8aaaf41e7878d4f9b49242",
"body": null,
"is_bot": false,
"headline": "Expose mock backend",
"author_name": "Lars Gierth",
"author_login": null,
"committed_at": "2017-04-11T06:58:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc0dd802e3ae2ab6b6070b30e6d4bfba59abc0a6",
"body": null,
"is_bot": false,
"headline": "gx release",
"author_name": "Lars Gierth",
"author_login": null,
"committed_at": "2017-04-11T04:12:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa1627671e996dd630171a1fea1808b42429f615",
"body": null,
"is_bot": false,
"headline": "gx publish 0.1.0",
"author_name": "Lars Gierth",
"author_login": null,
"committed_at": "2017-04-11T04:12:00Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 8,
"commits_last_year": 5,
"latest_release_at": "2026-07-17T12:18:17Z",
"latest_release_tag": "v0.6.0",
"releases_from_tags": false,
"days_since_last_push": 4,
"active_weeks_last_year": 4,
"days_since_latest_release": 4,
"mean_days_between_releases": 355
},
"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/multiformats/go-multiaddr-dns",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/multiformats/go-multiaddr-dns",
"is_deprecated": false,
"latest_version": "v0.6.0",
"repository_url": "https://github.com/multiformats/go-multiaddr-dns",
"versions_count": 12,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-17T12:18:06Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4
}
]
},
"popularity": {
"forks": 15,
"stars": 32,
"watchers": 14,
"fork_history": {
"days": [
{
"date": "2018-03-16",
"count": 1
},
{
"date": "2018-08-28",
"count": 1
},
{
"date": "2018-09-27",
"count": 1
},
{
"date": "2018-12-24",
"count": 1
},
{
"date": "2019-04-04",
"count": 1
},
{
"date": "2019-06-11",
"count": 1
},
{
"date": "2019-11-24",
"count": 2
},
{
"date": "2020-10-21",
"count": 1
},
{
"date": "2020-11-25",
"count": 1
},
{
"date": "2021-04-28",
"count": 1
},
{
"date": "2021-08-25",
"count": 1
},
{
"date": "2022-07-12",
"count": 1
},
{
"date": "2026-05-10",
"count": 1
},
{
"date": "2026-07-14",
"count": 1
}
],
"complete": true,
"collected": 15,
"total_forks": 15
},
"star_history": {
"days": [
{
"date": "2018-03-16",
"count": 1
},
{
"date": "2018-03-17",
"count": 1
},
{
"date": "2018-04-10",
"count": 1
},
{
"date": "2018-05-31",
"count": 1
},
{
"date": "2018-06-15",
"count": 1
},
{
"date": "2018-09-18",
"count": 2
},
{
"date": "2018-09-27",
"count": 1
},
{
"date": "2018-09-29",
"count": 1
},
{
"date": "2018-11-23",
"count": 1
},
{
"date": "2018-12-24",
"count": 1
},
{
"date": "2019-04-03",
"count": 2
},
{
"date": "2019-07-21",
"count": 1
},
{
"date": "2019-09-19",
"count": 2
},
{
"date": "2020-03-10",
"count": 1
},
{
"date": "2020-03-11",
"count": 1
},
{
"date": "2020-06-15",
"count": 1
},
{
"date": "2020-09-23",
"count": 1
},
{
"date": "2021-06-29",
"count": 1
},
{
"date": "2021-07-09",
"count": 1
},
{
"date": "2021-08-25",
"count": 1
},
{
"date": "2022-03-21",
"count": 1
},
{
"date": "2023-04-18",
"count": 1
},
{
"date": "2023-04-28",
"count": 1
},
{
"date": "2024-01-23",
"count": 1
},
{
"date": "2024-03-15",
"count": 1
},
{
"date": "2024-09-07",
"count": 1
},
{
"date": "2024-10-29",
"count": 1
},
{
"date": "2025-04-18",
"count": 1
},
{
"date": "2026-04-08",
"count": 1
}
],
"complete": true,
"collected": 32,
"total_stars": 32
},
"open_issues_and_prs": 14
},
"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": 10803,
"source_files_sampled": 6,
"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.18.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/sys",
"direct": false,
"version": "v0.16.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,
"truncated": false,
"by_severity": {
"unknown": 1,
"critical": 1
},
"advisory_count": 37,
"affected_count": 2,
"assessed_count": 15,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/multiformats/go-multiaddr",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.13.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/multiformats/go-multiaddr",
"direct": true,
"version": "v0.13.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/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-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": "golang.org/x/crypto",
"direct": false,
"version": "v0.18.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/exp",
"direct": false,
"version": "v0.0.0-20230725012225-302865e7556b",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.16.0",
"ecosystem": "go"
},
{
"name": "lukechampine.com/blake3",
"direct": false,
"version": "v1.2.1",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 15,
"direct_count": 1,
"indirect_count": 14
}
},
"maintainership": {
"issues": {
"open_prs": 7,
"merged_prs": 46,
"open_issues": 7,
"closed_ratio": 0.3,
"closed_issues": 3,
"closed_unmerged_prs": 9
},
"bus_factor": 3,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "Stebalien",
"commits": 22,
"avatar_url": "https://avatars.githubusercontent.com/u/310393?v=4"
},
{
"type": "User",
"login": "web3-bot",
"commits": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/81333946?v=4"
},
{
"type": "User",
"login": "vyzo",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/36426?v=4"
},
{
"type": "User",
"login": "marten-seemann",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/1478487?v=4"
},
{
"type": "User",
"login": "MarcoPolo",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/594035?v=4"
},
{
"type": "User",
"login": "raulk",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/1101242?v=4"
},
{
"type": "User",
"login": "Kubuxu",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/2259282?v=4"
},
{
"type": "User",
"login": "lidel",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/157609?v=4"
},
{
"type": "User",
"login": "bigs",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/213338?v=4"
},
{
"type": "User",
"login": "victorb",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/459764?v=4"
}
],
"contributors_sampled": 16,
"top_contributor_share": 0.262
},
"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": "4 out of 27 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": 3,
"reason": "Found 11/28 approved changesets -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 11 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"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": "20 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "5e4803a34bcb9abae48f018944dcfcbe6b8b1b2f",
"ran_at": "2026-07-21T20:04:48Z",
"aggregate_score": 2.7,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/multiformats/go-multiaddr-dns",
"host": "github.com",
"name": "go-multiaddr-dns",
"owner": "multiformats"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"security": 42,
"vitality": 61,
"community": 45,
"governance": 73,
"engineering": 60
},
"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": 46,
"inputs": {
"commits_last_year": 5,
"human_commit_share": 0.99,
"days_since_last_push": 4,
"active_weeks_last_year": 4
},
"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": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "5 commits in the last year",
"points": 7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 5
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"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": 8,
"latest_release_tag": "v0.6.0",
"releases_from_tags": false,
"days_since_latest_release": 4,
"mean_days_between_releases": 355
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "8 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 8
}
}
],
"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 ~355 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 355
}
}
],
"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": 45,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"forks": 15,
"stars": 32,
"watchers": 14,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "below_threshold"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "32 stars",
"points": 24.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 32
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "15 forks",
"points": 9.6,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 15
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "14 watchers",
"points": 6.2,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 14
}
}
],
"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": 73,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "good",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"bus_factor": 3,
"contributors_sampled": 16,
"top_contributor_share": 0.262
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "3 contributor(s) cover half of all commits",
"points": 36,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 3
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 26% of commits",
"points": 16.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 26
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "16 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 16
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 11 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"merged_prs": 46,
"open_issues": 7,
"closed_issues": 3,
"issue_closed_ratio": 0.3,
"closed_unmerged_prs": 9
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "30% of issues closed",
"points": 14,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 30
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "46/55 decided PRs merged",
"points": 32,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 46,
"decided": 55
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 11/28 approved changesets -- score normalized to 3",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"followers": 199,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "multiformats",
"public_repos": 80,
"account_age_days": 3668
},
"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": "199 followers of multiformats",
"points": 16.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 199,
"login": "multiformats"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "80 public repos, account ~10 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 80
}
},
{
"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/multiformats/go-multiaddr-dns"
],
"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": "12 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 12
}
}
],
"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": 60,
"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": "4 out of 27 merged PRs checked by a CI test -- score normalized to 1",
"points": 2,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"dns",
"multiaddr",
"dnsaddr",
"resolve",
"madns"
],
"has_wiki": true,
"homepage": "https://multiformats.io/multiaddr",
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://multiformats.io/multiaddr",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "5 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 5
}
}
],
"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": 27,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 2.7
},
"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": "4 out of 27 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 11/28 approved changesets -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 11 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "20 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 15 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": 15
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 37,
"affected_packages": 2,
"assessed_packages": 15,
"unassessed_packages": 0,
"affected_by_severity": "critical 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": 15,
"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": 34
},
"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": 57,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.495,
"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": "49 of 99 human commits state their intent (structured subject or explanatory body)",
"points": 26.4,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 49,
"sampled": 99
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 64,
"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.01
},
"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 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "1 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 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": 10803,
"source_files_sampled": 6,
"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/6 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 6,
"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-21T20:05:10.267903Z",
"schema_version": "0.23.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/multiformats/go-multiaddr-dns.svg",
"full_name": "multiformats/go-multiaddr-dns",
"license_state": "standard",
"license_spdx": "MIT"
}