Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 5806,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 1412116
},
"pushed_at": "2026-07-19T23:20:00Z",
"created_at": "2026-03-30T15:52:04Z",
"owner_type": "User",
"updated_at": "2026-07-19T23:19:57Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": "BSD-3-Clause",
"default_branch": "master",
"license_spdx_raw": "BSD-3-Clause",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Albin Stman",
"type": "User",
"login": "albinstman",
"company": null,
"location": "Stockholm Sweden",
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/24735159?v=4",
"created_at": "2016-12-23T14:54:52Z",
"is_verified": null,
"public_repos": 23,
"account_age_days": 3502
},
"license": {
"state": "standard",
"spdx_id": "BSD-3-Clause",
"raw_spdx": "BSD-3-Clause",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v1.7.7-albinstman.2",
"kind": "prerelease",
"published_at": "2026-07-19T17:31:36Z"
},
{
"tag": "v1.16.1",
"kind": "patch",
"published_at": "2026-07-19T17:23:55Z"
},
{
"tag": "v1.7.7-albinstman.1",
"kind": "prerelease",
"published_at": "2026-07-19T17:13:15Z"
}
],
"recent_commits": [
{
"oid": "d87ff2dc55a7ddc2455160ac9bba3dbd2aac2703",
"body": "Emit the Tier-1 post-key-exchange handshake_secret as a UTLS_HANDSHAKE_SECRET\nkey-log line, keyed by client_random, right after it is computed in the client\nTLS 1.3 handshake. This lets an out-of-band auditor reconstruct the key schedule,\nverify the committing server Finished, and decrypt the client\n[…]\nhe HandshakeSecret.Secret() accessor (the internal tls13 secret field is\nunexported), mirroring the existing EarlySecret/MasterSecret accessors.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Export TLS 1.3 handshake_secret via KeyLogWriter (verified-egress)",
"author_name": "albinstman",
"author_login": "albinstman",
"committed_at": "2026-07-19T23:19:12Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "145af76088a9e55473cee68a5b43384896b8be99",
"body": "Ported from albinstman/antibot-print@c1e54eb, where this lived as a\nvendor patch. Two bugs broke Safari/iOS profiles (and any profile\nadvertising certificate compression) against real servers:\n\n1. Uncompressed-certificate transcript. readServerCertificate deferred\n hashing the server Certificate, \n[…]\n single Read, which returns short at flate's 32 KB\n window boundary, so cert chains decompressing to >32 KB were\n rejected. Use io.ReadFull.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix TLS 1.3 server-certificate handling",
"author_name": "albinmini",
"author_login": "albinstman",
"committed_at": "2026-07-19T17:31:32Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bf70a9c2b2e8ffdef82b279442f931587a3ef078",
"body": "v0.0.1 and v1.16.0 are leftover tags from a previous fork that\nproxy.golang.org cached permanently; they otherwise shadow the\nv<upstream>-albinstman.<rev> prerelease tags in @latest resolution.\nv1.16.1 retracts itself and exists only to carry these retractions.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Retract stale versions cached by the Go module proxy",
"author_name": "albinmini",
"author_login": "albinstman",
"committed_at": "2026-07-19T17:23:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1ab7a2d5bd6dd5d92ff4ef8adc3e5d4586870ab5",
"body": "Fork of github.com/bogdanfinn/utls at v1.7.7-barnius, maintained\nindependently. Fork versions follow v<upstream>-albinstman.<rev>.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Rename module to github.com/albinstman/utls",
"author_name": "albinmini",
"author_login": "albinstman",
"committed_at": "2026-07-19T17:12:57Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "83531d2fcbad5741b8f60c54d128165abd29e27e",
"body": null,
"is_bot": false,
"headline": "fixed compile errors;",
"author_name": "Bogdan Finn",
"author_login": "bogdanfinn",
"committed_at": "2026-01-10T14:50:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7de494d0d87f9d54f3cdd0bdb0ad67f28cccd6d9",
"body": "* changed package name;\n\n* cleanup;\n\n* implemented PreSharedKeyExtension(41), DelegatedCredentialsExtension(34), ALPSExtension(17513) and changed ClientHelloID to provide a ClientHelloSpec factory;\n\n* added opera90, firefox104 and safari ios 15_6;\n\n* added chrome 105;\n\n* rebase fixes;\n\n* added ipad,\n[…]\ndate u_public.go\n\n---------\n\nCo-authored-by: Bogdan Finn <bogdan.finn@googlemail.com>\nCo-authored-by: Bogdan Finn <kontakt@bogdanfinn.de>\nCo-authored-by: Camille Louédoc-Eyriès <clouedoc@tutanota.com>",
"is_bot": false,
"headline": "Fix keyshare cycling logic (#6)",
"author_name": "Gunir",
"author_login": "gunir",
"committed_at": "2026-01-10T14:39:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "438c8c134c55ed8bd990af206215b544ad14289b",
"body": null,
"is_bot": false,
"headline": "adjustments after rebase;",
"author_name": "Bogdan Finn",
"author_login": "bogdanfinn",
"committed_at": "2025-12-25T12:54:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33cb78714986d4fd88e2fbf16f0b457e2c45ecf0",
"body": null,
"is_bot": false,
"headline": "add flag to disable h3 if passed from client;",
"author_name": "Bogdan Finn",
"author_login": "bogdanfinn",
"committed_at": "2025-12-25T11:12:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b2b5f2263e16d22cb36b7a6946173dbdb4a32b0",
"body": null,
"is_bot": false,
"headline": "changes after rebasing with refraction-networking/utls;",
"author_name": "Bogdan Finn",
"author_login": "bogdanfinn",
"committed_at": "2025-12-25T11:12:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3a63b6060ed566ba5b925f553937f3fbfbb605e",
"body": null,
"is_bot": false,
"headline": "adjusted naming of new ALPS Extension code point 17613;",
"author_name": "Bogdan Finn",
"author_login": "bogdanfinn",
"committed_at": "2025-12-25T11:11:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af9669bba6ede9deb4892f5fa8b35f450077579b",
"body": null,
"is_bot": false,
"headline": "added new ALPS Extension code point 17613;",
"author_name": "Bogdan Finn",
"author_login": "bogdanfinn",
"committed_at": "2025-12-25T11:11:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba83aae6179eff010fc18d3e72b0e9e06aafa4bd",
"body": null,
"is_bot": false,
"headline": "removed logging to stdout when setting SSLKEYLOGFILE env variable;",
"author_name": "Bogdan Finn",
"author_login": "bogdanfinn",
"committed_at": "2025-12-25T11:10:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d466b79498cceb4109d0803b877fec8fc8749e4a",
"body": null,
"is_bot": false,
"headline": "added tools-versons file;",
"author_name": "Bogdan Finn",
"author_login": "bogdanfinn",
"committed_at": "2025-12-25T11:10:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "410eb0a914a40bf91b30a05a2f6681933dee05bf",
"body": "* feat: handle SSLKEYLOGFILE env var\n\nThis change allows dumping the SSL logs to the file pointed at\nby the SSLKEYLOGFILE environment variable.\n\nThis allows capturing and analyzing the traffic.\n\n* refactor(sslkeylog): separate write operation for KeyLogWriter and SSLKEYLOGFILE\n\nNote: tested, works both when:\n1. Supplying SSLKEYLOGFILE\n2. Not supplying SSLKEYLOGFILE",
"is_bot": false,
"headline": "feat: handle SSLKEYLOGFILE env var (#3)",
"author_name": "Camille Louédoc-Eyriès",
"author_login": "clouedoc",
"committed_at": "2025-12-25T11:10:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c2f59f114d2a7a53ed23ccf9da5803d94d1b1fd",
"body": null,
"is_bot": false,
"headline": "added missing constant;",
"author_name": "Bogdan Finn",
"author_login": "bogdanfinn",
"committed_at": "2025-12-25T11:10:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d54b11e69fe80b305b38e76868474a78a5bd4fd",
"body": null,
"is_bot": false,
"headline": "rebased on latest utls upstream;",
"author_name": "Bogdan Finn",
"author_login": "bogdanfinn",
"committed_at": "2025-12-25T11:10:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11cc21a91ad8890da5dddc9664b08ff0a06d5113",
"body": null,
"is_bot": false,
"headline": "added chrome111 and chrome112;",
"author_name": "Bogdan Finn",
"author_login": "bogdanfinn",
"committed_at": "2025-12-25T11:10:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a847af39fecd50ea640905d8468ce20fc2fe5bd4",
"body": null,
"is_bot": false,
"headline": "added possibility to enforce padding;",
"author_name": "Bogdan Finn",
"author_login": "bogdanfinn",
"committed_at": "2025-12-25T11:10:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82878225e715618815d908b3df997715e2c1dc0e",
"body": null,
"is_bot": false,
"headline": "changed firefox110 and added multiple supported groups;",
"author_name": "Bogdan Finn",
"author_login": "bogdanfinn",
"committed_at": "2025-12-25T11:10:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3507f389dfab1cee49d74c9227ecbc31a974cd26",
"body": null,
"is_bot": false,
"headline": "added chrome110 and firefox110;",
"author_name": "Bogdan Finn",
"author_login": "bogdanfinn",
"committed_at": "2025-12-25T11:10:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97c477f575ef1d1c4f138537db787569496c1c56",
"body": null,
"is_bot": false,
"headline": "added fake encrypt then mac extension;",
"author_name": "Bogdan Finn",
"author_login": "bogdanfinn",
"committed_at": "2025-12-25T11:10:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb3cc885e608ccbdbf407c16e8dece4272807389",
"body": null,
"is_bot": false,
"headline": "added firefox 108;",
"author_name": "Bogdan Finn",
"author_login": "bogdanfinn",
"committed_at": "2025-12-25T11:10:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "096f39294c2bb86f0a2568a7ae82b10a11086b1c",
"body": null,
"is_bot": false,
"headline": "added chrome 109;",
"author_name": "Bogdan Finn",
"author_login": "bogdanfinn",
"committed_at": "2025-12-25T11:10:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fd15f9ec63dc61c2814e7202744c05e0a7c5d49",
"body": "…tion;",
"is_bot": false,
"headline": "changed profiles of chrome 107 and 108 to chrome106 without randomiza…",
"author_name": "Bogdan Finn",
"author_login": "bogdanfinn",
"committed_at": "2025-12-25T11:10:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a323a35a0776294a0dfa12b70d0f7a22f4e8da0a",
"body": null,
"is_bot": false,
"headline": "implemented chrome108;",
"author_name": "Bogdan Finn",
"author_login": "bogdanfinn",
"committed_at": "2025-12-25T11:10:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "140d1c2580020e8c6a03fab41319739a5ddbb3b0",
"body": "…ent;",
"is_bot": false,
"headline": "some changes to force http1 via alpn extension in later used http cli…",
"author_name": "Bogdan Finn",
"author_login": "bogdanfinn",
"committed_at": "2025-12-25T11:10:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f7ef083c36905fcca00c9eea5bf2d21393fb692",
"body": null,
"is_bot": false,
"headline": "implemented random extension order passed via connection (client);",
"author_name": "Bogdan Finn",
"author_login": "bogdanfinn",
"committed_at": "2025-12-25T11:10:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e61af08af1d28371bc995f8c1f2338d70b7ed75d",
"body": null,
"is_bot": false,
"headline": "rebase on upstream utls;",
"author_name": "Bogdan Finn",
"author_login": "bogdanfinn",
"committed_at": "2025-12-25T11:10:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1e66b2116bdbfb1dcce5c71da574dea853001be",
"body": null,
"is_bot": false,
"headline": "rebased on latest refraction-networking/utls master;",
"author_name": "Bogdan Finn",
"author_login": "bogdanfinn",
"committed_at": "2025-12-25T11:10:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b3d909ecc400931f03681c3936088c026cb5c65",
"body": null,
"is_bot": false,
"headline": "added chrome107;",
"author_name": "Bogdan Finn",
"author_login": "bogdanfinn",
"committed_at": "2025-12-25T11:10:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3c72685acab284462c9a3795e131922b2a7ec64",
"body": null,
"is_bot": false,
"headline": "added firefox 106;",
"author_name": "Bogdan Finn",
"author_login": "bogdanfinn",
"committed_at": "2025-12-25T11:10:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d09291c733027bc3b831ad99f954d425b2dd4f52",
"body": null,
"is_bot": false,
"headline": "completely added chrome 106;",
"author_name": "Bogdan Finn",
"author_login": "bogdanfinn",
"committed_at": "2025-12-25T11:10:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cfb353e590a9dab8a10dad58730fb4f1b6bfffe",
"body": null,
"is_bot": false,
"headline": "added chrome 106;",
"author_name": "Bogdan Finn",
"author_login": "bogdanfinn",
"committed_at": "2025-12-25T11:10:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b293003fb3f983528dde1bb7464b8782c31ebc0e",
"body": null,
"is_bot": false,
"headline": "fixed firefox profile;",
"author_name": "Bogdan Finn",
"author_login": "bogdanfinn",
"committed_at": "2025-12-25T11:10:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f47a3ada66c1308e20495e1d443c84af69e08b35",
"body": null,
"is_bot": false,
"headline": "updated built in clients;",
"author_name": "Bogdan Finn",
"author_login": "bogdanfinn",
"committed_at": "2025-12-25T11:10:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8f95b6895c858d0245c6d672b1657df6bd13a1e",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Bogdan Finn",
"author_login": "bogdanfinn",
"committed_at": "2025-12-25T11:10:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b854f0a8c785d15c31ca43c11b5b0487bfd02d2c",
"body": null,
"is_bot": false,
"headline": "added ipad, latest ios and safari clients;",
"author_name": "Bogdan Finn",
"author_login": "bogdanfinn",
"committed_at": "2025-12-25T11:10:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c02b4ec2f87fdb167379fca6690a2d853ae4d270",
"body": null,
"is_bot": false,
"headline": "rebase fixes;",
"author_name": "Bogdan Finn",
"author_login": "bogdanfinn",
"committed_at": "2025-12-25T11:10:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0f8c2f15ec1cc93b9f2a728eed07e73c7c18ccb",
"body": null,
"is_bot": false,
"headline": "added chrome 105;",
"author_name": "Bogdan Finn",
"author_login": "bogdanfinn",
"committed_at": "2025-12-25T11:10:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9902166551f1a93e1a91fb9054b0568f36937b85",
"body": null,
"is_bot": false,
"headline": "added opera90, firefox104 and safari ios 15_6;",
"author_name": "Bogdan Finn",
"author_login": "bogdanfinn",
"committed_at": "2025-12-25T11:10:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "baf471e13f21eccc6d1a9ff0302bb03f17b14b01",
"body": "…34), ALPSExtension(17513) and changed ClientHelloID to provide a ClientHelloSpec factory;",
"is_bot": false,
"headline": "implemented PreSharedKeyExtension(41), DelegatedCredentialsExtension(…",
"author_name": "Bogdan Finn",
"author_login": "bogdanfinn",
"committed_at": "2025-12-25T11:10:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52157d9a09e09c43824c93dee87464e169ace52f",
"body": null,
"is_bot": false,
"headline": "cleanup;",
"author_name": "Bogdan Finn",
"author_login": "bogdanfinn",
"committed_at": "2025-12-25T11:10:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b44bc1a3307524f864f7bc51c385c3afacf5ef3",
"body": null,
"is_bot": false,
"headline": "changed package name;",
"author_name": "Bogdan Finn",
"author_login": "bogdanfinn",
"committed_at": "2025-12-25T11:10:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24bd1e05a788c1add7f3037f4532ea552b2cee07",
"body": "There is a fingerprint mismatch with Chrome when using GREASE ECH,\nhaving to do with ciphersuite selection. When Chrome selects the\npreferred ciphersuite in the outer ClientHello and the ciphersuite for\nECH, it does so consistently based on hardware support. That means, for\nexample, if it prefers AE\n[…]\nH, since in real ECH Chrome\nselects the first valid ciphersuite when AES is preferred, which is the\nsame in utls. So no change is done there.\n\nThanks to the original reporter for reporting this issue.",
"is_bot": false,
"headline": "fix: use AES in GREASE ECH for Chrome fingerprint",
"author_name": "Mingye Chen",
"author_login": "mingyech",
"committed_at": "2025-10-14T00:11:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a5511b382b818deb970dd402090369dba8a59856",
"body": "Signed-off-by: wwqgtxx <wwqgtxx@gmail.com>",
"is_bot": false,
"headline": "fix: `PubServerHelloMsg.ServerShare` is not exported correctly",
"author_name": "wwqgtxx",
"author_login": "wwqgtxx",
"committed_at": "2025-07-26T15:19:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab3777592f7547da3ec36ca5983223977e51b498",
"body": "Remove code using cloudflare circl's ECHConfig since ech has been\nimplemented via the standard library. Given that real ech was never\nimplemented using cf circl code in utls, this shouldn't be breaking any\nuser's code from what I can tell.",
"is_bot": false,
"headline": "refactor: remove unused cf circl ech config",
"author_name": "Mingye Chen",
"author_login": "mingyech",
"committed_at": "2025-07-22T03:59:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d31982098fb19863ea8d957ab13dd9ae140e4b7e",
"body": null,
"is_bot": false,
"headline": "refactor: use stdlib ech functions for grease ech",
"author_name": "Mingye Chen",
"author_login": "mingyech",
"committed_at": "2025-07-22T03:59:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80dbaa4b0966536d26e8d7d0671c6375d38c1184",
"body": null,
"is_bot": false,
"headline": "refactor: rm unused cloudflare pq code",
"author_name": "Mingye Chen",
"author_login": "mingyech",
"committed_at": "2025-07-22T03:59:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8c41e95618fda3cf3273d7074c15194830f7278",
"body": "…curveIDs",
"is_bot": false,
"headline": "feat: enhanced generateRandomizedSpec() with randomized keyShare and …",
"author_name": "nihiloid",
"author_login": null,
"committed_at": "2025-07-22T03:29:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5490d70c6a70a1b1bd29c9f1e115c56f65fc2a82",
"body": null,
"is_bot": false,
"headline": "feat: randomize minimum TLS version selection",
"author_name": "nihiloid",
"author_login": "nihiloid",
"committed_at": "2025-07-22T03:29:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be0c457a4b7fefc3c86e191f583de68b11d34440",
"body": "Signed-off-by: nihiloid <nihiloid@gmail.com>",
"is_bot": false,
"headline": "u_parrots.go: Minumum randomized TLS version 1.2",
"author_name": "nihiloid",
"author_login": "nihiloid",
"committed_at": "2025-07-22T03:29:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d11d5365a65602addb6e758941a3977e0464fc5",
"body": "Signed-off-by: RPRX <63339210+RPRX@users.noreply.github.com>",
"is_bot": false,
"headline": "Export `Mlkem` and `MlkemEcdhe` in struct `KeySharePrivateKeys`",
"author_name": "RPRX",
"author_login": "RPRX",
"committed_at": "2025-07-22T01:11:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d029b975279cec004d8dd6a68389e66f2f788db",
"body": "Signed-off-by: RPRX <63339210+RPRX@users.noreply.github.com>",
"is_bot": false,
"headline": "Expose `serverHello` earlier in clientHandshake()",
"author_name": "RPRX",
"author_login": "RPRX",
"committed_at": "2025-07-22T00:19:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bcdf24bc1a867c6142feefd4b37d85913bbc920",
"body": null,
"is_bot": false,
"headline": "Fix test data",
"author_name": "yuhan6665",
"author_login": "yuhan6665",
"committed_at": "2025-07-04T23:56:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbb1923039fe04ad8aed7dda616bf33e578c2082",
"body": "Looks like a typo that \"TLS_AES_256_GCM_SHA384\" is defined twice for Edge_106\n\nSigned-off-by: yuhan6665 <1588741+yuhan6665@users.noreply.github.com>",
"is_bot": false,
"headline": "Update u_parrots.go",
"author_name": "yuhan6665",
"author_login": "yuhan6665",
"committed_at": "2025-07-02T01:23:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5abccec539e606c4d743832e99c369956d6633af",
"body": "…way with severHelloMsg and clientHelloMsg",
"is_bot": false,
"headline": "refactor: only keeps the second approach and passes test in the same …",
"author_name": "Juktong",
"author_login": "Juktong",
"committed_at": "2025-06-21T16:33:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69c3729391c7785d0a839fc5ede1f8e157ea5f67",
"body": null,
"is_bot": false,
"headline": "feat: include a original byte field for certificateRequestMsgTLS13",
"author_name": "Juktong",
"author_login": "Juktong",
"committed_at": "2025-06-21T16:33:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8464bdde124bf39865a0acf01074acecdbe07c94",
"body": null,
"is_bot": false,
"headline": "feat: Implement Certificate Compression Algorithm",
"author_name": "Juktong",
"author_login": "Juktong",
"committed_at": "2025-06-21T16:32:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41ce3ba2c2d77d9d4b784e72ffa1841653acc525",
"body": "Co-authored-by: Juktong <matseoi.zau@gmail.com>",
"is_bot": false,
"headline": "chore: add documentation",
"author_name": "BRUHItsABunny",
"author_login": "BRUHItsABunny",
"committed_at": "2025-05-23T18:23:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64d3e8342b4ae3e5caa708f600e206dd6645ea0b",
"body": null,
"is_bot": false,
"headline": "fix: malformed cookie payload",
"author_name": "BRUHItsABunny",
"author_login": "BRUHItsABunny",
"committed_at": "2025-05-23T18:23:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0557f61cb0b8f7e54776bc82cd9b10fd23ce0265",
"body": null,
"is_bot": false,
"headline": "feat: support new codepoint in ECH",
"author_name": "BRUHItsABunny",
"author_login": "BRUHItsABunny",
"committed_at": "2025-05-19T15:49:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c20b85b479aeb4bef61f8a3678c11b34087139d",
"body": null,
"is_bot": false,
"headline": "feat: add TLS fingerprint chrome 133+ (draft)",
"author_name": "BRUHItsABunny",
"author_login": "BRUHItsABunny",
"committed_at": "2025-05-19T15:49:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbca939a468f603cf8b96c50e7735be153b77233",
"body": "When the client sends both pq and non-pq keyshares, the ecdhe key was\nreused in line with stdlib. However this can be used to fingerprint utls\nClientHellos. Generate different ecdhe keys instead, in line with\nChrome. This will have to change when we support more browsers with\ndifferent ways of handling this.",
"is_bot": false,
"headline": "feat: generate different ecdhe key for pq key",
"author_name": "Mingye Chen",
"author_login": "mingyech",
"committed_at": "2025-05-14T18:07:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7bb5ea040ac0902a5eb63d389c222c3315f1cef",
"body": "Update ECH outer SNI during ApplyPreset instead of Marshal so that it is\nnot copied multiple times. Do not override server name in config when\nECH is enabled.",
"is_bot": false,
"headline": "fix: prevent copying outer server name in inner",
"author_name": "Mingye Chen",
"author_login": "mingyech",
"committed_at": "2025-05-07T22:57:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c567269913b5e46f670ec8eeebc16a6ab9fc41d4",
"body": null,
"is_bot": false,
"headline": "fix: use go 1.24 instead of 1.24.0",
"author_name": "Mingye Chen",
"author_login": "mingyech",
"committed_at": "2025-04-23T17:46:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9dd2a0b12d85d6f751b48ce52ae79e7069b3b46f",
"body": "Bumps [golang.org/x/net](https://github.com/golang/net) from 0.33.0 to 0.38.0.\n- [Commits](https://github.com/golang/net/compare/v0.33.0...v0.38.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/net\n dependency-version: 0.38.0\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump golang.org/x/net from 0.33.0 to 0.38.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-04-20T23:41:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8892761e2a4d29054264651d3a86fda83bc83f9",
"body": null,
"is_bot": false,
"headline": "fix: add check for tls downgrade canary in utls",
"author_name": "Mingye Chen",
"author_login": "mingyech",
"committed_at": "2025-04-20T23:16:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd6a9be3c4eac30c8bf679fe136ee9ee35673adf",
"body": null,
"is_bot": false,
"headline": "test: add test for checking tls downgrade canary",
"author_name": "Mingye Chen",
"author_login": "mingyech",
"committed_at": "2025-04-20T23:16:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65ca559f9db69b7eb82e56ed749f746070087335",
"body": null,
"is_bot": false,
"headline": "fix: check nil dereference in keySharePrivateKey",
"author_name": "Mingye Chen",
"author_login": "mingyech",
"committed_at": "2025-04-20T23:16:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1c485fe02db690e4cd7165b25c609cf212dee8c",
"body": null,
"is_bot": false,
"headline": "fix: fix tls versions for non-ech connections",
"author_name": "Mingye Chen",
"author_login": "mingyech",
"committed_at": "2025-04-20T22:47:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "167c602e40acaf83833d8eb395aa4787383f2ad4",
"body": null,
"is_bot": false,
"headline": "fix: ech with hrr and add tests",
"author_name": "Mingye Chen",
"author_login": "mingyech",
"committed_at": "2025-04-20T22:47:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f156fea2705ce47d50154e10789a280e455db882",
"body": null,
"is_bot": false,
"headline": "feat: add support for ECH when using custom clienthello specs",
"author_name": "Mingye Chen",
"author_login": "mingyech",
"committed_at": "2025-04-20T22:46:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e430876b1d82fdf582efc57f3992d448e7ab3d8a",
"body": null,
"is_bot": false,
"headline": "feat: add latest chrome to auto",
"author_name": "BRUHItsABunny",
"author_login": "BRUHItsABunny",
"committed_at": "2025-03-14T01:05:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d151db9ddb7c4599afb46f6adb71acdce3656ad",
"body": null,
"is_bot": false,
"headline": "fix: Chrome 131 parrot needs to send ML-KEM keyshare too",
"author_name": "BRUHItsABunny",
"author_login": "BRUHItsABunny",
"committed_at": "2025-03-12T19:20:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "877cd4985cd55b008d708abb58cf5b19ab7981ca",
"body": null,
"is_bot": false,
"headline": "feat: Add Chrome 131 parrot",
"author_name": "BRUHItsABunny",
"author_login": "BRUHItsABunny",
"committed_at": "2025-03-12T19:20:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ce39b85e60b70b544b9efc873bb204ed7eaaea9",
"body": null,
"is_bot": false,
"headline": "build: bump go minimum version to 1.24.0",
"author_name": "Mingye Chen",
"author_login": "mingyech",
"committed_at": "2025-03-02T02:58:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c3c017a94dcfb5141ae725755e703c7e35ee5c6",
"body": null,
"is_bot": false,
"headline": "fix: nil dereference in when getting public master secret",
"author_name": "Mingye Chen",
"author_login": "mingyech",
"committed_at": "2025-03-02T02:32:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d24af4ae558608c82b070eb593477948879765f0",
"body": "These can be set and read via KeySharePrivateKeys. While the breakage is unfortunate for backwards compatibility, it is already unavoidable in one direction: the cloudflare kem key does not store the mlkem seed and is therefore incompatible with crypto/mlkem.",
"is_bot": false,
"headline": "update: rm cf KEMkey & KeySharesParams in TLS13OnlyState",
"author_name": "Mingye Chen",
"author_login": "mingyech",
"committed_at": "2025-03-02T02:18:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fada94f7e6f632a163bdbf2599c3447ed188047",
"body": null,
"is_bot": false,
"headline": "fix: add back kyber for old fingerprints",
"author_name": "Mingye Chen",
"author_login": "mingyech",
"committed_at": "2025-03-01T08:48:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a99feacec217f5f243204ad5598fc2edda2cf7cd",
"body": null,
"is_bot": false,
"headline": "sync: merge changes from go 1.24.0",
"author_name": "Mingye Chen",
"author_login": "mingyech",
"committed_at": "2025-03-01T07:16:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bcf883680a1bbef69f52d2d9ac1c63bbc1c0a1b",
"body": "Bumps [golang.org/x/net](https://github.com/golang/net) from 0.23.0 to 0.33.0.\n- [Commits](https://github.com/golang/net/compare/v0.23.0...v0.33.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/net\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump golang.org/x/net from 0.23.0 to 0.33.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-02-10T21:23:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd7a5ec57cddd6cb29a3753dc9a5413b1a734e32",
"body": null,
"is_bot": false,
"headline": "docs: fix and clarify comments",
"author_name": "Mingye Chen",
"author_login": "mingyech",
"committed_at": "2025-02-10T19:30:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa88bd57f1c7b608f71a43f3fbfdce5f2a70248e",
"body": null,
"is_bot": false,
"headline": "fix: ech for hellogolang",
"author_name": "Mingye Chen",
"author_login": "mingyech",
"committed_at": "2025-02-10T19:30:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d730b9fb23655e1a14ca72244af96f6ca826171",
"body": null,
"is_bot": false,
"headline": "fix: broken PSK session resumption",
"author_name": "Mingye Chen",
"author_login": "mingyech",
"committed_at": "2025-02-10T19:30:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0114defe06457ee97f8d5071d303e20eff3fd281",
"body": null,
"is_bot": false,
"headline": "update: remove circl dependencies for kyber",
"author_name": "Mingye Chen",
"author_login": "mingyech",
"committed_at": "2025-02-10T19:30:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff854c45c6158e853eb966550300587d80a7265d",
"body": null,
"is_bot": false,
"headline": "fix: broken code during merge",
"author_name": "Mingye Chen",
"author_login": "mingyech",
"committed_at": "2025-02-10T19:30:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cefe226467d847bdce38cdc4af8eaf0edfeadec4",
"body": null,
"is_bot": false,
"headline": "sync: merge changes from go 1.23.4",
"author_name": "Mingye Chen",
"author_login": "mingyech",
"committed_at": "2025-02-10T19:30:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51c7999d8157c39297b20d7235c33e971ad7859b",
"body": "The spec indicates that if a client sends an invalid ECHClientHello.type\nin ClientHelloOuter, the server will abort the handshake with a\ndecode_error alert.\n\nDefine errInvalidECHExt for invalid ECHClientHello.type. If parseECHExt\nreturns an errInvalidECHExt error, Conn now sends an illegal_parameter\n[…]\n+/639235\nReviewed-by: Dmitri Shuralyov <dmitshur@google.com>\nLUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>\nReviewed-by: Roland Shoemaker <roland@golang.org>",
"is_bot": false,
"headline": "crypto/tls: send illegal_parameter on invalid ECHClientHello.type",
"author_name": "thekuwayama",
"author_login": "thekuwayama",
"committed_at": "2025-01-07T14:36:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ade44c2ba65d2723b8d27e31e169e6bc74ac7a01",
"body": "When ECH is rejected, properly take retry configs from the encrypted\nextensions message. Also fix the bogo shim to properly test for this\nbehavior.\n\nWe should properly map the full BoringSSL -> Go errors so that we don't\nrun into a similar failure in the future, but this is left for a follow\nup CL.\n\n[…]\nm/c/go/+/638583\nReviewed-by: Damien Neil <dneil@google.com>\nReviewed-by: Filippo Valsorda <filippo@golang.org>\nLUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>",
"is_bot": false,
"headline": "crypto/tls: properly return ECH retry configs",
"author_name": "Roland Shoemaker",
"author_login": "rolandshoemaker",
"committed_at": "2025-01-02T17:38:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a43aca286c1e175d23a485186dd0d59d14a6f9ec",
"body": "Fixes #71077\n\nChange-Id: I6a6a465685f3bd50a5bb35a160f87b59b74fa6af\nReviewed-on: https://go-review.googlesource.com/c/go/+/639655\nAuto-Submit: Ian Lance Taylor <iant@google.com>\nReviewed-by: Damien Neil <dneil@google.com>\nLUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>\nAuto-Submit: Filippo Valsorda <filippo@golang.org>\nAuto-Submit: Damien Neil <dneil@google.com>\nReviewed-by: Joel Sing <joel@sing.id.au>\nReviewed-by: Ian Lance Taylor <iant@google.com>",
"is_bot": false,
"headline": "crypto/tls: fix Config.Time in tests using expired certificates",
"author_name": "Filippo Valsorda",
"author_login": "FiloSottile",
"committed_at": "2025-01-02T05:18:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31335b3f8f7d167e35f688ebbb6f917f0d926d69",
"body": "Change-Id: Ie36a19ed6d6922e68f98e43745a417a24f8a7828\nGitHub-Last-Rev: 6fb32e3d1d4f35704d466b53796e8ddeaf936d72\nGitHub-Pull-Request: golang/go#71060\nReviewed-on: https://go-review.googlesource.com/c/go/+/639215\nAuto-Submit: Ian Lance Taylor <iant@google.com>\nReviewed-by: Roland Shoemaker <roland@golang.org>\nLUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>\nReviewed-by: Ian Lance Taylor <iant@google.com>",
"is_bot": false,
"headline": "crypto/tls: fix misspelling in comment",
"author_name": "thekuwayama",
"author_login": "thekuwayama",
"committed_at": "2024-12-30T20:38:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c75d0ae38e1829368b0482e4f0b4eeba47f9fbf3",
"body": "Per FIPS 203 (https://csrc.nist.gov/pubs/fips/203/final), the order of return values should be sharedKey, ciphertext. This commit simply swaps those return values and updates any consumers of the Encapsulate() method to respect the new order.\n\nFixes #70950\n\nChange-Id: I2a0d605e3baf7fe69510d60d3d35bb\n[…]\nt.com>\nReviewed-by: Austin Clements <austin@google.com>\nAuto-Submit: Ian Lance Taylor <iant@golang.org>\nReviewed-by: Filippo Valsorda <filippo@golang.org>\nReviewed-by: Cherry Mui <cherryyz@google.com>",
"is_bot": false,
"headline": "crypto/mlkem: swap order of return values of Encapsulate",
"author_name": "Alec Bakholdin",
"author_login": "alecbakholdin",
"committed_at": "2024-12-26T20:33:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "355add664f2121dcc4e5d26f27aeefee793a1fee",
"body": "Change-Id: I2b62fb37ae390c42682354eaa2a9d03159563b6d\nReviewed-on: https://go-review.googlesource.com/c/go/+/637179\nReviewed-by: Daniel McCarney <daniel@binaryparadox.net>\nReviewed-by: Roland Shoemaker <roland@golang.org>\nLUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>\nAuto-Submit: Filippo Valsorda <filippo@golang.org>\nReviewed-by: David Chase <drchase@google.com>",
"is_bot": false,
"headline": "crypto/tls: normalize spelling of \"ClientHello\" in comments",
"author_name": "Filippo Valsorda",
"author_login": "FiloSottile",
"committed_at": "2024-12-18T16:50:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edca40051a9af7b097556666d4d7235c5b48a2dd",
"body": "Change-Id: I5d4baa454487a810f138334b613b412a5273311e\nReviewed-on: https://go-review.googlesource.com/c/go/+/631875\nReviewed-by: Filippo Valsorda <filippo@golang.org>\nLUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>\nReviewed-by: Roland Shoemaker <roland@golang.org>\nAuto-Submit: Filippo Valsorda <filippo@golang.org>\nReviewed-by: Russ Cox <rsc@golang.org>",
"is_bot": false,
"headline": "crypto/tls: fix a broken link",
"author_name": "Hiroaki Sano",
"author_login": "hiroakis",
"committed_at": "2024-11-27T11:42:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77ea502eeed61e651736919aeef77bcb10dd4425",
"body": "This makes three related changes that work particularly well together\nand would require significant extra work to do separately: it replaces\nX25519Kyber768Draft00 with X25519MLKEM768, it makes CurvePreferences\nordering crypto/tls-selected, and applies a preference to PQ key\nexchange methods over key\n[…]\nng.org>\nReviewed-by: Dmitri Shuralyov <dmitshur@google.com>\nAuto-Submit: Filippo Valsorda <filippo@golang.org>\nLUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>",
"is_bot": false,
"headline": "crypto/tls: implement X25519MLKEM768",
"author_name": "Filippo Valsorda",
"author_login": "FiloSottile",
"committed_at": "2024-11-22T04:03:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "68e64cfceb57e3460637a1b1633ebe7a7b9d2c3f",
"body": "Fixes #68762\n\nChange-Id: Id89c770571d7cc27c6cf7932139ec3424383a7ef\nReviewed-on: https://go-review.googlesource.com/c/go/+/629938\nReviewed-by: Roland Shoemaker <roland@golang.org>\nAuto-Submit: Filippo Valsorda <filippo@golang.org>\nReviewed-by: Dmitri Shuralyov <dmitshur@google.com>\nLUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>",
"is_bot": false,
"headline": "crypto/rsa: refuse to generate and/or use keys smaller than 1024 bits",
"author_name": "Filippo Valsorda",
"author_login": "FiloSottile",
"committed_at": "2024-11-22T01:50:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cb059fbbf401fceb54b50fbee319e8ef96f64a1",
"body": "For tests that are interested in testing the difference between TLS in\nFIPS 140-3 required mode or otherwise two new helpers are introduced,\nrunWithFIPSEnabled and runWithFIPSDisabled. They take care of forcing\nthe correct TLS FIPS 140-3 state regardless of the overal GODEBUG=fips\nstate, and restori\n[…]\nng.org>\nReviewed-by: Filippo Valsorda <filippo@golang.org>\nLUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>\nReviewed-by: Dmitri Shuralyov <dmitshur@google.com>",
"is_bot": false,
"headline": "crypto/tls: test with FIPS 140-3 TLS mode",
"author_name": "Daniel McCarney",
"author_login": "cpu",
"committed_at": "2024-11-22T00:00:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "212bbb2c77fa2adf48e643b7ae815cd1cdc746e9",
"body": "Adds support for server-side ECH.\n\nWe make a couple of implementation decisions that are not completely\nin-line with the spec. In particular, we don't enforce that the SNI\nmatches the ECHConfig public_name, and we implement a hybrid\nshared/backend mode (rather than shared or split mode, as described\n[…]\n-project-accounts.iam.gserviceaccount.com>\nReviewed-by: Daniel McCarney <daniel@binaryparadox.net>\nAuto-Submit: Roland Shoemaker <roland@golang.org>\nReviewed-by: Dmitri Shuralyov <dmitshur@google.com>",
"is_bot": false,
"headline": "crypto/tls: add server-side ECH",
"author_name": "Roland Shoemaker",
"author_login": "rolandshoemaker",
"committed_at": "2024-11-21T22:50:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "83cefcdeedd3adc553b8e864a772a64be014b10b",
"body": "Change-Id: I07e7c8eaa5bd4bac0d576b2f2f4cd3f81b0b77a4\nReviewed-on: https://go-review.googlesource.com/c/go/+/630055\nLUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>\nCommit-Queue: Ian Lance Taylor <iant@google.com>\nReviewed-by: Ian Lance Taylor <iant@google.com>\nReviewed-by: Russ Cox <rsc@golang.org>\nAuto-Submit: Ian Lance Taylor <iant@google.com>",
"is_bot": false,
"headline": "all: fix some function names and typos in comment",
"author_name": "cuishuang",
"author_login": "cuishuang",
"committed_at": "2024-11-21T22:16:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9abc9d713203eb573fb0b08776306c9fcc5d4a95",
"body": "Consolidates handling of FIPS 140-3 considerations for the tls package.\nConsiderations specific to certificates are now handled in tls instead\nof x509 to limit the area-of-effect of FIPS as much as possible.\nBoringcrypto specific prefixes are renamed as appropriate.\n\nFor #69536\n\nCo-authored-by: Fili\n[…]\ndmitshur@google.com>\nReviewed-by: Russ Cox <rsc@golang.org>\nAuto-Submit: Filippo Valsorda <filippo@golang.org>\nLUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>",
"is_bot": false,
"headline": "crypto/tls: FIPS 140-3 mode",
"author_name": "Daniel McCarney",
"author_login": "cpu",
"committed_at": "2024-11-21T16:34:27Z",
"body_truncated": true,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 9,
"latest_release_at": "2026-07-19T17:31:36Z",
"latest_release_tag": "v1.7.7-albinstman.2",
"releases_from_tags": false,
"days_since_last_push": 7,
"active_weeks_last_year": 5,
"days_since_latest_release": 7,
"mean_days_between_releases": 0
},
"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/albinstman/utls",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/albinstman/utls",
"is_deprecated": false,
"latest_version": "v1.7.7-albinstman.3",
"repository_url": "https://github.com/albinstman/utls",
"versions_count": 6,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-19T23:19:12Z",
"latest_version_yanked": null,
"days_since_latest_publish": 7
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"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": 112299,
"source_files_sampled": 114,
"oversized_source_files": 5,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"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"
],
"dependencies": [
{
"name": "github.com/andybalholm/brotli",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.6"
},
{
"name": "github.com/klauspost/compress",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.17.4"
},
{
"name": "golang.org/x/crypto",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.36.0"
},
{
"name": "golang.org/x/net",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.38.0"
},
{
"name": "golang.org/x/sys",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.31.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": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 5,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "FiloSottile",
"commits": 163,
"avatar_url": "https://avatars.githubusercontent.com/u/1225294?v=4"
},
{
"type": "User",
"login": "sergeyfrolov",
"commits": 55,
"avatar_url": "https://avatars.githubusercontent.com/u/5443147?v=4"
},
{
"type": "User",
"login": "gaukas",
"commits": 50,
"avatar_url": "https://avatars.githubusercontent.com/u/9084527?v=4"
},
{
"type": "User",
"login": "agl",
"commits": 49,
"avatar_url": "https://avatars.githubusercontent.com/u/21203?v=4"
},
{
"type": "User",
"login": "bogdanfinn",
"commits": 37,
"avatar_url": "https://avatars.githubusercontent.com/u/17678241?v=4"
},
{
"type": "User",
"login": "rsc",
"commits": 32,
"avatar_url": "https://avatars.githubusercontent.com/u/104030?v=4"
},
{
"type": "User",
"login": "rolandshoemaker",
"commits": 29,
"avatar_url": "https://avatars.githubusercontent.com/u/5080674?v=4"
},
{
"type": "User",
"login": "mingyech",
"commits": 24,
"avatar_url": "https://avatars.githubusercontent.com/u/13902067?v=4"
},
{
"type": "User",
"login": "bradfitz",
"commits": 19,
"avatar_url": "https://avatars.githubusercontent.com/u/2621?v=4"
},
{
"type": "User",
"login": "katiehockman",
"commits": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/28789760?v=4"
}
],
"contributors_sampled": 99,
"top_contributor_share": 0.237
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"go.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 44 contributing companies or organizations",
"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": 3,
"reason": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 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": "no SAST tool detected",
"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": 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": 0,
"reason": "29 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "d87ff2dc55a7ddc2455160ac9bba3dbd2aac2703",
"ran_at": "2026-07-27T07:27:52Z",
"aggregate_score": 3.3,
"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": null,
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/albinstman/utls",
"host": "github.com",
"name": "utls",
"owner": "albinstman"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"security": 33,
"vitality": 71,
"community": 12,
"governance": 56,
"engineering": 40
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 71,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"commits_last_year": 9,
"human_commit_share": 0.98,
"days_since_last_push": 7,
"active_weeks_last_year": 5
},
"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": "5/52 weeks with commits",
"points": 3.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 5
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "9 commits in the last year",
"points": 9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 9
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"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": 100,
"inputs": {
"releases_count": 3,
"latest_release_tag": "v1.7.7-albinstman.2",
"releases_from_tags": false,
"days_since_latest_release": 7,
"mean_days_between_releases": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 3
}
}
],
"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 ~0 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 0
}
}
],
"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": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 12,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"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": 25,
"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": "recognized license (BSD-3-Clause)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "BSD-3-Clause"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 56,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "excellent",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 87,
"inputs": {
"bus_factor": 5,
"contributors_sampled": 99,
"top_contributor_share": 0.237
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "5 contributor(s) cover half of all commits",
"points": 45.9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 5
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 24% of commits",
"points": 17.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 24
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "99 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 99
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 44 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"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": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "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": 40,
"inputs": {
"followers": 0,
"owner_type": "User",
"is_verified": null,
"owner_login": "albinstman",
"public_repos": 23,
"account_age_days": 3502
},
"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": "0 followers of albinstman",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "albinstman"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "23 public repos, account ~9 yr old",
"points": 22.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 23
}
},
{
"code": "account_age_years",
"params": {
"years": 9
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/albinstman/utls"
],
"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": "6 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 6
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 40,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "critical",
"name": "Documentation",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": false,
"has_docs_dir": false,
"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": 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": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 33,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 33,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 3.3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 44 contributing companies or organizations",
"points": 2.5,
"status": "met",
"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": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"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": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "29 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"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": 14
},
"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": 59,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.592,
"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": "58 of 98 human commits state their intent (structured subject or explanatory body)",
"points": 31.6,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 58,
"sampled": 98
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.04,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.02
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "4 of the last 100 commits agent-authored or agent-credited",
"points": 8,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 4,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "2 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 2,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 98,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 112299,
"source_files_sampled": 114,
"oversized_source_files": 5
},
"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": "5/114 source files over 60KB",
"points": 52.6,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 114,
"oversized": 5
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"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": [
"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-27T07:28:08.083606Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/albinstman/utls.svg",
"full_name": "albinstman/utls",
"license_state": "standard",
"license_spdx": "BSD-3-Clause"
}