JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"go",
"unicode",
"emoji",
"emoji-picker",
"golang"
],
"is_fork": false,
"size_kb": 3750,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 103540,
"Awk": 12985,
"HTML": 3782,
"Shell": 4615,
"Python": 246,
"JavaScript": 18773,
"Vim Script": 774
},
"pushed_at": "2026-02-23T18:27:18Z",
"created_at": "2018-12-28T04:34:31Z",
"owner_type": "User",
"updated_at": "2026-07-25T15:29:14Z",
"description": "Query the Unicode database from the commandline, with good support for emojis",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go",
"JavaScript"
]
},
"owner": {
"blog": "https://www.arp242.net",
"name": "Martin Tournoij",
"type": "User",
"login": "arp242",
"company": null,
"location": "Ireland",
"followers": 995,
"avatar_url": "https://avatars.githubusercontent.com/u/1032692?v=4",
"created_at": "2011-09-07T11:22:14Z",
"is_verified": null,
"public_repos": 140,
"account_age_days": 5437
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.9.0",
"kind": "minor",
"published_at": "2025-12-16T22:19:56Z"
},
{
"tag": "v2.8.0",
"kind": "minor",
"published_at": "2024-09-11T00:06:36Z"
},
{
"tag": "v2.7.0",
"kind": "minor",
"published_at": "2024-05-22T16:19:45Z"
},
{
"tag": "v2.6.0",
"kind": "minor",
"published_at": "2023-11-24T23:39:19Z"
},
{
"tag": "v2.5.1",
"kind": "patch",
"published_at": "2022-05-09T15:41:55Z"
},
{
"tag": "v2.5.0",
"kind": "minor",
"published_at": "2022-05-03T16:47:17Z"
},
{
"tag": "v2.4.0",
"kind": "minor",
"published_at": "2021-12-20T18:36:26Z"
},
{
"tag": "v2.3.0",
"kind": "minor",
"published_at": "2021-10-05T13:21:11Z"
},
{
"tag": "v2.2.1",
"kind": "patch",
"published_at": "2021-06-15T02:33:32Z"
},
{
"tag": "v2.2.0",
"kind": "minor",
"published_at": "2021-06-05T15:39:06Z"
},
{
"tag": "v2.1.0",
"kind": "minor",
"published_at": "2021-03-30T13:49:22Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2021-01-02T18:19:54Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2020-03-16T20:40:56Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2019-12-12T07:25:49Z"
}
],
"recent_commits": [
{
"oid": "e242227ab4b90fb7db775f0d15aeb5b30245e1cc",
"body": "Easier to copy/paste something from URL-encoded.",
"is_bot": false,
"headline": "Accept hex codepoints starting with %",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2026-02-23T18:03:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72181185142ccc1450e9748e026c9b195452f092",
"body": null,
"is_bot": false,
"headline": "Run go fix ./...",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2026-02-23T17:57:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f66ba1d5ed0605b1742a9c49214b3997bf4ac29a",
"body": null,
"is_bot": false,
"headline": "Release 2.9.0",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2025-12-16T22:16:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "735ce39d128aa67204791a9758d7e8097e0f6c90",
"body": null,
"is_bot": false,
"headline": "Update to Unicode 17",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2025-09-09T23:54:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e76d874e9c84af152470bf70339c4ae7db1cf97",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2025-09-09T23:33:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45a62e8b903d063ab7c72d6fa3db47595a394d30",
"body": "Otherwise everything between <..., First> and <..., Last> will show as\nunassigned.\n\nFixes #52",
"is_bot": false,
"headline": "Consider First-Last ranges when printing tables",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2025-08-18T03:51:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c48dd0178664550cc0cb841d3a9931132ed25275",
"body": "NUL byte is 0, and header also got added as 0: so it would sometimes\nsort after the NUL byte. rune is int32, so can add header as -1,\nensuring it's always on top.",
"is_bot": false,
"headline": "Fix printing of header when NUL byte is in the list",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2025-06-26T19:58:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31dd760a9ff55590be1fa677619f9c3ead199abd",
"body": "Fixes #51",
"is_bot": false,
"headline": "Fix sorting of print and search if -format doesn't include %(dec)",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2025-06-26T19:53:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ae464789c7f2b06ba235fab212673835cf0d232",
"body": null,
"is_bot": false,
"headline": "Update staticcheck version in CI",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2025-06-26T18:54:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "443942fa75a35a5a0321792bfe141101b3fbc303",
"body": "Was already documented, oversight it didn't work.\n\nFixes #50",
"is_bot": false,
"headline": "Support c: alias for category:",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2025-06-26T18:52:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d280da274085c3dc358e46dfdc563b21c1a7ea4",
"body": null,
"is_bot": false,
"headline": "Release 2.8.0",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2024-09-10T23:59:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11398e0e11eb5fad5fd77f0b3044e3454fe086c1",
"body": null,
"is_bot": false,
"headline": "Decode XML entities in CLDR data",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2024-09-10T23:56:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad3a8d583e6a80c0192ac5cb03bb334fd1ecd0ef",
"body": null,
"is_bot": false,
"headline": "Update to Unicode 16",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2024-09-10T23:42:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fce6c50e3be72149de13b901f69da16b8716012",
"body": null,
"is_bot": false,
"headline": "Small staticcheck fixes",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2024-09-10T23:18:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe43328482b6b72c4f6ba467fe5e7c311b5509b2",
"body": null,
"is_bot": false,
"headline": "Remove unused field",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2024-09-10T23:15:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a6141f87a5221ec8ef104a9b54f58b86a4fab7c",
"body": null,
"is_bot": false,
"headline": "Add CI",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2024-09-10T23:11:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee741b8a2c52a6f2bf4121d2db431104d3e2b625",
"body": null,
"is_bot": false,
"headline": "Add dependencies",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2024-09-10T23:08:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10285c0c6f66ead9e1a17de3a7eb83ff1dab55b2",
"body": "docs: fix source install cmd",
"is_bot": false,
"headline": "Merge pull request #49 from caproven/docs/install-command",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2024-09-10T23:05:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e79bf9f04fed790467a370ae493cc971e480ab0a",
"body": null,
"is_bot": false,
"headline": "docs: fix source install cmd",
"author_name": "Christian Provenzano",
"author_login": "caproven",
"committed_at": "2024-09-10T22:31:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "819b2104a02e5838586daefe960c1055a101498a",
"body": null,
"is_bot": false,
"headline": "Unicode16 version should be \"16.0\", not \"16\"",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2024-05-23T11:48:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff6ddfbb9691ab58b1aa9a342e6611f6a6b6f151",
"body": null,
"is_bot": false,
"headline": "Quick check for missing binaries in gen.zsh",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2024-05-23T11:47:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e49a972ce2d4682369fc4223a84c89ff29cd471",
"body": "Fixes #48",
"is_bot": false,
"headline": "Add option to generate data with Unicode beta",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2024-05-22T22:36:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "481d2985b8c2cd2b0e8f5258e08c819a7c061fa6",
"body": null,
"is_bot": false,
"headline": "Version 2.7.0",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2024-05-22T16:15:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "551524dc665e267b41354cec36fae9a5df4795c3",
"body": "It's getting quite long",
"is_bot": false,
"headline": "Split off changelog to CHANGELOG.md",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2024-05-22T01:48:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6854558a4229e44df6d4ba28cdcd5e63670c1c3",
"body": null,
"is_bot": false,
"headline": "Accept / in print arguments, accept ABNF %x42 format",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2024-05-22T01:46:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5dc9a048e9858df79b35626cb92c1e82221e0b0",
"body": null,
"is_bot": false,
"headline": "Add cells property",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2024-05-22T01:19:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "069360952adbb0d547079e45956c68d82ef58cc6",
"body": "This makes it a lot easier to use; most of the time you want to add just\none or two columns.\n\nAlso more flexible quote characters for q:",
"is_bot": false,
"headline": "Allow %name in -format, add -format +...",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2024-05-21T21:53:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e64081a4701b77f24524363bb13618ddb195c1c",
"body": null,
"is_bot": false,
"headline": "Colourize JSON output",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2024-05-21T17:59:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb715167469f1aa6df102803fe1010432894109a",
"body": null,
"is_bot": false,
"headline": "Print Unicode version in \"uni version\"",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2024-05-21T17:41:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bedae01b6dbf81b495e27044ae13a7e71ee9982",
"body": null,
"is_bot": false,
"headline": "Nicer JSON output",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2024-05-21T17:34:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63ef38c5549fc241ab0cd8ad54ef6a18e8879f36",
"body": null,
"is_bot": false,
"headline": "Don't print trailing spaces, fix colourized table output",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2024-05-21T17:17:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a78244339e2245d6a0b453d2166e9f9d25912e08",
"body": "…ult format\n\nThe category isn't that useful, and with the aliases in there it's kind\nof much.",
"is_bot": false,
"headline": "Add \"n\" format flag to disable header, don't include category in defa…",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2024-05-21T16:44:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2884d027b64e79e9f9a81fbca114c809d29cc2d0",
"body": null,
"is_bot": false,
"headline": "Allow listing planes with \"list planes\"",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2024-05-21T16:25:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45236719bcb154ad2b0f74d8c44dc0569655dab6",
"body": null,
"is_bot": false,
"headline": "Allow listing unicode versions with \"list unicode\"",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2024-05-21T16:16:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19b4e4be4b2d035c5cf819be96ba3b37228f8ef0",
"body": null,
"is_bot": false,
"headline": "list without arguments errors, instead of listing all",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2024-05-21T15:53:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "060569cb706a73b0fc0e7dc16090d9b9a7cc60af",
"body": "Full name was way too much info. Also store as int rather than string.",
"is_bot": false,
"headline": "Store only codepoint for refs",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2024-05-21T15:30:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "238794d330eb6880391b74c1a0d43cb06d1b95b4",
"body": "I fixed this for #40 in 7fcfb61, so that this:\n\n\t% printf \"a b\\tc\\n\" | uni i\n\nWorks as expected. However, that breaks:\n\n\tuni p -q U+46 -f '%(refs)' | uni p\n\nFor print we never really care about whitespace, so put it back for just\nthat command.",
"is_bot": false,
"headline": "Split stdin on whitespace for print command",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2024-05-21T15:24:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33afd13f144e165c09be073b975a245984c9c85f",
"body": "This comes up when copy/pasting some list of codepoints from another\nsource; there's no real reason to error out on this.",
"is_bot": false,
"headline": "Allow arguments to \"print\" end with a comma",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2024-05-21T15:08:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "186170b3531e141f91cdb75594a42ed51c10941a",
"body": null,
"is_bot": false,
"headline": "Add aliases and refs columns",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2024-05-21T14:58:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3095728042d753f83a3e506fc2c66df0c1ce152",
"body": null,
"is_bot": false,
"headline": "Allow adding characters to quote with in q, add Q",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2024-05-21T14:02:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5536fbf7c39b14dace3e3f8fe0b062ebfe038d1b",
"body": null,
"is_bot": false,
"headline": "Fix wasm build",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2024-05-21T05:37:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18f0482c14f199a5efd030b5dcc11641f0b93595",
"body": null,
"is_bot": false,
"headline": "Fix emoji script; update Unicode data",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2024-05-21T05:25:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2b2a5c830a0b095514bb831f96a6213725f1d0c",
"body": null,
"is_bot": false,
"headline": "Remove test",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2024-05-21T05:05:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "581fbb3d8fbae04e1c5bad2a8d4cd8c990325f2c",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2024-05-21T01:48:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8f7d953c88612681e572a82ec862763dd2b5a1c",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2024-05-17T05:45:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f3842fe5c993fc4261964a48b07e296671c0189",
"body": "It would re-use the same \"all\" array, so entries that were in the\nprevious usage but not this had the wrong value. Do'h.",
"is_bot": false,
"headline": "Reset all array when generating codepoints",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2023-11-25T18:35:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1e26ccc5f96c1e6c024c35c6ba67eb1a393f42a",
"body": "Haven't needed those | line continuations for a long time.",
"is_bot": false,
"headline": "Update Vim9Script integration",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2023-11-25T17:27:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83af4929f88f9e200be5edecd59efd91c93c6182",
"body": null,
"is_bot": false,
"headline": "libXft was fixed last year",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2023-11-25T17:13:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b25052b1afed1ece31356c855bdd82e63b2a7131",
"body": null,
"is_bot": false,
"headline": "Release 2.6.0",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2023-11-24T23:32:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc785a9bd491e509e048207caa430c405785fef0",
"body": "Fixes #45",
"is_bot": false,
"headline": "Print Private Use as-is, print other invisible characters as open box",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2023-11-24T23:18:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "601957a217589586263b582d463a83f1227d5abf",
"body": "When this was added Go 1.14 was fairly new, and platforms like Debian\nStable had older versions (Go 1.11 IIRC) so it was causing real issues.\nBut now that should be solved, as everyting has Go >=1.14.",
"is_bot": false,
"headline": "Remove \"Old Go version\" check",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2023-11-24T22:11:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1a9fbc5e0d49b2e29f4f87aee1c613a2c2e817e",
"body": "Fixes #42",
"is_bot": false,
"headline": "Update zgo.at/zli",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2023-11-24T22:01:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22b830310dd0ab2c9b9fc5f4e5295caf885833fe",
"body": null,
"is_bot": false,
"headline": "Add test for #46",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2023-11-24T21:30:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f9eb0d056eea25817d18995013406c23727242d",
"body": "On error it's documented as returning \"RuneError, 1\" (which is\nincorrect/wrong, since RuneError has size 2). But we didn't check that\nsecond return value, so when you actually *wanted* RuneError it didn't\nwork.\n\nFixes #46",
"is_bot": false,
"headline": "fix utf8.DecodeRune error condition check",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2023-11-24T20:20:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2f428ca67ea6fb6c73722be26d530653ff368a4",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2023-11-24T20:20:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13cf52249aff03c3fc99e79eb5a649620d36ed13",
"body": null,
"is_bot": false,
"headline": "Add unicode property",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2023-10-02T16:32:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81da6a2e9185e2a81badefc49bbb2c772cdc6ce9",
"body": null,
"is_bot": false,
"headline": "Alias \"ls\" command to \"list\"",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2023-09-25T22:49:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0786da3ac09210a32884ffeff243c341a6163040",
"body": "Exclude multi-codepoint html entities",
"is_bot": false,
"headline": "Merge pull request #43 from m-cz/master",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2023-05-02T11:29:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59794716f95ca559c12d09858df8d9fae441a377",
"body": "Some html entities like fj consist of multiple codepoints (f and j).\nSince we're mapping single codepoints to entities, this makes uni think that\nthe html entity for f (0x66) is fj, and that's not correct.",
"is_bot": false,
"headline": "Exclude multi-codepoint html entities",
"author_name": "mcz",
"author_login": "m-cz",
"committed_at": "2023-05-02T10:31:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ee5252970ce9154b2aedba4d472433cde1c9924",
"body": null,
"is_bot": false,
"headline": "Re-gen",
"author_name": "mcz",
"author_login": "m-cz",
"committed_at": "2023-05-02T10:30:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fcfb61962e15590a9818e4ec7c85950c2501f9c",
"body": "The idea originally was that you could do something like:\n\n\tprint 'i -json foo' | uni\n\nLooks like this broke a long time ago when I redid the flag parsing, and\nit probably wasn't a good idea in a first place.\n\nFixes #40",
"is_bot": false,
"headline": "Don't split stdin on whitespace",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2023-01-10T11:57:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbfe6f5eceff0d06916048a9df3b4df42fbb4bfc",
"body": "Fixes #39",
"is_bot": false,
"headline": "Fix output of \"uni list blocks\"",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2023-01-06T07:48:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3188568a8fe1101d28192b499ae0e2b8355d7000",
"body": null,
"is_bot": false,
"headline": "Add script",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2022-07-20T19:57:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7084420964a4e00735518c5e19b457423dccb15d",
"body": "Fix typo",
"is_bot": false,
"headline": "Merge pull request #35 from esdnm/patch-1",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2022-06-25T21:45:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91376423c68169cf2e5320d26360e2c40850ba7d",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2022-06-25T21:44:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4a990f00e36ea0d1c14123e087921afe8547872",
"body": null,
"is_bot": false,
"headline": "Fix typo",
"author_name": "esdnm",
"author_login": "esdnm",
"committed_at": "2022-06-15T14:34:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f33796f602623d1d1cb3322431327db05703599f",
"body": null,
"is_bot": false,
"headline": "Release 2.5.1",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2022-05-09T15:39:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "510411b7bffcc0b1ddde87e14aba8035230ea9f9",
"body": "Fixes https://github.com/arp242/uni/issues/33",
"is_bot": false,
"headline": "Update zli",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2022-05-09T15:28:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de2360dc5fdac684d317e2c3df75d6f4f3aa442b",
"body": null,
"is_bot": false,
"headline": "Update wasm stuff",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2022-05-03T16:57:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9629bb083eeb7e19f880e75d3dc42908779e3fc9",
"body": null,
"is_bot": false,
"headline": "Update README",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2022-05-03T16:31:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c9e955b433530bfcaec4842ffa6486683da2e8c",
"body": null,
"is_bot": false,
"headline": "Cleanup some things",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2022-05-03T16:22:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4788932923e92c9b2fd6f8751802be6c6446469",
"body": null,
"is_bot": false,
"headline": "finish the -as table stuff",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2022-05-03T15:52:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ccfce8ba1798eb9e98dfe84d260d24b4bf294d7",
"body": "Don't feel like fixing it",
"is_bot": false,
"headline": "Put back the old gen_emojis.go so the tests work",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2022-05-03T12:59:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e63aa482fe28ef9064bf001ec62e0f9ec791ecac",
"body": null,
"is_bot": false,
"headline": "Work a bit on adding a table layout with -table (still ugly and buggy)",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2022-05-03T12:42:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fb775dcb813ecc56f5a2b0498331234ba7e022b",
"body": null,
"is_bot": false,
"headline": "Add list command",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2022-05-02T23:54:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0ae024641095422fb349144753a8751d1808a7e",
"body": null,
"is_bot": false,
"headline": "Improve performance a bit",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2022-05-02T21:41:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ffc05d47c5b1694c0e4a3cce588624d85d55ed3",
"body": null,
"is_bot": false,
"headline": "Add benchmark",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2022-05-02T21:21:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ac5338ee184d2f619a322c16e6c1ef4a0c5041a",
"body": null,
"is_bot": false,
"headline": "Support listing and finding stuff by property",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2022-05-02T17:25:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "727510a3adec7703ffc2d6cd44a3a9ffaad4ccbf",
"body": "It's 3x less code, and doesn't include some dependencies so extracting\nunidata is easier.",
"is_bot": false,
"headline": "Rewrite generation to awk",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2022-05-02T16:25:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "daa19e7e533206bbd265339f550dc81ca7f4f146",
"body": null,
"is_bot": false,
"headline": "gofmt",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2022-05-02T01:38:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56169d6334453bbd3442ae5cf880bf3b7f12bc8d",
"body": null,
"is_bot": false,
"headline": "Rewrite unidata emoji code too",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2022-05-01T19:50:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a323ab2e4bd77731830a7057e6e269bedb6c27bf",
"body": "Saves about 1.5M in binary size; most codepoints don't have any of these\nthings, so a bit of a waste of space to store it.",
"is_bot": false,
"headline": "Store digraphs, keysyms, and HTML Entities as separate table",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2022-05-01T13:55:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83987c70bc71573473543865869d701676d3a22c",
"body": null,
"is_bot": false,
"headline": "Refactor unidata to be more generally useful",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2022-05-01T13:10:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ada899c58b3f2e23cd3daeff029ea077e49ccc71",
"body": "The unicode package is on Unicode 13, whereas uni supports Unicode 14.\nThis leads to some mismatches, such as thinking some characters are\n\"unprintable\" just because they're not in the unicode package's database\nyet.\n\nFixes #32",
"is_bot": false,
"headline": "Don't use unicode package",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2022-04-30T12:48:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62da7a39a8239cf601cd11b9979e41a1d8c376b4",
"body": null,
"is_bot": false,
"headline": "Release v2.4.0",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2021-12-20T18:31:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cd56b3b91fef991f5138008bb9160be5d79df79",
"body": "Fixes #31",
"is_bot": false,
"headline": "Update import path to zgo.at domain",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2021-12-20T18:29:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb92cca2614deddf99aa987d7dfeff0efd5bb71f",
"body": "Fix typos in help message",
"is_bot": false,
"headline": "Merge pull request #30 from priner/patch-1",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2021-10-19T21:05:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42f1d78cf21d665c38c49dbef503c41200dca81d",
"body": null,
"is_bot": false,
"headline": "Fix typos in help message",
"author_name": "Ján Priner",
"author_login": "priner",
"committed_at": "2021-10-19T16:39:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "709ba2f870e8e62b7ca2de2d46e9145ed75af97a",
"body": null,
"is_bot": false,
"headline": "Use arp242.net/termtext",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2021-10-15T19:57:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "deac341fdffc232e77578b91594724d0431939ea",
"body": null,
"is_bot": false,
"headline": "Allow using o123 for octals",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2021-10-15T19:49:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d22541412e49c3f63c95810d5a49a3d22140487a",
"body": null,
"is_bot": false,
"headline": "Add f: flag for fill",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2021-10-15T19:38:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c22653f8122ce1a9d1cd70c3a2cfa2ab5ccc862",
"body": null,
"is_bot": false,
"headline": "Add oct and bin parameters to -f",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2021-10-15T19:01:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2eb3645dd11107cf802939d9c9ce71c251db539b",
"body": null,
"is_bot": false,
"headline": "Release v2.3.0",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2021-10-05T13:18:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af3fc4005a1a5bb8b0185e652a0e0ba8693d098c",
"body": "Fixes #29",
"is_bot": false,
"headline": "Compile error when using Go 1.13 or older",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2021-10-05T13:11:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23594a30a784d15b47812ff4feed8eabcb217507",
"body": "Should probably also add UTF-16, but it's annoying with the whole LE/BE\nvariants, no one asked for it, and I'm never going to use it myself. So\ncan't be bothered adding it right now 😅\n\nFixes #25",
"is_bot": false,
"headline": "Allow printing codepoints by UTF-8 byte sequence",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2021-09-23T11:10:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5615ea121caa7e546ec1b49065b091f3f03d2cd9",
"body": null,
"is_bot": false,
"headline": "Update to Unicode 14.0",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2021-09-23T09:09:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e57b352c909954dabea79a1e89f9ffe8f0d0398",
"body": null,
"is_bot": false,
"headline": "Add Vim9Script version of Vim command",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2021-07-24T02:00:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26b7f77a14c58912a010e0eb9532400f6ce24d62",
"body": null,
"is_bot": false,
"headline": "Add 0d20 to get a codepoint by decimal 20",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2021-06-15T02:30:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98c4a6e4363036d55c6a94e3fb0611ede350a11e",
"body": null,
"is_bot": false,
"headline": "Update README",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2021-06-05T15:28:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a30c448bd46e6d4ae3c385a72c065ccfa3f518e",
"body": null,
"is_bot": false,
"headline": "Need to update import paths too",
"author_name": "Martin Tournoij",
"author_login": "arp242",
"committed_at": "2021-05-30T15:58:00Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 14,
"commits_last_year": 6,
"latest_release_at": "2025-12-16T22:19:56Z",
"latest_release_tag": "v2.9.0",
"releases_from_tags": false,
"days_since_last_push": 154,
"active_weeks_last_year": 4,
"days_since_latest_release": 223,
"mean_days_between_releases": 183.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "zgo.at/uni/v2",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": null,
"registry_url": "https://pkg.go.dev/zgo.at/uni/v2",
"is_deprecated": false,
"latest_version": "v2.9.0",
"repository_url": null,
"versions_count": 12,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2025-12-16T22:16:06Z",
"latest_version_yanked": null,
"days_since_latest_publish": 223
}
]
},
"popularity": {
"forks": 24,
"stars": 860,
"watchers": 10,
"fork_history": {
"days": [
{
"date": "2019-12-12",
"count": 1
},
{
"date": "2019-12-13",
"count": 3
},
{
"date": "2019-12-14",
"count": 1
},
{
"date": "2019-12-23",
"count": 1
},
{
"date": "2020-02-08",
"count": 1
},
{
"date": "2020-02-25",
"count": 1
},
{
"date": "2020-10-18",
"count": 1
},
{
"date": "2020-10-19",
"count": 1
},
{
"date": "2021-01-06",
"count": 1
},
{
"date": "2021-10-04",
"count": 1
},
{
"date": "2021-10-19",
"count": 1
},
{
"date": "2022-01-06",
"count": 1
},
{
"date": "2022-06-15",
"count": 1
},
{
"date": "2022-07-02",
"count": 1
},
{
"date": "2023-05-02",
"count": 1
},
{
"date": "2023-07-04",
"count": 1
},
{
"date": "2024-01-14",
"count": 1
},
{
"date": "2024-12-18",
"count": 1
},
{
"date": "2024-12-23",
"count": 1
},
{
"date": "2025-07-01",
"count": 1
},
{
"date": "2025-08-01",
"count": 1
},
{
"date": "2025-11-08",
"count": 1
}
],
"complete": true,
"collected": 24,
"total_forks": 24
},
"star_history": null,
"open_issues_and_prs": 6
},
"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": 3438774,
"source_files_sampled": 19,
"oversized_source_files": 3,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 5,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "zgo.at/runewidth",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.1.0"
},
{
"name": "zgo.at/termtext",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.5.0"
},
{
"name": "zgo.at/zli",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20250704045222-08cb210424f2"
},
{
"name": "zgo.at/zstd",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20251128053228-ec259dea6715"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "zgo.at/runewidth",
"direct": true,
"version": "v0.1.0",
"ecosystem": "go"
},
{
"name": "zgo.at/termtext",
"direct": true,
"version": "v1.5.0",
"ecosystem": "go"
},
{
"name": "zgo.at/zli",
"direct": true,
"version": "v0.0.0-20250704045222-08cb210424f2",
"ecosystem": "go"
},
{
"name": "zgo.at/zstd",
"direct": true,
"version": "v0.0.0-20251128053228-ec259dea6715",
"ecosystem": "go"
},
{
"name": "github.com/rivo/uniseg",
"direct": false,
"version": "v0.4.7",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 5,
"direct_count": 4,
"indirect_count": 1
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 8,
"open_issues": 6,
"closed_ratio": 0.846,
"closed_issues": 33,
"closed_unmerged_prs": 4
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "arp242",
"commits": 201,
"avatar_url": "https://avatars.githubusercontent.com/u/1032692?v=4"
},
{
"type": "User",
"login": "m-cz",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/29496561?v=4"
},
{
"type": "User",
"login": "muesli",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/146378?v=4"
},
{
"type": "User",
"login": "caproven",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/18606244?v=4"
},
{
"type": "User",
"login": "priner",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/51519088?v=4"
},
{
"type": "User",
"login": "rolandwalker",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/727482?v=4"
},
{
"type": "User",
"login": "shuuji3",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1425259?v=4"
},
{
"type": "User",
"login": "esdnm",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/90970080?v=4"
}
],
"contributors_sampled": 8,
"top_contributor_share": 0.962
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"test.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": 0,
"reason": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 1/29 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 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": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"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": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "e242227ab4b90fb7db775f0d15aeb5b30245e1cc",
"ran_at": "2026-07-28T04:10:19Z",
"aggregate_score": 2.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-02-23T18:28:32Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2024-09-10T23:05:51Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 21,
"created_at": "2021-01-01T11:20:28Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 22,
"created_at": "2021-01-01T11:23:57Z",
"last_comment_at": "2022-04-02T13:49:10Z",
"last_comment_author": "arp242"
},
{
"number": 27,
"created_at": "2021-07-07T19:11:20Z",
"last_comment_at": "2021-07-08T04:42:14Z",
"last_comment_author": "arp242"
},
{
"number": 47,
"created_at": "2023-11-24T20:03:24Z",
"last_comment_at": "2023-11-24T23:26:25Z",
"last_comment_author": "arp242"
},
{
"number": 58,
"created_at": "2026-02-02T11:06:01Z",
"last_comment_at": "2026-02-03T14:35:43Z",
"last_comment_author": "guy038"
},
{
"number": 59,
"created_at": "2026-02-02T21:38:21Z",
"last_comment_at": "2026-02-07T17:35:55Z",
"last_comment_author": "guy038"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/arp242/uni",
"host": "github.com",
"name": "uni",
"owner": "arp242"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"security": 43,
"vitality": 34,
"community": 57,
"governance": 60,
"engineering": 49
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 34,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"commits_last_year": 6,
"human_commit_share": 1,
"days_since_last_push": 154,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 154 days ago",
"points": 9.9,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 154
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "6 commits in the last year",
"points": 7.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 6
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"releases_count": 14,
"latest_release_tag": "v2.9.0",
"releases_from_tags": false,
"days_since_latest_release": 223,
"mean_days_between_releases": 183.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "14 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 14
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 223 days ago",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 223
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~183.9 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 183.9
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": 154,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 154 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 154
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 57,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"forks": 24,
"stars": 860,
"watchers": 10,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "860 stars",
"points": 47.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 860
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "24 forks",
"points": 11.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 24
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "10 watchers",
"points": 5.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 10
}
}
],
"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 (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"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": 60,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 27,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 8,
"top_contributor_share": 0.962
},
"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 96% of commits",
"points": 0.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 96
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "8 contributors",
"points": 10.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 8
}
}
],
"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": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"merged_prs": 8,
"open_issues": 6,
"closed_issues": 33,
"issue_closed_ratio": 0.846,
"closed_unmerged_prs": 4
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "85% of issues closed",
"points": 39.6,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 85
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "8/12 decided PRs merged",
"points": 25.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 8,
"decided": 12
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/29 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"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": 71,
"inputs": {
"followers": 995,
"owner_type": "User",
"is_verified": null,
"owner_login": "arp242",
"public_repos": 140,
"account_age_days": 5437
},
"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": "995 followers of arp242",
"points": 21.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 995,
"login": "arp242"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "140 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 140
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 91,
"inputs": {
"packages": [
"zgo.at/uni/v2"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 223
},
"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 223 days ago",
"points": 26,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 223
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "12 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 12
}
}
],
"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": 49,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"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": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"go",
"unicode",
"emoji",
"emoji-picker",
"golang"
],
"has_wiki": false,
"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": "5 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 5
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 43,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 29,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 2.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 1/29 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no 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": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 5 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 5
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 5,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 5,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 8
},
"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": "at_risk",
"name": "AI Readiness",
"value": 46,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 11,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.21,
"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": "21 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 11.2,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 21,
"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": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 91,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 3438774,
"source_files_sampled": 19,
"oversized_source_files": 3
},
"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": "3/19 source files over 60KB",
"points": 46.3,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 19,
"oversized": 3
}
}
],
"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-28T04:10:27.878602Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/arp242/uni.svg",
"full_name": "arp242/uni",
"license_state": "standard",
"license_spdx": "MIT"
}