Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"linux",
"proxy",
"vpn",
"wireguard",
"vpn-server",
"high-availability"
],
"is_fork": false,
"size_kb": 268,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 106685
},
"pushed_at": "2026-07-27T20:57:12Z",
"created_at": "2024-07-18T20:47:22Z",
"owner_type": "Organization",
"updated_at": "2026-07-31T07:38:42Z",
"description": "High-availability network proxy / VPN server, powered by WireGuard",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://modal.com",
"name": "Modal Labs",
"type": "Organization",
"login": "modal-labs",
"company": null,
"location": "United States of America",
"followers": 1431,
"avatar_url": "https://avatars.githubusercontent.com/u/88658467?v=4",
"created_at": "2021-08-09T10:10:41Z",
"is_verified": null,
"public_repos": 91,
"account_age_days": 1819
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.0.3",
"kind": "patch",
"published_at": "2024-10-08T11:41:26Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2025-01-27T15:42:07Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2024-10-02T03:48:27Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2024-09-27T19:06:04Z"
}
],
"recent_commits": [
{
"oid": "381e1e99368af5bf155caa74de655d72c00e62fb",
"body": "The vprox server's /connect throughput is bound by the RSA-4096 TLS\nhandshake. On a 4-vCPU proxy node the RSA-4096 private-key op runs at\n~246/s per core, capping connects at ~250/s and pegging all cores at\n100% under a container connect-storm. Past that, new connects hit the\nclient's 5s timeout (\"c\n[…]\n --takeover\nrolling upgrade picks it up on new connects.\n\n\nClaude-Session: https://claude.ai/code/session_01LSYceenC39cYijpZShWE9c\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Replace RSA-4096 control-channel cert with ECDSA P-256 (#26)",
"author_name": "Amit Prasad",
"author_login": "AmitPr",
"committed_at": "2026-07-23T17:48:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "026f95b6461ee9912441c133e10ab0a8e1fa7888",
"body": null,
"is_bot": false,
"headline": "Restrict healthcheck oif via BINDTODEVICE (#25)",
"author_name": "Amit Prasad",
"author_login": "AmitPr",
"committed_at": "2026-07-22T22:49:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b86df924bd7ae7db64afde6511fc1a48bcda6549",
"body": null,
"is_bot": false,
"headline": "Bump livenessFailureThreshold to match old liveness timeout (#24)",
"author_name": "Amit Prasad",
"author_login": "AmitPr",
"committed_at": "2026-07-22T02:06:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f4643b0bfe6c6d57a93ef39b30851037b642686",
"body": "* Replace vprox client ICMP healthchecks with WireGuard connection state\n\nThe initial healthcheck sent three pings 10ms apart and then waited out a\n5s timeout, so it was a single probe burst at t=0 rather than 5s of\nprobing. WireGuard does not retry a lost handshake initiation until\nREKEY_TIMEOUT, w\n[…]\nted and recovered in about three seconds.\n\nClaude-Session: https://claude.ai/code/session_01RTTrFeNGDmJGbBaPoSEfAJ\n\n* comments + slop\n\n* disconnect after initial connect succeeds but handshake doesn't",
"is_bot": false,
"headline": "Tighten up client side healthchecking and timeouts (#23)",
"author_name": "Amit Prasad",
"author_login": "AmitPr",
"committed_at": "2026-07-21T20:00:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2b1dd393599f5cca0da832a01a1b3cd966b4b8da",
"body": "Adds passwordless authentication to vprox using Modal's OIDC identity tokens. Setting `VPROX_AUTH_MODE=oidc-modal` on the server enables JWT verification against Modal's OIDC issuer — on startup, the server performs OIDC discovery, fetches the JWKS signing keys, and validates every incoming token's \n[…]\nainer). All configuration uses the `VPROX_` prefix. Access control is scoped to workspace IDs only (`VPROX_OIDC_ALLOWED_WORKSPACE_IDS`), with a `*` wildcard option that logs a warning for testing use.",
"is_bot": false,
"headline": "Add Modal OIDC authentication (`oidc-modal`) (#20)",
"author_name": "Luis Capelo",
"author_login": "luiscape",
"committed_at": "2026-03-30T03:26:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0f208f03e2947d96becb4c2cd0aa56d4186b3de2",
"body": "… (#21)\n\n* Add vital-signs monitoring to the vprox server\n\n* Add missing metrics.go file\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>\n\n* Fix units\n\n* Don't export node name from the vprox process itself; rely on vector to attach it from its env vars.\n\n* Clarify in metric nam\n[…]\nsays prometheus supports dots now\n\n* revert to __ yet again\n\n* Let monitoring read allocated.size() in a lock-free way.\n\n---------\n\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add monitoring for some vital performance metrics to the vprox server…",
"author_name": "Apoorva Bhagwat",
"author_login": "abhagwat",
"committed_at": "2026-03-27T14:56:08Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d965665d74d9668cce59ea6a677998cf3d0e32a5",
"body": "This reverts commit fe448718e7cc41f046ad74d30ea33a601005a968.",
"is_bot": false,
"headline": "Revert \"make further changes\"",
"author_name": "Luis Capelo",
"author_login": "luiscape",
"committed_at": "2026-03-12T03:55:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe448718e7cc41f046ad74d30ea33a601005a968",
"body": null,
"is_bot": false,
"headline": "make further changes",
"author_name": "Luis Capelo",
"author_login": "luiscape",
"committed_at": "2026-03-12T03:50:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e55c40f948395643ec6eaac5f5052cfbc792ab27",
"body": "* Implement 'relinquishing' operation and 'takeover' mode for graceful software upgrades.\n\n* Add a re-dial policy when we get ECONNREFUSED at the TCP layer.\n\n* Add a /version endpoint to let automation discover what software version a vprox server is running.\n\n* Address PR feedback, round 1\n\n* Takeo\n[…]\nanches of CleanupWireguard.\n\n* Flush logs after two important log statements to see if we get less confusing logs on server exit.\n\n* Reorder a 'defer done' as a hail mary.\n\n* Remove debugging flushes.",
"is_bot": false,
"headline": "Changes for more graceful vprox-server software upgrades (#18)",
"author_name": "Apoorva Bhagwat",
"author_login": "abhagwat",
"committed_at": "2025-12-12T22:21:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d80366439549c2c536aac7b5b7803259d13f8dd6",
"body": "* Fix a bug in eager-GC + related changes.\n\n* Rename `newPeers` -> `allPeers`. It's confusing to only track new peers; we might as well just keep a comprehensive map of all peers. This is not going to be a RAM problem (or anything like that) in the foreseeable future.\n* Get rid of the newPeers clean\n[…]\ncontext: the thread at https://modal-com.slack.com/archives/C097WDL0U8L/p1765227270645399?thread_ts=1764714865.095329&cid=C097WDL0U8L.\n\n* add a log when we unexpectedly fail to find a peer in allPeers",
"is_bot": false,
"headline": "Fix a bug in eager-GC + related changes (#17)",
"author_name": "Apoorva Bhagwat",
"author_login": "abhagwat",
"committed_at": "2025-12-08T22:24:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f120c80ad10211505718dd19204bd1762ef20de1",
"body": null,
"is_bot": false,
"headline": "Abort on unrecoverable connection errors (#16)",
"author_name": "Amit Prasad",
"author_login": "AmitPr",
"committed_at": "2025-12-08T20:06:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "279b8e01a38b3b40bce018f37b6201212cff2579",
"body": "* Two vprox client changes:\n* add more verbose logging to improve observability,\n* push call to the `done` callback that we receive from `signal.NotifyContext(...)` to later. We're hypothesizing that the vprox client is sometimes exiting ungracefully (without performing necessary cleanup) because it\n[…]\nter disengage our signal handlers only after we're done with cleanup, lest we receive two of these signals in quick succession.\n\n* Add log lines just before we call Disconnect() and DeleteInterface().",
"is_bot": false,
"headline": "Two vprox client changes. (#15)",
"author_name": "Apoorva Bhagwat",
"author_login": "abhagwat",
"committed_at": "2025-11-20T15:55:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6a88b7ad388d55fb4a946d63716f8ab3d8b606ef",
"body": "…fic vprox interface. (#14)",
"is_bot": false,
"headline": "Fix ping-based healthcheck in modal-worker runtime to go over a speci…",
"author_name": "Apoorva Bhagwat",
"author_login": "abhagwat",
"committed_at": "2025-11-07T14:25:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6647b8b4cf5d5db89af6a125e40d3d4939a70dbb",
"body": "…ent to the vprox server, so that the server may reclaim resources for that client (crucially, its subnet IP) eagerly. (#13)\n\n* Initial draft of eager peer-GC\n\n* Use newPeers as the source of truth in cleanupPeer.",
"is_bot": false,
"headline": "Add a mechanism to explicitly signal disconnection from the vprox cli…",
"author_name": "Apoorva Bhagwat",
"author_login": "abhagwat",
"committed_at": "2025-10-30T18:49:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1007f1248c18c58832ee56908c773dbcdabb0112",
"body": "As Eric points out in [this comment](https://github.com/modal-labs/vprox/pull/11#discussion_r2471336394), the [removeIdlePeers loop](https://github.com/modal-labs/vprox/blob/10aa78cb63ee35a5f7eeb3f698d701bd57d046e6/lib/server.go#L376-L378) might insta-garbage-collect a new peer if we don't add a new\n[…]\n10aa78cb63ee35a5f7eeb3f698d701bd57d046e6/lib/server.go#L187) -- only for the GC loop to clean it up later. So let's eagerly remove the newPeers entry in the error branch -- I think this is safe to do.",
"is_bot": false,
"headline": "vprox: Avoid a race in newPeers handling (#12)",
"author_name": "Apoorva Bhagwat",
"author_login": "abhagwat",
"committed_at": "2025-10-29T18:47:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "10aa78cb63ee35a5f7eeb3f698d701bd57d046e6",
"body": "…used when servicing a new connection (#11)\n\n* Start making the linear-work-saving change.\n\n* Track peerIp in the newPeers map so that reusable peerIps can be\nsearched-for efficiently without a linear scan.\n\n* Actually delete the Device() call and the O(N) loop after it.\n\n* Remove redundant comment",
"is_bot": false,
"headline": "vprox: Don't do O(N) work to figure out whether a peerIp should be re…",
"author_name": "Apoorva Bhagwat",
"author_login": "abhagwat",
"committed_at": "2025-10-28T20:56:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c25d8557523e184e9bee6b39b4aa7bfea9fdfa11",
"body": "This adds a MSS that intercepts TCP handshake packets and sets MSS to 1160, ensuring packets stay within Wireguard MTU limits after encapsulation (typically 1420 bytes for Wireguard).\n\nIn this case, certain SSL handshakes were failing because packets were too large for the Wireguard tunnel, causing \n[…]\nonnection to hang.\n\nA potential side effect is greater overhead resulting in increased latency. I have no evidence this is the case here. It solves the issue we are observing with hanging connections.",
"is_bot": false,
"headline": "Adds MSS rule to prevent failed SSL handshakes (#10)",
"author_name": "Luis Capelo",
"author_login": "luiscape",
"committed_at": "2025-01-27T15:33:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5f1a27ec78dffdcc02313634dae28f2c7797d903",
"body": null,
"is_bot": false,
"headline": "Update README bottom section",
"author_name": "Eric Zhang",
"author_login": "ekzhang",
"committed_at": "2024-10-24T21:00:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e46050f09533de764f8612d47a87876d82cb6bc",
"body": "Instances may have public IPs assigned after they are provisioned. The `vprox` server will fail to start if public IPs aren't yet assigned to the instance. This seems unnecessary because it doesn't need to know the public IP of the instance at all as far as I understand.\r\n\r\nThis change makes it easi\n[…]\nno public IPs, and then assign public IPs later. (AWS doesn't let you automatically assign public IPs if an instance is launched with multiple ENIs so there's a period in which we have no public IPs.)",
"is_bot": false,
"headline": "Ignore public IPs when collecting metadata (#7)",
"author_name": "Luis Capelo",
"author_login": "luiscape",
"committed_at": "2024-10-08T11:31:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ea2c6467f33ec249b17f075d683c380168fb1bdb",
"body": null,
"is_bot": false,
"headline": "fix: don't immediately exit after starting with --ip (#6)",
"author_name": "Jeffrey Meng",
"author_login": "jeffreymeng",
"committed_at": "2024-10-02T00:03:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a96c64ad2de7d0e9303714ab0a7ce84ced2bdf41",
"body": null,
"is_bot": false,
"headline": "Improve error message on healthcheck faiure",
"author_name": "Eric Zhang",
"author_login": "ekzhang",
"committed_at": "2024-10-01T20:32:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdba66b95c2dc4a30ecd33d9dd03af026ef70407",
"body": null,
"is_bot": false,
"headline": "Release vprox v1.0.0",
"author_name": "Eric Zhang",
"author_login": "ekzhang",
"committed_at": "2024-09-27T19:05:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4169bea8f7103f51f6eb1744d6fa34aab69a0510",
"body": null,
"is_bot": false,
"headline": "Update README.md (#5)",
"author_name": "Eric Zhang",
"author_login": "ekzhang",
"committed_at": "2024-09-27T19:02:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c202f419526ab73790a9f78d868a89a5c5d091f",
"body": "* feat: client status check and automatic reconnect\r\n\r\n* fix: style and remove unneeded Client state that can actually be derived\r\n\r\n* fix: renamed function\r\n\r\n* fix: redesign client API so we don't need a reconnect method\r\n\r\n* Add comment about errors when removing addresses from the interface\r\n\r\n* fix: adjust timings and improve error description",
"is_bot": false,
"headline": "Client status detection and automatic reconnecting (#4)",
"author_name": "Jeffrey Meng",
"author_login": "jeffreymeng",
"committed_at": "2024-09-27T19:02:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b92e9f8fbcfcf4a88c244d027e8ade37db99a7f2",
"body": "* refactor server creation\r\n\r\n* feat: dynamic start/stop from aws\r\n\r\n* only log errors starting server\r\n\r\n* fix: various improvements",
"is_bot": false,
"headline": "Support automatic discovery of IPs from AWS metadata (#3)",
"author_name": "Jeffrey Meng",
"author_login": "jeffreymeng",
"committed_at": "2024-09-26T14:54:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e988e2b0c55ee9b102630c453704e331b25fad9f",
"body": null,
"is_bot": false,
"headline": "Edit readme",
"author_name": "Eric Zhang",
"author_login": "ekzhang",
"committed_at": "2024-09-25T15:20:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfc3d5213d219c375a9b1e57cf3673be6593af74",
"body": null,
"is_bot": false,
"headline": "Create CODEOWNERS",
"author_name": "Eric Zhang",
"author_login": "ekzhang",
"committed_at": "2024-09-24T21:05:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5e679eb0ea0b1f89f1fa0c9de8a89577adf55c2",
"body": null,
"is_bot": false,
"headline": "Fix a minor bug, not updating the newPeers map",
"author_name": "Eric Zhang",
"author_login": "ekzhang",
"committed_at": "2024-09-24T19:12:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "401853d011fe18fd48d94b8834e3f9ea9943d0dc",
"body": null,
"is_bot": false,
"headline": "Fix rp_filter setting, defaults to 0 on Oracle Linux",
"author_name": "Eric Zhang",
"author_login": "ekzhang",
"committed_at": "2024-09-24T18:55:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87950cf9f7407e9df7c1969b0dd54d65912039d2",
"body": "This required a periodic `AddrReplace` command in a loop, as well as some changing of the UDP ports.",
"is_bot": false,
"headline": "Fix vprox for multiple private IPs on one server",
"author_name": "Eric Zhang",
"author_login": "ekzhang",
"committed_at": "2024-09-24T18:13:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03a16e39b1ab0346c54be1b205f1dd4f84943fce",
"body": null,
"is_bot": false,
"headline": "Implement AWS metadata endpoint querying",
"author_name": "Eric Zhang",
"author_login": "ekzhang",
"committed_at": "2024-09-20T18:26:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e4b551fc9c8e0145c018792d60289d22161cd33",
"body": null,
"is_bot": false,
"headline": "Hook up --wg-block-per-ip flag",
"author_name": "Eric Zhang",
"author_login": "ekzhang",
"committed_at": "2024-09-20T18:26:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3290e6de449ea58c554dc75f680c01425b6ede3a",
"body": null,
"is_bot": false,
"headline": "Mention forwarding requirement on client too",
"author_name": "Eric Zhang",
"author_login": "ekzhang",
"committed_at": "2024-09-10T20:31:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7eeb34d275afaebd9c92fec2c370618611d5a9df",
"body": null,
"is_bot": false,
"headline": "Free idle IPs from allocator after pruning",
"author_name": "Eric Zhang",
"author_login": "ekzhang",
"committed_at": "2024-08-30T21:38:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7246922a21cbb94a1089f46041112d33d68cd5d3",
"body": null,
"is_bot": false,
"headline": "Remove idle peers periodically",
"author_name": "Eric Zhang",
"author_login": "ekzhang",
"committed_at": "2024-08-30T21:10:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3138cce41ad3dda053364069ca1982e2030b8199",
"body": "Resolves MOD-3579",
"is_bot": false,
"headline": "Set up IP allocation and work with multiple connections",
"author_name": "Eric Zhang",
"author_login": "ekzhang",
"committed_at": "2024-08-30T16:05:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85c4d4f4e493a8c9685878e331c293cfd6789505",
"body": null,
"is_bot": false,
"headline": "Refactor code to use better net/netip types",
"author_name": "Eric Zhang",
"author_login": "ekzhang",
"committed_at": "2024-08-30T15:29:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "971e301451d228a3ead656d018a3aaf6178f99a2",
"body": null,
"is_bot": false,
"headline": "Get vprox working!",
"author_name": "Eric Zhang",
"author_login": "ekzhang",
"committed_at": "2024-08-30T15:03:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6a1e665aefc2331171e9660bc0f28cdfb368a75",
"body": null,
"is_bot": false,
"headline": "Add dependencies to README",
"author_name": "Eric Zhang",
"author_login": "ekzhang",
"committed_at": "2024-08-30T14:15:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a825557025268325ea48501b25d4f7f9e668f2a",
"body": "Missing IP address allocation still",
"is_bot": false,
"headline": "Finish PoC implementing single-user vprox",
"author_name": "Eric Zhang",
"author_login": "ekzhang",
"committed_at": "2024-08-29T22:14:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e9d6001940f9658fe8bc4dc7bb1681a70b9d4ce",
"body": null,
"is_bot": false,
"headline": "Finish implementing vprox proof-of-concept",
"author_name": "Eric Zhang",
"author_login": "ekzhang",
"committed_at": "2024-08-29T22:11:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d9ee2143b745e8ba624154e6049cdc362738367",
"body": null,
"is_bot": false,
"headline": "Implement client",
"author_name": "Eric Zhang",
"author_login": "ekzhang",
"committed_at": "2024-08-29T21:49:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3a9b23bedee83a835dea92a6b85062b81de54a4",
"body": null,
"is_bot": false,
"headline": "Move public Server source into lib package",
"author_name": "Eric Zhang",
"author_login": "ekzhang",
"committed_at": "2024-08-29T20:20:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81e1c220265ff1ca56f78f4bbf5e510c5a7e1600",
"body": null,
"is_bot": false,
"headline": "Implement nextIpBlock",
"author_name": "Eric Zhang",
"author_login": "ekzhang",
"committed_at": "2024-08-29T17:58:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "849d25734ce2115753a0fc08620345e7eff8dbab",
"body": null,
"is_bot": false,
"headline": "Address a couple TODOs",
"author_name": "Eric Zhang",
"author_login": "ekzhang",
"committed_at": "2024-08-28T20:55:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b988590bb136d6bba8be6d6d4e86407776f6d54d",
"body": null,
"is_bot": false,
"headline": "More implementation, add TODOs and plan",
"author_name": "Eric Zhang",
"author_login": "ekzhang",
"committed_at": "2024-08-28T20:49:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4cb95141535aa03fbaa8425fca6d3031319b2eb",
"body": null,
"is_bot": false,
"headline": "Get rid of unused Addr field in http.Server",
"author_name": "Eric Zhang",
"author_login": "ekzhang",
"committed_at": "2024-08-01T14:24:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1175511763b41d9fdede46d99db8da9b508f86b",
"body": null,
"is_bot": false,
"headline": "Set up server structure and graceful error handling",
"author_name": "Eric Zhang",
"author_login": "ekzhang",
"committed_at": "2024-07-31T19:35:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3921941e338dcc402bbac0f9ebc8c62b75cd965",
"body": null,
"is_bot": false,
"headline": "More work on README, fix design issues",
"author_name": "Eric Zhang",
"author_login": "ekzhang",
"committed_at": "2024-07-31T16:19:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53f61ac1ecb39ff313650cb752a8ed72c3fbc11a",
"body": null,
"is_bot": false,
"headline": "Generate a private key on the server in the /run folder",
"author_name": "Eric Zhang",
"author_login": "ekzhang",
"committed_at": "2024-07-29T19:20:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e7db76cbc5fb1d38ad04cfb187dab28c2390ba3",
"body": null,
"is_bot": false,
"headline": "Stubs for CLI implementation",
"author_name": "Eric Zhang",
"author_login": "ekzhang",
"committed_at": "2024-07-24T21:00:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52f651392439c08d167024c753962adf940a3f72",
"body": null,
"is_bot": false,
"headline": "Change the subnet used",
"author_name": "Eric Zhang",
"author_login": "ekzhang",
"committed_at": "2024-07-24T19:15:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41c15ddc32c5b6efc79fee9e69697882b16f6f20",
"body": null,
"is_bot": false,
"headline": "Warning: This is unfinished",
"author_name": "Eric Zhang",
"author_login": "ekzhang",
"committed_at": "2024-07-24T19:06:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76227728930dc9be2b6d0445a9c00cd2c63d5631",
"body": null,
"is_bot": false,
"headline": "Write a README with usage instructions",
"author_name": "Eric Zhang",
"author_login": "ekzhang",
"committed_at": "2024-07-24T19:05:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "583e76e059b8c1fa8c4ba5ec71011e567abbfed6",
"body": null,
"is_bot": false,
"headline": "Add CLI",
"author_name": "Eric Zhang",
"author_login": "ekzhang",
"committed_at": "2024-07-24T18:30:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9dadfad5a7d90999f6173a03bbd7950a7bee1e95",
"body": null,
"is_bot": false,
"headline": "Run `go get -u`",
"author_name": "Eric Zhang",
"author_login": "ekzhang",
"committed_at": "2024-07-18T22:29:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45683528d9f6ec78d29da083df392b256d9eb2e9",
"body": null,
"is_bot": false,
"headline": "Add wgctrl dependency",
"author_name": "Eric Zhang",
"author_login": "ekzhang",
"committed_at": "2024-07-18T22:23:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df4f005c9dc21734d5eb93567dd4a08eef8ac814",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Eric Zhang",
"author_login": "ekzhang",
"committed_at": "2024-07-18T20:48:51Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 16,
"latest_release_at": "2024-10-08T11:41:26Z",
"latest_release_tag": "v1.0.3",
"releases_from_tags": false,
"days_since_last_push": 6,
"active_weeks_last_year": 8,
"days_since_latest_release": 663,
"mean_days_between_releases": 3.6
},
"artifacts": {
"collected": true,
"structure": [
"tree.go_main"
],
"declarations": []
},
"community": {
"has_readme": true,
"has_license": true,
"readme_badges": {
"hosts": [],
"total": 0,
"header": 0,
"collected": true,
"has_inspect_badge": false
},
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/modal-labs/vprox",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"categories": [],
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/modal-labs/vprox",
"declared_type": null,
"is_deprecated": false,
"latest_version": "v1.0.14",
"repository_url": "https://github.com/modal-labs/vprox",
"versions_count": 15,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-23T17:48:30Z",
"latest_version_yanked": null,
"days_since_latest_publish": 10
}
]
},
"popularity": {
"forks": 16,
"stars": 230,
"watchers": 5,
"fork_history": {
"days": [
{
"date": "2024-07-19",
"count": 1
},
{
"date": "2024-11-01",
"count": 2
},
{
"date": "2024-11-22",
"count": 1
},
{
"date": "2024-12-02",
"count": 1
},
{
"date": "2024-12-05",
"count": 1
},
{
"date": "2025-05-12",
"count": 1
},
{
"date": "2025-07-15",
"count": 1
},
{
"date": "2025-07-18",
"count": 1
},
{
"date": "2025-09-10",
"count": 1
},
{
"date": "2025-09-12",
"count": 1
},
{
"date": "2025-11-06",
"count": 1
},
{
"date": "2026-04-06",
"count": 1
},
{
"date": "2026-04-16",
"count": 1
},
{
"date": "2026-07-17",
"count": 1
}
],
"complete": true,
"collected": 15,
"total_forks": 16
},
"star_history": null,
"open_issues_and_prs": 5
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 24767,
"source_files_sampled": 18,
"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.41.0",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 10,
"advisory_ids": [
"GHSA-45gg-vh54-h5m9",
"GHSA-5cgq-3rg8-m6cv",
"GHSA-78mq-xcr3-xm33",
"GHSA-89gr-r52h-f8rx",
"GHSA-9m57-25v3-79x9",
"GHSA-f5wc-c3c7-36mc",
"GHSA-f6x5-jh6r-wrfv",
"GHSA-j5w8-q4qc-rx2x",
"GHSA-jppx-rxg9-jmrx",
"GHSA-q4h4-gmj2-qvw2"
],
"fixed_version": "0.52.0",
"advisory_count": 32,
"oldest_advisory_days": 262
},
{
"name": "golang.org/x/net",
"direct": true,
"version": "v0.43.0",
"severity": "moderate",
"ecosystem": "go",
"cvss_score": 6.5,
"advisory_ids": [
"GHSA-5cv4-jp36-h3mw",
"GO-2026-4440",
"GO-2026-4441",
"GO-2026-4918",
"GO-2026-5025",
"GO-2026-5026",
"GO-2026-5027",
"GO-2026-5028",
"GO-2026-5029",
"GO-2026-5030"
],
"fixed_version": "1.26.3",
"advisory_count": 11,
"oldest_advisory_days": 178
},
{
"name": "golang.org/x/sys",
"direct": true,
"version": "v0.35.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 72
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 1,
"critical": 1,
"moderate": 1
},
"advisory_count": 44,
"affected_count": 3,
"assessed_count": 37,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 2
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/aws/aws-sdk-go-v2/feature/ec2/imds",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.16.12"
},
{
"name": "github.com/coreos/go-iptables",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.8.0"
},
{
"name": "github.com/fatih/color",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.17.0"
},
{
"name": "github.com/prometheus/client_golang",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.23.2"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.8.1"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.1"
},
{
"name": "github.com/vishvananda/netlink",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.0"
},
{
"name": "golang.org/x/net",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.43.0"
},
{
"name": "golang.org/x/sys",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.35.0"
},
{
"name": "golang.zx2c4.com/wireguard/wgctrl",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20230429144221-925a1e7659e6"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/aws/aws-sdk-go-v2/feature/ec2/imds",
"direct": true,
"version": "v1.16.12",
"ecosystem": "go"
},
{
"name": "github.com/coreos/go-iptables",
"direct": true,
"version": "v0.8.0",
"ecosystem": "go"
},
{
"name": "github.com/fatih/color",
"direct": true,
"version": "v1.17.0",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/client_golang",
"direct": true,
"version": "v1.23.2",
"ecosystem": "go"
},
{
"name": "github.com/spf13/cobra",
"direct": true,
"version": "v1.8.1",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": true,
"version": "v1.11.1",
"ecosystem": "go"
},
{
"name": "github.com/vishvananda/netlink",
"direct": true,
"version": "v1.3.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": true,
"version": "v0.43.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": true,
"version": "v0.35.0",
"ecosystem": "go"
},
{
"name": "golang.zx2c4.com/wireguard/wgctrl",
"direct": true,
"version": "v0.0.0-20230429144221-925a1e7659e6",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2",
"direct": false,
"version": "v1.30.4",
"ecosystem": "go"
},
{
"name": "github.com/aws/smithy-go",
"direct": false,
"version": "v1.20.4",
"ecosystem": "go"
},
{
"name": "github.com/beorn7/perks",
"direct": false,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/cespare/xxhash/v2",
"direct": false,
"version": "v2.3.0",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/google/go-cmp",
"direct": false,
"version": "v0.7.0",
"ecosystem": "go"
},
{
"name": "github.com/inconshreveable/mousetrap",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/josharian/native",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/kr/text",
"direct": false,
"version": "v0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-colorable",
"direct": false,
"version": "v0.1.13",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-isatty",
"direct": false,
"version": "v0.0.20",
"ecosystem": "go"
},
{
"name": "github.com/mdlayher/genetlink",
"direct": false,
"version": "v1.3.2",
"ecosystem": "go"
},
{
"name": "github.com/mdlayher/netlink",
"direct": false,
"version": "v1.7.2",
"ecosystem": "go"
},
{
"name": "github.com/mdlayher/socket",
"direct": false,
"version": "v0.5.1",
"ecosystem": "go"
},
{
"name": "github.com/munnerz/goautoneg",
"direct": false,
"version": "v0.0.0-20191010083416-a7dc8b61c822",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "v1.0.0",
"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.66.1",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/procfs",
"direct": false,
"version": "v0.16.1",
"ecosystem": "go"
},
{
"name": "github.com/spf13/pflag",
"direct": false,
"version": "v1.0.5",
"ecosystem": "go"
},
{
"name": "github.com/vishvananda/netns",
"direct": false,
"version": "v0.0.4",
"ecosystem": "go"
},
{
"name": "go.yaml.in/yaml/v2",
"direct": false,
"version": "v2.4.2",
"ecosystem": "go"
},
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.41.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sync",
"direct": false,
"version": "v0.13.0",
"ecosystem": "go"
},
{
"name": "golang.zx2c4.com/wireguard",
"direct": false,
"version": "v0.0.0-20231211153847-12269c276173",
"ecosystem": "go"
},
{
"name": "google.golang.org/protobuf",
"direct": false,
"version": "v1.36.8",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": false,
"version": "v3.0.1",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 37,
"direct_count": 10,
"indirect_count": 27
}
},
"maintainership": {
"issues": {
"open_prs": 5,
"merged_prs": 20,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 2,
"closed_unmerged_prs": 3
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "ekzhang",
"commits": 37,
"avatar_url": "https://avatars.githubusercontent.com/u/7550632?v=4"
},
{
"type": "User",
"login": "abhagwat",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/5622547?v=4"
},
{
"type": "User",
"login": "AmitPr",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/13373751?v=4"
},
{
"type": "User",
"login": "luiscape",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/953118?v=4"
},
{
"type": "User",
"login": "jeffreymeng",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/15185258?v=4"
}
],
"contributors_sampled": 5,
"top_contributor_share": 0.638
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 20 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 5,
"reason": "Found 15/30 approved changesets -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 5 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 3,
"reason": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"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": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "28 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "381e1e99368af5bf155caa74de655d72c00e62fb",
"ran_at": "2026-08-03T07:22:21Z",
"aggregate_score": 3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"recent_prs": {
"merged_7d": 0,
"decided_7d": 1,
"merged_30d": 4,
"authors_30d": 2,
"decided_30d": 5,
"sample_size": 23,
"window_days": 30,
"sample_exhausted": false,
"authors_probed_30d": 2,
"newcomer_merged_30d": 0,
"bot_prs_excluded_30d": 0,
"newcomer_authors_30d": 1,
"newcomer_decided_30d": 1
},
"ci_last_run_at": "2026-07-23T17:48:32Z",
"oldest_open_prs": [
{
"number": 19,
"created_at": "2026-03-13T03:28:22Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 22,
"created_at": "2026-04-04T17:11:44Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 27,
"created_at": "2026-07-23T22:31:17Z",
"last_comment_at": "2026-07-23T22:31:20Z",
"last_comment_author": "devin-ai-integration"
},
{
"number": 28,
"created_at": "2026-07-23T22:31:23Z",
"last_comment_at": "2026-07-23T22:31:26Z",
"last_comment_author": "devin-ai-integration"
},
{
"number": 29,
"created_at": "2026-07-23T22:31:31Z",
"last_comment_at": "2026-07-23T22:31:35Z",
"last_comment_author": "devin-ai-integration"
}
],
"last_merged_pr_at": "2026-07-23T17:48:30Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/modal-labs/vprox",
"host": "github.com",
"name": "vprox",
"owner": "modal-labs"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 52 is calibrated to 53 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 52,
"calibrated": 53,
"calibration": "2026-08-02"
}
}
],
"value": 53,
"inputs": {
"security": 37,
"vitality": 61,
"community": 51,
"governance": 68,
"calibration": "2026-08-02",
"engineering": 34,
"ai_readiness": 56,
"weighted_overall_raw": 52
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 61,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"commits_last_year": 16,
"human_commit_share": 1,
"days_since_last_push": 6,
"active_weeks_last_year": 8
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "8/52 weeks with commits",
"points": 5.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 8
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "16 commits in the last year",
"points": 11.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 16
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 68,
"inputs": {
"releases_count": 4,
"latest_release_tag": "v1.0.3",
"releases_from_tags": false,
"days_since_latest_release": 663,
"mean_days_between_releases": 3.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 663 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 663
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~3.6 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 3.6
}
}
],
"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": "exceptional",
"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": 10,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 10 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 10
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 51,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"forks": 16,
"stars": 230,
"watchers": 5,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "230 stars",
"points": 38.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 230
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "16 forks",
"points": 9.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 16
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "5 watchers",
"points": 3.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 5
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": 0,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 68,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 5,
"top_contributor_share": 0.638
},
"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 64% of commits",
"points": 8.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 64
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "5 contributors",
"points": 6.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 5
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"merged_prs": 20,
"open_issues": 0,
"closed_issues": 2,
"prs_merged_7d": 0,
"prs_decided_7d": 1,
"prs_merged_30d": 4,
"prs_decided_30d": 5,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 3,
"first_time_authors_30d": 1,
"first_time_prs_merged_30d": 0,
"first_time_prs_decided_30d": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 42,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "20/23 decided PRs merged",
"points": 26.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 20,
"decided": 23
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "0/1 first-time contributors' PRs merged in 30d",
"points": 0,
"status": "missed",
"details": [
{
"code": "newcomer_prs_merged",
"params": {
"days": 30,
"merged": 0,
"decided": 1
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 15/30 approved changesets -- score normalized to 5",
"points": 7.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"followers": 1431,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "modal-labs",
"public_repos": 91,
"account_age_days": 1819
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "1,431 followers of modal-labs",
"points": 22.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1431,
"login": "modal-labs"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "91 public repos, account ~4 yr old",
"points": 23,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 91
}
},
{
"code": "account_age_years",
"params": {
"years": 4
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/modal-labs/vprox"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 10
},
"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 10 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 10
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "15 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 15
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 34,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "0 out of 20 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"linux",
"proxy",
"vpn",
"wireguard",
"vpn-server",
"high-availability"
],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "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": "weak",
"name": "Security",
"value": 37,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 3
},
"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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 20 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 15/30 approved changesets -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "28 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "good",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 37 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 37
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 67,
"inputs": {
"source": "osv",
"advisories": 44,
"affected_packages": 3,
"assessed_packages": 37,
"unassessed_packages": 0,
"affected_by_severity": "critical 1, moderate 1, unknown 1",
"direct_affected_packages": 2
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "2 affected: golang.org/x/net v0.43.0 (moderate 6.5), golang.org/x/sys v0.35.0 (unknown)",
"points": 15.6,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 2,
"packages": "golang.org/x/net v0.43.0 (moderate 6.5), golang.org/x/sys v0.35.0 (unknown)"
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "1 advisory-carrying package(s) unaddressed past 90 days; oldest published 178 days ago",
"points": 34.4,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 1,
"oldest": 178
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "exceptional",
"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": 37,
"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": "exceptional",
"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"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 9
},
"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": 56,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 18,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.345,
"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": "20 of 58 human commits state their intent (structured subject or explanatory body)",
"points": 18.4,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 20,
"sampled": 58
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 69,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.034,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "2 of the last 58 commits agent-authored or agent-credited",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 2,
"sampled": 58
}
}
],
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 24767,
"source_files_sampled": 18,
"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/18 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 18,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"labels": [
"cli",
"library"
],
"scores": {
"cli": 7,
"library": 6
},
"primary": "cli",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:go",
"weight": 6
},
{
"tier": "dependencies",
"label": "cli",
"source": "dep:github.com/spf13/cobra",
"weight": 4
},
{
"tier": "structure",
"label": "cli",
"source": "tree.go_main",
"weight": 3
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": true,
"consumed_by_code": true
},
"metrics_version": "2.3.1"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-08-03T07:22:35.704195Z",
"schema_version": "0.30.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/modal-labs/vprox.svg",
"full_name": "modal-labs/vprox",
"license_state": "standard",
"license_spdx": "MIT"
}