Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"autotls",
"dns-01-acme-challenge",
"libp2p",
"libp2p-transport",
"tls",
"wss"
],
"is_fork": false,
"size_kb": 406,
"has_wiki": false,
"homepage": "https://registration.libp2p.direct/",
"languages": {
"Go": 227623,
"Dockerfile": 1861
},
"pushed_at": "2026-07-20T18:18:49Z",
"created_at": "2024-08-16T21:01:13Z",
"owner_type": "Organization",
"updated_at": "2026-07-20T18:20:17Z",
"description": "An Authoritative DNS server for distributing DNS subdomains to libp2p peers",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": null,
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://ipshipyard.com",
"name": "Shipyard",
"type": "Organization",
"login": "ipshipyard",
"company": null,
"location": "United States of America",
"followers": 80,
"avatar_url": "https://avatars.githubusercontent.com/u/156829600?v=4",
"created_at": "2024-01-16T16:21:36Z",
"is_verified": null,
"public_repos": 24,
"account_age_days": 917
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2026-07-17T13:35:14Z"
},
{
"tag": "v0.9.1",
"kind": "patch",
"published_at": "2026-06-22T15:22:04Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2026-05-27T14:39:47Z"
},
{
"tag": "v0.8.1",
"kind": "patch",
"published_at": "2026-05-16T18:54:10Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2026-04-14T17:19:33Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2025-12-04T23:11:20Z"
},
{
"tag": "v0.6.1",
"kind": "patch",
"published_at": "2025-07-30T16:09:46Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2025-06-25T23:40:50Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2025-05-20T22:05:02Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2025-03-27T19:27:11Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2025-03-21T16:59:19Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2025-02-25T18:13:40Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2025-02-03T19:46:32Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2025-01-22T15:05:02Z"
},
{
"tag": "v0.2.2",
"kind": "patch",
"published_at": "2025-01-13T21:51:21Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2025-01-08T16:45:01Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2024-12-19T16:48:25Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2024-11-27T18:12:46Z"
},
{
"tag": "v0.0.2",
"kind": "patch",
"published_at": "2024-11-07T01:54:14Z"
},
{
"tag": "v0.0.1",
"kind": "patch",
"published_at": "2024-10-30T21:20:26Z"
}
],
"recent_commits": [
{
"oid": "bf900a853305cc22ccbb62793b62edb6f238588f",
"body": "The old Cloudflare account is being retired. registration.libp2p.direct\nwas recreated in the new account, so point the parent delegation at its\nnameservers (elinore/sam). Takes effect once the authoritative servers\nreload the zone. Serial bumped.",
"is_bot": false,
"headline": "dns: repoint registration NS to new cloudflare account (#93)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2026-07-20T18:18:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a804ecbd2ca01643f7b96abb58e1258a257af480",
"body": "* feat(client): check broker health before issuance\n\nFirst-time certificate setup now confirms the registration broker\nresponds with HTTP 204 on /v1/health before starting ACME issuance.\nWhile the broker keeps failing the check, the client logs one ERROR\nand re-checks after max(1h, min(Retry-After, \n[…]\ner recovers. Nodes with a\ncertificate already in storage are unaffected.\n\nThe probe is exported as client.CheckBrokerHealth together with the\nclient.HealthCheckPath constant.\n\n* chore: release v0.10.0",
"is_bot": false,
"headline": "feat(client): check broker health before issuance (#91)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2026-07-17T13:34:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d6293205d1c9bcc07852648591c4c44f3512078e",
"body": "* fix(client): keep registration on one LB backend\n\nThe DNS-01 registration handshake (libp2p PeerID auth) is two HTTP\nrequests. When the forge registration endpoint is load-balanced with\nsession affinity (Cloudflare in front of libp2p.direct), an http.Client\nwith no cookie jar drops the affinity co\n[…]\ncookie jar when the resolved client has none,\ncopying rather than mutating a caller-supplied client. A jar set via\nWithHTTPClient or WithChallengeHTTPClient is left untouched.\n\n* chore: release v0.9.1",
"is_bot": false,
"headline": "fix(client): keep registration on one LB backend (#90)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2026-06-22T15:21:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "acddd4c71248696f143af04a392c360801d873eb",
"body": null,
"is_bot": false,
"headline": "chore: release v0.9.0 (#89)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2026-05-27T14:39:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac2bf461b02cb6ec69371e97ee52c45e8518d5be",
"body": null,
"is_bot": false,
"headline": "refactor: bump deps and migrate to aws-sdk-go-v2 (#88)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2026-05-27T14:21:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e88a0e47d1448e7c885271e666b7be4e0877c52",
"body": "* feat(client): add WithHTTPClient option\n\nTest harnesses that run an in-process forge on a loopback address need\nto override resolution or trust a different CA for the registration\nendpoint, without losing the PeerID-auth signature scope. The new\nWithHTTPClient option lets callers thread a configur\n[…]\nds a caller-supplied *http.Client through the DNS-01 registration\nPOST.\n\nAdd tests covering option validation, the transport wiring through\nSendChallenge, and the positional-only backward-compat path.",
"is_bot": false,
"headline": "feat(client): add WithHTTPClient option (#87)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2026-05-16T18:54:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f2a4eaeff973c4e63cc0e3f88dc65b93da6d40ce",
"body": "* feat: run Corefile check before run\n\nmakes sure config is correctly loaded and the necessary plugins are present\n\n* refactor: tidy Corefile sanity check\n\n- extract usage guidance into a const, printed via single fmt.Fprint\n- prefer errors.Is(err, os.ErrNotExist) over os.IsNotExist\n- use strings.SplitSeq to avoid allocating the line slice\n- drop unused getConfigFile and comments that restate code",
"is_bot": false,
"headline": "feat: run Corefile check before run (#77)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2026-04-22T22:17:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb86052d349c2f411a6d75c281245f03aeaa7704",
"body": "* chore: bump google.golang.org/grpc to v1.79.3\n\naddresses CVE-2026-33186 flagged by SBOM scanners.\ngrpc is indirect (via coredns DNS-over-gRPC server code)\nand no grpc listener is configured, so runtime is not\nexploitable, but bumping clears the scanner finding.\n\n* chore: bump go-libp2p to v0.48.0 \n[…]\n v0.8.0 changelog entry (2026-04-14)\n- open Unreleased section with Added/Changed/Fixed stubs\n- backfill v0.7.0 changelog entry (denylist plugin, Go 1.24,\n ipparser hardening, shutdown/metrics fixes)",
"is_bot": false,
"headline": "chore: v0.8.0 with dependency updates (#86)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2026-04-14T17:19:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3aa0983b87931b115b7fc9b3bc761be3bc955250",
"body": null,
"is_bot": false,
"headline": "fix: bump Dockerfile to Go 1.25 (#85)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2026-03-27T17:06:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4835f0c7966f397a80f0bbf3ea6671236e29553",
"body": "- add NS, A, and AAAA records for ovh2.libp2p.direct\n- bump SOA serial to 2026032701",
"is_bot": false,
"headline": "feat: add ovh2 nameserver to libp2p.direct zone (#84)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2026-03-27T16:06:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eff27c4ed555354132c64ec77b800c1b5d70ce7d",
"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 (#83)",
"author_name": "web3-bot",
"author_login": "web3-bot",
"committed_at": "2026-02-22T15:47:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22d5a2d243452cc55e35dec7f8ad3dd82dfa39d7",
"body": "ensures all new issues are assigned the need/triage label and\ndisables blank issues to guide users through the template.",
"is_bot": false,
"headline": "chore: add issue templates with need/triage label",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2026-01-29T03:47:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d31be2471fdc679934532e57179a20dd4b77f94",
"body": null,
"is_bot": false,
"headline": "chore: release v0.7.0 (#81)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2025-12-04T23:11:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3dc407da7144b66d56b5b5ad3aa4981089cefc47",
"body": "* feat: add IP denylist plugin for abuse prevention\n\nadds denylist plugin supporting file-based lists with fsnotify auto-reload\nand HTTP feeds with periodic refresh. integrates with ipparser (DNS) and\nacme (HTTP) plugins to block denied IPs.\n\n- file sources: local lists with automatic reload on chan\n[…]\nst304PreservesData: verify data preserved after HTTP 304\n- TestFileListDeleteAndRecreate: verify reload after file delete/recreate\n- TestFileListAtomicSave: verify reload after atomic save (vim-style)",
"is_bot": false,
"headline": "feat: add IP denylist plugin for abuse prevention (#79)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2025-12-04T22:53:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a6a22697f5e6355856509a2d16a8738121e9ef57",
"body": null,
"is_bot": false,
"headline": "refactor/test/fix: ipparser hardening (#75)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2025-11-25T22:52:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd205570820f17d67a9324f0d2063c24d746d9cf",
"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 (#78)",
"author_name": "web3-bot",
"author_login": "web3-bot",
"committed_at": "2025-08-21T07:32:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdc3d056572588eb4a7f1d379092cabfcaf1fb26",
"body": "* fix addrs factory skipping logic\n\n* test: addr skipping in client/acme_test.go\n\n* chore: release v0.6.1\n\n---------\n\nCo-authored-by: Marcin Rataj <lidel@lidel.org>",
"is_bot": false,
"headline": "fix: addrs factory skipping logic (#76)",
"author_name": "sukun",
"author_login": "sukunrt",
"committed_at": "2025-07-30T16:09:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08357888dc01c8d635b49081e7cc797278fa3c89",
"body": null,
"is_bot": false,
"headline": "chore: release v0.6.0 (#74)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2025-06-25T23:40:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f661ec915972234d360725cbf6b4bab44294e7b",
"body": null,
"is_bot": false,
"headline": "chore: update go-libp2p to v0.42 (#71)",
"author_name": "sukun",
"author_login": "sukunrt",
"committed_at": "2025-06-25T20:46:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c25ee655b22c84cec73631a0f1dbc268d545c52",
"body": "* use autonatv2 event to begin cert management\n\nThis also ignores any unreachable TCP addresses that are prefixes\nof the websocket addresses.\n\n* chore: go-libp2p v0.42.0-alpha-2\n\n---------\n\nCo-authored-by: Marcin Rataj <lidel@lidel.org>",
"is_bot": false,
"headline": "fix: use autonatv2 event to begin cert management (#70)",
"author_name": "sukun",
"author_login": "sukunrt",
"committed_at": "2025-06-16T21:15:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f953f62071a7bbf4ee2ea6889cecfb0aaa022007",
"body": null,
"is_bot": false,
"headline": "chore: release v0.5.1 (#69)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2025-05-20T22:04:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c1563c826fb594b9d6073471bdf1992b69c6a29",
"body": "it is possible a node is in a state where relay addrs are still attached\nwhen registration is attempted.\n\nin such case, it is better to end up with empty list of public addrs,\nand produce clear \"no public address found\" error, and then retry later,\nthan waste time on registration that will fail with a vague p2p-circuit\nconnection error",
"is_bot": false,
"headline": "fix(client): filter out public /p2p-circuit addrs (#68)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2025-05-20T21:29:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e3ffc6a09b1d051af0972d14845a6447dc2214d",
"body": null,
"is_bot": false,
"headline": "chore: release v0.5.0 (#65)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2025-03-27T19:27:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a83f29e47a03e6bfadb102ff147e06f4c508c471",
"body": "https://github.com/libp2p/go-libp2p/releases/tag/v0.41.1",
"is_bot": false,
"headline": "chore: go-libp2p v0.41.1 (#64)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2025-03-27T17:54:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87f9c375c12d30402e6274f77d6cd4b12acfdd71",
"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 (#63)",
"author_name": "web3-bot",
"author_login": "web3-bot",
"committed_at": "2025-03-27T17:40:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1842185f9a4d24b387146396dc1f9601e5077b0f",
"body": null,
"is_bot": false,
"headline": "chore: release v0.4.1 (#62)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2025-03-21T16:59:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "296738864c963f8f605d6335b0bc4631e8d93795",
"body": "* fix(ipparser): return SOA with NOERROR responses\n\naims to fix #52\n\naccording to RFC 2308 NODATA responses (NOERROR with no answers) should\ninclude an SOA in the AUTHORITY section to specify the negative caching TTL\n\nipparser produced synthetic responses which were done by hand, and thus\ndid not be\n[…]\nthis code reads SOA from the zone file, and attaches it to NOERROR\nresponses produced by ipparser plugin\n\n* refactor: reuse entire dns.RR\n\nthis is a static response, fine to reuse across all responses",
"is_bot": false,
"headline": "fix(ipparser): return SOA with NOERROR responses (#61)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2025-03-21T16:52:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "695bd1472831cafbcda95f129b02735ad74f3ff3",
"body": null,
"is_bot": false,
"headline": "chore: v0.4.0 (#60)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2025-02-25T18:13:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46e30d607ca2fa8ef1bfde290ebf4374ee1bd281",
"body": "* fix: set SOA minimum TTL to 1 day\n\nminimize the need for returning \"NODATA-A/AAAA\" responses\nSee: https://github.com/ipshipyard/p2p-forge/issues/52\n\n* fix(acme): empty TXT to control TTL of DNS-01\n\nthis ensures we ALWAYS control TTL of ACME DNS-01 response\nand keep it very low (10s here) to ensure\n[…]\nfix: defensive check against bugs in datastore\n\nif dynamodb starts returning empty strings, we want to see that\nreflected in metrics\n\n* test: DNS01NotSetValue\n\nmaking sure we always return \"empty\" txt",
"is_bot": false,
"headline": "fix: increase TTLs for NODATA responses (#59)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2025-02-25T18:05:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "65ee56a8cc9b38bc2c7fc1ceaf144bb7553d92df",
"body": "adds optional delay before initial registration (when no cert exists yet)",
"is_bot": false,
"headline": "feat(client): WithRegistrationDelay (#58)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2025-02-25T17:14:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edd8ed24fc49265d532f7a69e5b69096674625e0",
"body": "* fix: lower TTL for positive DNS-01 responses\n\n* fix(client): DNS-01 TXT record check\n\nproperly implements `Wait` and does not proceed with ACME if TXT record\nis not present and does not include the expected value.\n\nthis will lower the number of failed registrations and retries + allows\nus to remove 5s sleep",
"is_bot": false,
"headline": "fix(client): DNS-01 TXT record check (#57)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2025-02-25T14:16:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84b671c0ca4bd876c579880448f5b61a9706c84a",
"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 (#56)",
"author_name": "web3-bot",
"author_login": "web3-bot",
"committed_at": "2025-02-16T20:02:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "834caf12c2dc3967e2540cde0fd24ae1b833b997",
"body": null,
"is_bot": false,
"headline": "docs(readme): remove mention of specific kubo (#51)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2025-02-13T20:12:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d974dae24c81f3fb5a9510e699ac180407641ab",
"body": null,
"is_bot": false,
"headline": "chore(client): add readme (#54)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2025-02-13T20:04:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0576128e5468099689a405a4b06045a6b259c171",
"body": null,
"is_bot": false,
"headline": "chore: release v0.3.1 (#50)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2025-02-03T19:46:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c28bc40f97e66e143b3fd92d8c98d4e2d88d756",
"body": "* refactor: letsencrypt/pebble/v2 v2.7.0\r\n\r\n* chore: go-libp2p v0.38.2",
"is_bot": false,
"headline": "chore: dependency updates (#49)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2025-02-03T19:34:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1e8aa52774d4a5bd2f9cb179061a79d4844e017",
"body": "Closes #45",
"is_bot": false,
"headline": "fix(metrics): use http user-agent if libp2p fails (#47)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2025-02-03T19:04:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5623fd93949cdc751a075ace147b44b56e860971",
"body": "- increase generated ones\r\n- decrease acme one to avoid caching-related failures and retries",
"is_bot": false,
"headline": "fix: adjust TTLs (#46)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2025-02-03T19:01:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80ca56c9f644760e2cb50e6c8efe9942203ea016",
"body": null,
"is_bot": false,
"headline": "chore: release v0.3.0 (#43)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2025-01-22T15:04:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f65bc69c7523325e30a1cd8dbbf017813b00ba9",
"body": "* fix: race in cert renewal\r\n\r\nthis refactor ensures unique cache per instance is initialized,\r\nand the global default cert management in certmagic is not triggered.\r\n\r\ncircular dependency is solved in alrernative way:\r\n1. recursive call for newCertmagicConfig is removed and replaced by simpler conf\n[…]\n) ensures correct GetCertificate() is used\r\n\r\n* refactor: named acme-broker logger\r\n* test: OnCertRenewed\r\n\r\nbasic test that confirms cert renewal works as expected when expiration\r\nevent is triggered",
"is_bot": false,
"headline": "fix(client): race in cert renewal (#42)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2025-01-22T14:15:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fe07320ea4cd453aac858b50ff2eee66ffe09390",
"body": "…#40)\n\nCo-authored-by: guillaumemichel <guillaume@michel.id>",
"is_bot": false,
"headline": "feat: opt-in WithShortForgeAddrs(true|false) to produce /dnsX addrs (…",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2025-01-21T19:32:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc6a5752131d22f2b57254adaf53d36af950536f",
"body": "we've confirmed registrar set up glue records for aws1,aws2 and ovh1\r\nso we are now able to sunset dev boxes and remove NS records for them\r\nto route DNS traffic to prod (aws1,aws2,ovh1) where we have monitoring\r\nset up",
"is_bot": false,
"headline": "chore(zone): disable dev NS (#41)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2025-01-16T20:00:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71cc95e9a425e55cfc9140a977a14336dd563f77",
"body": null,
"is_bot": false,
"headline": "chore: release v0.2.2 (#39)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2025-01-13T21:51:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4220061fc9967ca366304a1b8efc521151271ad",
"body": "Close #37",
"is_bot": false,
"headline": "fix: depend on go1.22 (#38)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2025-01-13T21:30:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41ec946e23713eab2e8365aab9d4843b2d094e27",
"body": "implements idea from https://github.com/libp2p/go-libp2p/pull/3103#discussion_r1907628830\r\nto ensure users who set up staging endpoint for testing\r\nare always aware fo it and never ship it to production\r\n---------\r\n\r\nCo-authored-by: Daniel Norman <1992255+2color@users.noreply.github.com>",
"is_bot": false,
"headline": "feat: log if WithCAEndpoint(DefaultCATestEndpoint) (#33)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2025-01-13T15:51:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f667e81e6e7a2d77d54091c0d15994516dca58ca",
"body": null,
"is_bot": false,
"headline": "chore(zone): add waterworks-infra boxes (#36)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2025-01-10T16:50:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5d4fcc712c6d2015d1c9ec3827b62bb7e6719df",
"body": "Part of #13",
"is_bot": false,
"headline": "chore: prep for ipv6 glue records (#35)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2025-01-10T15:56:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d48da3c5b80abb0d89e6ce3e6d96c10a203a1b9",
"body": null,
"is_bot": false,
"headline": "chore: release v0.2.1 (#31)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2025-01-08T16:44:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94d93dc71781a9333dfcfa45e051163cdbb29179",
"body": "https://github.com/caddyserver/certmagic/releases/tag/v0.21.6\r\nhttps://github.com/mholt/acmez/releases/tag/v3.0.0\r\n\r\n---------\r\n\r\nCo-authored-by: Marcin Rataj <lidel@lidel.org>",
"is_bot": false,
"headline": "chore: update deps (#29)",
"author_name": "Guillaume Michel",
"author_login": "guillaumemichel",
"committed_at": "2025-01-08T16:27:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "975035b82fb200ec9196eaf9b50dc04816151c12",
"body": "https://github.com/ipshipyard/p2p-forge/issues/14",
"is_bot": false,
"headline": "fix(ci): set UCI_GITHUB_TOKEN (#27)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2024-12-19T18:47:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9fa93756bc08c87b36fa29a7e7205393116d653",
"body": null,
"is_bot": false,
"headline": "chore: release v0.2.0 (#26)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2024-12-19T16:48:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bebe2f4bc9ff98bedba6708cc9c47fb9ea6c635f",
"body": "…t code (#23)\n\n* refactor(client): cleanup dns01 request code\n\nremoved duplicated/unused code, added logs\n\n* chore: go-libp2p v0.38.1\n\nhttpauth fix;\nhttps://github.com/libp2p/go-libp2p/releases/tag/v0.38.1\n\n* fix(test): switch test to use client.SendChallenge\n\n---------\n\nCo-authored-by: Adin Schmahmann <adin.schmahmann@gmail.com>",
"is_bot": false,
"headline": "fix/refactor(server/client): go-libp2p v0.38.1, clean-up dns01 reques…",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2024-12-19T16:13:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26f81c476c38afdd31180f390c1d267fc68b7e0d",
"body": "this adds metric with current p2p-forge build version,\nuseful for tracking when which box got updated to what",
"is_bot": false,
"headline": "feat: coredns_forge_info{version} metric (#22)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2024-12-12T18:13:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "160a968b1e19cf19fbbdaad4c25f54e8adabef90",
"body": null,
"is_bot": false,
"headline": "chore: fix typo in metrics docs (#16)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2024-12-12T17:54:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3ba61e3287c7d6816401aa3da3cad383f9ca9e8",
"body": "At some point golang-style sentence case became necessary so correct the example in the readme.",
"is_bot": false,
"headline": "docs: capitalise readme example correctly (#15)",
"author_name": "Alex Potsides",
"author_login": "achingbrain",
"committed_at": "2024-12-12T17:54:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "448a2d953a6d84964ed664da90c2eea5d72befb3",
"body": "Decreases binary size from 105MiB to 54MiB\n\nCloses #3",
"is_bot": false,
"headline": "refactor: remove unused plugins (#21)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2024-12-12T17:52:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35d4b4e7a0e3fef2f3c7937bbe49ef745950dfac",
"body": "this makes secret management easier when dealing with containers\nand not wanting to pass them as cli params",
"is_bot": false,
"headline": "feat: load .env if present (#20)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2024-12-12T16:22:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "288568972dec19b061fa30ea17f222acc4661add",
"body": "Closes #18",
"is_bot": false,
"headline": "fix: check dynamo credentials on start (#19)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2024-12-12T16:01:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d711803ed47ad6bc2bcb7845cbbb35b4ece35abb",
"body": null,
"is_bot": false,
"headline": "feat: add ns3.libp2p.direct (#17)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2024-12-11T23:11:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a588b1966f8043c3812dc0909464b6d0af185413",
"body": null,
"is_bot": false,
"headline": "chore: release v0.1.0 (#12)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2024-11-27T18:12:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "567b27a4782ddf2a588ee55183afeccd9855ab5d",
"body": "* docs: document production Corefile\n\nit was missing acme section, and docs were also lacking context\n\n* docs: Corefile.local-dev\n\ndocumenting how to get started locally, saving an hour figuring it out",
"is_bot": false,
"headline": "docs: Corefile for production and local dev (#10)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2024-11-27T17:34:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32f2e1a1374044c7e39fa935fecf16c1094f168c",
"body": null,
"is_bot": false,
"headline": "fix: go-libp2p v0.37.2 (#11)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2024-11-27T17:10:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61f9903ffbe83013fab79d753e978735b67843a9",
"body": "* docs: dual-licensing the client\n\nWhile we are debating licensing of the rest of the project, the client\nshould be dual-licensed like most of other IPFS projects, to ensure\nease of adoption.\n\n* chore: add SPDX-License-Identifier\n\nusing template from https://github.com/ipfs/ipfs-repository-template/",
"is_bot": false,
"headline": "docs: dual-licensing the client (#9)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2024-11-27T17:10:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "415cc1d9dfc50daff8f75160e50c3129ee6cf19e",
"body": "this ensures our custom HTTP 204 is returned correctly",
"is_bot": false,
"headline": "fix: custom status code for /v/health",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2024-11-22T21:08:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e264a442dd1e6f131be9a6390c815cc8045211c",
"body": "rerequisite for productization and monitoring\n\nthis is necessary minimum to gain some understanding about\nhow long requests take, how many are in flight\n\n/v1/health endpoint added for monitoring by load-balancer",
"is_bot": false,
"headline": "feat(acme): improved logging and http metrics",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2024-11-22T20:40:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5604d3db2fa6ce5847bf3ce111725aa36933c687",
"body": null,
"is_bot": false,
"headline": "chore: adjust A/AAAA/NS/CAA TTL to 24h",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2024-11-21T21:11:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5de0e5c59c35e0c863ac982234b7f25c34d9f55",
"body": null,
"is_bot": false,
"headline": "chore: delegate registration to cloudflare",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2024-11-21T20:00:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e3799d3ab87fe6878ad459083250afe1d7fa297",
"body": null,
"is_bot": false,
"headline": "chore: release v0.0.2",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2024-11-07T01:53:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17d209bbd83381498ee5e4e703f91a3da4f68fee",
"body": "* try waiting for reachability changing\n\n* fix: reachability test only when it matters\n\ndoing this in `Present` was too late, it was called in the middle of the\nACME dance, and we want to avoid the entire ACME management and flow if\nwe are not publicly reachable.\n\nthis change delays management only \n[…]\nr: withHostConnectivity\n\nmoved logic to reusable funcs and adjusted logger for better ux\n\n* log: clarify certmgr is paused in Private network\n\n---------\n\nCo-authored-by: Marcin Rataj <lidel@lidel.org>",
"is_bot": false,
"headline": "fix(client): wait for public reachability before registering (#4)",
"author_name": "Adin Schmahmann",
"author_login": "aschmahmann",
"committed_at": "2024-11-07T00:58:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d44723dbe7865df18a1d294dc4984b6c7903ebf2",
"body": "Co-authored-by: Daniel Norman <1992255+2color@users.noreply.github.com>",
"is_bot": false,
"headline": "docs: readme references and docker (#6)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2024-11-04T20:11:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12bb17edb06cef1f42b0e787662c1294c2704034",
"body": null,
"is_bot": false,
"headline": "feat: add sequence diagram",
"author_name": "Daniel N",
"author_login": "2color",
"committed_at": "2024-10-31T13:50:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6409df558d9ebf3bbebf6495ec8e74b0006953a3",
"body": null,
"is_bot": false,
"headline": "docs(readme): link to kubo autotls docs",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2024-10-30T21:52:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5971b0573d1e68df5ae7d4d712e3654fba90fe7",
"body": "initial implementation for which client shipped in kubo 0.32.0-rc1",
"is_bot": false,
"headline": "Merge pull request #1 from ipshipyard/feat/initial-implementation",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2024-10-30T21:20:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4468ad55a3a8bb2af1ed8d0c0791238242e2eba2",
"body": "Co-authored-by: Alex Potsides <alex@achingbrain.net>",
"is_bot": false,
"headline": "docs(readme): apply suggestions from code review",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2024-10-30T02:15:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "688ddf7d4f76ce78f3ff60b6930e2276ab979ac3",
"body": null,
"is_bot": false,
"headline": "chore(lint): redundant return statement (S1023)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2024-10-29T14:28:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78c3ae044719fe2318cce15ecf1d1bb207cc6abb",
"body": null,
"is_bot": false,
"headline": "fix(test): go-libp2p v0.37",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2024-10-28T23:51:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1360e56fcc21922e26198c23554e3a4cd81cea01",
"body": null,
"is_bot": false,
"headline": "chore: typo",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2024-10-28T23:38:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2595bf84fc6c9d500b3e1b6d16b8e3ef8984c1d1",
"body": null,
"is_bot": false,
"headline": "chore: remove requirement for FORGE_ACCESS_TOKEN",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2024-10-28T23:35:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f599f4803109aeaeae1c80756580759889a92e16",
"body": "aims to solve race condition when NewDefault() from certmagic is used\nhttps://github.com/ipfs/kubo/pull/10521/files/e6e0b7a1dc350430c64438417bc5ed4a38171895#diff-52740993e6a197feddd69dc9db132b0b7babd2cf3c0b337bde3476b779c07a77",
"is_bot": false,
"headline": "fix(client): use dedicated cert cache",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2024-10-28T23:18:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97f25adc255c9c147c5537491066e4ceb8b17e20",
"body": null,
"is_bot": false,
"headline": "chore: go-libp2p v0.37.0 and go 1.23",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2024-10-28T23:17:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6c1f74f5c89e9369ab2827dcfb3fd96fc640f53",
"body": "allows consumers like Kubo to adjust logger\n\nNOTE: certmagic.DefaultACME.Logger and certmagic.Default.Logger\nare used before we are able to set custom logger,\nso consumer likely will want to set them to the same one.\n\nWe don't override upstream defaults in case application uses multiple\ninstances, and some of them are not related to p2p-forge.",
"is_bot": false,
"headline": "feat: WithLogger(log *zap.SugaredLogger)",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2024-10-18T22:13:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65145f8de005022bd46952b462b1c02d2a775057",
"body": "This enables `coredns_forge_acme_registrations_total{status}`\nwhich tracks number of request per response code, including ones\nthat failed libp2pPeerIDAuth\n\nAlso, switched to go-libp2p from main branch with http auth.",
"is_bot": false,
"headline": "feat(metrics): forge_acme_registrations_total",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2024-10-11T21:26:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4db6b559e960d4850014d74ef19c3e92e92f8176",
"body": "registration one is commented for now, as we should measure failures as\nwell as success.\n\ndocs in docs/METRICS.md",
"is_bot": false,
"headline": "feat: prometheus metrics + docs",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2024-09-24T23:36:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11dda24e7e87df3b2f9b9c6c906008d883940b8e",
"body": null,
"is_bot": false,
"headline": "feat(client): WithUserAgent + WithForgeAuth",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2024-09-20T18:14:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ecd19ac95e16461d9e19ff63e02d57411aa2cef",
"body": "this allows us to avoid hardcoding them in Kubo",
"is_bot": false,
"headline": "refactor: expose client defaults",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2024-09-18T22:04:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbeb701d58c30fcd7ebe1e1eedf6ddb1789762c6",
"body": "…user functions are executing",
"is_bot": false,
"headline": "fix(client): handle when our certificate is loaded even if no custom …",
"author_name": "Adin Schmahmann",
"author_login": "aschmahmann",
"committed_at": "2024-09-18T21:40:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "587c7fa8763a7bc19d69a58eb56a53d23029236c",
"body": null,
"is_bot": false,
"headline": "fix: escape arbitrary bytes before writing to log",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2024-09-18T21:02:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c9cc8ae02f8fc9cb713a82cbd8ef4067932fccf",
"body": "…ID.forge",
"is_bot": false,
"headline": "respond with no answer but a successful query on _acme-challenge.peer…",
"author_name": "Adin Schmahmann",
"author_login": "aschmahmann",
"committed_at": "2024-09-18T05:34:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d060dacea2c489e920c8f222298295bb2800bd1b",
"body": null,
"is_bot": false,
"headline": "fix: normalize DNS names to lowercase",
"author_name": "Adin Schmahmann",
"author_login": "aschmahmann",
"committed_at": "2024-09-18T05:06:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9d8f0779f2567845a66b369e3ec0ec99b4ca6d7",
"body": "…id ip.peerID.forge",
"is_bot": false,
"headline": "respond with no answer but a successful query on peerID.forge and val…",
"author_name": "Adin Schmahmann",
"author_login": "aschmahmann",
"committed_at": "2024-09-18T04:20:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "709fad73213cc346d07795d613e92bda0181015a",
"body": "glue records are ip4-only, this is just making sure we remove\nany inconsistencies that could make google dns refuse resolution",
"is_bot": false,
"headline": "chore: separate ip4 from ip6",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2024-09-17T18:32:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0ee13f9e4edc12b71b4d1f3449d3ea3f66b7c0c",
"body": "glue records are fixed, bumping serial to see if it helps with\nresolution at 8.8.8.8",
"is_bot": false,
"headline": "chore: switch soa to ns1.libp2p.direct",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2024-09-17T18:18:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fd1cfb9986ad13c073a9a2ed4ce07213f4b5c5b",
"body": null,
"is_bot": false,
"headline": "fix(acme-reader): handle subsequent plugins correctly",
"author_name": "Adin Schmahmann",
"author_login": "aschmahmann",
"committed_at": "2024-09-16T20:29:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eef177025d8f7e5f30eafe890ebb224e4cb64ff9",
"body": null,
"is_bot": false,
"headline": "tmp(acme-writer): force use of authentication env var",
"author_name": "Adin Schmahmann",
"author_login": "aschmahmann",
"committed_at": "2024-09-16T20:10:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae0139ef07ef1879454db08a51ca9a4ded04e6b0",
"body": "https://datatracker.ietf.org/doc/html/rfc8482",
"is_bot": false,
"headline": "fix: block ANY queries",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2024-09-16T19:21:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d25be74c65189e75e962c5f93b4e6870e889fb44",
"body": null,
"is_bot": false,
"headline": "chore: simplify zone and bump soa ttl",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2024-09-16T19:21:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50119434e9895637a25f81c7f83795d5d4bce4b8",
"body": null,
"is_bot": false,
"headline": "chore: switch SOA to ns1.p2p-forge.dwebops.net",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2024-09-16T14:31:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9b535f8e56657a0ac5799e1d4eafaba382dda2a",
"body": null,
"is_bot": false,
"headline": "chore: reset version.json",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2024-09-14T02:22:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b06ddb08eca34495688de034c14ab33ad0af48ed",
"body": "- cleans up the way it is built, adds version tracking for stdout\n- includes Corefile and zone examples\n- Dockerfile\n- updated readme",
"is_bot": false,
"headline": "refactor: p2p-forge cli and docker support",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2024-09-14T02:15:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39a53084cf4ef1b4debb64c8100e01035393e60e",
"body": "this allows us to handle acme and a records before looking\ninto a static zone file",
"is_bot": false,
"headline": "fix: apply p2pforge before file plugin",
"author_name": "Marcin Rataj",
"author_login": "lidel",
"committed_at": "2024-09-14T00:39:29Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 20,
"commits_last_year": 17,
"latest_release_at": "2026-07-17T13:35:14Z",
"latest_release_tag": "v0.10.0",
"releases_from_tags": false,
"days_since_last_push": 1,
"active_weeks_last_year": 13,
"days_since_latest_release": 4,
"mean_days_between_releases": 53
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": true,
"has_contributing": false,
"health_percentage": 25,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/ipshipyard/p2p-forge",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/ipshipyard/p2p-forge",
"is_deprecated": false,
"latest_version": "v0.10.0",
"repository_url": "https://github.com/ipshipyard/p2p-forge",
"versions_count": 20,
"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:34:58Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4
}
]
},
"popularity": {
"forks": 12,
"stars": 36,
"watchers": 7,
"fork_history": {
"days": [
{
"date": "2024-12-19",
"count": 1
},
{
"date": "2025-01-09",
"count": 1
},
{
"date": "2025-01-23",
"count": 1
},
{
"date": "2025-03-28",
"count": 1
},
{
"date": "2025-05-08",
"count": 1
},
{
"date": "2025-09-14",
"count": 1
},
{
"date": "2025-09-18",
"count": 1
},
{
"date": "2026-01-16",
"count": 1
},
{
"date": "2026-03-10",
"count": 1
},
{
"date": "2026-05-28",
"count": 1
},
{
"date": "2026-06-05",
"count": 1
}
],
"complete": true,
"collected": 11,
"total_forks": 12
},
"star_history": {
"days": [
{
"date": "2024-08-20",
"count": 1
},
{
"date": "2024-11-15",
"count": 1
},
{
"date": "2024-11-19",
"count": 1
},
{
"date": "2024-11-27",
"count": 2
},
{
"date": "2025-01-09",
"count": 3
},
{
"date": "2025-01-19",
"count": 1
},
{
"date": "2025-01-21",
"count": 1
},
{
"date": "2025-01-23",
"count": 1
},
{
"date": "2025-01-24",
"count": 1
},
{
"date": "2025-02-07",
"count": 1
},
{
"date": "2025-02-13",
"count": 1
},
{
"date": "2025-02-18",
"count": 1
},
{
"date": "2025-03-17",
"count": 1
},
{
"date": "2025-03-24",
"count": 1
},
{
"date": "2025-03-31",
"count": 1
},
{
"date": "2025-05-24",
"count": 1
},
{
"date": "2025-06-17",
"count": 1
},
{
"date": "2025-08-20",
"count": 1
},
{
"date": "2025-08-21",
"count": 2
},
{
"date": "2025-08-25",
"count": 1
},
{
"date": "2025-09-22",
"count": 1
},
{
"date": "2025-09-29",
"count": 1
},
{
"date": "2025-10-26",
"count": 1
},
{
"date": "2025-11-12",
"count": 1
},
{
"date": "2026-01-08",
"count": 1
},
{
"date": "2026-02-12",
"count": 1
},
{
"date": "2026-02-24",
"count": 1
},
{
"date": "2026-02-27",
"count": 1
},
{
"date": "2026-03-06",
"count": 1
},
{
"date": "2026-03-16",
"count": 1
},
{
"date": "2026-04-26",
"count": 1
},
{
"date": "2026-05-27",
"count": 1
}
],
"complete": true,
"collected": 36,
"total_stars": 36
},
"open_issues_and_prs": 9
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 38764,
"source_files_sampled": 35,
"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.50.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-jppx-rxg9-jmrx",
"GHSA-q4h4-gmj2-qvw2",
"GHSA-qpw4-5x99-6vjp",
"GHSA-rm3j-f69w-wqmq"
],
"fixed_version": "0.52.0",
"advisory_count": 27,
"oldest_advisory_days": 61
},
{
"name": "google.golang.org/grpc",
"direct": false,
"version": "v1.80.0",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 9.1,
"advisory_ids": [
"GHSA-hrxh-6v49-42gf"
],
"fixed_version": "1.82.1",
"advisory_count": 1,
"oldest_advisory_days": 0
},
{
"name": "github.com/quic-go/quic-go",
"direct": false,
"version": "v0.59.0",
"severity": "moderate",
"ecosystem": "go",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-vvgj-x9jq-8cj9",
"GO-2026-5676"
],
"fixed_version": "0.59.1",
"advisory_count": 2,
"oldest_advisory_days": 48
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.53.0",
"severity": "moderate",
"ecosystem": "go",
"cvss_score": 6.5,
"advisory_ids": [
"GHSA-5cv4-jp36-h3mw",
"GO-2026-5025",
"GO-2026-5026",
"GO-2026-5027",
"GO-2026-5028",
"GO-2026-5029",
"GO-2026-5030",
"GO-2026-5942"
],
"fixed_version": "0.56.0",
"advisory_count": 8,
"oldest_advisory_days": 60
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.43.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
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.36.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5970"
],
"fixed_version": "0.39.0",
"advisory_count": 1,
"oldest_advisory_days": 7
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 2,
"critical": 2,
"moderate": 2
},
"advisory_count": 40,
"affected_count": 6,
"assessed_count": 158,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/aws/aws-sdk-go-v2/config",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.32.17"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/dynamodb",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.57.3"
},
{
"name": "github.com/caddyserver/certmagic",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.25.3"
},
{
"name": "github.com/coredns/caddy",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.4"
},
{
"name": "github.com/coredns/coredns",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.14.3"
},
{
"name": "github.com/felixge/httpsnoop",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.4"
},
{
"name": "github.com/fsnotify/fsnotify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.1"
},
{
"name": "github.com/gaissmai/bart",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.28.0"
},
{
"name": "github.com/ipfs/go-datastore",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.9.1"
},
{
"name": "github.com/ipfs/go-ds-badger4",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.1.8"
},
{
"name": "github.com/ipfs/go-ds-dynamodb",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.3.0"
},
{
"name": "github.com/ipfs/go-log/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.9.2"
},
{
"name": "github.com/joho/godotenv",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.5.1"
},
{
"name": "github.com/letsencrypt/pebble/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.10.1"
},
{
"name": "github.com/libp2p/go-libp2p",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.48.0"
},
{
"name": "github.com/mholt/acmez/v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.1.6"
},
{
"name": "github.com/miekg/dns",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.72"
},
{
"name": "github.com/multiformats/go-multiaddr",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.16.1"
},
{
"name": "github.com/multiformats/go-multiaddr-dns",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.5.0"
},
{
"name": "github.com/multiformats/go-multibase",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.3.0"
},
{
"name": "github.com/prometheus/client_golang",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.23.2"
},
{
"name": "github.com/slok/go-http-metrics",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.13.0"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.1"
},
{
"name": "go.uber.org/zap",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.28.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/aws/aws-sdk-go-v2/config",
"direct": true,
"version": "v1.32.17",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/dynamodb",
"direct": true,
"version": "v1.57.3",
"ecosystem": "go"
},
{
"name": "github.com/caddyserver/certmagic",
"direct": true,
"version": "v0.25.3",
"ecosystem": "go"
},
{
"name": "github.com/coredns/caddy",
"direct": true,
"version": "v1.1.4",
"ecosystem": "go"
},
{
"name": "github.com/coredns/coredns",
"direct": true,
"version": "v1.14.3",
"ecosystem": "go"
},
{
"name": "github.com/felixge/httpsnoop",
"direct": true,
"version": "v1.0.4",
"ecosystem": "go"
},
{
"name": "github.com/fsnotify/fsnotify",
"direct": true,
"version": "v1.10.1",
"ecosystem": "go"
},
{
"name": "github.com/gaissmai/bart",
"direct": true,
"version": "v0.28.0",
"ecosystem": "go"
},
{
"name": "github.com/ipfs/go-datastore",
"direct": true,
"version": "v0.9.1",
"ecosystem": "go"
},
{
"name": "github.com/ipfs/go-ds-badger4",
"direct": true,
"version": "v0.1.8",
"ecosystem": "go"
},
{
"name": "github.com/ipfs/go-ds-dynamodb",
"direct": true,
"version": "v0.3.0",
"ecosystem": "go"
},
{
"name": "github.com/ipfs/go-log/v2",
"direct": true,
"version": "v2.9.2",
"ecosystem": "go"
},
{
"name": "github.com/joho/godotenv",
"direct": true,
"version": "v1.5.1",
"ecosystem": "go"
},
{
"name": "github.com/letsencrypt/pebble/v2",
"direct": true,
"version": "v2.10.1",
"ecosystem": "go"
},
{
"name": "github.com/libp2p/go-libp2p",
"direct": true,
"version": "v0.48.0",
"ecosystem": "go"
},
{
"name": "github.com/mholt/acmez/v3",
"direct": true,
"version": "v3.1.6",
"ecosystem": "go"
},
{
"name": "github.com/miekg/dns",
"direct": true,
"version": "v1.1.72",
"ecosystem": "go"
},
{
"name": "github.com/multiformats/go-multiaddr",
"direct": true,
"version": "v0.16.1",
"ecosystem": "go"
},
{
"name": "github.com/multiformats/go-multiaddr-dns",
"direct": true,
"version": "v0.5.0",
"ecosystem": "go"
},
{
"name": "github.com/multiformats/go-multibase",
"direct": true,
"version": "v0.3.0",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/client_golang",
"direct": true,
"version": "v1.23.2",
"ecosystem": "go"
},
{
"name": "github.com/slok/go-http-metrics",
"direct": true,
"version": "v0.13.0",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": true,
"version": "v1.11.1",
"ecosystem": "go"
},
{
"name": "go.uber.org/zap",
"direct": true,
"version": "v1.28.0",
"ecosystem": "go"
},
{
"name": "filippo.io/bigmod",
"direct": false,
"version": "v0.1.1-0.20260103110540-f8a47775ebe5",
"ecosystem": "go"
},
{
"name": "filippo.io/keygen",
"direct": false,
"version": "v0.0.0-20260114151900-8e2790ea4c5b",
"ecosystem": "go"
},
{
"name": "github.com/apparentlymart/go-cidr",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2",
"direct": false,
"version": "v1.41.7",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/credentials",
"direct": false,
"version": "v1.19.16",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue",
"direct": false,
"version": "v1.20.39",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/feature/ec2/imds",
"direct": false,
"version": "v1.18.23",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/internal/configsources",
"direct": false,
"version": "v1.4.23",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/internal/endpoints/v2",
"direct": false,
"version": "v2.7.23",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/internal/v4a",
"direct": false,
"version": "v1.4.24",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/dynamodbstreams",
"direct": false,
"version": "v1.32.16",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding",
"direct": false,
"version": "v1.13.9",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery",
"direct": false,
"version": "v1.11.23",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/internal/presigned-url",
"direct": false,
"version": "v1.13.23",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/signin",
"direct": false,
"version": "v1.0.11",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/sso",
"direct": false,
"version": "v1.30.17",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/ssooidc",
"direct": false,
"version": "v1.35.21",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/sts",
"direct": false,
"version": "v1.42.1",
"ecosystem": "go"
},
{
"name": "github.com/aws/smithy-go",
"direct": false,
"version": "v1.25.1",
"ecosystem": "go"
},
{
"name": "github.com/benbjohnson/clock",
"direct": false,
"version": "v1.3.5",
"ecosystem": "go"
},
{
"name": "github.com/beorn7/perks",
"direct": false,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/caddyserver/zerossl",
"direct": false,
"version": "v0.1.5",
"ecosystem": "go"
},
{
"name": "github.com/cespare/xxhash/v2",
"direct": false,
"version": "v2.3.0",
"ecosystem": "go"
},
{
"name": "github.com/coreos/go-systemd/v22",
"direct": false,
"version": "v22.7.0",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.2-0.20180830191138-d8f796af33cc",
"ecosystem": "go"
},
{
"name": "github.com/davidlazar/go-crypto",
"direct": false,
"version": "v0.0.0-20200604182044-b73af7476f6c",
"ecosystem": "go"
},
{
"name": "github.com/decred/dcrd/dcrec/secp256k1/v4",
"direct": false,
"version": "v4.4.0",
"ecosystem": "go"
},
{
"name": "github.com/dgraph-io/badger/v4",
"direct": false,
"version": "v4.5.1",
"ecosystem": "go"
},
{
"name": "github.com/dgraph-io/ristretto/v2",
"direct": false,
"version": "v2.1.0",
"ecosystem": "go"
},
{
"name": "github.com/dgryski/go-farm",
"direct": false,
"version": "v0.0.0-20240924180020-3414d57e47da",
"ecosystem": "go"
},
{
"name": "github.com/dunglas/httpsfv",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/dustin/go-humanize",
"direct": false,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/flynn/go-shlex",
"direct": false,
"version": "v0.0.0-20150515145356-3f9db97f8568",
"ecosystem": "go"
},
{
"name": "github.com/flynn/noise",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/go-jose/go-jose/v4",
"direct": false,
"version": "v4.1.4",
"ecosystem": "go"
},
{
"name": "github.com/golang-jwt/jwt/v5",
"direct": false,
"version": "v5.3.0",
"ecosystem": "go"
},
{
"name": "github.com/golang/groupcache",
"direct": false,
"version": "v0.0.0-20210331224755-41bb18bfe9da",
"ecosystem": "go"
},
{
"name": "github.com/google/flatbuffers",
"direct": false,
"version": "v24.12.23+incompatible",
"ecosystem": "go"
},
{
"name": "github.com/google/uuid",
"direct": false,
"version": "v1.6.0",
"ecosystem": "go"
},
{
"name": "github.com/gorilla/websocket",
"direct": false,
"version": "v1.5.4-0.20250319132907-e064f32e3674",
"ecosystem": "go"
},
{
"name": "github.com/grpc-ecosystem/grpc-opentracing",
"direct": false,
"version": "v0.0.0-20180507213350-8e809c8a8645",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/golang-lru/v2",
"direct": false,
"version": "v2.0.7",
"ecosystem": "go"
},
{
"name": "github.com/huin/goupnp",
"direct": false,
"version": "v1.3.0",
"ecosystem": "go"
},
{
"name": "github.com/ipfs/go-cid",
"direct": false,
"version": "v0.5.0",
"ecosystem": "go"
},
{
"name": "github.com/jackpal/go-nat-pmp",
"direct": false,
"version": "v1.0.2",
"ecosystem": "go"
},
{
"name": "github.com/jbenet/go-temp-err-catcher",
"direct": false,
"version": "v0.1.0",
"ecosystem": "go"
},
{
"name": "github.com/jpillora/backoff",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/klauspost/compress",
"direct": false,
"version": "v1.18.4",
"ecosystem": "go"
},
{
"name": "github.com/klauspost/cpuid/v2",
"direct": false,
"version": "v2.3.0",
"ecosystem": "go"
},
{
"name": "github.com/koron/go-ssdp",
"direct": false,
"version": "v0.0.6",
"ecosystem": "go"
},
{
"name": "github.com/letsencrypt/challtestsrv",
"direct": false,
"version": "v1.4.2",
"ecosystem": "go"
},
{
"name": "github.com/libdns/libdns",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/libp2p/go-buffer-pool",
"direct": false,
"version": "v0.1.0",
"ecosystem": "go"
},
{
"name": "github.com/libp2p/go-flow-metrics",
"direct": false,
"version": "v0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/libp2p/go-libp2p-asn-util",
"direct": false,
"version": "v0.4.1",
"ecosystem": "go"
},
{
"name": "github.com/libp2p/go-msgio",
"direct": false,
"version": "v0.3.0",
"ecosystem": "go"
},
{
"name": "github.com/libp2p/go-netroute",
"direct": false,
"version": "v0.4.0",
"ecosystem": "go"
},
{
"name": "github.com/libp2p/go-reuseport",
"direct": false,
"version": "v0.4.0",
"ecosystem": "go"
},
{
"name": "github.com/libp2p/go-yamux/v5",
"direct": false,
"version": "v5.0.1",
"ecosystem": "go"
},
{
"name": "github.com/marten-seemann/tcp",
"direct": false,
"version": "v0.0.0-20210406111302-dfbc87cc63fd",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-isatty",
"direct": false,
"version": "v0.0.22",
"ecosystem": "go"
},
{
"name": "github.com/mdlayher/socket",
"direct": false,
"version": "v0.5.1",
"ecosystem": "go"
},
{
"name": "github.com/mdlayher/vsock",
"direct": false,
"version": "v1.2.1",
"ecosystem": "go"
},
{
"name": "github.com/mikioh/tcpinfo",
"direct": false,
"version": "v0.0.0-20190314235526-30a79bb1804b",
"ecosystem": "go"
},
{
"name": "github.com/mikioh/tcpopt",
"direct": false,
"version": "v0.0.0-20190314235656-172688c1accc",
"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.3.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-fmt",
"direct": false,
"version": "v0.1.0",
"ecosystem": "go"
},
{
"name": "github.com/multiformats/go-multicodec",
"direct": false,
"version": "v0.9.1",
"ecosystem": "go"
},
{
"name": "github.com/multiformats/go-multihash",
"direct": false,
"version": "v0.2.3",
"ecosystem": "go"
},
{
"name": "github.com/multiformats/go-multistream",
"direct": false,
"version": "v0.6.1",
"ecosystem": "go"
},
{
"name": "github.com/multiformats/go-varint",
"direct": false,
"version": "v0.0.7",
"ecosystem": "go"
},
{
"name": "github.com/munnerz/goautoneg",
"direct": false,
"version": "v0.0.0-20191010083416-a7dc8b61c822",
"ecosystem": "go"
},
{
"name": "github.com/mwitkow/go-conntrack",
"direct": false,
"version": "v0.0.0-20190716064945-2f068394615f",
"ecosystem": "go"
},
{
"name": "github.com/opentracing/opentracing-go",
"direct": false,
"version": "v1.2.0",
"ecosystem": "go"
},
{
"name": "github.com/pbnjay/memory",
"direct": false,
"version": "v0.0.0-20210728143218-7b4eea64cf58",
"ecosystem": "go"
},
{
"name": "github.com/pion/datachannel",
"direct": false,
"version": "v1.5.10",
"ecosystem": "go"
},
{
"name": "github.com/pion/dtls/v3",
"direct": false,
"version": "v3.1.2",
"ecosystem": "go"
},
{
"name": "github.com/pion/ice/v4",
"direct": false,
"version": "v4.0.10",
"ecosystem": "go"
},
{
"name": "github.com/pion/interceptor",
"direct": false,
"version": "v0.1.40",
"ecosystem": "go"
},
{
"name": "github.com/pion/logging",
"direct": false,
"version": "v0.2.4",
"ecosystem": "go"
},
{
"name": "github.com/pion/mdns/v2",
"direct": false,
"version": "v2.0.7",
"ecosystem": "go"
},
{
"name": "github.com/pion/randutil",
"direct": false,
"version": "v0.1.0",
"ecosystem": "go"
},
{
"name": "github.com/pion/rtcp",
"direct": false,
"version": "v1.2.16",
"ecosystem": "go"
},
{
"name": "github.com/pion/rtp",
"direct": false,
"version": "v1.8.19",
"ecosystem": "go"
},
{
"name": "github.com/pion/sctp",
"direct": false,
"version": "v1.8.39",
"ecosystem": "go"
},
{
"name": "github.com/pion/sdp/v3",
"direct": false,
"version": "v3.0.18",
"ecosystem": "go"
},
{
"name": "github.com/pion/srtp/v3",
"direct": false,
"version": "v3.0.6",
"ecosystem": "go"
},
{
"name": "github.com/pion/stun/v3",
"direct": false,
"version": "v3.1.1",
"ecosystem": "go"
},
{
"name": "github.com/pion/transport/v3",
"direct": false,
"version": "v3.0.7",
"ecosystem": "go"
},
{
"name": "github.com/pion/transport/v4",
"direct": false,
"version": "v4.0.1",
"ecosystem": "go"
},
{
"name": "github.com/pion/turn/v4",
"direct": false,
"version": "v4.0.2",
"ecosystem": "go"
},
{
"name": "github.com/pion/webrtc/v4",
"direct": false,
"version": "v4.1.2",
"ecosystem": "go"
},
{
"name": "github.com/pires/go-proxyproto",
"direct": false,
"version": "v0.11.0",
"ecosystem": "go"
},
{
"name": "github.com/pkg/errors",
"direct": false,
"version": "v0.9.1",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "v1.0.1-0.20181226105442-5d4384ee4fb2",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/client_model",
"direct": false,
"version": "v0.6.2",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/common",
"direct": false,
"version": "v0.67.5",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/exporter-toolkit",
"direct": false,
"version": "v0.16.0",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/procfs",
"direct": false,
"version": "v0.19.2",
"ecosystem": "go"
},
{
"name": "github.com/quic-go/qpack",
"direct": false,
"version": "v0.6.0",
"ecosystem": "go"
},
{
"name": "github.com/quic-go/quic-go",
"direct": false,
"version": "v0.59.0",
"ecosystem": "go"
},
{
"name": "github.com/quic-go/webtransport-go",
"direct": false,
"version": "v0.10.0",
"ecosystem": "go"
},
{
"name": "github.com/rogpeppe/go-internal",
"direct": false,
"version": "v1.14.1",
"ecosystem": "go"
},
{
"name": "github.com/spaolacci/murmur3",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/wlynxg/anet",
"direct": false,
"version": "v0.0.5",
"ecosystem": "go"
},
{
"name": "github.com/zeebo/blake3",
"direct": false,
"version": "v0.2.4",
"ecosystem": "go"
},
{
"name": "go.opencensus.io",
"direct": false,
"version": "v0.24.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/sdk/metric",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.uber.org/automaxprocs",
"direct": false,
"version": "v1.6.0",
"ecosystem": "go"
},
{
"name": "go.uber.org/dig",
"direct": false,
"version": "v1.19.0",
"ecosystem": "go"
},
{
"name": "go.uber.org/fx",
"direct": false,
"version": "v1.24.0",
"ecosystem": "go"
},
{
"name": "go.uber.org/mock",
"direct": false,
"version": "v0.6.0",
"ecosystem": "go"
},
{
"name": "go.uber.org/multierr",
"direct": false,
"version": "v1.11.0",
"ecosystem": "go"
},
{
"name": "go.uber.org/zap/exp",
"direct": false,
"version": "v0.3.0",
"ecosystem": "go"
},
{
"name": "go.yaml.in/yaml/v2",
"direct": false,
"version": "v2.4.4",
"ecosystem": "go"
},
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.50.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/exp",
"direct": false,
"version": "v0.0.0-20260209203927-2842357ff358",
"ecosystem": "go"
},
{
"name": "golang.org/x/mod",
"direct": false,
"version": "v0.35.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.53.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/oauth2",
"direct": false,
"version": "v0.36.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sync",
"direct": false,
"version": "v0.20.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.43.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/telemetry",
"direct": false,
"version": "v0.0.0-20260409153401-be6f6cb8b1fa",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.36.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/time",
"direct": false,
"version": "v0.15.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/tools",
"direct": false,
"version": "v0.44.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"direct": false,
"version": "v0.0.0-20260401024825-9d38bb4040a9",
"ecosystem": "go"
},
{
"name": "google.golang.org/grpc",
"direct": false,
"version": "v1.80.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/protobuf",
"direct": false,
"version": "v1.36.11",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": false,
"version": "v3.0.1",
"ecosystem": "go"
},
{
"name": "lukechampine.com/blake3",
"direct": false,
"version": "v1.4.1",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 158,
"direct_count": 24,
"indirect_count": 134
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 67,
"open_issues": 7,
"closed_ratio": 0.632,
"closed_issues": 12,
"closed_unmerged_prs": 5
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "lidel",
"commits": 83,
"avatar_url": "https://avatars.githubusercontent.com/u/157609?v=4"
},
{
"type": "User",
"login": "aschmahmann",
"commits": 38,
"avatar_url": "https://avatars.githubusercontent.com/u/2733228?v=4"
},
{
"type": "User",
"login": "MarcoPolo",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/594035?v=4"
},
{
"type": "User",
"login": "web3-bot",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/81333946?v=4"
},
{
"type": "User",
"login": "sukunrt",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/2179993?v=4"
},
{
"type": "User",
"login": "achingbrain",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/665810?v=4"
},
{
"type": "User",
"login": "2color",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1992255?v=4"
},
{
"type": "User",
"login": "guillaumemichel",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/15075495?v=4"
}
],
"contributors_sampled": 8,
"top_contributor_share": 0.615
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"docker.yml",
"generated-pr.yml",
"go-check.yml",
"go-test.yml",
"release-check.yml",
"releaser.yml",
"stale.yml",
"tagpush.yml"
],
"has_docs_dir": true,
"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": 3,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 6,
"reason": "19 out of 29 merged PRs checked by a CI test -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 1,
"reason": "Found 5/30 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 7 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": 10,
"reason": "project is fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 5,
"reason": "6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow 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": "25 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "bf900a853305cc22ccbb62793b62edb6f238588f",
"ran_at": "2026-07-22T02:13:34Z",
"aggregate_score": 3.9,
"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-22T00:35:04Z",
"oldest_open_prs": [
{
"number": 80,
"created_at": "2025-11-28T15:22:54Z",
"last_comment_at": "2025-11-28T15:25:19Z",
"last_comment_author": "codecov"
},
{
"number": 92,
"created_at": "2026-07-17T18:26:13Z",
"last_comment_at": "2026-07-17T18:29:12Z",
"last_comment_author": "codecov"
}
],
"last_merged_pr_at": "2026-07-20T18:18:48Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 7,
"created_at": "2024-11-06T00:01:17Z",
"last_comment_at": "2024-11-27T14:04:13Z",
"last_comment_author": "sukunrt"
},
{
"number": 32,
"created_at": "2025-01-08T19:08:06Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 44,
"created_at": "2025-01-24T15:10:21Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 53,
"created_at": "2025-02-13T18:29:31Z",
"last_comment_at": "2026-01-29T20:55:02Z",
"last_comment_author": "MarcoPolo"
},
{
"number": 55,
"created_at": "2025-02-13T20:03:40Z",
"last_comment_at": "2025-02-13T20:03:50Z",
"last_comment_author": "lidel"
},
{
"number": 73,
"created_at": "2025-06-25T20:41:19Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 82,
"created_at": "2026-01-16T16:09:23Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ipshipyard/p2p-forge",
"host": "github.com",
"name": "p2p-forge",
"owner": "ipshipyard"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"security": 51,
"vitality": 73,
"community": 32,
"governance": 63,
"engineering": 72
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 73,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"commits_last_year": 17,
"human_commit_share": 1,
"days_since_last_push": 1,
"active_weeks_last_year": 13
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "13/52 weeks with commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 13
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "17 commits in the last year",
"points": 11.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 17
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 92,
"inputs": {
"releases_count": 20,
"latest_release_tag": "v0.10.0",
"releases_from_tags": false,
"days_since_latest_release": 4,
"mean_days_between_releases": 53
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "20 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 20
}
}
],
"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 ~53 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 53
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 1,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 1 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 1
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 32,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"forks": 12,
"stars": 36,
"watchers": 7,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "below_threshold"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "36 stars",
"points": 25,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 36
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "12 forks",
"points": 8.7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 12
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "7 watchers",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 7
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"has_license": false,
"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": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 63,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 8,
"top_contributor_share": 0.615
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 62% of commits",
"points": 8.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 62
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "8 contributors",
"points": 10.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 8
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 7 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"merged_prs": 67,
"open_issues": 7,
"closed_issues": 12,
"issue_closed_ratio": 0.632,
"closed_unmerged_prs": 5
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "63% of issues closed",
"points": 29.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 63
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "67/72 decided PRs merged",
"points": 35.6,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 67,
"decided": 72
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 5/30 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"followers": 80,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "ipshipyard",
"public_repos": 24,
"account_age_days": 917
},
"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": "80 followers of ipshipyard",
"points": 13.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 80,
"login": "ipshipyard"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "24 public repos, account ~2 yr old",
"points": 15.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 24
}
},
{
"code": "account_age_years",
"params": {
"years": 2
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/ipshipyard/p2p-forge"
],
"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": "20 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 20
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 72,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "8 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 8
}
}
],
"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": "19 out of 29 merged PRs checked by a CI test -- score normalized to 6",
"points": 12,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [
"autotls",
"dns-01-acme-challenge",
"libp2p",
"libp2p-transport",
"tls",
"wss"
],
"has_wiki": false,
"homepage": "https://registration.libp2p.direct/",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://registration.libp2p.direct/",
"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": "6 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 6
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 51,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 39,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "19 out of 29 merged PRs checked by a CI test -- score normalized to 6",
"points": 1.5,
"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 5/30 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 7 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 fuzzed",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"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": "25 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 158 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": 158
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 40,
"affected_packages": 6,
"assessed_packages": 158,
"unassessed_packages": 0,
"affected_by_severity": "critical 2, moderate 2, unknown 2",
"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": 158,
"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": 27
},
"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.98,
"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": "98 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 98,
"sampled": 100
}
}
],
"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": true,
"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": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, 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": "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": 38764,
"source_files_sampled": 35,
"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/35 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 35,
"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:13:53.540151Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/i/ipshipyard/p2p-forge.svg",
"full_name": "ipshipyard/p2p-forge",
"license_state": "absent",
"license_spdx": null
}