Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 133,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 40333,
"Shell": 1290
},
"pushed_at": "2026-04-25T00:14:34Z",
"created_at": "2015-04-18T16:38:39Z",
"owner_type": "User",
"updated_at": "2026-07-21T06:10:39Z",
"description": "A golang library for discovering the address of a LAN gateway.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "BSD-3-Clause",
"default_branch": "master",
"license_spdx_raw": "BSD-3-Clause",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://jackpal.github.io/",
"name": "Jack Palevich",
"type": "User",
"login": "jackpal",
"company": null,
"location": "Medina WA USA",
"followers": 581,
"avatar_url": "https://avatars.githubusercontent.com/u/175575?v=4",
"created_at": "2010-01-03T07:17:26Z",
"is_verified": null,
"public_repos": 53,
"account_age_days": 6048
},
"license": {
"state": "standard",
"spdx_id": "BSD-3-Clause",
"raw_spdx": "BSD-3-Clause",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2025-04-03T19:01:24Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2025-04-03T03:50:37Z"
},
{
"tag": "v1.0.16",
"kind": "patch",
"published_at": "2024-12-20T23:25:56Z"
},
{
"tag": "v1.0.15",
"kind": "patch",
"published_at": "2024-05-08T04:25:30Z"
},
{
"tag": "v1.0.14",
"kind": "patch",
"published_at": "2024-03-06T20:53:48Z"
},
{
"tag": "v1.0.13",
"kind": "patch",
"published_at": "2023-12-28T21:14:10Z"
}
],
"recent_commits": [
{
"oid": "edcb35db6659802304974287ded6310d22d5ca3e",
"body": null,
"is_bot": false,
"headline": "Release v1.2.0: IPv6 support and deduplication",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2026-04-25T00:14:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fbfe905a3e4b3e28f9fc7aa3511ac430517c23c",
"body": "Updated netstat parsers to handle Solaris IPv6 specific headers\n('Destination/Mask' and 'If'). Added unit tests for Solaris IPv6\ngateway and interface discovery.",
"is_bot": false,
"headline": "Implement best-effort IPv6 support for Solaris/illumos",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2026-04-25T00:09:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5114f60a3a4b74426e5055632b38f1c1d566db7",
"body": null,
"is_bot": false,
"headline": "Update README with IPv6 API documentation and platform support table",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2026-04-25T00:05:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ca5ebd08bbdc9b959c45733c9875ce925e85793",
"body": "Resolve the interface index from the Windows IPv6 route table to an\nactual IPv6 address using net.InterfaceByIndex. Added InterfaceByIndex\nto the interfaceGetter interface and regenerated mocks.",
"is_bot": false,
"headline": "Implement Windows IPv6 interface discovery",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2026-04-25T00:01:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "413ba28bb2ff4c78cc65f4e7b7586260b8f48274",
"body": "Linux: Parse /proc/net/ipv6_route for IPv6 default gateways.\nWindows: Parse 'route print -6 ::/0' for IPv6 default gateways.\n\nBoth implementations include deduplication and unit tests with\nsynthetic route table data.",
"is_bot": false,
"headline": "Add IPv6 support for Linux and Windows",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2026-04-24T23:48:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "366a5be4ba2bf9a7b660b403cc0754fa637289ae",
"body": "Add DiscoverGatewayIPv6, DiscoverGatewaysIPv6, and DiscoverInterfaceIPv6\npublic API functions. Implemented for Darwin/BSD using AF_INET6 FetchRIB.\nOther platforms return ErrNotImplemented for now.\n\nAlso deduplicate gateway results in the BSD implementation, fixing an\nissue where DiscoverGateways could return many duplicate entries.",
"is_bot": false,
"headline": "Add IPv6 gateway discovery support (issue #47)",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2026-04-24T23:43:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14939125a7bb3ec2f369368500b5752085767c63",
"body": null,
"is_bot": false,
"headline": "Prepare v1.1.2 release",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2026-04-24T23:34:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbb0bdbe2e648dcfaa85db4937d4cb1dd12d3fa6",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/master' into gainskills/master",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2026-04-24T23:28:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cef2560fdab3540af2f8407dfccf507ceb65c3d5",
"body": null,
"is_bot": false,
"headline": "Fix typo 'Baiscally' in gateway_parsers.go",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2026-04-24T23:28:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93230bdb05de77e3009bb19367ab6004977272ca",
"body": "In English, `route` will print `On-link` for an on-link route.\nConveniently, `On-link` is a single token with no spaces. However,\nin Spanish, the phrase is `En vínculo`, which has a space in it.\n\nThis updates the field logic when parsing routes to combine any\nconsecutive tokens that start with a letter to work around this.",
"is_bot": false,
"headline": "Fix metric parsing in localized versions (#51)",
"author_name": "Douglas Danger Manley",
"author_login": "tekkamanendless",
"committed_at": "2026-04-24T23:28:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6f150814130ec44a7fda56056207531c5f14237",
"body": null,
"is_bot": false,
"headline": "update files for testing with _test suffix",
"author_name": "kz",
"author_login": null,
"committed_at": "2026-02-25T09:51:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "890214bcf52915aaf5489761a7bf02fe752ba45f",
"body": null,
"is_bot": false,
"headline": "Update to 1.1.1",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2025-04-03T18:59:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0adb0e609eb7e5a5d268f245092311ad23f2c5d",
"body": "Add support for \"On-link\" gateways",
"is_bot": false,
"headline": "Merge pull request #44 from threatmate/and-fix-on-link-gateways",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2025-04-03T18:54:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cae8ea974bc4c3f5e4bbe1d82af6a26c1843664",
"body": "…ateways",
"is_bot": false,
"headline": "Merge remote-tracking branch 'upstream/master' into and-fix-on-link-g…",
"author_name": "Douglas Danger Manley",
"author_login": "tekkamanendless",
"committed_at": "2025-04-03T04:31:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16813f8f8254f81edc212b52df5632fa71b14d65",
"body": null,
"is_bot": false,
"headline": "Fix typo in readme.",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2025-04-03T03:51:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44fa67e4c4620d194d10701be207b3f1cd07755b",
"body": "+ Update to go version 1.24.2\n+ Upate dependencies to latest versions. (There was an x/net security warning.)",
"is_bot": false,
"headline": "Update README.md, go.mod, go.sum",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2025-04-03T03:42:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "975307c7e73703ae20e647204ee303413cc2d104",
"body": null,
"is_bot": false,
"headline": "Tweak naming of internal functions.",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2025-04-03T03:23:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd594e02f343032666d6054cb860e871810f2acb",
"body": "Return all gateways",
"is_bot": false,
"headline": "Merge pull request #43 from threatmate/multiple-gateways",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2025-04-03T03:11:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25aafd743771d34a18ff8cfe9d6040554ab5fc70",
"body": null,
"is_bot": false,
"headline": "Fix `On-Link` gateways by quietly ignoring them",
"author_name": "Douglas Danger Manley",
"author_login": "tekkamanendless",
"committed_at": "2024-12-23T22:12:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d3b46f25caa461f1c1827311fb88b785bc4d414",
"body": "Addresses https://github.com/jackpal/gateway/security/dependabot/5",
"is_bot": false,
"headline": "Upgrade x/net dependency to 0.33.0",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2024-12-20T23:22:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c5becae7a12dadec8ae0a8e215610bffd35c99a",
"body": "Addresses https://github.com/jackpal/gateway/security/dependabot/5",
"is_bot": false,
"headline": "Upgrade x/net dependency to 0.33.0",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2024-12-20T23:18:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "381a40a8cbcc6175968d35e8826885ed77fa49b9",
"body": null,
"is_bot": false,
"headline": "Update dependencies. v1.0.15",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2024-05-08T04:14:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec414ff129255449b1cef022e17c140f8f31e9b4",
"body": null,
"is_bot": false,
"headline": "Return all gateways",
"author_name": "Douglas Danger Manley",
"author_login": "tekkamanendless",
"committed_at": "2024-05-07T19:19:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "485de026f21597f8e05e57bfbc37ad23eb316618",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2024-03-06T20:50:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "939e9967553da3edc21f0051b1846967a2780302",
"body": "Following instructions from https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go",
"is_bot": false,
"headline": "Create go.yml",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2024-03-06T20:34:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99e91483afae0e9c0464074f39f7fcd5ff7e3378",
"body": "Fix panic when interface not set in Solaris `netstat -rn` output",
"is_bot": false,
"headline": "Merge pull request #42 from sot-tech/master",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2024-03-06T20:28:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77b6f157cae958df1cd0cadd556d39dab2b88c8c",
"body": "Interface name for default route may be omitted (i.e. if set in /etc/defaultrouter)",
"is_bot": false,
"headline": "Fix panic when interface not set in Solaris `netstat -rn` output",
"author_name": "Lawrence, Rendall",
"author_login": null,
"committed_at": "2024-03-06T12:49:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9989e23f467a5f56a6c013ba49e5e2230b47eb4f",
"body": null,
"is_bot": false,
"headline": "Fix build breaks on Plan9 and Solaris.",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2023-11-11T06:46:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddcc04d35d8f22282d92dc8eacb6720be1fecca4",
"body": null,
"is_bot": false,
"headline": "add v1.0.12 notes.",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2023-11-11T05:50:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ee4d4ce666a57cd7393974d85206cf8f1b7da9f",
"body": "We only care about the minimum item, so no need to sort the whole slice.",
"is_bot": false,
"headline": "Use slices.MinFunc instead of slices.Sort",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2023-11-11T05:42:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecb6da3986330386ab944bde93966c385c5dc802",
"body": null,
"is_bot": false,
"headline": "Update for ErrNoGateway change.",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2023-11-11T05:31:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d1bb5d71d1ad2eb3a5c0507c62bc894a68a7484",
"body": "Windows multiple default gateway. Fixes #32",
"is_bot": false,
"headline": "Merge pull request #39 from fireflycons/master",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2023-11-11T05:28:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "537b400f347dc23feba19cc079a42f580093e346",
"body": "…x/net-0.17.0\n\nBump golang.org/x/net from 0.8.0 to 0.17.0",
"is_bot": false,
"headline": "Merge pull request #40 from jackpal/dependabot/go_modules/golang.org/…",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2023-11-11T05:26:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b27dee24f50ce53b5eb83da0366e3aae5776fa39",
"body": "Bumps [golang.org/x/net](https://github.com/golang/net) from 0.8.0 to 0.17.0.\n- [Commits](https://github.com/golang/net/compare/v0.8.0...v0.17.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/net\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/net from 0.8.0 to 0.17.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-11-11T05:25:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c82ee877a06a396acf5766d6ed1a5c2426090ab7",
"body": null,
"is_bot": false,
"headline": "Update to Go 1.21",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2023-11-11T05:21:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77a18076914feb8d2db165366203dba1533187f3",
"body": "Seems to have accidentally been overlooked.\r\n\r\n(Not tested on Solaris, patches / corrections greatfully accepted.)",
"is_bot": false,
"headline": "Update gatewayForBSDs.go to build for solaris too.",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2023-11-11T04:58:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fdb3cee5e9fb835936edb8207c00fbc123f0b33",
"body": null,
"is_bot": false,
"headline": "Assert errors in tests",
"author_name": "fireflycons",
"author_login": "fireflycons",
"committed_at": "2023-11-10T06:22:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af2db41ffccd89ba9ebd15dbb0951ce3462d21dd",
"body": "Return the route with the lowest metric",
"is_bot": false,
"headline": "Handle windows multiple default gateway",
"author_name": "fireflycons",
"author_login": "fireflycons",
"committed_at": "2023-11-09T19:43:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50def0f3970d85fc6f8cc6eb685c1174951b86d8",
"body": null,
"is_bot": false,
"headline": "Document v1.0.11 changes.",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2023-11-08T04:14:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea13516f19a741db977914d26798dae04b6b2d86",
"body": null,
"is_bot": false,
"headline": "Fix typos.",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2023-11-08T04:09:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07acfc91a81308ab1b208c4396bd7c45ca480a28",
"body": null,
"is_bot": false,
"headline": "Regenerated test_route_tables.go.",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2023-11-08T04:07:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "646287b0930fb37a7ec2db7ebc3c7d710a6baaed",
"body": null,
"is_bot": false,
"headline": "Add set -euo pipefail for improved bash script safety.",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2023-11-08T04:07:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "822d55dee394152076e11727e12a7f34cbf47cb8",
"body": "Implement DiscoverInterface for BSD-like OSes",
"is_bot": false,
"headline": "Merge pull request #38 from fireflycons/master",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2023-11-08T02:11:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7c884b3eac3c28e92f2329899fbb0c40af6da51",
"body": null,
"is_bot": false,
"headline": "Test evidence",
"author_name": "fireflycons",
"author_login": "fireflycons",
"committed_at": "2023-11-07T08:20:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c9fd0c24443220153a8b86f97cba90cd4f8ee67",
"body": null,
"is_bot": false,
"headline": "Fix syntax",
"author_name": "fireflycons",
"author_login": "fireflycons",
"committed_at": "2023-11-07T07:17:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb882e4a98ee8a1d6abf2e9737c9e801674c4aeb",
"body": null,
"is_bot": false,
"headline": "Patch in new functionality",
"author_name": "fireflycons",
"author_login": "fireflycons",
"committed_at": "2023-11-07T06:21:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52f1092d9e4ff1db91ce5c7c8eaafbe98ca56d30",
"body": null,
"is_bot": false,
"headline": "Be DRY",
"author_name": "fireflycons",
"author_login": "fireflycons",
"committed_at": "2023-11-07T06:21:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efc5d6bf38fa5a7b4cca44773882976bd59c4f01",
"body": null,
"is_bot": false,
"headline": "Rename test case structs",
"author_name": "fireflycons",
"author_login": "fireflycons",
"committed_at": "2023-11-07T05:46:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7040e9941a212f32c6f743b4ff168e1eae35b31f",
"body": null,
"is_bot": false,
"headline": "Remove unusied code",
"author_name": "fireflycons",
"author_login": "fireflycons",
"committed_at": "2023-11-07T05:37:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f48c335d9027aa181fdc7c2c42070e10c202d772",
"body": null,
"is_bot": false,
"headline": "Working test suite",
"author_name": "fireflycons",
"author_login": "fireflycons",
"committed_at": "2023-11-07T05:35:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb65f016a3c0ffa58156dfa87af6b1a98a2eae99",
"body": null,
"is_bot": false,
"headline": "Comments",
"author_name": "fireflycons",
"author_login": "fireflycons",
"committed_at": "2023-11-07T05:35:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdee3cff7e506097fec66d910f6606f802a657d6",
"body": null,
"is_bot": false,
"headline": "Error type for netstat prse errors",
"author_name": "fireflycons",
"author_login": "fireflycons",
"committed_at": "2023-11-07T05:34:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abf2e7a487df7d6278c86cbb167d8078a45fcf11",
"body": null,
"is_bot": false,
"headline": "Route tables created by go generate",
"author_name": "fireflycons",
"author_login": "fireflycons",
"committed_at": "2023-11-07T05:33:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b074d48afdd6c9c55e390acc8f4e2c7a9c214a7",
"body": null,
"is_bot": false,
"headline": "Wrap calls with net.Interface to allow mocking",
"author_name": "fireflycons",
"author_login": "fireflycons",
"committed_at": "2023-11-06T08:16:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab1908f9408b6d3ed200732d48e6bd8782c8e6e6",
"body": null,
"is_bot": false,
"headline": "Tidy tables",
"author_name": "fireflycons",
"author_login": "fireflycons",
"committed_at": "2023-11-06T08:14:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5334c1a55262c652a921ba5f2dbb45acc0f5b80",
"body": null,
"is_bot": false,
"headline": "Script to generate route tables as go code",
"author_name": "fireflycons",
"author_login": "fireflycons",
"committed_at": "2023-11-06T08:08:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43e921a1aa9953d4c46a25713b1707d3dc093516",
"body": null,
"is_bot": false,
"headline": "Better names for route tables",
"author_name": "fireflycons",
"author_login": "fireflycons",
"committed_at": "2023-11-06T08:07:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41b354e50d7b1a3ecdd9e52fb350042fdeb31356",
"body": null,
"is_bot": false,
"headline": "Route tables used by tests",
"author_name": "fireflycons",
"author_login": "fireflycons",
"committed_at": "2023-11-05T16:18:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac85062feed8621ec8949469a7ae3c73ffaa32e2",
"body": null,
"is_bot": false,
"headline": "Remove deprecated ioutil",
"author_name": "fireflycons",
"author_login": "fireflycons",
"committed_at": "2023-11-05T16:14:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c92e8afdc868c7c5f9b60f3c850cbb4b4a3cc1e6",
"body": null,
"is_bot": false,
"headline": "Update readme.",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2023-04-10T02:20:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "405795e3c62520e36f9ff8413b44fba1ea78bf9b",
"body": "Fix compilation under Linux",
"is_bot": false,
"headline": "Merge pull request #36 from jech/master",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2023-04-10T02:18:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d43aca2f67b209a9ba14f6ad2d5af3d8228d4ae",
"body": "The extra slash caused the line to be ignored, which breaks\ncompilation under Linux.",
"is_bot": false,
"headline": "Fix typo in go:build line",
"author_name": "Juliusz Chroboczek",
"author_login": "jech",
"committed_at": "2023-04-05T20:26:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebddb2adf53284ebf19064937c06d3bc341fd914",
"body": "+ Add module.\n+ Unify BSD code, using golang.org/x/net/route\n+ Remove travis integration.\n+ Add example code.",
"is_bot": false,
"headline": "Modernize code.",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2023-03-31T06:52:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b6b918320ff94da84d51d75ab1fd22a6d1ea6e6",
"body": null,
"is_bot": false,
"headline": "Updated list of supported OSs.",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2023-03-31T04:59:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "169fd5f6f1aa1cbb3a4ef77666d08cca41ac591d",
"body": null,
"is_bot": false,
"headline": "Remove unused code.",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2023-03-31T04:58:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d68e6e95370f66a45815731b43276655be1a1cee",
"body": "Fallback to netstat on darwin systems if route fails",
"is_bot": false,
"headline": "Merge pull request #35 from fuskovic/fix-osx-gateway-parsing",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2023-03-31T04:30:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe278796ed1418853f538bdf09ea586a8c205b7f",
"body": null,
"is_bot": false,
"headline": "validate routing table flags",
"author_name": "fuskovic",
"author_login": null,
"committed_at": "2023-03-31T04:26:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94d4aaefb05b6c6db967ebd4fef7a46ccf43ac15",
"body": "Fix/simplify Linux /proc/net/route parsers",
"is_bot": false,
"headline": "Merge pull request #28 from greatroar/parsers",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2023-03-31T03:29:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42c566e2b689b6070e64e6b7cd49f5de0c9961a5",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into parsers",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2023-03-31T03:29:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f003c1e90525ec815a3dae455e55f11f69ab94f",
"body": "feat(openbsd): support for openbsd",
"is_bot": false,
"headline": "Merge pull request #31 from joemiller/openbsd",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2023-03-31T03:21:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76bb8f45bca560f1511ac06c453b1f4fa991dcdb",
"body": "gateway will also have mask as 0",
"is_bot": false,
"headline": "Merge pull request #33 from shrinidhi111/master",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2023-03-31T03:18:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c0e246fa878d611dcd2340d96723f3032e7bcfa",
"body": null,
"is_bot": false,
"headline": "fallback to netstat on darwin systems if route fails",
"author_name": "fuskovic",
"author_login": null,
"committed_at": "2023-03-31T00:58:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92d14fbea4a35b4bddfb82649e5385306b2e1218",
"body": null,
"is_bot": false,
"headline": "gateway will also have mask as 0",
"author_name": "shrinidhi111",
"author_login": "shrinidhi111",
"committed_at": "2022-10-18T17:26:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03558c71479e751ffd091673f6b0f9fffc75eacc",
"body": null,
"is_bot": false,
"headline": "feat(openbsd): support for openbsd",
"author_name": "joe miller",
"author_login": "joemiller",
"committed_at": "2022-06-01T15:27:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75ad5c6f9a192b9fb85cc5918651d02fa66c29b4",
"body": "Also fixes the error message for parseLinuxGatewayIP, which was\nreporting the destination instead of the gateway address.",
"is_bot": false,
"headline": "Remove unused fields from (linux|windows)RouteStruct",
"author_name": "greatroar",
"author_login": "greatroar",
"committed_at": "2021-10-24T10:22:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4157f89f4c189a40483f1b97ff77f473d555511e",
"body": "* IP addresses are 32-bit unsigned hex, so use ParseUint(x, 16, 32)\n* No need to parse \"00000000\" to detect the gateway\n* Don't assume the first address for an interface is IPv4\n* Use interface assertion instead of stringify + parse\n* Use %q to quote in error messages",
"is_bot": false,
"headline": "Fix/simplify Linux /proc/net/route parsers",
"author_name": "greatroar",
"author_login": "greatroar",
"committed_at": "2021-10-24T10:09:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ba2a7cd5c7b770795f33369ad00a50338ec6869",
"body": null,
"is_bot": false,
"headline": "Comment out non-hermetic test.",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2020-11-19T00:28:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a47c2128f8c8a54ba66f2b41aac79e7279404231",
"body": "Add eol character.",
"is_bot": false,
"headline": "Update .gitignore",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2020-11-19T00:21:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b1eba7f52a72f8d0f7f222c5cca11ea8efa5ac1",
"body": "reworked & added interface IP for win & lin",
"is_bot": false,
"headline": "Merge pull request #25 from AtakanColak/master",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2020-11-19T00:20:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9dc2c6881ff2e3e2bec5aa599f92b9fb974439d",
"body": null,
"is_bot": false,
"headline": "Update go.mod",
"author_name": "Ata",
"author_login": "AtakanColak",
"committed_at": "2020-11-13T07:55:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3227471d1515ba5df08e02e675bd4327b960f2ce",
"body": null,
"is_bot": false,
"headline": "reworked & added interface IP for win & lin",
"author_name": "Atakan Çolak",
"author_login": null,
"committed_at": "2020-10-02T08:19:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdc30bb4b0a3863d09bc3ed2698e7529b5efe7e9",
"body": "…nterface\n\nIdentify default gateway in Linux route file",
"is_bot": false,
"headline": "Merge pull request #24 from alejandrodnm/adn/identify_linux_default_i…",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2020-08-19T04:25:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a721eb5fe0319c1984fabeacbdbc936a66c3811",
"body": "When parsing the linux route file /proc/net/route instead of returning\nthe gateway of the first entry on the file, we identify the default\ngateway as the entry with the Destination 0 and return its IP.",
"is_bot": false,
"headline": "Identify default gateway in Linux route file",
"author_name": "Alejandro Do Nascimento",
"author_login": "alejandrodnm",
"committed_at": "2020-08-17T05:58:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ceb358a720efa82a5692470f37874b1f48035ad",
"body": "Support localized output of Windows commands",
"is_bot": false,
"headline": "Merge pull request #21 from ndeloof/winFr",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2019-11-18T04:36:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c471441136e5fc9fb1f57f15f559c13d8198c04f",
"body": "Discover default gateway on linux using /proc/net/route",
"is_bot": false,
"headline": "Merge pull request #20 from ndeloof/master",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2019-11-18T04:35:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10816db7ab2f4b71e71dba9420bfa67d5be27b33",
"body": "Close #19\n\nSigned-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>",
"is_bot": false,
"headline": "Support localized output of Windows commands",
"author_name": "Nicolas De Loof",
"author_login": "ndeloof",
"committed_at": "2019-11-07T09:47:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f6544a9d185ac5b5ed63252c91ca29ba1d353e7",
"body": "Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>",
"is_bot": false,
"headline": "Discover default gateway on linux using /proc/net/route",
"author_name": "Nicolas De Loof",
"author_login": "ndeloof",
"committed_at": "2019-11-07T08:55:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbcf4e3f3baee7952fc386c8b2534af4d267c875",
"body": "support \"ip route get\" as fallback on linux systems",
"is_bot": false,
"headline": "Merge pull request #17 from tmm1/android",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2018-04-07T16:30:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05005e5ba842e368f3a57a61ce182b54633b0731",
"body": "hide terminal pop up on windows",
"is_bot": false,
"headline": "Merge pull request #16 from tmm1/win32-popup",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2018-04-07T16:25:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25e5c05b3c18e1ab401650cf45da33d955f1d4e7",
"body": "this fixes gateway lookups on android, where neither `netstat -rn`\nnor `ip route show` display the gateway.\n\n$ route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n10.0.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n\n$ ip route show\n10.0.1.0/24 dev eth0 proto kernel scope link src 10.0.1.36\n\n$ ip route get 8.8.8.8\n8.8.8.8 via 10.0.1.1 dev eth0 src 10.0.1.36 uid 2000\n cache",
"is_bot": false,
"headline": "support \"ip route get\" as fallback on linux systems",
"author_name": "Aman Gupta",
"author_login": "tmm1",
"committed_at": "2018-04-07T02:36:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f87231853cc52d104d36ec638ec85f87d2c2344",
"body": null,
"is_bot": false,
"headline": "hide terminal pop up on windows",
"author_name": "Aman Gupta",
"author_login": "tmm1",
"committed_at": "2018-04-07T02:06:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5795ac81146e01d3fab7bcf21c043c3d6a32b006",
"body": "Linux is not standardized well enough to hard-code paths to the\nip and route executables.",
"is_bot": false,
"headline": "Use PATH to search for ip and route executables.",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2016-12-25T00:43:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e333950771011fed13be63e62b9f473c5e0d9bf",
"body": null,
"is_bot": false,
"headline": "Add Travis CI status.",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2016-06-01T13:44:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5690700df86bdb4618040dd6e2c5934550ea4866",
"body": null,
"is_bot": false,
"headline": "Bullet points.",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2016-06-01T13:41:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8a218ee868ba9f293b608328b7120d906f5f891",
"body": null,
"is_bot": false,
"headline": "Update readme.",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2016-06-01T13:39:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "115e810fa7cde74df6249b0d9ddc71dc73ec3953",
"body": null,
"is_bot": false,
"headline": "Add travis config file.",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2016-06-01T13:28:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e1e14599c541a7675e675c663b836880b849c73",
"body": null,
"is_bot": false,
"headline": "Use full path for route command.",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2016-06-01T13:26:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5c8a132c152312bb2379b234e1b686d06621c3c",
"body": "Refactor out parsing code, simplify execution, improve testing",
"is_bot": false,
"headline": "Merge pull request #10 from calmh/refactor",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2016-06-01T13:20:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d44833dbe4a2547343b4ba9869b807c040171d17",
"body": null,
"is_bot": false,
"headline": "Refactor out parsing code, simplify execution, improve testing",
"author_name": "Jakob Borg",
"author_login": "calmh",
"committed_at": "2016-06-01T13:01:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20ca15b16eb055aae29d731fe95f776509536e2f",
"body": "Support FreeBSD and Solaris by \"netstat -rn\"",
"is_bot": false,
"headline": "Merge pull request #9 from calmh/netstat",
"author_name": "Jack Palevich",
"author_login": "jackpal",
"committed_at": "2016-06-01T12:45:13Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 11,
"latest_release_at": "2025-04-03T19:01:24Z",
"latest_release_tag": "v1.1.1",
"releases_from_tags": false,
"days_since_last_push": 93,
"active_weeks_last_year": 2,
"days_since_latest_release": 479,
"mean_days_between_releases": 92.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/jackpal/gateway",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/jackpal/gateway",
"is_deprecated": false,
"latest_version": "v1.2.0",
"repository_url": "https://github.com/jackpal/gateway",
"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-04-25T00:14:32Z",
"latest_version_yanked": null,
"days_since_latest_publish": 93
}
]
},
"popularity": {
"forks": 73,
"stars": 247,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2015-04-18",
"count": 1
},
{
"date": "2016-03-08",
"count": 1
},
{
"date": "2016-05-22",
"count": 1
},
{
"date": "2016-05-30",
"count": 1
},
{
"date": "2016-07-18",
"count": 1
},
{
"date": "2017-01-21",
"count": 1
},
{
"date": "2017-08-24",
"count": 1
},
{
"date": "2017-09-11",
"count": 1
},
{
"date": "2017-09-15",
"count": 1
},
{
"date": "2017-12-29",
"count": 1
},
{
"date": "2018-01-09",
"count": 1
},
{
"date": "2018-01-18",
"count": 1
},
{
"date": "2018-03-22",
"count": 1
},
{
"date": "2018-03-29",
"count": 1
},
{
"date": "2018-05-04",
"count": 1
},
{
"date": "2018-10-08",
"count": 1
},
{
"date": "2018-10-24",
"count": 1
},
{
"date": "2019-01-17",
"count": 1
},
{
"date": "2019-01-30",
"count": 1
},
{
"date": "2019-04-20",
"count": 1
},
{
"date": "2019-05-14",
"count": 1
},
{
"date": "2019-05-30",
"count": 1
},
{
"date": "2019-06-06",
"count": 1
},
{
"date": "2019-09-04",
"count": 1
},
{
"date": "2019-09-05",
"count": 1
},
{
"date": "2019-10-09",
"count": 1
},
{
"date": "2019-11-07",
"count": 1
},
{
"date": "2019-11-11",
"count": 1
},
{
"date": "2020-01-25",
"count": 1
},
{
"date": "2020-04-30",
"count": 1
},
{
"date": "2020-06-20",
"count": 1
},
{
"date": "2020-07-01",
"count": 2
},
{
"date": "2020-07-19",
"count": 1
},
{
"date": "2020-08-15",
"count": 1
},
{
"date": "2020-09-21",
"count": 1
},
{
"date": "2020-10-14",
"count": 1
},
{
"date": "2020-11-28",
"count": 1
},
{
"date": "2021-05-15",
"count": 1
},
{
"date": "2021-06-12",
"count": 1
},
{
"date": "2021-08-02",
"count": 1
},
{
"date": "2021-11-04",
"count": 1
},
{
"date": "2021-11-15",
"count": 1
},
{
"date": "2021-12-14",
"count": 1
},
{
"date": "2022-02-16",
"count": 1
},
{
"date": "2022-04-21",
"count": 3
},
{
"date": "2022-04-29",
"count": 1
},
{
"date": "2022-05-26",
"count": 1
},
{
"date": "2022-06-01",
"count": 1
},
{
"date": "2022-07-06",
"count": 1
},
{
"date": "2022-07-28",
"count": 1
},
{
"date": "2022-10-18",
"count": 2
},
{
"date": "2022-11-22",
"count": 1
},
{
"date": "2023-01-21",
"count": 1
},
{
"date": "2023-03-31",
"count": 1
},
{
"date": "2023-04-20",
"count": 1
},
{
"date": "2023-06-06",
"count": 1
},
{
"date": "2023-11-04",
"count": 1
},
{
"date": "2024-01-12",
"count": 1
},
{
"date": "2024-02-14",
"count": 1
},
{
"date": "2024-03-06",
"count": 1
},
{
"date": "2024-04-27",
"count": 1
},
{
"date": "2024-05-07",
"count": 1
},
{
"date": "2024-05-10",
"count": 1
},
{
"date": "2025-05-09",
"count": 1
},
{
"date": "2025-06-10",
"count": 1
},
{
"date": "2025-08-20",
"count": 1
},
{
"date": "2025-10-29",
"count": 1
},
{
"date": "2026-01-08",
"count": 1
},
{
"date": "2026-03-06",
"count": 1
}
],
"complete": true,
"collected": 73,
"total_forks": 73
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 21046,
"source_files_sampled": 11,
"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/net",
"direct": true,
"version": "v0.50.0",
"severity": "moderate",
"ecosystem": "go",
"cvss_score": 6.5,
"advisory_ids": [
"GHSA-5cv4-jp36-h3mw",
"GO-2026-4559",
"GO-2026-4918",
"GO-2026-5025",
"GO-2026-5026",
"GO-2026-5027",
"GO-2026-5028",
"GO-2026-5029",
"GO-2026-5030",
"GO-2026-5942"
],
"fixed_version": "1.26.3",
"advisory_count": 10,
"oldest_advisory_days": 150
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"moderate": 1
},
"advisory_count": 10,
"affected_count": 1,
"assessed_count": 6,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 1
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.1"
},
{
"name": "golang.org/x/net",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.50.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/stretchr/testify",
"direct": true,
"version": "v1.11.1",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": true,
"version": "v0.50.0",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/objx",
"direct": false,
"version": "v0.5.3",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": false,
"version": "v3.0.1",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 6,
"direct_count": 2,
"indirect_count": 4
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 25,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 17,
"closed_unmerged_prs": 6
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "jackpal",
"commits": 72,
"avatar_url": "https://avatars.githubusercontent.com/u/175575?v=4"
},
{
"type": "User",
"login": "fireflycons",
"commits": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/34012094?v=4"
},
{
"type": "User",
"login": "tekkamanendless",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/4185421?v=4"
},
{
"type": "User",
"login": "tmm1",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/2567?v=4"
},
{
"type": "User",
"login": "calmh",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/125426?v=4"
},
{
"type": "User",
"login": "ndeloof",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/132757?v=4"
},
{
"type": "User",
"login": "greatroar",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/61184462?v=4"
},
{
"type": "User",
"login": "alejandrodnm",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5297542?v=4"
},
{
"type": "User",
"login": "AtakanColak",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/22523757?v=4"
},
{
"type": "User",
"login": "chmduquesne",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/234544?v=4"
}
],
"contributors_sampled": 13,
"top_contributor_share": 0.655
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"go.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 2,
"reason": "1 out of 5 merged PRs checked by a CI test -- score normalized to 2",
"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": 2,
"reason": "Found 5/25 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 1,
"reason": "9 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "edcb35db6659802304974287ded6310d22d5ca3e",
"ran_at": "2026-07-27T03:50:11Z",
"aggregate_score": 3.3,
"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-04-25T00:14:50Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-04-24T23:29:19Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/jackpal/gateway",
"host": "github.com",
"name": "gateway",
"owner": "jackpal"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"security": 40,
"vitality": 37,
"community": 53,
"governance": 66,
"engineering": 51
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 37,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 21,
"inputs": {
"commits_last_year": 11,
"human_commit_share": 0.99,
"days_since_last_push": 93,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 93 days ago",
"points": 9.9,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 93
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "11 commits in the last year",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 11
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"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": 60,
"inputs": {
"releases_count": 6,
"latest_release_tag": "v1.1.1",
"releases_from_tags": false,
"days_since_latest_release": 479,
"mean_days_between_releases": 92.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 6
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 479 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 479
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~92.4 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 92.4
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 93,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 93 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 93
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 53,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"forks": 73,
"stars": 247,
"watchers": 3,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "247 stars",
"points": 38.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 247
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "73 forks",
"points": 15.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 73
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (BSD-3-Clause)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "BSD-3-Clause"
}
}
],
"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": 66,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 13,
"top_contributor_share": 0.655
},
"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 66% of commits",
"points": 7.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 66
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "13 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 13
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 81,
"inputs": {
"merged_prs": 25,
"open_issues": 0,
"closed_issues": 17,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 6
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "25/31 decided PRs merged",
"points": 30.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 25,
"decided": 31
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 5/25 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 68,
"inputs": {
"followers": 581,
"owner_type": "User",
"is_verified": null,
"owner_login": "jackpal",
"public_repos": 53,
"account_age_days": 6048
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "581 followers of jackpal",
"points": 19.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 581,
"login": "jackpal"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "53 public repos, account ~16 yr old",
"points": 24.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 53
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/jackpal/gateway"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 93
},
"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 93 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 93
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 51,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "1 out of 5 merged PRs checked by a CI test -- score normalized to 2",
"points": 4,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 40,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 33,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.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": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "1 out of 5 merged PRs checked by a CI test -- score normalized to 2",
"points": 0.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/25 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"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": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "9 existing vulnerabilities detected",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "moderate",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 6 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": 6
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 68,
"inputs": {
"source": "osv",
"advisories": 10,
"affected_packages": 1,
"assessed_packages": 6,
"unassessed_packages": 0,
"affected_by_severity": "moderate 1",
"direct_affected_packages": 1
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "1 affected: golang.org/x/net v0.50.0 (moderate 6.5)",
"points": 16.8,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "golang.org/x/net v0.50.0 (moderate 6.5)"
}
}
],
"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 150 days ago",
"points": 34.4,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 1,
"oldest": 150
}
}
],
"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": 6,
"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": 20
},
"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": 54,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 19,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.364,
"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": "36 of 99 human commits state their intent (structured subject or explanatory body)",
"points": 19.4,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 36,
"sampled": 99
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.01
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "1 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 21046,
"source_files_sampled": 11,
"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/11 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 11,
"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": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-27T03:50:26.956855Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/j/jackpal/gateway.svg",
"full_name": "jackpal/gateway",
"license_state": "standard",
"license_spdx": "BSD-3-Clause"
}