JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"blackbox-monitoring",
"devops",
"latency-monitoring",
"network-monitoring",
"network-probing",
"networking",
"observability",
"packet-loss",
"prometheus",
"sre",
"udp"
],
"is_fork": true,
"size_kb": 14832,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 118797,
"Dockerfile": 957
},
"pushed_at": "2026-07-15T03:08:07Z",
"created_at": "2025-11-26T04:19:10Z",
"owner_type": "User",
"updated_at": "2026-06-10T20:46:29Z",
"description": "UDProbe - UDP-based network blackbox monitoring tool for measuring packet loss and latency with Prometheus metrics",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": "NOASSERTION",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": null,
"type": "User",
"login": "nsw3550",
"company": null,
"location": null,
"followers": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/28851132?v=4",
"created_at": "2017-05-22T01:24:35Z",
"is_verified": null,
"public_repos": 2,
"account_age_days": 3353
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2026-07-15T03:08:08Z"
}
],
"recent_commits": [
{
"oid": "b1a4d8d78ef4adf91f6cdb9bae1e5e713c3ef7dd",
"body": "Add more graceful handling of shutdown to collector",
"is_bot": false,
"headline": "Merge pull request #34 from nsw3550/graceful-shutdown",
"author_name": "nsw3550",
"author_login": "nsw3550",
"committed_at": "2026-06-10T20:43:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0aabed9d2125582f4383ddd33187c05b31625c1",
"body": null,
"is_bot": false,
"headline": "Add more graceful handling of shutdowns",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2026-06-10T20:41:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b695f41360f0158403e8624491d78ea9fda2672",
"body": "Update golang version to 1.26",
"is_bot": false,
"headline": "Merge pull request #33 from nsw3550/golang-update",
"author_name": "nsw3550",
"author_login": "nsw3550",
"committed_at": "2026-06-09T23:21:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c96767881b0c0bb716fbfa62d4e9d73a6bd8cfe",
"body": null,
"is_bot": false,
"headline": "Update golang version to 1.26",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2026-06-09T23:20:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dad89f4a6cd75d7ba47d45e946b10434b6ae4aba",
"body": "Add in warnings for conflicting tag / targetsets",
"is_bot": false,
"headline": "Merge pull request #32 from nsw3550/tagset-warn",
"author_name": "nsw3550",
"author_login": "nsw3550",
"committed_at": "2026-06-09T03:48:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc42c3b7d4ea30138bd2f94c363bfc7e79ecc907",
"body": null,
"is_bot": false,
"headline": "Add in warnings for conflicting tag / targetsets",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2026-06-09T03:44:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea71a58549b0d09cfd4a07a5b9c560d9b68be635",
"body": "Add in safety checks so that ports can't be added or removed while portgroup is already running.",
"is_bot": false,
"headline": "Merge pull request #31 from nsw3550/improvements",
"author_name": "nsw3550",
"author_login": "nsw3550",
"committed_at": "2026-04-09T04:07:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd0facde167bf573453163d2d1543460b3a59c88",
"body": "running.",
"is_bot": false,
"headline": "Add in safety checks so that ports can't be added or removed while",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2026-04-06T23:34:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "862c7d27244ddf485ae4d49b46606909565c63e1",
"body": "Add in tests for collector. Fix nil pointer issue and handle API failures more gracefully.",
"is_bot": false,
"headline": "Merge pull request #30 from nsw3550/more-test-coverage",
"author_name": "nsw3550",
"author_login": "nsw3550",
"committed_at": "2026-03-04T01:14:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eecfe80893fa72f40fe8c245185be7c5e2722c2e",
"body": "failures more gracefully.",
"is_bot": false,
"headline": "Add in tests for collector. Fix nil pointer issue and handle API",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2026-03-04T01:09:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "314a33a779e0ec8cd886cf5f75933ce6642fcb6c",
"body": "Refactor reflector to be more testable and add unit tests.",
"is_bot": false,
"headline": "Merge pull request #29 from nsw3550/test-coverage",
"author_name": "nsw3550",
"author_login": "nsw3550",
"committed_at": "2026-02-26T03:09:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56d7099cb975cadc2e9334ea43c00f2991eb21cd",
"body": null,
"is_bot": false,
"headline": "Fix pointer arithmetic to be in compliance with checkptr rules.",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2026-02-26T03:07:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "156b6765e498702704131997936ca79d95f932e8",
"body": null,
"is_bot": false,
"headline": "Refactor reflector to be more testable and add unit tests.",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2026-02-26T01:50:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "120353652e26653d0f058da5ef281c540580cf11",
"body": "Add in checks when we reference config maps to prevent unexpected crashes",
"is_bot": false,
"headline": "Merge pull request #28 from nsw3550/test-improvements",
"author_name": "nsw3550",
"author_login": "nsw3550",
"committed_at": "2026-02-26T01:16:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa4c09f9dad627185354d61389eacc38f93c8aca",
"body": "crashes.",
"is_bot": false,
"headline": "Add in checks when we reference config maps to prevent unexpected",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2026-02-26T01:13:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93c23c0d790f83c9ab4b917e3d8e29748c10f8ce",
"body": "Make src_hostname a global config so we don't have to repeat it.",
"is_bot": false,
"headline": "Merge pull request #27 from nsw3550/src-hostname-fix",
"author_name": "nsw3550",
"author_login": "nsw3550",
"committed_at": "2026-02-25T01:13:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32b6c21ce6a854ddc20e3f1b3256e151a2b663d4",
"body": null,
"is_bot": false,
"headline": "Add tests to cover the new config logic.",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2026-02-25T01:12:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2018ccf0a7dd1f42468dee69341f0ce3e0403f32",
"body": null,
"is_bot": false,
"headline": "Add a comment back in that I didn't mean to delete.",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2026-02-25T01:02:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c48dbcb9b201013296862876e22a826f052aaa16",
"body": null,
"is_bot": false,
"headline": "Make src_hostname a global config so we don't have to repeat it.",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2026-02-25T00:57:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "655c36d2873bcb1018179945e67e8ffd663861d9",
"body": "First set of Github badges for documentation.",
"is_bot": false,
"headline": "Merge pull request #26 from nsw3550/doc-badgets",
"author_name": "nsw3550",
"author_login": "nsw3550",
"committed_at": "2026-02-20T17:00:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "747637a91f7acdf2c3d8609c5a05a3c69ebb986a",
"body": null,
"is_bot": false,
"headline": "First set of Github badges for documentation.",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2026-02-20T16:59:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9aecc1101c253b37c36ee29e668561c23ee5bd6e",
"body": "Fix MKDocs Edit URI.",
"is_bot": false,
"headline": "Merge pull request #25 from nsw3550/mkdocs-edit-fix",
"author_name": "nsw3550",
"author_login": "nsw3550",
"committed_at": "2026-02-20T16:53:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c8d0c213e63a34cac487b382418d872dbc6b4d3",
"body": null,
"is_bot": false,
"headline": "Fix MKDocs Edit URI.",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2026-02-20T16:52:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f334526b3732216d74aa100cdf3e7498eda5e7a4",
"body": "Update docs to be easier to follow and cleaner. Reduce duplication in README to point to readthedocs instead.",
"is_bot": false,
"headline": "Merge pull request #24 from nsw3550/docs-update",
"author_name": "nsw3550",
"author_login": "nsw3550",
"committed_at": "2026-02-20T03:19:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0a81b22ff245dc34cb6e45ca40613b8698f4fab",
"body": "README to point to readthedocs instead.",
"is_bot": false,
"headline": "Update docs to be easier to follow and cleaner. Reduce duplication in",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2026-02-20T03:18:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea2e854e851f2ca174a25ed916cd154a9096193a",
"body": "Fix build override so this will work by default.",
"is_bot": false,
"headline": "Merge pull request #23 from nsw3550/mkdocs-fix",
"author_name": "nsw3550",
"author_login": "nsw3550",
"committed_at": "2026-02-18T05:19:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bec22971112d64cf48cb99d20e4c2056eda1e9a2",
"body": null,
"is_bot": false,
"headline": "Fix build override so this will work by default.",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2026-02-18T05:18:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21f172dff410cd00eca565132e6e2f0b68d2bc4f",
"body": "Fix path references for docs.",
"is_bot": false,
"headline": "Merge pull request #22 from nsw3550/docs-fix",
"author_name": "nsw3550",
"author_login": "nsw3550",
"committed_at": "2026-02-18T05:14:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62f845c94dd7ff4b88c02e78455f2938e06f0b41",
"body": null,
"is_bot": false,
"headline": "Fix path references for docs.",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2026-02-18T05:13:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "625e28256578fa1675dc999dd7c3aff282ffb670",
"body": "Add basics for Readthedocs documentation",
"is_bot": false,
"headline": "Merge pull request #21 from nsw3550/readthedocs",
"author_name": "nsw3550",
"author_login": "nsw3550",
"committed_at": "2026-02-18T03:57:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "708f6192f350e77fccff0dc6024b29ce6ee62ae0",
"body": null,
"is_bot": false,
"headline": "Add basics for Readthedocs documentation",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2026-02-18T03:56:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c77e3f0ca3d91deb7896709692904b290551fd58",
"body": "Add in functionality to support TOS labels for each probe metric.",
"is_bot": false,
"headline": "Merge pull request #20 from nsw3550/tos-labels",
"author_name": "nsw3550",
"author_login": "nsw3550",
"committed_at": "2026-02-18T03:34:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f6909ae259548a2ff9fe4facd3e11995a0f3833",
"body": null,
"is_bot": false,
"headline": "Add in functionality to support TOS labels for each probe metric.",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2026-02-18T02:51:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1708714d23c231c7d2925399ee137fdb426c83c",
"body": "Migrate UDP data structure to protobuf. Add in functionality for one way RTT",
"is_bot": false,
"headline": "Merge pull request #19 from nsw3550/udp-fix",
"author_name": "nsw3550",
"author_login": "nsw3550",
"committed_at": "2026-02-08T20:58:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "113ebc4be2adac97fa6601f0879060cebfe15261",
"body": "confusion with protobuf. Add additional logic to reflectors so we can\ntrack one way delay in addition to RTT.",
"is_bot": false,
"headline": "Migrate UDP data structure to protobuf. Rename probe structs to avoid",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2026-02-08T20:52:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88663a2ef0395569e84ddbbeaed6a91f7c7ff91f",
"body": "Standardize logging across the project.",
"is_bot": false,
"headline": "Merge pull request #18 from nsw3550/extra-handlers",
"author_name": "nsw3550",
"author_login": "nsw3550",
"committed_at": "2026-02-07T22:41:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52304f85808eb58ba8a4602bd40e2102e5901d5d",
"body": null,
"is_bot": false,
"headline": "Standardize logging across the project.",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2026-02-07T22:37:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb7b127cfe4b6e471bd05a7ce55d958b1bc9be60",
"body": "Create docker build / push workflow.",
"is_bot": false,
"headline": "Merge pull request #17 from nsw3550/docker-ci-cd",
"author_name": "nsw3550",
"author_login": "nsw3550",
"committed_at": "2026-02-07T19:48:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7edfd8c56c7f338e7fe899c0647008842fd24671",
"body": null,
"is_bot": false,
"headline": "Create docker build / push workflow.",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2026-02-07T19:46:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b0cbfb0fe3e28a2bf0485bec89dca1a36c9fe9c",
"body": "Fix Tag definition and add getter / setter for TagSet. Should fix some weird panic issues.",
"is_bot": false,
"headline": "Merge pull request #16 from nsw3550/tags-fix",
"author_name": "nsw3550",
"author_login": "nsw3550",
"committed_at": "2026-02-07T19:22:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d3e2ba949cdc9f1b565457a6f8828ad70eae69b",
"body": "weird panic issues.",
"is_bot": false,
"headline": "Fix Tag definition and add getter / setter for TagSet. Should fix some",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2026-02-07T19:20:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19bf511ccbc24ae65fe27d65116c790771e3b2ec",
"body": "Simplify implementation in util.go",
"is_bot": false,
"headline": "Merge pull request #15 from nsw3550/util-fix",
"author_name": "nsw3550",
"author_login": "nsw3550",
"committed_at": "2026-02-06T23:38:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "092b553fe2e65bab4d6bd8d14df8915b7cd2d9d8",
"body": null,
"is_bot": false,
"headline": "Simplify implementation in util.go",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2026-02-06T23:35:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c2a470911bf1abe6d0ab2b35f4ca88114e199b5",
"body": "Add a code coverage github action.",
"is_bot": false,
"headline": "Merge pull request #14 from nsw3550/code-coverage",
"author_name": "nsw3550",
"author_login": "nsw3550",
"committed_at": "2026-02-06T23:19:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35869d173929e1c3937e8c601bb7ac4245e15ee6",
"body": null,
"is_bot": false,
"headline": "Add a code coverage github action.",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2026-02-06T23:17:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f8bd3834788dfef337e834a52bf13f7703d31b3",
"body": "Fix a bug where we could potentially try to send to a nil destination.",
"is_bot": false,
"headline": "Merge pull request #13 from nsw3550/port-bugfix",
"author_name": "nsw3550",
"author_login": "nsw3550",
"committed_at": "2026-02-05T21:30:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f940be85f271aa4dc5787b881498807c1dcb5fb",
"body": null,
"is_bot": false,
"headline": "Fix a bug where we could potentially try to send to a nil destination.",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2026-02-05T21:24:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fa5d37989ce4400393138ed349affd0b65a765a",
"body": "Replace dmar with nwinemiller for remaining TODOs",
"is_bot": false,
"headline": "Merge pull request #12 from nsw3550/todo-updates",
"author_name": "nsw3550",
"author_login": "nsw3550",
"committed_at": "2026-02-04T03:54:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "597d1e7883b27f02fc2af92c2b9e34cbc7c3cfcd",
"body": null,
"is_bot": false,
"headline": "Replace dmar with nwinemiller for remaining TODOs",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2026-02-04T03:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0349f583c0cf8bfdd0f2bd40267671859bf7c393",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "nsw3550",
"author_login": "nsw3550",
"committed_at": "2026-02-03T18:54:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "931edb36ab72d1d2523341846d2cebf62565bfda",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "nsw3550",
"author_login": "nsw3550",
"committed_at": "2026-02-03T18:42:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad9b5e7d33b39699a61da96e0c18c84c2541880b",
"body": "Renaming project to UDProbe",
"is_bot": false,
"headline": "Merge pull request #11 from nsw3550/project-rename",
"author_name": "nsw3550",
"author_login": "nsw3550",
"committed_at": "2026-02-02T23:36:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59a11cb2236af90a9688a240f2e2c338e87c1c72",
"body": null,
"is_bot": false,
"headline": "Renaming project to UDProbe",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2026-02-02T23:33:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c67720a9d856235ca552d498923513eab8bd6f56",
"body": "Update reflector to be able to reflect probes with different TOS values safely",
"is_bot": false,
"headline": "Merge pull request #10 from nsw3550/tos-fixes",
"author_name": "nsw3550",
"author_login": "nsw3550",
"committed_at": "2026-02-02T05:11:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bea2ca1ea9dc8233a68a14e3509e20f1acc966f",
"body": "safely.",
"is_bot": false,
"headline": "Update reflector to be able to reflect probes with different TOS values",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2026-02-02T05:00:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b2a0cddbd8871a49725cd1d57850cdf8013a21b",
"body": "Update reflector to have prometheus stats for general observability.",
"is_bot": false,
"headline": "Merge pull request #9 from nsw3550/reflector-monitoring",
"author_name": "nsw3550",
"author_login": "nsw3550",
"committed_at": "2026-02-02T03:03:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "129b7f43116de60254f38f1925a979289be8bc54",
"body": null,
"is_bot": false,
"headline": "Update reflector to have prometheus stats for general observability.",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2026-02-02T03:00:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5245c21ccb3451f0a3592d064d275eaa4f22493",
"body": "Assign TODOs to nwinemiller instead of dmar.",
"is_bot": false,
"headline": "Merge pull request #8 from nsw3550/todo-update",
"author_name": "nsw3550",
"author_login": "nsw3550",
"committed_at": "2026-02-01T19:09:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3205ccb766ae6eaa1088557baf789686f5bd6083",
"body": null,
"is_bot": false,
"headline": "Assign TODOs to nwinemiller instead of dmar.",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2026-02-01T19:08:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a54c4d4610a08cd1acbe971a6aa50f552bf312d",
"body": "Update README to reflect changes to the code after forking.",
"is_bot": false,
"headline": "Merge pull request #7 from nsw3550/llama-readme-update",
"author_name": "nsw3550",
"author_login": "nsw3550",
"committed_at": "2026-02-01T18:22:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3675beacd1b6963207c54f532952d134751a8f6",
"body": null,
"is_bot": false,
"headline": "Update README to reflect changes to the code after forking.",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2026-02-01T18:21:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37ceaa2f764ef2af4ee39458c4c32ae1d773ccdd",
"body": "Create dockerfiles for collector and reflector.",
"is_bot": false,
"headline": "Merge pull request #6 from nsw3550/llama-docker",
"author_name": "nsw3550",
"author_login": "nsw3550",
"committed_at": "2026-02-01T00:52:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7891812fdda8c722d78322aa78ec727057b450c4",
"body": null,
"is_bot": false,
"headline": "Create dockerfiles for collector and reflector.",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2026-02-01T00:50:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2c369c69bbe2a26a0a36197472f1161023828a8",
"body": "Remove InfluxDB functionality. Fix some licensing and removing other unnecessary files.",
"is_bot": false,
"headline": "Merge pull request #5 from nsw3550/cleanup",
"author_name": "nsw3550",
"author_login": "nsw3550",
"committed_at": "2025-12-03T05:33:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7e4f2330579e9b2f8e975f23a47cca1dcc87e4a",
"body": "unnecessary files.",
"is_bot": false,
"headline": "Remove InfluxDB functionality. Fix some licensing and removing other",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2025-12-03T05:30:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06cdeef7ce7cfd0a8295ceecf1c8aae71f400dbf",
"body": "Refactor prometheus metric setter and add tests.",
"is_bot": false,
"headline": "Merge pull request #4 from nsw3550/prom-test",
"author_name": "nsw3550",
"author_login": "nsw3550",
"committed_at": "2025-11-29T01:20:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4648f100a72c024620d20cb1133874b02a885464",
"body": null,
"is_bot": false,
"headline": "Refactor prometheus metric setter and add tests.",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2025-11-29T01:15:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "207c8a482f0e1d73c5190f81c5cd4da98a2eb674",
"body": "Add in Prometheus Functionality to API",
"is_bot": false,
"headline": "Merge pull request #3 from nsw3550/prom-summary",
"author_name": "nsw3550",
"author_login": "nsw3550",
"committed_at": "2025-11-28T08:13:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8faf16d83d3c086de6b2a50099f0c4e432b074b",
"body": null,
"is_bot": false,
"headline": "Lint",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2025-11-28T08:10:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3809386901c84e0aa41b6126506465e52917c99",
"body": null,
"is_bot": false,
"headline": "Add Prometheus functionality to the API handler.",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2025-11-28T06:26:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7f1fe572a7ece80667531e7485459fc92ca60fe",
"body": null,
"is_bot": false,
"headline": "Update the License file to reflect that this is a hard fork.",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2025-11-27T20:15:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27def7cad477bb88cd4efb5b96e349e0247ca721",
"body": null,
"is_bot": false,
"headline": "Vendor folder is deprecated and we no longer need to maintain it.",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2025-11-27T20:13:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c83f264004eb809401b84cf0d198dd3e94230f1",
"body": null,
"is_bot": false,
"headline": "Add in a Prometheus handler. Will add in metrics shortly.",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2025-11-27T20:10:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e95a709e61af15bf209f64da9ea674673910a3a4",
"body": "Fix old dependencies",
"is_bot": false,
"headline": "Merge pull request #2 from nsw3550/fix-old-dependencies",
"author_name": "nsw3550",
"author_login": "nsw3550",
"committed_at": "2025-11-27T05:59:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd7d694462bfa471829ed23c3123e25843ca7459",
"body": null,
"is_bot": false,
"headline": "Remove oudated go-cache dependency.",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2025-11-27T05:54:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc78a9b4b423640470afb3afed3f7897002872fd",
"body": null,
"is_bot": false,
"headline": "Replace satori/go.uuid with google/uuid.",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2025-11-26T23:22:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c429d77ee573ce1ffabb39107ef56de1833f9f3e",
"body": "Migrate protobuf files to protobuf3 and refactor code to modern protobuf standard",
"is_bot": false,
"headline": "Merge pull request #1 from nsw3550/proto-update",
"author_name": "nsw3550",
"author_login": "nsw3550",
"committed_at": "2025-11-26T23:12:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a5477e85b4b88ead80f78e9d262cacb2d4eee7f",
"body": "standard.",
"is_bot": false,
"headline": "Migrate protobuf files to protobuf3 and refactor code to modern protobuf",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2025-11-26T23:01:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49d0897814d6b90f1ed5686351059ff0c43aa71c",
"body": null,
"is_bot": false,
"headline": "Reverting default config to original.",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2025-11-26T17:42:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04d5dad629afcbcddaf9c432d1e18983844e7e49",
"body": null,
"is_bot": false,
"headline": "Updated golang dependencies to newer versions pt 1",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2025-11-26T17:41:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7ef0c08a28070260a4375025f9f4ec76e12e616",
"body": null,
"is_bot": false,
"headline": "Change module definitions to point to fork instead of original.",
"author_name": "Nate Winemiller",
"author_login": null,
"committed_at": "2025-11-26T17:34:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c81f3ba6f86810471f73e81c2ed24f9a063dfe76",
"body": "Remove reflector binary which was unintentionally included",
"is_bot": false,
"headline": "Delete reflector binary",
"author_name": "Daniel Martin",
"author_login": "dmar42",
"committed_at": "2019-05-29T19:27:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3271052a3ba0929320f95b58eed2952af7fa7a1",
"body": null,
"is_bot": false,
"headline": "Update README with acronym expansion",
"author_name": "Daniel Martin",
"author_login": "dmar42",
"committed_at": "2019-04-13T01:04:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b11289cd1cf4e266e3c5c052f1d33cb926b7d93",
"body": "* Update travis for proper linter download\r\n\r\n* Add vendor directory for builds and backwards compatibility\r\n\r\n* Update travis to use vendor dir",
"is_bot": false,
"headline": "Add vendor dir and update travis builds (#2)",
"author_name": "Daniel Martin",
"author_login": "dmar42",
"committed_at": "2019-04-13T01:02:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "122b9fef68ef2187e8d2b3012ca659a753eb48d1",
"body": null,
"is_bot": false,
"headline": "Disable lint to avoid rate limits",
"author_name": "Daniel",
"author_login": "dmar42",
"committed_at": "2019-04-12T19:03:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73142e98e7fa7981dcd893c97b94f3b4359251fb",
"body": null,
"is_bot": false,
"headline": "Fix travis \"go fmt\" script",
"author_name": "Daniel",
"author_login": "dmar42",
"committed_at": "2019-04-12T18:18:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "464e40349491c6d3817336e261e8328150977f1c",
"body": null,
"is_bot": false,
"headline": "Update repo name references",
"author_name": "Daniel",
"author_login": "dmar42",
"committed_at": "2019-04-12T17:33:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "600f379312d0275be15250a6080b52758039456a",
"body": null,
"is_bot": false,
"headline": "Update README with reference to the legacy Python",
"author_name": "Daniel Martin",
"author_login": "dmar42",
"committed_at": "2019-04-12T17:30:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4e0cddb2133d6bd13f37a0a19b5858fe0455ab0",
"body": null,
"is_bot": false,
"headline": "Add gofmt check to travis-ci",
"author_name": "Daniel",
"author_login": "dmar42",
"committed_at": "2019-04-11T22:55:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "500597e4505d3aa8eaf9a152b0ae14a08c694b40",
"body": null,
"is_bot": false,
"headline": "gofmt cmd files",
"author_name": "Daniel",
"author_login": "dmar42",
"committed_at": "2019-04-11T22:39:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81869097c34fa64e244dde1576ba738434d112f4",
"body": null,
"is_bot": false,
"headline": "initial go fmt",
"author_name": "Daniel",
"author_login": "dmar42",
"committed_at": "2019-04-11T21:48:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87a1333b1d7097f4e55e04a9d4536fd1ae87206f",
"body": null,
"is_bot": false,
"headline": "Enabling lint checks for CI",
"author_name": "Daniel",
"author_login": "dmar42",
"committed_at": "2019-04-11T21:15:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f43db1a0b6dcfaedff7f3c8d29e50d35c4262503",
"body": null,
"is_bot": false,
"headline": "Fixing lint issues",
"author_name": "Daniel",
"author_login": "dmar42",
"committed_at": "2019-04-11T21:14:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c38615a0739da68b54faa9f5632d2d9c8fdd617",
"body": null,
"is_bot": false,
"headline": "Add initial Travis-CI config",
"author_name": "Daniel",
"author_login": "dmar42",
"committed_at": "2019-04-11T17:53:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "440502b8d8f8cb8040540b1b6b7e47dc97207353",
"body": null,
"is_bot": false,
"headline": "Add example configs and more detailed README",
"author_name": "Daniel",
"author_login": "dmar42",
"committed_at": "2019-04-11T03:39:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86b5f96e937bd98b106cde40b8946bbfe5d4ea41",
"body": null,
"is_bot": false,
"headline": "Adding base gitignore",
"author_name": "Daniel",
"author_login": "dmar42",
"committed_at": "2019-04-11T00:37:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ccf520fd4850055042214c8c33ab4c43a88cf69",
"body": null,
"is_bot": false,
"headline": "Adding go modules support",
"author_name": "Daniel",
"author_login": "dmar42",
"committed_at": "2019-04-11T00:31:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0242361a4d3ac3c0ec13f2e86f064cc4c7361d3f",
"body": null,
"is_bot": false,
"headline": "Initial code import",
"author_name": "Daniel",
"author_login": "dmar42",
"committed_at": "2019-04-10T21:09:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "606d5c896552e916bed11584c001f28ec40df5aa",
"body": null,
"is_bot": false,
"headline": "Add initial README and LICENSE",
"author_name": "Daniel",
"author_login": "dmar42",
"committed_at": "2019-04-10T18:35:01Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 81,
"latest_release_at": "2026-07-15T03:08:08Z",
"latest_release_tag": "v1.0.0",
"releases_from_tags": false,
"days_since_last_push": 12,
"active_weeks_last_year": 9,
"days_since_latest_release": 12,
"mean_days_between_releases": null
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/nsw3550/udprobe",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/nsw3550/udprobe",
"is_deprecated": false,
"latest_version": "v1.0.0",
"repository_url": "https://github.com/nsw3550/udprobe",
"versions_count": 1,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-06-10T20:43:31Z",
"latest_version_yanked": null,
"days_since_latest_publish": 46
}
]
},
"popularity": {
"forks": 0,
"stars": 2,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [
"proto/udprobe.proto"
],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 10582,
"source_files_sampled": 31,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"docs/requirements.txt",
"go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go",
"pypi"
],
"dependencies": [
{
"name": "github.com/google/uuid",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "github.com/jellydator/ttlcache/v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.4.0"
},
{
"name": "github.com/prometheus/client_golang",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.23.2"
},
{
"name": "golang.org/x/sys",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.38.0"
},
{
"name": "golang.org/x/time",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.14.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.10"
},
{
"name": "gopkg.in/yaml.v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.4.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 34,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "nsw3550",
"commits": 36,
"avatar_url": "https://avatars.githubusercontent.com/u/28851132?v=4"
},
{
"type": "User",
"login": "dmar42",
"commits": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/12106450?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.667
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"docker-build.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 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": 10,
"reason": "14 out of 14 merged PRs checked by a CI test -- score normalized to 10",
"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/14 approved changesets -- score normalized to 0",
"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": 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": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 5,
"reason": "6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "b1a4d8d78ef4adf91f6cdb9bae1e5e713c3ef7dd",
"ran_at": "2026-07-27T18:55:42Z",
"aggregate_score": 3.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-15T03:09:09Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-06-10T20:43:32Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/nsw3550/udprobe",
"host": "github.com",
"name": "udprobe",
"owner": "nsw3550"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"security": 39,
"vitality": 68,
"community": 9,
"governance": 49,
"engineering": 59
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 68,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"commits_last_year": 81,
"human_commit_share": 1,
"days_since_last_push": 12,
"active_weeks_last_year": 9
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 12 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 12
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "9/52 weeks with commits",
"points": 6.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 9
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "81 commits in the last year",
"points": 17.2,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 81
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 84,
"inputs": {
"releases_count": 1,
"latest_release_tag": "v1.0.0",
"releases_from_tags": false,
"days_since_latest_release": 12,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 12 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 12
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"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": 46,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 46 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 46
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 9,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 2,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 2
}
}
],
"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": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 19,
"inputs": {
"has_readme": false,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 49,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 19,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.667
},
"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 67% of commits",
"points": 7.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 67
}
}
],
"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 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": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 34,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "34/34 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 34,
"decided": 34
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/14 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"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": 35,
"inputs": {
"followers": 1,
"owner_type": "User",
"is_verified": null,
"owner_login": "nsw3550",
"public_repos": 2,
"account_age_days": 3353
},
"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": "1 followers of nsw3550",
"points": 2.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1,
"login": "nsw3550"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "2 public repos, account ~9 yr old",
"points": 15.5,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 2
}
},
{
"code": "account_age_years",
"params": {
"years": 9
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"packages": [
"github.com/nsw3550/udprobe"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 46
},
"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 46 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 46
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "1 published versions",
"points": 4,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 1
}
}
],
"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": 59,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"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": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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": "14 out of 14 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"topics": [
"blackbox-monitoring",
"devops",
"latency-monitoring",
"network-monitoring",
"network-probing",
"networking",
"observability",
"packet-loss",
"prometheus",
"sre",
"udp"
],
"has_wiki": true,
"homepage": null,
"has_readme": false,
"has_docs_dir": true,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "11 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 11
}
}
],
"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": 39,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 39,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "14 out of 14 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"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/14 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "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.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 49,
"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": 56,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 99",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 99
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 10582,
"source_files_sampled": 31,
"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/31 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 31,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [],
"has_mcp_signal": false,
"api_schema_files": [
"proto/udprobe.proto"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "proto/udprobe.proto",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "proto/udprobe.proto"
}
}
],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
}
]
}
],
"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",
"Community profile unavailable",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-27T18:55:58.094563Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/n/nsw3550/udprobe.svg",
"full_name": "nsw3550/udprobe",
"license_state": "custom",
"license_spdx": null
}