Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"speedtest",
"iperf",
"curl"
],
"is_fork": false,
"size_kb": 131,
"has_wiki": true,
"homepage": "https://nspeed.app",
"languages": {
"Go": 83279,
"Shell": 498
},
"pushed_at": "2026-07-15T20:03:14Z",
"created_at": "2020-06-21T14:55:50Z",
"owner_type": "Organization",
"updated_at": "2026-07-15T16:49:06Z",
"description": "Multi-threaded network speed measurement tool",
"is_archived": false,
"is_disabled": false,
"license_spdx": "BSD-3-Clause",
"default_branch": "main",
"license_spdx_raw": "BSD-3-Clause",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "nspeed.app",
"name": "NSpeed",
"type": "Organization",
"login": "nspeed-app",
"company": null,
"location": null,
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/67232894?v=4",
"created_at": "2020-06-21T14:54:00Z",
"is_verified": null,
"public_repos": 9,
"account_age_days": 2226
},
"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": "v0.0.16",
"kind": "patch",
"published_at": "2026-02-09T14:09:28Z"
},
{
"tag": "v0.12.0",
"kind": "minor",
"published_at": "2024-11-08T13:10:15Z"
},
{
"tag": "v0.0.13",
"kind": "patch",
"published_at": "2024-10-29T08:58:38Z"
},
{
"tag": "v0.0.12",
"kind": "patch",
"published_at": "2024-10-28T16:00:38Z"
},
{
"tag": "v0.0.11",
"kind": "patch",
"published_at": "2024-10-21T16:20:35Z"
},
{
"tag": "v0.11.0",
"kind": "minor",
"published_at": "2023-07-12T14:55:42Z"
},
{
"tag": "v0.10",
"kind": "other",
"published_at": "2022-11-08T14:46:25Z"
},
{
"tag": "v0.9",
"kind": "other",
"published_at": "2021-08-12T09:44:39Z"
},
{
"tag": "v0.8",
"kind": "other",
"published_at": "2021-05-25T13:03:21Z"
},
{
"tag": "v0.7",
"kind": "other",
"published_at": "2021-05-18T14:19:02Z"
},
{
"tag": "v0.6",
"kind": "other",
"published_at": "2021-04-29T13:09:11Z"
},
{
"tag": "v0.5",
"kind": "other",
"published_at": "2021-04-19T12:38:34Z"
},
{
"tag": "v0.4",
"kind": "other",
"published_at": "2021-04-11T08:24:07Z"
},
{
"tag": "0.2",
"kind": "other",
"published_at": "2020-07-07T19:45:30Z"
}
],
"recent_commits": [
{
"oid": "0b668986beaccb1fe854c700592ba53bd836e5e7",
"body": null,
"is_bot": false,
"headline": "update deps",
"author_name": "jfgiorgi",
"author_login": "jfgiorgi",
"committed_at": "2026-07-15T16:48:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32be9ff0283480a714621c45484cb3c216b77878",
"body": "This reverts commit cb4db0e59e04a08a42a52ffcc2a3db1feb632879.",
"is_bot": false,
"headline": "Revert \"revert nspeed.app/nspeed/<pkg> to nspeep.app/<pkg>\"",
"author_name": "jfgiorgi",
"author_login": "jfgiorgi",
"committed_at": "2026-02-09T11:16:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb4db0e59e04a08a42a52ffcc2a3db1feb632879",
"body": null,
"is_bot": false,
"headline": "revert nspeed.app/nspeed/<pkg> to nspeep.app/<pkg>",
"author_name": "jfgiorgi",
"author_login": "jfgiorgi",
"committed_at": "2026-02-09T10:37:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07b601e8bfad67ad67a8b85965910d66af8d3010",
"body": "-fix pacing tests",
"is_bot": false,
"headline": "-update go",
"author_name": "jfgiorgi",
"author_login": "jfgiorgi",
"committed_at": "2026-02-08T22:22:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48569655959ebef7e68fa37a25895b038ec86f1f",
"body": null,
"is_bot": false,
"headline": "module path change from nspeed.app to nspeed.app/nspeed",
"author_name": "jfgiorgi",
"author_login": "jfgiorgi",
"committed_at": "2026-02-08T22:09:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f29d6f6b12aaf00fbabfec59c0ca7044a12c2591",
"body": "* chore: split utils package\n\n* split utils package, add demo for network package\n\n* typos in logging\n\n* chore: doc\n\n* removed quic-go tracer\ndocs\n\n* chores: header comments\n\n* chores: updated linters\n\n* prep v0.0.14\n\n* chores: add lic in files\n\n* chore: update changelog\n\n* feat(pacing): add schedul\n[…]\nboth read/write pacing.\n\n* fix: added (c) headers\n\n* fix: add String() to PacingSchedule\n\n* refactor: rename PacingSchedule type to Schedule\n\n* chore: update deps\n\n* v0.0.16\n\n* fix edge case for pacer",
"is_bot": false,
"headline": "v0.0.16 (#6)",
"author_name": "Jean-Francois Giorgi",
"author_login": "jfgiorgi",
"committed_at": "2026-02-08T21:50:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "20ffc61a78d4a24cad5957cf0c979efcba34e046",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of github.com-jfgiorgi:nspeed-app/nspeed",
"author_name": "jfgiorgi",
"author_login": "jfgiorgi",
"committed_at": "2025-03-20T10:05:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "934220f0c1287bb6c99c53ae98a2a198c0fdaa14",
"body": null,
"is_bot": false,
"headline": "fix typos",
"author_name": "jfgiorgi",
"author_login": "jfgiorgi",
"committed_at": "2025-03-20T10:05:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d215cb55bf3768620fc356c111e52ca3a416e8ce",
"body": null,
"is_bot": false,
"headline": "cleaned ping cmd",
"author_name": "Jean-Francois Giorgi",
"author_login": "jfgiorgi",
"committed_at": "2024-11-19T15:02:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e92a671812f1b9fa3ee106820dba599f752edc9",
"body": null,
"is_bot": false,
"headline": "ping cmd",
"author_name": "jfgiorgi",
"author_login": "jfgiorgi",
"committed_at": "2024-11-19T13:50:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9047e58b0cf6106dffa1cebeb7ea5b71defa5e40",
"body": null,
"is_bot": false,
"headline": "fix .gitignore",
"author_name": "jfgiorgi",
"author_login": "jfgiorgi",
"committed_at": "2024-11-19T13:49:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93060aff64f390ce4c749fa4097616d805dd915f",
"body": null,
"is_bot": false,
"headline": "added ping code",
"author_name": "jfgiorgi",
"author_login": "jfgiorgi",
"committed_at": "2024-11-18T17:29:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8865302e91ec93227208ab27db2af7445425b03",
"body": null,
"is_bot": false,
"headline": "utils: readme & tag",
"author_name": "jfgiorgi",
"author_login": "jfgiorgi",
"committed_at": "2024-11-08T12:50:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05094cfbfbcfb322a9bfc114f703b46f485ab09b",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of github.com-jfgiorgi:nspeed-app/nspeed",
"author_name": "jfgiorgi",
"author_login": "jfgiorgi",
"committed_at": "2024-11-08T12:20:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d291d06d2479b9adc351476c1e34c4d1afe77537",
"body": null,
"is_bot": false,
"headline": "utils: added GetRoute",
"author_name": "jfgiorgi",
"author_login": "jfgiorgi",
"committed_at": "2024-11-08T12:18:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1995775c20339cc3cdb4c518926620ef12976275",
"body": null,
"is_bot": false,
"headline": "Create FUNDING.yml",
"author_name": "Jean-Francois Giorgi",
"author_login": "jfgiorgi",
"committed_at": "2024-11-07T14:51:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "337bda370ec8adb8deb851cc778e184adb57ad37",
"body": null,
"is_bot": false,
"headline": "deps: psutil v4",
"author_name": "jfgiorgi",
"author_login": "jfgiorgi",
"committed_at": "2024-10-29T08:54:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81c68e9a6daf4cb37b6389a2cb8af311cb41e6ba",
"body": null,
"is_bot": false,
"headline": "chore: fix utils.AnonymizeIP comments",
"author_name": "jfgiorgi",
"author_login": "jfgiorgi",
"committed_at": "2024-10-28T17:04:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2342fa9bb5f34682ec860166733445db9dfa41f",
"body": null,
"is_bot": false,
"headline": "v0.0.12",
"author_name": "jfgiorgi",
"author_login": "jfgiorgi",
"committed_at": "2024-10-28T15:53:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3cdfd35b3687a9e88b8619cfe7ad629ca3c10db",
"body": null,
"is_bot": false,
"headline": "chore: license",
"author_name": "jfgiorgi",
"author_login": "jfgiorgi",
"committed_at": "2024-10-22T08:13:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4917c8525c4e3bae2c27ec14843f7db7093b866f",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of github.com-jfgiorgi:nspeed-app/nspeed",
"author_name": "jfgiorgi",
"author_login": "jfgiorgi",
"committed_at": "2024-10-21T16:17:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee4da0897e0f298e3ed431e2d2a01a2100d812ea",
"body": null,
"is_bot": false,
"headline": "v0.0.11",
"author_name": "jfgiorgi",
"author_login": "jfgiorgi",
"committed_at": "2024-10-21T16:13:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "784cf0b82a2698a64b0a7f7409c1783b99fe68ee",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "Jean-Francois Giorgi",
"author_login": "jfgiorgi",
"committed_at": "2023-07-12T14:53:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "610371e218ecec5a5edba857034d17cffe0e6ef3",
"body": null,
"is_bot": false,
"headline": "- vanity module name",
"author_name": "Kirth Gersen",
"author_login": "kgersen",
"committed_at": "2023-07-11T13:47:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d033e620fadeb71b16022b8c4f2abeff718eaa12",
"body": "- utils first upload",
"is_bot": false,
"headline": "- new license",
"author_name": "jfgiorgi",
"author_login": "jfgiorgi",
"committed_at": "2023-04-13T15:12:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a983a32428cc3a9507819e5e1743dac7e657ce40",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "Jean-Francois Giorgi",
"author_login": "jfgiorgi",
"committed_at": "2022-11-09T14:51:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5422ad85455e9763f2dcc953012131cb0d01c08e",
"body": null,
"is_bot": false,
"headline": "Update API.md",
"author_name": "Jean-Francois Giorgi",
"author_login": "jfgiorgi",
"committed_at": "2022-11-08T13:13:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ead2002dea3e841f29c296523e9ffdc8f4e644e",
"body": null,
"is_bot": false,
"headline": "v 0.10",
"author_name": "Jean-Francois Giorgi",
"author_login": "jfgiorgi",
"committed_at": "2022-11-08T13:12:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7ef1e5ca5a1e33938fb98465120ae033505eb41",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Jean-Francois Giorgi",
"author_login": "jfgiorgi",
"committed_at": "2022-11-08T13:11:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af8527e7e4319f8e4b2f57032680199e685f5e92",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Kirth Gersen",
"author_login": "kgersen",
"committed_at": "2021-08-19T08:45:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "171fe225f4d62d12c85959c7f1f44cb112faf74e",
"body": null,
"is_bot": false,
"headline": "Update API.md",
"author_name": "jfgiorgi",
"author_login": "jfgiorgi",
"committed_at": "2021-08-12T09:49:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4592199ffbfa9007780e464cb4adf424e729ead",
"body": null,
"is_bot": false,
"headline": "Add files via upload",
"author_name": "jfgiorgi",
"author_login": "jfgiorgi",
"committed_at": "2021-08-12T09:45:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59a9a75d71423dbb8a62e124f26395377365b559",
"body": null,
"is_bot": false,
"headline": "v 0.9",
"author_name": "Kirth Gersen",
"author_login": "kgersen",
"committed_at": "2021-08-12T09:41:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fdf4a91d05d2b0fa09a6590166fc79458058264",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Kirth Gersen",
"author_login": "kgersen",
"committed_at": "2021-08-12T09:40:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bda603a048ef817c013fde8899d30396f397bc5",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "jfgiorgi",
"author_login": "jfgiorgi",
"committed_at": "2021-05-25T13:04:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7ae8dca716a0e61a2961628d2c06908ca200cf4",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "jfgiorgi",
"author_login": "jfgiorgi",
"committed_at": "2021-05-25T13:03:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77416b35b4e4a7535e20520b4b62f83b02bc4136",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "jfgiorgi",
"author_login": "jfgiorgi",
"committed_at": "2021-05-18T14:20:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e281d80b491ca5751e456eba69abec108900150",
"body": null,
"is_bot": false,
"headline": "update v.07",
"author_name": "jfgiorgi",
"author_login": "jfgiorgi",
"committed_at": "2021-05-18T14:19:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b5888d370b2978fd8b264fa5bdaaee633230b90",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "jfgiorgi",
"author_login": "jfgiorgi",
"committed_at": "2021-04-29T13:12:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13fdc7c6e355a7f4b080f120b9ca8e2e4a8f7d13",
"body": null,
"is_bot": false,
"headline": "v0.6",
"author_name": "jfgiorgi",
"author_login": "jfgiorgi",
"committed_at": "2021-04-29T13:10:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60e251389f70331ac4ce2c9e11f6fd2b3e5beaeb",
"body": null,
"is_bot": false,
"headline": "v0.6",
"author_name": "jfgiorgi",
"author_login": "jfgiorgi",
"committed_at": "2021-04-29T13:10:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b31751191a02c3ea290a66da329f388c62fa7c9",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "jfgiorgi",
"author_login": "jfgiorgi",
"committed_at": "2021-04-19T15:31:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcb6c82dadc53869fab11284b12d320dc4cae162",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "jfgiorgi",
"author_login": "jfgiorgi",
"committed_at": "2021-04-19T15:30:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28d627d3e5db54709693a0618f17c32d21e39665",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "jfgiorgi",
"author_login": "jfgiorgi",
"committed_at": "2021-04-19T12:11:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5527aa9f0c75503179beb9d6e247bfa728c86023",
"body": null,
"is_bot": false,
"headline": "Add files via upload",
"author_name": "jfgiorgi",
"author_login": "jfgiorgi",
"committed_at": "2021-04-19T12:11:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ef463fa96d133832f5a987cc9374b54a7fa61c4",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "jfgiorgi",
"author_login": "jfgiorgi",
"committed_at": "2021-04-11T08:28:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2940fe8672d59ea4cf24255ce5bb428daee432d",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "jfgiorgi",
"author_login": "jfgiorgi",
"committed_at": "2021-04-11T08:23:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "579622c4de263321f4a7795b00d44bee6339588a",
"body": null,
"is_bot": false,
"headline": "more examples",
"author_name": "jfgiorgi",
"author_login": "jfgiorgi",
"committed_at": "2021-04-11T08:23:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c08250a89e9f41b0393c8051d7ef52d2fd274859",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Kirth Gersen",
"author_login": "kgersen",
"committed_at": "2021-04-10T07:32:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b8e3b11e22f39f0943684553cdeb636a2c5bb4b",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "jfgiorgi",
"author_login": "jfgiorgi",
"committed_at": "2021-04-09T16:45:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47c33938541dbe77a6fb16da65b54b4d12220e60",
"body": "remove github page",
"is_bot": false,
"headline": "Delete _config.yml",
"author_name": "Kirth Gersen",
"author_login": "kgersen",
"committed_at": "2020-06-24T08:08:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1986b89289b6a3daa0bd7a0885889cd6d7303a8e",
"body": null,
"is_bot": false,
"headline": "Delete CNAME",
"author_name": "Kirth Gersen",
"author_login": "kgersen",
"committed_at": "2020-06-24T08:08:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "666bedf0fc7ebacacc2e6fc14dc72acb2e1dcde4",
"body": null,
"is_bot": false,
"headline": "fix email",
"author_name": "kgersen",
"author_login": "kgersen",
"committed_at": "2020-06-23T09:52:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "234e1aadcb2c5324c1de623289f541497df793cf",
"body": null,
"is_bot": false,
"headline": "web site",
"author_name": "kgersen",
"author_login": "kgersen",
"committed_at": "2020-06-23T09:36:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db3987cc8cbd0147563245aa9c22bafecf7a4671",
"body": null,
"is_bot": false,
"headline": "first site",
"author_name": "kgersen",
"author_login": "kgersen",
"committed_at": "2020-06-23T09:31:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a6efb60c8064b31c09398e7b54402ef52541c4c",
"body": null,
"is_bot": false,
"headline": "Create CNAME",
"author_name": "Kirth Gersen",
"author_login": "kgersen",
"committed_at": "2020-06-21T15:28:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "843c6350139e050bf13ca90ba0ef43f0825ab7c2",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Kirth Gersen",
"author_login": "kgersen",
"committed_at": "2020-06-21T15:10:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f1b221828e7d50f1e1ff70c3b027ce6afa44488",
"body": null,
"is_bot": false,
"headline": "Set theme jekyll-theme-slate",
"author_name": "Kirth Gersen",
"author_login": "kgersen",
"committed_at": "2020-06-21T15:10:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e799088ce29bd7ba3852cadcadee258c4b6fab36",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "jfgiorgi",
"author_login": "jfgiorgi",
"committed_at": "2020-06-21T14:55:51Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 14,
"commits_last_year": 6,
"latest_release_at": "2026-02-09T14:09:28Z",
"latest_release_tag": "v0.0.16",
"releases_from_tags": false,
"days_since_last_push": 11,
"active_weeks_last_year": 3,
"days_since_latest_release": 168,
"mean_days_between_releases": 192
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "nspeed.app/nspeed",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": null,
"registry_url": "https://pkg.go.dev/nspeed.app/nspeed",
"is_deprecated": false,
"latest_version": "v0.14.0",
"repository_url": null,
"versions_count": 10,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-15T16:48:30Z",
"latest_version_yanked": null,
"days_since_latest_publish": 11
}
]
},
"popularity": {
"forks": 0,
"stars": 22,
"watchers": 4,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 3
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 7004,
"source_files_sampled": 36,
"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.54.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5932"
],
"fixed_version": null,
"advisory_count": 1,
"oldest_advisory_days": 19
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 1
},
"advisory_count": 1,
"affected_count": 1,
"assessed_count": 8,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/google/gopacket",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.19"
},
{
"name": "github.com/libp2p/go-netroute",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.4.0"
},
{
"name": "github.com/rs/zerolog",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.35.1"
},
{
"name": "golang.org/x/net",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.57.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/google/gopacket",
"direct": true,
"version": "v1.1.19",
"ecosystem": "go"
},
{
"name": "github.com/libp2p/go-netroute",
"direct": true,
"version": "v0.4.0",
"ecosystem": "go"
},
{
"name": "github.com/rs/zerolog",
"direct": true,
"version": "v1.35.1",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": true,
"version": "v0.57.0",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-colorable",
"direct": false,
"version": "v0.1.15",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-isatty",
"direct": false,
"version": "v0.0.22",
"ecosystem": "go"
},
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.54.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.47.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 8,
"direct_count": 4,
"indirect_count": 4
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 1,
"open_issues": 3,
"closed_ratio": 0.25,
"closed_issues": 1,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "jfgiorgi",
"commits": 46,
"avatar_url": "https://avatars.githubusercontent.com/u/67232736?v=4"
},
{
"type": "User",
"login": "kgersen",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/1764578?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.78
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"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 1 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": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"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": 1,
"reason": "1 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 1",
"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": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "0b668986beaccb1fe854c700592ba53bd836e5e7",
"ran_at": "2026-07-27T14:15:41Z",
"aggregate_score": 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-07-15T16:49:32Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-02-08T21:50:22Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 2,
"created_at": "2022-05-19T13:21:55Z",
"last_comment_at": "2026-07-17T20:30:15Z",
"last_comment_author": "jfgiorgi"
},
{
"number": 3,
"created_at": "2022-11-09T12:09:55Z",
"last_comment_at": "2022-11-09T14:06:04Z",
"last_comment_author": "kgersen"
},
{
"number": 4,
"created_at": "2022-12-08T12:24:12Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/nspeed-app/nspeed",
"host": "github.com",
"name": "nspeed",
"owner": "nspeed-app"
},
"metrics": {
"overall": {
"key": "overall",
"band": "weak",
"name": "Overall health",
"note": "The weighted overall 49 is calibrated to 48 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 49,
"calibrated": 48,
"calibration": "2026-08-02"
}
}
],
"value": 48,
"inputs": {
"security": 45,
"vitality": 54,
"community": 36,
"governance": 51,
"calibration": "2026-08-02",
"engineering": 54,
"ai_readiness": 54,
"weighted_overall_raw": 49
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 54,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "weak",
"name": "Development activity",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"commits_last_year": 6,
"human_commit_share": 1,
"days_since_last_push": 11,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 11 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 11
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "6 commits in the last year",
"points": 7.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 6
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "1 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 1",
"points": 1,
"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": 74,
"inputs": {
"releases_count": 14,
"latest_release_tag": "v0.0.16",
"releases_from_tags": false,
"days_since_latest_release": 168,
"mean_days_between_releases": 192
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "14 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 14
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 168 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 168
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~192 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 192
}
}
],
"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": 18,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 18 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 18
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 36,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"forks": 0,
"stars": 22,
"watchers": 4,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "22 stars",
"points": 21.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 22
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "4 watchers",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 4
}
}
],
"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": null,
"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 (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": 51,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 23,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.78
},
"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 78% of commits",
"points": 4.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 78
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "weak",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 47,
"inputs": {
"merged_prs": 1,
"open_issues": 3,
"closed_issues": 1,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.25,
"closed_unmerged_prs": 0,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "25% of issues closed",
"points": 10.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 25
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "1/1 decided PRs merged",
"points": 30,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 1,
"decided": 1
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "weak",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"followers": 0,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "nspeed-app",
"public_repos": 9,
"account_age_days": 2226
},
"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": "0 followers of nspeed-app",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "nspeed-app"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "9 public repos, account ~6 yr old",
"points": 19.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 9
}
},
{
"code": "account_age_years",
"params": {
"years": 6
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"nspeed.app/nspeed"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 11
},
"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 11 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 11
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "10 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 10
}
}
],
"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": 54,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "weak",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"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": ".golangci.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"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 1 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"speedtest",
"iperf",
"curl"
],
"has_wiki": true,
"homepage": "https://nspeed.app",
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://nspeed.app",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "3 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 3
}
}
],
"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": "weak",
"name": "Security",
"value": 45,
"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": 31,
"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 1 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 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"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": "1 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 1",
"points": 0.8,
"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": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "exceptional",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 8 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 8
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 1,
"affected_packages": 1,
"assessed_packages": 8,
"unassessed_packages": 0,
"affected_by_severity": "unknown 1",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "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": 8,
"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": 1
},
"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.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 5,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.102,
"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": "6 of 59 human commits state their intent (structured subject or explanatory body)",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 6,
"sampled": 59
}
}
],
"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": 74,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".golangci.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"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 59",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 59
}
}
],
"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": 7004,
"source_files_sampled": 36,
"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/36 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 36,
"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": [
"library"
],
"scores": {
"library": 6
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:go",
"weight": 6
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"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-07-27T14:15:48.304084Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/n/nspeed-app/nspeed.svg",
"full_name": "nspeed-app/nspeed",
"license_state": "standard",
"license_spdx": "BSD-3-Clause"
}