Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"stun",
"go",
"nat-traversal",
"rfc-5389",
"webrtc",
"golang"
],
"is_fork": false,
"size_kb": 160,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 160746
},
"pushed_at": "2026-07-19T15:12:17Z",
"created_at": "2013-08-17T22:16:33Z",
"owner_type": "User",
"updated_at": "2026-07-22T23:12:29Z",
"description": "A go implementation of the STUN client (RFC 3489 and RFC 5389)",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "http://ccding.com",
"name": "Cong Ding",
"type": "User",
"login": "ccding",
"company": null,
"location": null,
"followers": 247,
"avatar_url": "https://avatars.githubusercontent.com/u/1221778?v=4",
"created_at": "2011-11-26T11:33:41Z",
"is_verified": null,
"public_repos": 24,
"account_age_days": 5356
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.1.6",
"kind": "patch",
"published_at": "2026-07-19T15:13:01Z"
},
{
"tag": "v0.1.5",
"kind": "patch",
"published_at": "2024-07-01T17:55:46Z"
},
{
"tag": "v0.1.4",
"kind": "patch",
"published_at": "2022-03-04T03:35:53Z"
},
{
"tag": "v0.1.3",
"kind": "patch",
"published_at": "2021-04-13T15:45:41Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2020-04-14T04:58:15Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2020-04-14T03:23:23Z"
},
{
"tag": "0.1.0",
"kind": "minor",
"published_at": "2017-06-19T06:09:31Z"
}
],
"recent_commits": [
{
"oid": "65c0568253e3a432f330b346d5ecad938d35d5aa",
"body": "## Summary\n\n- add RFC 8489 basic STUN Binding transactions over TCP\n- support both internally dialed connections and caller-owned persistent\n`net.Conn` values\n- expose TCP transport through the CLI with `-t tcp`\n- share Binding response validation across UDP and TCP\n- document transport semantics, t\n[…]\n\n- `go test ./...`\n- `go test -race -shuffle=on -count=3 ./...`\n- `go vet ./...`\n- `staticcheck -checks=all ./...`\n- `go test -cover ./stun` (89.6% statement coverage)\n- `git diff --check`\n\nCloses #49",
"is_bot": false,
"headline": "Add STUN Binding over TCP (#64)",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2026-07-19T15:09:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5fc6026d8a33e34741f4f4d3419e7ff031ce5e2d",
"body": "## Summary\n\n- Modernize installation, CLI, library, protocol, and development\ndocumentation.\n- Replace retired GoDoc and Go Report Card references with Go Reference\nand GitHub Actions status.\n- Distinguish the current `master` API from the older tagged release so\ninstallation guidance matches the do\n[…]\ng check\n- `go mod tidy` and `go mod verify`\n- `go vet -mod=readonly ./...`\n- `staticcheck -checks=all ./...`\n- Race-enabled, shuffled tests with 84.4% aggregate statement coverage\n- `git diff --check`",
"is_bot": false,
"headline": "Improve README and security policy (#63)",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2026-07-19T13:28:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c6f6521d99a27227538c3bd8a7729f8b2f2a69dd",
"body": "## Summary\n\n- Expand the Go workflow with formatting, module, vet, static analysis,\nand vulnerability checks\n- Test across multiple Go versions and operating systems with race\ndetection and coverage enforcement\n- Add CodeQL, dependency review, scheduled/manual runs, concurrency\ncontrols, and least-p\n[…]\nverage for unit tests across Linux, macOS, and Windows\n- Added race-enabled tests with shuffled execution and a minimum\ncoverage threshold\n- Added cross-platform build validation for supported targets",
"is_bot": false,
"headline": "Strengthen Go CI with cross-platform tests and security checks (#61)",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2026-07-19T12:03:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7ca43ba25b51c2c197a5f5fcbe7de22d3f09afa6",
"body": "Added a security policy document outlining supported versions and vulnerability reporting.",
"is_bot": false,
"headline": "Create SECURITY.md for security policy and reporting",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2026-07-19T11:33:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4de8b874f564930e6a9c5e0405bbbdbcd5aa732",
"body": "## Summary\n\n- Harden STUN framing and attribute parsing for RFC 3489/5389: exact\nmessage lengths, unpadded TLV lengths, padding preservation, FINGERPRINT\nverification, safe IPv4/IPv6 address decoding, owned parser buffers, and\nattributes after MESSAGE-INTEGRITY ignored.\n- Correct Binding response pr\n[…]\nwith `NATUnknown`, as\nexpected for Binding-only service.\n- Google behavior mode reported unsupported behavior discovery and\nexited 0.\n - Google also succeeded with forced RFC 3489 compatibility mode.",
"is_bot": false,
"headline": "Harden STUN RFC compatibility (#60)",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2026-07-19T10:21:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d32c135f5e509d278e95ba9945849903f966a91f",
"body": null,
"is_bot": false,
"headline": "Support binding specified IP (#51)",
"author_name": "悦咚 / Dark495",
"author_login": "xlch88",
"committed_at": "2024-01-16T18:14:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f417a9a4966a4b479291084bfcfe829e2264014",
"body": null,
"is_bot": false,
"headline": "fix: add option to use fixed port for BehaviorTest (#48)",
"author_name": "Anya Lin",
"author_login": "muink",
"committed_at": "2023-09-08T21:30:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "293c9ea4f2ac92ce83c099c2d9913023bedf1708",
"body": "Signed-off-by: Liang Deng <283304489@qq.com>",
"is_bot": false,
"headline": "feat: add option to use fixed port for testing (#47)",
"author_name": "Liang Deng",
"author_login": "YTGhost",
"committed_at": "2023-08-30T15:57:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe603b72b4773a8a27674ad94a3262261f2786f5",
"body": null,
"is_bot": false,
"headline": "remove build status from readme",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2023-04-22T01:55:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b32a538098dab74ac52d994fc47effb9186b90c9",
"body": null,
"is_bot": false,
"headline": "clean up main (#44)",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2023-03-30T02:43:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44e89cab780543bf92f93273eeeadb6869c485a6",
"body": null,
"is_bot": false,
"headline": "MINOR: go simplify",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2022-04-19T04:22:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d189477d744507dc922364af610ddf700a248a40",
"body": null,
"is_bot": false,
"headline": "MINOR: remove redundant return statement",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2022-04-19T03:05:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6640f8626e32bb02adc64cc62b3755c35b901154",
"body": null,
"is_bot": false,
"headline": "MINOR: address golint issues",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2022-04-19T03:03:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9875aa321019751895a0749abced9e9c942c0b8c",
"body": null,
"is_bot": false,
"headline": "MINOR: fix a few lint issues",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2022-04-19T02:44:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "877ebaff7ba7b0f0ce44e92d785075647545e777",
"body": "./go-stun -b -s stun.stunprotocol.org:3478\r\nMapping Behavior: EndpointIndependent\r\nFiltering Behavior: AddressAndPortDependent\r\nNormal NAT Type: Port Restricted cone NAT",
"is_bot": false,
"headline": "Add behavior test mode. (#42)",
"author_name": "kevinlemonra",
"author_login": "kevinlemonra",
"committed_at": "2022-01-26T20:48:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e5e57c070e184437e43194991bbd40a3c08c90b",
"body": null,
"is_bot": false,
"headline": "fix and check bounds reading packets (#40)",
"author_name": "Simon Frei",
"author_login": "imsodin",
"committed_at": "2021-04-12T21:48:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a7a6d93481c5abcd7d83860bf1986c6a29bf182",
"body": null,
"is_bot": false,
"headline": "Added Power Support ppc64le (#36)",
"author_name": "nagesh4193",
"author_login": "nagesh4193",
"committed_at": "2020-10-08T04:41:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d587b282593030be2da1c3487ec012650f1ab1e7",
"body": null,
"is_bot": false,
"headline": "NATSymmetricUDPFirewall -> SymmetricUDPFirewall (#34)",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2020-07-10T16:03:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9e8cd0589d19271ea905290c5806ad7c7d646e6",
"body": null,
"is_bot": false,
"headline": "and github workflow for test",
"author_name": "Cong Ding",
"author_login": "ckt",
"committed_at": "2020-05-18T18:45:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df1688bbe7758cf4101a1d2ea8935719d094803e",
"body": null,
"is_bot": false,
"headline": "travis: remove go1.6",
"author_name": "Cong Ding",
"author_login": "ckt",
"committed_at": "2020-05-18T18:44:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d91cfa3037805f23df2bb27c7cd2dac58ecfe07c",
"body": null,
"is_bot": false,
"headline": "travis: add coverage report",
"author_name": "Cong Ding",
"author_login": "ckt",
"committed_at": "2020-05-16T18:56:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8159d059a62a47f568515dd630c5a8eeb0b97220",
"body": null,
"is_bot": false,
"headline": "travis: test 1.14 and tip version",
"author_name": "Cong Ding",
"author_login": "ckt",
"committed_at": "2020-05-16T16:17:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "759ebc3a8e0256db020b3957c56d14e51d42a9e5",
"body": null,
"is_bot": false,
"headline": "remove email from source code",
"author_name": "Cong Ding",
"author_login": "ckt",
"committed_at": "2020-05-15T20:28:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56d89ec6456ac361fde420f6b1759b93aef23998",
"body": null,
"is_bot": false,
"headline": "move go mod",
"author_name": "Cong Ding",
"author_login": "ckt",
"committed_at": "2020-05-14T20:44:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dc67bcdb0294f71c450f44ec7ad5a67b9133441",
"body": null,
"is_bot": false,
"headline": "go mod: init",
"author_name": "Cong Ding",
"author_login": "ckt",
"committed_at": "2020-05-14T19:11:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9c35017f5151e4fc7409d7f7c1a39f4f39430e3",
"body": null,
"is_bot": false,
"headline": "put comments into one line",
"author_name": "Cong Ding",
"author_login": "ckt",
"committed_at": "2020-04-14T04:23:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be486d185f3dfcb2dbf8429332da50a0da7f95a6",
"body": "fix #26",
"is_bot": false,
"headline": "Merge pull request #30 from Piasy/master",
"author_name": "Cong Ding",
"author_login": "ckt",
"committed_at": "2018-07-26T10:07:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "784235e2ebb7081781e5b44d5212e7fea3a05e5f",
"body": null,
"is_bot": false,
"headline": "fix #26",
"author_name": "Piasy",
"author_login": "Piasy",
"committed_at": "2018-07-26T09:33:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf47f40ed501fe61ea55cb5b8315da7c4842d045",
"body": null,
"is_bot": false,
"headline": "fix go linter issue",
"author_name": "Cong Ding",
"author_login": "ckt",
"committed_at": "2018-07-13T23:12:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9bbe8f8fa7bf7ed03e6cfc6a2796bb36139e1f4",
"body": "Safely assert error type",
"is_bot": false,
"headline": "Merge pull request #27 from AudriusButkevicius/assert",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2017-12-06T15:03:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c7499c15e9005686d2aa4ae4d66ab213ff2993f",
"body": null,
"is_bot": false,
"headline": "Safely assert error type",
"author_name": "Audrius Butkevicius",
"author_login": "AudriusButkevicius",
"committed_at": "2017-12-06T00:19:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82abcd51cba61e48addeb1805dcbdcf8e87d6eb1",
"body": "s/Symetric/Symmetric/",
"is_bot": false,
"headline": "Merge pull request #25 from calmh/master",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2017-11-07T15:34:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e671de5a757aab0e3bdfea21dbba1398f4ef2297",
"body": null,
"is_bot": false,
"headline": "review",
"author_name": "Jakob Borg",
"author_login": "calmh",
"committed_at": "2017-11-07T07:23:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d33469f1f20a1674659be94ac9ca94ab5f06f58",
"body": "Yes, this is just a spelling correction. However it's a misspelling that\nleaks into both the API and log messages (via the String()) message. As\nsuch it might be a breaking change for some.",
"is_bot": false,
"headline": "s/Symetric/Symmetric/",
"author_name": "Jakob Borg",
"author_login": "calmh",
"committed_at": "2017-11-05T11:01:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04a4eed61c57ecc9903f8983d1d2c17b88d2e9e1",
"body": null,
"is_bot": false,
"headline": "fix readme",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2017-03-23T22:30:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90d35fd26d15a9e308de240891eb36ceef15498b",
"body": null,
"is_bot": false,
"headline": "fix icon for test",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2017-03-23T22:15:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f60cf1449021853728765322b2d8d8424e6640d5",
"body": "unfinished",
"is_bot": false,
"headline": "add OTHER-ADDRESS support per RFC5780",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2017-02-10T21:03:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dee5672f0c732344747f49b978921885508fd846",
"body": "Fix panic in keepalive",
"is_bot": false,
"headline": "Merge pull request #19 from AudriusButkevicius/f2",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-18T21:30:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "045403231b04f97c52624d2a2c1b4038879781b1",
"body": "Fix two more bugs (fixes #17)",
"is_bot": false,
"headline": "Merge pull request #18 from AudriusButkevicius/fixes",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-18T21:27:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cc31ce4e43065fe3dd7eb700e789164b4f8e271",
"body": null,
"is_bot": false,
"headline": "Fix panic in keepalive",
"author_name": "Audrius Butkevicius",
"author_login": "AudriusButkevicius",
"committed_at": "2016-08-18T21:14:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9df18901541680b36d7d962a2d33cb34d836987f",
"body": null,
"is_bot": false,
"headline": "Fix two more bugs (fixes #17)",
"author_name": "Audrius Butkevicius",
"author_login": "AudriusButkevicius",
"committed_at": "2016-08-18T20:35:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "353de72d34b70950fb41988e8b38d811ce79bab3",
"body": null,
"is_bot": false,
"headline": "delete empty line",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-10T05:13:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f70474325ad61c1ac21073764b1567d278ae3ece",
"body": null,
"is_bot": false,
"headline": "add packet test",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-10T05:12:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2da02df75b2fbb11ccc855da482809859d3baea",
"body": null,
"is_bot": false,
"headline": "add util test",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-09T05:40:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b1c9f3d34977400e26010307f46fd700f956fd8",
"body": null,
"is_bot": false,
"headline": "family is 1 byte",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-09T05:23:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11dbe3a2b7dc7d6968626547d569d190097b6aaa",
"body": null,
"is_bot": false,
"headline": "update packet/attribute api",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-09T05:20:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4dfdc8517db6b074ada0a8e180fea5394348891",
"body": "check server error by resp address",
"is_bot": false,
"headline": "Merge pull request #16 from ccding/dev",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-09T04:55:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14893aeb6af0e2d7bf58e97bcc23286f5bd9fa5a",
"body": null,
"is_bot": false,
"headline": "check server error by resp address",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-09T04:53:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3a2513e7d27e2e1abc7a9828c5ada5b90c89fc7",
"body": null,
"is_bot": false,
"headline": "clean func apis",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-09T04:11:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40426479b42faf638d01c1b6fbf1be0745016f31",
"body": null,
"is_bot": false,
"headline": "clean discover logic",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-09T04:05:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bfbd8df52abddb136508e7b1409e4924d8d8ec5",
"body": null,
"is_bot": false,
"headline": "fix ip family bug in host",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-08T21:00:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "438e92fbafb4fd64fa170237cd02813473afe6fe",
"body": null,
"is_bot": false,
"headline": "update main.go",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-08T20:56:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "805dc931e1777c3e9130b458d2d7b2dd2ee74e72",
"body": null,
"is_bot": false,
"headline": "clean code",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-08T20:51:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b5d5e1eac033c9c4468b7a661205870136b6301",
"body": null,
"is_bot": false,
"headline": "fix mistake in log",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-08T18:38:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bd1db6099263d2955b588a7308f16e30fcc79f8",
"body": null,
"is_bot": false,
"headline": "fix changedAddr nil bug",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-08T18:34:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fecb06d7d53e338fd9a9c883c538a439a96270d6",
"body": null,
"is_bot": false,
"headline": "clean discover()",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-08T04:59:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28d6e0a0cc187388c47c53473221a182e8131540",
"body": null,
"is_bot": false,
"headline": "opt -v -vv",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-08T04:41:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3431f807d59291a0f0911f446d64d91f06a027e1",
"body": null,
"is_bot": false,
"headline": "change log format",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-08T04:32:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4839d26b704e1b8577a8adeaee0aa521ed801487",
"body": null,
"is_bot": false,
"headline": "change log behavior",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-08T04:22:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddcc63ab33af99907826036e4ff5f766d190ff3f",
"body": null,
"is_bot": false,
"headline": "add response struct",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-08T04:10:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afe7325460a7df0e9717bc892e9688c7d0338146",
"body": null,
"is_bot": false,
"headline": "refactor code",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-08T04:10:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc56a69d93495111969cdda1a962e7a2d2e401d8",
"body": null,
"is_bot": false,
"headline": "id -> transId",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-08T04:10:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5e4803fd5af56246ece627ec63abe5021fc0f40",
"body": "check trans id in send and resp",
"is_bot": false,
"headline": "Merge pull request #15 from ccding/dev",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-07T17:47:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc8d773fa78f76fa29378f342d2381829d6fd140",
"body": null,
"is_bot": false,
"headline": "change default server",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-07T17:44:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1faf0c6be9a7802f38d31f0d6fd8bd0fb9988b0",
"body": null,
"is_bot": false,
"headline": "check trans id in send and resp",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-07T17:42:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2b8ce2529e595f5b45db2999ba268184f805b30",
"body": "which is golang standard",
"is_bot": false,
"headline": "use camal case for const",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-07T17:30:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6558e5e488bf0b761c5563b80093a80f3c7f3633",
"body": "Add keepalive method",
"is_bot": false,
"headline": "Merge pull request #14 from AudriusButkevicius/ka",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-07T17:08:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f01c49baefb3f9a22ab42c30f70ffce25aaa7f7",
"body": null,
"is_bot": false,
"headline": "Add keepalive method",
"author_name": "Audrius Butkevicius",
"author_login": "AudriusButkevicius",
"committed_at": "2016-08-07T09:46:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7d6c507305fe4e3bd16d5e3820070cfcb3f02ae",
"body": "It should send to the changeAddrIP and original port",
"is_bot": false,
"headline": "fix test3 address issue",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-07T06:29:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "773aa389a511e77b444b78a358763719e72b20fc",
"body": "fix magic cookie issue",
"is_bot": false,
"headline": "Merge pull request #13 from ccding/dev",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-06T17:05:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6f2608d17ba355397338cc0f6a8948e44c0c9af",
"body": null,
"is_bot": false,
"headline": "fix magic cookie issue",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-06T16:03:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7381be3c85ed5e24b1e1addbc77e55227052b23",
"body": null,
"is_bot": false,
"headline": "add debug mode",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-06T08:31:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03fae0ad682cc067e36a65728df3c6cb68c34054",
"body": null,
"is_bot": false,
"headline": "fix xoredMap issue",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-06T08:20:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d490d9d65ada478cfea2d7aa820656742a48de2",
"body": null,
"is_bot": false,
"headline": "clean code",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-06T06:58:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "659cdbd1d7f18692f3171f14c9b134446a12d33f",
"body": null,
"is_bot": false,
"headline": "changedAddr->changeAddr, : \"->:\"",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-06T06:43:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23b98eef7dcb4c277ec298a410469d975bf6efd7",
"body": null,
"is_bot": false,
"headline": "output received from addr in verbose",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-06T06:38:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c27e697edd24dfeaae71d81fe0f315196308df0e",
"body": null,
"is_bot": false,
"headline": "fix the second round test1 bug",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-06T05:52:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d6db7bda774ed605e7e3057bd6172368dbcbe9a",
"body": null,
"is_bot": false,
"headline": "fix typo",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-05T21:37:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f72d2aea0d79c6c42c77afe96fa5c13b83dd41ba",
"body": null,
"is_bot": false,
"headline": "add RFC link to readme",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-05T21:36:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1047806a43f777c41de92dee51509df5e5054dff",
"body": null,
"is_bot": false,
"headline": "add copyright for log",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-05T21:13:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4cebeab9617d185cb4eb91e8fcde83be193a22a",
"body": null,
"is_bot": false,
"headline": "fix golint issues",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-05T21:11:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d25dd95de40d2e30287a9dfb366cb5b498c7ee3f",
"body": null,
"is_bot": false,
"headline": "fix comments",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-05T21:05:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1f98c6c0d5b105af3930a2ebdce291e8a5ea3cc",
"body": null,
"is_bot": false,
"headline": "add comment for log",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-05T21:05:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8686b2477b49ded1b283b91003efd0bdf8c9bf2b",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-05T20:43:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6163720949162434f20cc0179c4222b6735a0b2",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-05T20:42:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b07fe597420de3aa3b5ee1e5037894c01a4cdd80",
"body": null,
"is_bot": false,
"headline": "use main to make it be standalone",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-05T20:14:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10f93926e64b38e8ccd32b05db8af6d11a46be29",
"body": null,
"is_bot": false,
"headline": "add verbose mode",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-05T20:08:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50a1428b10d0ced1c8235b5482da5a3fb567327e",
"body": "fix conn leakage issue",
"is_bot": false,
"headline": "Merge pull request #11 from ccding/dev",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-05T18:35:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fbb3bb4d2c76ccd22bec641df1184fc6f234a14",
"body": null,
"is_bot": false,
"headline": "clean set host process",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-05T18:32:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dc66064e93cdda9748e1d9321ffb62f40e0ce73",
"body": null,
"is_bot": false,
"headline": "resove udp addr each time",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-05T18:27:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bb3944e02c406b579ab1bcf2bf7c2fc677e5274",
"body": null,
"is_bot": false,
"headline": "fix conn leakage issue",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-05T18:15:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5f9c841445373418d15ca469037b12139754189",
"body": null,
"is_bot": false,
"headline": "use current version of go in travis",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-08-01T04:24:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56888d7f81dec8ab7e4cd6d3422a652fac8bd7c6",
"body": null,
"is_bot": false,
"headline": "change license position",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-07-28T07:55:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c3b5ced8e69f6c41ddc2426dafcc20e20f023db",
"body": null,
"is_bot": false,
"headline": "add license badge",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-07-28T07:54:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4b771f6ac784eab05216185450837d53c537666",
"body": null,
"is_bot": false,
"headline": "check errors in generating packets",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-07-28T06:04:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90508e4ab9df56959a362eec63cb915b179ca4de",
"body": null,
"is_bot": false,
"headline": "fix",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-07-26T19:42:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf07b6979f2194ef740c43510f9aedcb7d38e442",
"body": null,
"is_bot": false,
"headline": "fix go lint issues",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-07-26T19:27:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c7b257e4bdcb40fbdb7d81368727c7ce6dfeda5",
"body": null,
"is_bot": false,
"headline": "add go report card",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-07-26T19:16:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e645c897d9d997ce331c23c6860435dd3f67883",
"body": null,
"is_bot": false,
"headline": "change variable name",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-07-24T02:32:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1677a6446bce133c9caa8bb59c44331d41a424c1",
"body": null,
"is_bot": false,
"headline": "avoid ResolveUDPAddr in second time discover",
"author_name": "Cong Ding",
"author_login": "ccding",
"committed_at": "2016-07-24T02:21:40Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 5,
"latest_release_at": "2026-07-19T15:13:01Z",
"latest_release_tag": "v0.1.6",
"releases_from_tags": false,
"days_since_last_push": 7,
"active_weeks_last_year": 1,
"days_since_latest_release": 7,
"mean_days_between_releases": 552.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/ccding/go-stun",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/ccding/go-stun",
"is_deprecated": false,
"latest_version": "v0.1.6",
"repository_url": "https://github.com/ccding/go-stun",
"versions_count": 7,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-19T15:09:48Z",
"latest_version_yanked": null,
"days_since_latest_publish": 7
}
]
},
"popularity": {
"forks": 126,
"stars": 720,
"watchers": 17,
"fork_history": {
"days": [
{
"date": "2014-04-15",
"count": 1
},
{
"date": "2014-11-15",
"count": 1
},
{
"date": "2015-01-11",
"count": 1
},
{
"date": "2015-01-21",
"count": 1
},
{
"date": "2015-01-30",
"count": 1
},
{
"date": "2015-02-03",
"count": 1
},
{
"date": "2015-05-06",
"count": 1
},
{
"date": "2015-07-04",
"count": 1
},
{
"date": "2015-07-14",
"count": 1
},
{
"date": "2015-09-20",
"count": 1
},
{
"date": "2015-10-27",
"count": 1
},
{
"date": "2016-02-24",
"count": 1
},
{
"date": "2016-04-22",
"count": 1
},
{
"date": "2016-05-06",
"count": 1
},
{
"date": "2016-07-29",
"count": 1
},
{
"date": "2016-09-07",
"count": 1
},
{
"date": "2016-09-25",
"count": 1
},
{
"date": "2016-10-16",
"count": 1
},
{
"date": "2016-12-20",
"count": 1
},
{
"date": "2017-02-24",
"count": 1
},
{
"date": "2017-03-21",
"count": 1
},
{
"date": "2017-04-18",
"count": 1
},
{
"date": "2017-05-10",
"count": 1
},
{
"date": "2017-06-27",
"count": 1
},
{
"date": "2017-11-05",
"count": 1
},
{
"date": "2017-11-23",
"count": 1
},
{
"date": "2018-01-18",
"count": 1
},
{
"date": "2018-03-25",
"count": 1
},
{
"date": "2018-04-15",
"count": 1
},
{
"date": "2018-04-27",
"count": 1
},
{
"date": "2018-05-06",
"count": 1
},
{
"date": "2018-05-29",
"count": 1
},
{
"date": "2018-07-19",
"count": 1
},
{
"date": "2018-07-26",
"count": 1
},
{
"date": "2018-08-14",
"count": 1
},
{
"date": "2018-10-31",
"count": 1
},
{
"date": "2018-11-29",
"count": 1
},
{
"date": "2019-01-06",
"count": 1
},
{
"date": "2019-02-27",
"count": 1
},
{
"date": "2019-03-21",
"count": 1
},
{
"date": "2019-03-26",
"count": 1
},
{
"date": "2019-04-21",
"count": 1
},
{
"date": "2019-04-25",
"count": 1
},
{
"date": "2019-04-30",
"count": 1
},
{
"date": "2019-05-06",
"count": 1
},
{
"date": "2019-07-08",
"count": 1
},
{
"date": "2019-08-09",
"count": 1
},
{
"date": "2019-08-23",
"count": 1
},
{
"date": "2019-08-25",
"count": 1
},
{
"date": "2019-09-10",
"count": 1
},
{
"date": "2019-09-19",
"count": 1
},
{
"date": "2019-09-20",
"count": 1
},
{
"date": "2019-10-20",
"count": 1
},
{
"date": "2020-01-28",
"count": 1
},
{
"date": "2020-03-07",
"count": 1
},
{
"date": "2020-03-15",
"count": 1
},
{
"date": "2020-04-19",
"count": 1
},
{
"date": "2020-05-07",
"count": 1
},
{
"date": "2020-05-21",
"count": 1
},
{
"date": "2020-05-23",
"count": 1
},
{
"date": "2020-06-08",
"count": 1
},
{
"date": "2020-07-03",
"count": 1
},
{
"date": "2020-07-13",
"count": 1
},
{
"date": "2020-09-02",
"count": 1
},
{
"date": "2020-09-04",
"count": 1
},
{
"date": "2020-09-25",
"count": 1
},
{
"date": "2020-09-29",
"count": 1
},
{
"date": "2020-10-07",
"count": 1
},
{
"date": "2021-01-29",
"count": 1
},
{
"date": "2021-03-12",
"count": 1
},
{
"date": "2021-03-25",
"count": 1
},
{
"date": "2021-03-30",
"count": 1
},
{
"date": "2021-05-18",
"count": 1
},
{
"date": "2021-05-20",
"count": 1
},
{
"date": "2021-06-08",
"count": 1
},
{
"date": "2021-08-24",
"count": 1
},
{
"date": "2021-09-06",
"count": 1
},
{
"date": "2021-09-29",
"count": 1
},
{
"date": "2021-11-01",
"count": 1
},
{
"date": "2021-12-04",
"count": 1
},
{
"date": "2022-01-15",
"count": 1
},
{
"date": "2022-01-20",
"count": 1
},
{
"date": "2022-01-21",
"count": 1
},
{
"date": "2022-01-23",
"count": 1
},
{
"date": "2022-01-25",
"count": 1
},
{
"date": "2022-01-30",
"count": 1
},
{
"date": "2022-04-18",
"count": 1
},
{
"date": "2022-07-08",
"count": 1
},
{
"date": "2022-09-16",
"count": 1
},
{
"date": "2022-10-02",
"count": 1
},
{
"date": "2022-11-02",
"count": 1
},
{
"date": "2023-01-13",
"count": 1
},
{
"date": "2023-03-11",
"count": 1
},
{
"date": "2023-03-22",
"count": 1
},
{
"date": "2023-04-14",
"count": 1
},
{
"date": "2023-04-23",
"count": 1
},
{
"date": "2023-04-30",
"count": 1
},
{
"date": "2023-07-27",
"count": 1
},
{
"date": "2023-08-30",
"count": 1
},
{
"date": "2023-09-14",
"count": 1
},
{
"date": "2023-10-12",
"count": 1
},
{
"date": "2023-10-17",
"count": 1
},
{
"date": "2023-10-26",
"count": 1
},
{
"date": "2024-02-19",
"count": 1
},
{
"date": "2024-04-16",
"count": 1
},
{
"date": "2024-04-18",
"count": 1
},
{
"date": "2024-04-29",
"count": 1
},
{
"date": "2024-06-12",
"count": 1
},
{
"date": "2024-06-25",
"count": 1
},
{
"date": "2024-06-29",
"count": 1
},
{
"date": "2024-07-11",
"count": 1
},
{
"date": "2024-08-31",
"count": 1
},
{
"date": "2024-12-07",
"count": 1
},
{
"date": "2024-12-23",
"count": 1
},
{
"date": "2025-01-04",
"count": 1
},
{
"date": "2025-02-06",
"count": 1
},
{
"date": "2025-02-09",
"count": 1
},
{
"date": "2025-02-17",
"count": 1
},
{
"date": "2025-06-18",
"count": 1
},
{
"date": "2025-10-17",
"count": 1
},
{
"date": "2026-01-08",
"count": 1
},
{
"date": "2026-01-15",
"count": 1
},
{
"date": "2026-06-30",
"count": 1
},
{
"date": "2026-07-24",
"count": 1
},
{
"date": "2026-07-26",
"count": 1
}
],
"complete": true,
"collected": 125,
"total_forks": 126
},
"star_history": null,
"open_issues_and_prs": 2
},
"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": 23062,
"source_files_sampled": 23,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"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"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 27,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 29,
"closed_unmerged_prs": 5
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "ccding",
"commits": 114,
"avatar_url": "https://avatars.githubusercontent.com/u/1221778?v=4"
},
{
"type": "User",
"login": "ckt",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/38174155?v=4"
},
{
"type": "User",
"login": "AudriusButkevicius",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/1144861?v=4"
},
{
"type": "User",
"login": "calmh",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/125426?v=4"
},
{
"type": "User",
"login": "muink",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/7929014?v=4"
},
{
"type": "User",
"login": "YTGhost",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/40822107?v=4"
},
{
"type": "User",
"login": "Piasy",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/3098704?v=4"
},
{
"type": "User",
"login": "rynorris",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/3620166?v=4"
},
{
"type": "User",
"login": "imsodin",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/15955093?v=4"
},
{
"type": "User",
"login": "kevinlemonra",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/13904138?v=4"
}
],
"contributors_sampled": 12,
"top_contributor_share": 0.803
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"go.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"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": 2,
"reason": "4 out of 14 merged PRs checked by a CI test -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 3,
"reason": "Found 9/29 approved changesets -- score normalized to 3",
"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": 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": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 6,
"reason": "5 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 6",
"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": 10,
"reason": "all dependencies are pinned",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 2,
"reason": "SAST tool is not run on all commits -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file 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": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "65c0568253e3a432f330b346d5ecad938d35d5aa",
"ran_at": "2026-07-27T04:13:58Z",
"aggregate_score": 6.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-22T19:04:31Z",
"oldest_open_prs": [
{
"number": 59,
"created_at": "2026-06-30T17:09:13Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 62,
"created_at": "2026-07-19T11:37:45Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-19T15:09:49Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ccding/go-stun",
"host": "github.com",
"name": "go-stun",
"owner": "ccding"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"security": 64,
"vitality": 60,
"community": 61,
"governance": 66,
"engineering": 55
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 60,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"commits_last_year": 5,
"human_commit_share": 1,
"days_since_last_push": 7,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "5 commits in the last year",
"points": 7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 5
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "5 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 6",
"points": 6,
"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": 76,
"inputs": {
"releases_count": 7,
"latest_release_tag": "v0.1.6",
"releases_from_tags": false,
"days_since_latest_release": 7,
"mean_days_between_releases": 552.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "7 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 7
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~552.9 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 552.9
}
}
],
"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": 7,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 7 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 7
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 61,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"forks": 126,
"stars": 720,
"watchers": 17,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "720 stars",
"points": 46.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 720
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "126 forks",
"points": 17.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 126
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "17 watchers",
"points": 6.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 17
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 66,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 12,
"top_contributor_share": 0.803
},
"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 80% of commits",
"points": 4.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 80
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "12 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 12
}
}
],
"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": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"merged_prs": 27,
"open_issues": 0,
"closed_issues": 29,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 5
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "27/32 decided PRs merged",
"points": 32.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 27,
"decided": 32
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 9/29 approved changesets -- score normalized to 3",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 62,
"inputs": {
"followers": 247,
"owner_type": "User",
"is_verified": null,
"owner_login": "ccding",
"public_repos": 24,
"account_age_days": 5356
},
"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": "247 followers of ccding",
"points": 17.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 247,
"login": "ccding"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "24 public repos, account ~14 yr old",
"points": 22.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 24
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/ccding/go-stun"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 7
},
"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 7 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 7
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "7 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 7
}
}
],
"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": 55,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "4 out of 14 merged PRs checked by a CI test -- score normalized to 2",
"points": 4,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"stun",
"go",
"nat-traversal",
"rfc-5389",
"webrtc",
"golang"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "6 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 6
}
}
],
"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": "moderate",
"name": "Security",
"value": 64,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 64,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 6.4
},
"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": "4 out of 14 merged PRs checked by a CI test -- score normalized to 2",
"points": 0.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 9/29 approved changesets -- score normalized to 3",
"points": 2.2,
"status": "partial",
"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 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.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "5 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 6",
"points": 4.5,
"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": "all dependencies are pinned",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 2",
"points": 1,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"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": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 11
},
"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": 50,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.29,
"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": "29 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 15.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 29,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 10,
"status": "met",
"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": 23062,
"source_files_sampled": 23,
"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/23 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 23,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-27T04:14:13.997068Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/ccding/go-stun.svg",
"full_name": "ccding/go-stun",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}