JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 2779,
"has_wiki": true,
"homepage": "http://lrzip.kolivas.org",
"languages": {
"C": 779272,
"M4": 32168,
"C++": 329728,
"Shell": 36170,
"Assembly": 4576,
"Makefile": 3456,
"Dockerfile": 472
},
"pushed_at": "2026-07-13T05:00:50Z",
"created_at": "2010-03-28T23:03:27Z",
"owner_type": "User",
"updated_at": "2026-07-13T05:00:54Z",
"description": "Long Range Zip",
"is_archived": false,
"is_disabled": false,
"license_spdx": "GPL-2.0",
"default_branch": "master",
"license_spdx_raw": "GPL-2.0",
"primary_language": "C",
"significant_languages": [
"C",
"C++"
]
},
"owner": {
"blog": null,
"name": "Con Kolivas",
"type": "User",
"login": "ckolivas",
"company": null,
"location": null,
"followers": 692,
"avatar_url": "https://avatars.githubusercontent.com/u/232249?v=4",
"created_at": "2010-03-28T22:54:40Z",
"is_verified": null,
"public_repos": 18,
"account_age_days": 5959
},
"license": {
"state": "standard",
"spdx_id": "GPL-2.0",
"raw_spdx": "GPL-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.7.1",
"kind": "patch",
"published_at": "2026-07-13T05:02:07Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2026-07-10T05:06:24Z"
},
{
"tag": "v0.651",
"kind": "other",
"published_at": "2022-03-08T22:03:57Z"
},
{
"tag": "v0.650",
"kind": "other",
"published_at": "2022-02-27T10:49:04Z"
}
],
"recent_commits": [
{
"oid": "24bffa12061337f328ae0a13f480a0f2c475fe86",
"body": null,
"is_bot": false,
"headline": "Trivial.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-13T05:00:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a768d03efc305024f3cad95260aec4f4f32da0dc",
"body": "Apply branch conversion before rzip under --filter (prefilter byte in the 0.7 chunk header, 0.7.1)",
"is_bot": false,
"headline": "Merge pull request #270 from jasontitus/claude/pre-rzip-conversion",
"author_name": "Con Kolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-13T04:58:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77100b0b92c18ad6e825e79b313e8b0e80d6102d",
"body": "Add -u/--ultra opt-in maximum compression mode",
"is_bot": false,
"headline": "Merge pull request #268 from jasontitus/claude/max-compression-ultra",
"author_name": "Con Kolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-13T04:13:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62e8aa39554fc01d630ed1e66ed4fd369900269e",
"body": "Branch converting executable code AFTER rzip largely wastes the filter:\nrzip's byte granular matching shifts the instruction phase (fatal for\nthe word based arm64 converter) and the long range duplicate code that\nconversion creates has already been missed. Converting the whole chunk\nBEFORE rzip lets\n[…]\ner byte written as NONE without\n--filter. Full suite passes (Parts 1-5).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01KDyok1HZs6kZnW3p5nZBVq",
"is_bot": false,
"headline": "Apply branch conversion before rzip under --filter",
"author_name": "Jason Titus",
"author_login": "jasontitus",
"committed_at": "2026-07-13T02:25:35Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3b9a933a10735908b3fe75cb7fdf8af37977180f",
"body": "Executable code and sampled numeric data compress measurably smaller\nwhen run through a reversible transform before the back end sees them:\nbranch conversion (x86 or arm64 BCJ) turns relative call/jump targets\ninto absolute ones so repeated calls to the same function become\nrepeated byte sequences, \n[…]\n implication\nwith forced and none overrides under -u. Full suite passes.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01KDyok1HZs6kZnW3p5nZBVq",
"is_bot": false,
"headline": "Add --filter: per block BCJ and delta prefilters for the lzma back end",
"author_name": "Jason Titus",
"author_login": "jasontitus",
"committed_at": "2026-07-13T02:14:43Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5a7118771c77656e952e5b84b5c8ffa0812fbf6a",
"body": "lrzip splits each chunk into one block per thread and compresses the\nblocks independently, which costs ratio (measured ~4% with lzma and ~6%\nwith zpaq context mixing on wikipedia text split four ways). The new\n-u / --ultra modifier compresses each stream as a single large block\ninstead, using the lz\n[…]\new max verbose dictionary report) and the\narchive must still round-trip.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_019d9BpAq3QxHaAqHmTsAxb7",
"is_bot": false,
"headline": "Add -u/--ultra opt-in maximum compression mode",
"author_name": "Jason Titus",
"author_login": "jasontitus",
"committed_at": "2026-07-11T02:34:28Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "24305028c379a17d5f5c8076d1342a29a52e4eb2",
"body": null,
"is_bot": false,
"headline": "Update versioning and github workflows.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-10T05:02:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34e2dc88c47fa5791af65333dd7a74d4923e218b",
"body": null,
"is_bot": false,
"headline": "Fix gold tests",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-10T04:19:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a09cf456596cd9a5b6f72ece8f3a4feba2a77bec",
"body": null,
"is_bot": false,
"headline": "Update build.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-10T04:11:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ea41f9d3cac01d9d52b1c4621a8619ea8eae3ae",
"body": null,
"is_bot": false,
"headline": "Revert to standard version numbering for v0.7.0.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-10T03:38:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a249d73ef18121edbe594784eeb6934167e9b5c",
"body": null,
"is_bot": false,
"headline": "Docs",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-10T03:15:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7540320d7eab2b5b772e935992f70d6b3db20327",
"body": null,
"is_bot": false,
"headline": "Remove support for interim encryption format.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-10T02:19:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab69bb2c7111f30eee1d03ab26a81d3b6924b8c6",
"body": null,
"is_bot": false,
"headline": "Update whats new.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-10T01:19:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd8523cbbe11512145a2fd38f349cfd5872de598",
"body": "…egacy-encrypt option to keep backward compatibility as an option for this new major version.",
"is_bot": false,
"headline": "Add comprehensive tamper protection to encrypted files, but add a --l…",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-09T23:42:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74be944ccf9fe65603cf10af1a637f5c929228eb",
"body": null,
"is_bot": false,
"headline": "Give simple whats new summary.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-09T09:01:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f35c0c7bcc43e1c0d7a6e95afadb8bc4d12e25d",
"body": null,
"is_bot": false,
"headline": "Show compressed/uncompressed in very verbose output by chunk.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-09T09:00:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1e935eb0c72ca57a7120ffa30f5eaa037cb24e3",
"body": "… compatiblility and compression.",
"is_bot": false,
"headline": "Use traditional zpaq algorithm correctly. This maintains 0.6 backward…",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-09T08:40:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f62aaba8e5e0905b3a5f85309f3f503c1352afae",
"body": null,
"is_bot": false,
"headline": "Fix undefined errors from sanitiser.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-09T08:32:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7405d54cdc1f7a5477289f2df46668ada0853b11",
"body": null,
"is_bot": false,
"headline": "Update compatibility readme.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-09T08:14:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89861206c8656a24006d8e092ac556897103e2fe",
"body": null,
"is_bot": false,
"headline": "Update copyright notices.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-09T08:08:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7143ecab8ed5e1e3f8112e1abeb9810956b54159",
"body": null,
"is_bot": false,
"headline": "Update lrztar to handle missing options where sensible.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-09T08:03:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2ffcde4f20440dc1de9f8b6ab72d448f1ce8d8a",
"body": "…ages.",
"is_bot": false,
"headline": "Add file required for building from git without installing extra pack…",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-09T07:47:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e4c552ccb69009058e7d8385ced46fb28a63ee8",
"body": null,
"is_bot": false,
"headline": "Update to lzma sdk 26.02.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-09T07:38:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23ee3dbf5e6c0282fd1b3f7b86783ceceae47676",
"body": null,
"is_bot": false,
"headline": "Update documentation.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-09T07:24:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e2c355d2187ee368c6daa68cd1354040c8ddadd",
"body": null,
"is_bot": false,
"headline": "Update zpaq to v7.15.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-09T07:22:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01d4d9e7fb09f2577cc0012550eb2fbcf7505436",
"body": null,
"is_bot": false,
"headline": "Handle decryption from stdin when passed a password.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-09T06:52:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31224123f2316f20727fde525d9274fae23fba3d",
"body": "…osed by the suite.",
"is_bot": false,
"headline": "Much more extensive test suit now in tests/regression.sh. Fix bug exp…",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-09T06:46:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80322cd8647425b3adaae30bc7435a52185d320b",
"body": null,
"is_bot": false,
"headline": "HMAC on headers as well.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-09T06:19:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "809f30771afaae99c90df9aabe0170196a8b22ac",
"body": null,
"is_bot": false,
"headline": "Implement security overlay on encrypted files.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-09T06:07:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "537710238371ae986670c78ddf21fb8b7c9d758f",
"body": null,
"is_bot": false,
"headline": "Implement security gates.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-09T06:03:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d6a4d4ef33cd2dc406037141b243f34e3c7b477",
"body": null,
"is_bot": false,
"headline": "Fix eos handling on decompress.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-09T04:59:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a64f03799a6e35a67ca436fa5c4e401ce552255f",
"body": null,
"is_bot": false,
"headline": "Fix transposed arguments.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-09T04:47:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62009992d8b8f9823f8a95da82fc59f30da37a24",
"body": null,
"is_bot": false,
"headline": "Implement cheaper decompress progress updates.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-09T04:43:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe06da494678111030314fcdadfcaf4c0d40d75c",
"body": null,
"is_bot": false,
"headline": "Batch md5 on decompression.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-09T04:42:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc30da82afe72a70933d6ae00872d98fb528f22a",
"body": null,
"is_bot": false,
"headline": "Implement faster match copy from history.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-09T04:40:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b31468b9ddeca8fc4c88d969e2be75f1b6be2f5",
"body": null,
"is_bot": false,
"headline": "Implement batch stream 0 reads for the rzip token loop.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-09T04:38:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a20a3e996369d1fe1874fbdd4c702d10e53ef21",
"body": null,
"is_bot": false,
"headline": "Implement running output tracking in runzip.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-09T04:35:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46e9bd43242c64fbc368162cb310e0afe708cf11",
"body": null,
"is_bot": false,
"headline": "Rename read/write_1g to _all since there's no 1GB cap anymore.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-09T04:34:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddd922d0913bcef79afa19bb4d4676e774bff7c7",
"body": null,
"is_bot": false,
"headline": "Implement grow only scratch buffers for rzip decompress tokens.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-09T04:32:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d81c56284991b98b6cbc5bcb1703906deead059",
"body": null,
"is_bot": false,
"headline": "Remove fsync during runzip as it's a performance hit.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-09T04:31:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b8b9da6a91105354aa55528bab7e3480ab6f9df",
"body": null,
"is_bot": false,
"headline": "Standardise error codes and exit paths.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-09T04:27:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74264d62220ecf5a53613279eff50895d4542d68",
"body": null,
"is_bot": false,
"headline": "Fix potential race on lrzip flag cludge.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-09T04:24:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab4a4d83fa643d58f13296d88b4ab64ee9329225",
"body": "…gress.",
"is_bot": false,
"headline": "Fix compthread output ordering path to prevent rare chance for no pro…",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-09T04:22:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3f4220a9a55538bb5e1241dceceefe5d8738635",
"body": null,
"is_bot": false,
"headline": "Optimise progress update and do stream 0 write batching.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-09T04:13:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6db7f3455e5d5be426b1e2d15dffb951d1ba671",
"body": null,
"is_bot": false,
"headline": "Optimise sliding mmap for huge windows larger than ram.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-09T04:10:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5f7f42c3ad7b075762d7498b8ecc0ab119fc577",
"body": null,
"is_bot": false,
"headline": "Hash table density and size optimisations.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-09T04:07:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f265dd003fc06e0c53c163abc948c880d807eebb",
"body": null,
"is_bot": false,
"headline": "Do md5 checksum batched in a separate thread.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-09T04:03:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab46b5ab9890b72b4f13b87bba5b2cd5f1204273",
"body": null,
"is_bot": false,
"headline": "Rzip phase match hot-path optimisations.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-09T03:59:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb69e9c4cbcba4141cb86ef1039de0da694e5085",
"body": null,
"is_bot": false,
"headline": "Drop crc32 calculation and inclusion in v0.7 files.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-09T03:54:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0ea2750bf7a72a7df227a2f69bf41ebfff9d0f6",
"body": null,
"is_bot": false,
"headline": "Perform lz4 test only on first block under lock, and cache result.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-09T03:49:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d1e7996046d050fbc914603c42ad1d1125e8eab",
"body": null,
"is_bot": false,
"headline": "Fsync can significantly slow down functioning so remove it.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-09T03:46:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "082fa9a2fd0634effa7afec678e7c9c629839e1d",
"body": "…cted.",
"is_bot": false,
"headline": "Deprecate 32 bit support code and refuse to compile if 32 bit is dete…",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-09T02:52:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "028f2893ec8cd013ec604f8b8efe6ac1d3e2376e",
"body": null,
"is_bot": false,
"headline": "Implement chunked streaming for stdio.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-09T02:43:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3d54b0e8b8c3dff9fadd9099f17e6a848ec504a",
"body": null,
"is_bot": false,
"headline": "Document new version format for more flexible STDIO.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-07-09T02:17:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc698c919c644aa586e5dd74810afaff97696abc",
"body": null,
"is_bot": false,
"headline": "Trivial copyright date update.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-03-25T03:34:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2de3cd3dbcd43ab62f0666e5f3c84f53ab21aa72",
"body": "…his helps enable debugging inadequate space errors.",
"is_bot": false,
"headline": "Display what directory a temporary output file is being written to. T…",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-03-01T03:23:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93bb1190f8c75098136c368977adb70fc30dc1a1",
"body": "Correct magic header documentation.",
"is_bot": false,
"headline": "Minor documentation error.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-03-01T03:17:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9e8784d8d6806e733d0b4207731bf895d1c14db",
"body": null,
"is_bot": false,
"headline": "Update FAQ.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-02-13T03:04:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48bce6bce70f30d73caaa6fa659019cd94ee74db",
"body": null,
"is_bot": false,
"headline": "Remove unused parameters from print output variants.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-02-13T02:57:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1022fa0eb8c39b904c2392726cd06263223174a3",
"body": null,
"is_bot": false,
"headline": "Reinstate mistaken removal of fatal_exit()s.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-02-13T02:53:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ef7f76511438bcc03df7755830cc7d87dd7c3da",
"body": null,
"is_bot": false,
"headline": "Update WHATS NEW.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-02-13T02:48:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ffe83f948c32d9b0687f98a7a64178c6915f4c9",
"body": null,
"is_bot": false,
"headline": "Remove references to deprecated library mode.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-02-13T02:40:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56ac0f1a51755af54188f0bf431b39f4c52bc2c4",
"body": "…malicious input attempting to write beyond buffer size.",
"is_bot": false,
"headline": "Implement write bounds checking within libzpaq to prevent corrupt or …",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-02-13T02:36:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "843fa4168af4d0fe6278a5373793d37eb811affb",
"body": "…integers in zpaq.",
"is_bot": false,
"headline": "Address undefined warnings from compilers for left shifting negative …",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-02-13T01:07:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ea9a2b3ed7d62a54bb72c6c933aebb8b713e14b",
"body": "…liciously crafted file.\"\n\nThis reverts commit 43d2f3dc70229acf8c064484242a0b17fb0fa1a2.\n\nIncorrect fix.",
"is_bot": false,
"headline": "Revert \"Prevent attempted left shift of negative value of possibly ma…",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-02-13T00:56:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63fc40ea93b9c5f29f8fe485fbb2e21a07d06a78",
"body": null,
"is_bot": false,
"headline": "Allow encrypted decompression with STDIO when a passphrase is given.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-02-13T00:23:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21719310f447c880f1f160b9a002beffec4a001b",
"body": null,
"is_bot": false,
"headline": "Make failure() check for print attributes.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-02-13T00:16:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b2a0a471413032072f6dc6eee5f24c991d86a24",
"body": null,
"is_bot": false,
"headline": "Make fatal() check for printf attributes.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-02-13T00:15:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96931e7019c8cde6b5f2d3286a5470a67ed9a8f6",
"body": "… failure conditions due to the indeterminate state of threads, letting the leaked memory to simply be freed on process exit.",
"is_bot": false,
"headline": "Do not attempt to clean up thread related structures in decompression…",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-02-12T23:28:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28850604093df81865378986bd6a043fcb6a1cf3",
"body": null,
"is_bot": false,
"headline": "Deal with -L not being passed a parameter.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-02-12T09:58:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f48188a45874e65d0fa3dc1d7021c5e78ef2a08",
"body": "…to cope with CPU affinity being set.",
"is_bot": false,
"headline": "Deal with number of available CPUs rather than number of online CPUs …",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-02-12T09:51:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7534c29ff85567c20219ca76171ac7b5fd71dbb9",
"body": "…uggestion courtesy of Pete Hyman.",
"is_bot": false,
"headline": "Give zpaq more headroom in case of relatively incompressible block. S…",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-02-12T09:32:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee5414bbe12be6db3af98f41139b495fd3265bd1",
"body": "…ly corrupt archives.",
"is_bot": false,
"headline": "Abort rather than attempt to allocate more ram than available on like…",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-02-12T09:28:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9702dece4ffc080a53d2acb0fa4fb406a24f610e",
"body": null,
"is_bot": false,
"headline": "Fail on attempting to have no output and show info.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-02-12T09:10:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "835fd30e35a2c0f6d78a59e6398809147b0d2ba8",
"body": null,
"is_bot": false,
"headline": "Disable inappropriate warning on small file compression.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-02-12T08:48:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed62b873f226f018213fe67d5eae35a6e031dafa",
"body": null,
"is_bot": false,
"headline": "Disable JIT on non x86 platforms for zpaq to build.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-02-12T08:35:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43d2f3dc70229acf8c064484242a0b17fb0fa1a2",
"body": "…y crafted file.",
"is_bot": false,
"headline": "Prevent attempted left shift of negative value of possibly maliciousl…",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-02-12T08:25:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21d97a3b6c2dc1f411c30ad09cf0e1cf05f0c683",
"body": "…ic header.",
"is_bot": false,
"headline": "Sanity check for potentially maliciously encoded expected size in mag…",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-02-12T08:10:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4eefa39477e5ca1cbd946e232a8cde0b00ddec26",
"body": null,
"is_bot": false,
"headline": "Remove Doxygen doc build, patch courtesy of Peter Hyman.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-02-12T07:15:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cfbf86e2f7c9ba2e6e9d71cff5c3fecab8b94d8",
"body": null,
"is_bot": false,
"headline": "Update github workflow to install libbz2",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-02-12T07:05:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a473e2318de3183546a6c001e238ace42734f77",
"body": null,
"is_bot": false,
"headline": "Fix incorrect number of parameters being passed to print_maxverbose.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-02-12T06:59:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c29eaa3aa5d9d1b6baa665015c610971984e8e36",
"body": null,
"is_bot": false,
"headline": "Silence dangling pointer warning in lzma enc code.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-02-12T04:45:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50ed4896a970f20c589dc91e14e365de3119f385",
"body": null,
"is_bot": false,
"headline": "Silence unitialised variable warnings.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-02-12T04:37:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acfd35587ea4913d484976cc32d8bf15babfa428",
"body": null,
"is_bot": false,
"headline": "Unused variable.",
"author_name": "ckolivas",
"author_login": "ckolivas",
"committed_at": "2026-02-12T04:34:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1242aecfed4c8f10b52204d66e2daafcc53f92ac",
"body": "build: fix incorrect use of shell commands in handmade libtool file",
"is_bot": false,
"headline": "Merge pull request #258 from eli-schwartz/dont-use-echo",
"author_name": "Con Kolivas",
"author_login": "ckolivas",
"committed_at": "2025-02-06T22:59:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc6342ea6151544d1cb8d0d366a97e34ec34e9c6",
"body": "The \"echo\" command was soft-deprecated from the shell programming\nlanguage in ~1992. There is no way to use it correctly if:\n\n- the \"-e\" or \"-n\" or \"-E\" or any other options are used\n- backslash escape sequences are used\n- the printed string contains shell variables containing either of the\n above\n\n[…]\nnewline to avoid producing a file without an\nend-of-line character on the last line of the file.\n\nFixes: https://github.com/ckolivas/lrzip/issues/257\nSigned-off-by: Eli Schwartz <eschwartz@gentoo.org>",
"is_bot": false,
"headline": "build: fix incorrect use of shell commands in handmade libtool file",
"author_name": "Eli Schwartz",
"author_login": "eli-schwartz",
"committed_at": "2025-02-06T15:53:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "15f5621928016eaf54c30356a68f68744f3c0104",
"body": null,
"is_bot": false,
"headline": "Creating Dockerfile (#238)",
"author_name": "Ahmed Eldaly",
"author_login": "ahmedeldaly097",
"committed_at": "2024-04-28T08:06:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f19396fba569c5ebe84e08b5e80984ece2dc5f4",
"body": null,
"is_bot": false,
"headline": "fix warnings during autoconf (#254)",
"author_name": "Jonathan Birge",
"author_login": "jonbirge",
"committed_at": "2024-04-28T08:04:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "813f06becf40bb085b9a5391922b7f52cb89ea1d",
"body": "…is passed to command line parameters, courtesy of Emil Williams.",
"is_bot": false,
"headline": "Fix 'Unable to work from STDIO while reading password' when password …",
"author_name": "Con Kolivas",
"author_login": "ckolivas",
"committed_at": "2023-06-29T05:52:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c6f6b5723cbb746790ae7186f4b5f3048d93470",
"body": "without this patch, the rpmlint check for executable stack\r\nfailed the build on openSUSE.",
"is_bot": false,
"headline": "Avoid executable stack (#243)",
"author_name": "Bernhard M. Wiedemann",
"author_login": null,
"committed_at": "2023-04-28T00:25:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d713d86af1a35251082469b16979136ceb635ed0",
"body": "* Create dockerfile\r\n\r\nCredit goes to @andyceo for making the initial one, I fixed it so it works now.\r\n\r\n* Update Dockerfile\r\n\r\nadd lz4-dev to last layer",
"is_bot": false,
"headline": "Create dockerfile (#235)",
"author_name": "Sean",
"author_login": "seano-vs",
"committed_at": "2022-11-02T00:38:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bd62530f9f15b8c21bfbb44942e53a8e2a5fbfc",
"body": null,
"is_bot": false,
"headline": "Remove build requirement for deprecated header.",
"author_name": "Con Kolivas",
"author_login": "ckolivas",
"committed_at": "2022-07-13T23:57:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "700ad23a2de5f0e9ac9e451468b7ee61aed80442",
"body": null,
"is_bot": false,
"headline": "Remove unused header.",
"author_name": "Con Kolivas",
"author_login": "ckolivas",
"committed_at": "2022-07-13T23:53:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dce1ab8ec84abd40e7fa736f902ab70206ee2603",
"body": "switch to chunk-wide read/write loops when loading and dumping in stdio mode",
"is_bot": false,
"headline": "Merge pull request #231 from tpwrules/fix-stdio",
"author_name": "Con Kolivas",
"author_login": "ckolivas",
"committed_at": "2022-07-13T23:36:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "469074b4a59d26566d388680a1154c522d9395c7",
"body": "…io mode\n\nThis fixes the high CPU usage and slow speeds observed when using\nstdio mode and temporary files need to be spilled to disk.",
"is_bot": false,
"headline": "switch to chunk-wide read/write loops when loading and dumping in std…",
"author_name": "Thomas Watson",
"author_login": "tpwrules",
"committed_at": "2022-07-10T18:33:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c079abb1701ad2a49a2ba721936decbab5ec0ec",
"body": "Added OpenBSD support (2nd attempt)",
"is_bot": false,
"headline": "Merge pull request #230 from rubenllorente/master",
"author_name": "Con Kolivas",
"author_login": "ckolivas",
"committed_at": "2022-06-26T10:25:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c50a224f8c4b716299c4696957959a238f8d794",
"body": null,
"is_bot": false,
"headline": "Added OpenBSD support",
"author_name": "Rubén Llorente",
"author_login": "rubenllorente",
"committed_at": "2022-06-26T10:07:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3495188cd8f2215a9feea201f3e05c1341ed95fb",
"body": "…o mode.",
"is_bot": false,
"headline": "Check for invalid repeated head that can lead to infinite loop in inf…",
"author_name": "Con Kolivas",
"author_login": "ckolivas",
"committed_at": "2022-04-12T09:05:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5e9a61fccfd7eff1475bd209e5db11824d88369",
"body": null,
"is_bot": false,
"headline": "Bump version and documentation.",
"author_name": "Con Kolivas",
"author_login": "ckolivas",
"committed_at": "2022-03-08T21:58:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdec0951d7a7a67a331f82d021ea2ae3039f99af",
"body": null,
"is_bot": false,
"headline": "Add warnings for low thread and memory usage.",
"author_name": "Con Kolivas",
"author_login": "ckolivas",
"committed_at": "2022-03-08T21:53:37Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 84,
"latest_release_at": "2026-07-13T05:02:07Z",
"latest_release_tag": "v0.7.1",
"releases_from_tags": false,
"days_since_last_push": 8,
"active_weeks_last_year": 4,
"days_since_latest_release": 8,
"mean_days_between_releases": 532.3
},
"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": []
},
"popularity": {
"forks": 89,
"stars": 687,
"watchers": 18,
"fork_history": {
"days": [
{
"date": "2010-06-25",
"count": 1
},
{
"date": "2011-04-21",
"count": 1
},
{
"date": "2011-05-07",
"count": 1
},
{
"date": "2011-12-05",
"count": 1
},
{
"date": "2012-12-06",
"count": 1
},
{
"date": "2013-07-18",
"count": 1
},
{
"date": "2014-01-28",
"count": 1
},
{
"date": "2014-03-08",
"count": 1
},
{
"date": "2014-05-16",
"count": 1
},
{
"date": "2014-09-14",
"count": 1
},
{
"date": "2015-01-02",
"count": 1
},
{
"date": "2015-03-20",
"count": 1
},
{
"date": "2015-08-03",
"count": 1
},
{
"date": "2015-11-29",
"count": 1
},
{
"date": "2016-06-11",
"count": 1
},
{
"date": "2016-07-27",
"count": 1
},
{
"date": "2016-11-13",
"count": 1
},
{
"date": "2017-06-04",
"count": 1
},
{
"date": "2017-06-06",
"count": 1
},
{
"date": "2017-10-16",
"count": 1
},
{
"date": "2017-11-27",
"count": 1
},
{
"date": "2017-12-01",
"count": 1
},
{
"date": "2018-03-04",
"count": 1
},
{
"date": "2018-05-08",
"count": 1
},
{
"date": "2018-06-13",
"count": 1
},
{
"date": "2018-06-14",
"count": 1
},
{
"date": "2018-07-13",
"count": 1
},
{
"date": "2018-07-31",
"count": 1
},
{
"date": "2018-12-03",
"count": 1
},
{
"date": "2019-02-24",
"count": 1
},
{
"date": "2019-03-06",
"count": 2
},
{
"date": "2019-05-28",
"count": 1
},
{
"date": "2019-08-09",
"count": 1
},
{
"date": "2019-09-12",
"count": 1
},
{
"date": "2019-11-14",
"count": 1
},
{
"date": "2020-02-29",
"count": 1
},
{
"date": "2020-03-18",
"count": 1
},
{
"date": "2020-04-08",
"count": 1
},
{
"date": "2020-10-14",
"count": 1
},
{
"date": "2020-12-15",
"count": 1
},
{
"date": "2021-02-08",
"count": 1
},
{
"date": "2021-03-11",
"count": 1
},
{
"date": "2021-03-23",
"count": 1
},
{
"date": "2021-07-11",
"count": 1
},
{
"date": "2021-09-17",
"count": 1
},
{
"date": "2022-01-04",
"count": 1
},
{
"date": "2022-01-23",
"count": 1
},
{
"date": "2022-02-27",
"count": 1
},
{
"date": "2022-03-20",
"count": 1
},
{
"date": "2022-03-27",
"count": 1
},
{
"date": "2022-04-11",
"count": 1
},
{
"date": "2022-05-19",
"count": 1
},
{
"date": "2022-05-27",
"count": 1
},
{
"date": "2022-05-29",
"count": 1
},
{
"date": "2022-06-16",
"count": 1
},
{
"date": "2022-06-26",
"count": 1
},
{
"date": "2022-07-16",
"count": 1
},
{
"date": "2022-08-18",
"count": 1
},
{
"date": "2022-09-09",
"count": 1
},
{
"date": "2022-09-26",
"count": 1
},
{
"date": "2022-10-31",
"count": 2
},
{
"date": "2022-11-17",
"count": 1
},
{
"date": "2023-01-10",
"count": 1
},
{
"date": "2023-01-11",
"count": 1
},
{
"date": "2023-04-27",
"count": 1
},
{
"date": "2023-04-29",
"count": 1
},
{
"date": "2023-09-19",
"count": 1
},
{
"date": "2023-10-29",
"count": 1
},
{
"date": "2024-04-06",
"count": 1
},
{
"date": "2024-04-13",
"count": 1
},
{
"date": "2024-06-25",
"count": 1
},
{
"date": "2024-12-05",
"count": 1
},
{
"date": "2024-12-14",
"count": 1
},
{
"date": "2025-01-04",
"count": 1
},
{
"date": "2025-01-11",
"count": 1
},
{
"date": "2025-01-20",
"count": 1
},
{
"date": "2025-02-06",
"count": 1
},
{
"date": "2025-02-08",
"count": 1
},
{
"date": "2025-02-14",
"count": 1
},
{
"date": "2025-04-30",
"count": 1
},
{
"date": "2025-05-04",
"count": 1
},
{
"date": "2025-08-13",
"count": 1
},
{
"date": "2025-08-16",
"count": 1
},
{
"date": "2025-12-04",
"count": 1
},
{
"date": "2026-07-10",
"count": 1
}
],
"complete": true,
"collected": 87,
"total_forks": 89
},
"star_history": {
"days": [
{
"date": "2010-03-28",
"count": 18
},
{
"date": "2010-04-17",
"count": 1
},
{
"date": "2010-05-08",
"count": 1
},
{
"date": "2010-06-23",
"count": 1
},
{
"date": "2010-07-29",
"count": 1
},
{
"date": "2010-08-27",
"count": 1
},
{
"date": "2010-09-02",
"count": 1
},
{
"date": "2010-09-20",
"count": 1
},
{
"date": "2010-10-14",
"count": 1
},
{
"date": "2010-11-02",
"count": 1
},
{
"date": "2010-12-19",
"count": 1
},
{
"date": "2011-01-07",
"count": 1
},
{
"date": "2011-04-25",
"count": 1
},
{
"date": "2011-06-23",
"count": 1
},
{
"date": "2011-06-28",
"count": 1
},
{
"date": "2011-07-23",
"count": 1
},
{
"date": "2011-11-23",
"count": 1
},
{
"date": "2011-12-11",
"count": 1
},
{
"date": "2012-03-07",
"count": 1
},
{
"date": "2012-04-04",
"count": 1
},
{
"date": "2013-08-05",
"count": 1
},
{
"date": "2013-08-22",
"count": 1
},
{
"date": "2013-08-23",
"count": 1
},
{
"date": "2013-09-07",
"count": 1
},
{
"date": "2013-10-24",
"count": 1
},
{
"date": "2013-12-02",
"count": 1
},
{
"date": "2013-12-14",
"count": 1
},
{
"date": "2014-01-20",
"count": 1
},
{
"date": "2014-02-16",
"count": 1
},
{
"date": "2014-06-21",
"count": 1
},
{
"date": "2014-08-01",
"count": 1
},
{
"date": "2014-08-21",
"count": 1
},
{
"date": "2014-10-01",
"count": 1
},
{
"date": "2014-12-15",
"count": 1
},
{
"date": "2014-12-22",
"count": 1
},
{
"date": "2014-12-31",
"count": 1
},
{
"date": "2015-01-12",
"count": 1
},
{
"date": "2015-02-04",
"count": 1
},
{
"date": "2015-02-26",
"count": 1
},
{
"date": "2015-03-12",
"count": 1
},
{
"date": "2015-03-31",
"count": 2
},
{
"date": "2015-04-13",
"count": 1
},
{
"date": "2015-05-04",
"count": 1
},
{
"date": "2015-05-06",
"count": 1
},
{
"date": "2015-05-10",
"count": 1
},
{
"date": "2015-06-03",
"count": 1
},
{
"date": "2015-06-10",
"count": 1
},
{
"date": "2015-06-17",
"count": 1
},
{
"date": "2015-06-21",
"count": 1
},
{
"date": "2015-07-13",
"count": 1
},
{
"date": "2015-08-01",
"count": 1
},
{
"date": "2015-08-03",
"count": 1
},
{
"date": "2015-08-09",
"count": 2
},
{
"date": "2015-08-14",
"count": 1
},
{
"date": "2015-08-29",
"count": 1
},
{
"date": "2015-09-10",
"count": 1
},
{
"date": "2015-09-22",
"count": 1
},
{
"date": "2015-10-02",
"count": 1
},
{
"date": "2015-10-04",
"count": 1
},
{
"date": "2015-10-15",
"count": 1
},
{
"date": "2015-10-26",
"count": 1
},
{
"date": "2015-10-29",
"count": 1
},
{
"date": "2015-11-09",
"count": 1
},
{
"date": "2015-12-25",
"count": 1
},
{
"date": "2016-01-27",
"count": 1
},
{
"date": "2016-02-08",
"count": 1
},
{
"date": "2016-02-09",
"count": 1
},
{
"date": "2016-02-12",
"count": 1
},
{
"date": "2016-02-13",
"count": 1
},
{
"date": "2016-02-18",
"count": 1
},
{
"date": "2016-02-26",
"count": 1
},
{
"date": "2016-03-01",
"count": 1
},
{
"date": "2016-03-03",
"count": 1
},
{
"date": "2016-03-07",
"count": 1
},
{
"date": "2016-03-16",
"count": 1
},
{
"date": "2016-03-17",
"count": 1
},
{
"date": "2016-04-10",
"count": 1
},
{
"date": "2016-04-15",
"count": 16
},
{
"date": "2016-04-16",
"count": 2
},
{
"date": "2016-04-17",
"count": 2
},
{
"date": "2016-04-18",
"count": 1
},
{
"date": "2016-04-19",
"count": 1
},
{
"date": "2016-04-22",
"count": 1
},
{
"date": "2016-04-23",
"count": 3
},
{
"date": "2016-04-29",
"count": 1
},
{
"date": "2016-05-03",
"count": 1
},
{
"date": "2016-05-10",
"count": 1
},
{
"date": "2016-06-03",
"count": 1
},
{
"date": "2016-06-06",
"count": 1
},
{
"date": "2016-06-11",
"count": 3
},
{
"date": "2016-06-12",
"count": 2
},
{
"date": "2016-06-13",
"count": 1
},
{
"date": "2016-06-14",
"count": 1
},
{
"date": "2016-06-26",
"count": 1
},
{
"date": "2016-07-02",
"count": 2
},
{
"date": "2016-07-05",
"count": 1
},
{
"date": "2016-07-23",
"count": 2
},
{
"date": "2016-07-27",
"count": 1
},
{
"date": "2016-08-02",
"count": 1
},
{
"date": "2016-08-03",
"count": 1
},
{
"date": "2016-08-04",
"count": 1
},
{
"date": "2016-08-05",
"count": 2
},
{
"date": "2016-08-09",
"count": 1
},
{
"date": "2016-08-22",
"count": 1
},
{
"date": "2016-08-31",
"count": 1
},
{
"date": "2016-09-03",
"count": 1
},
{
"date": "2016-09-21",
"count": 1
},
{
"date": "2016-09-29",
"count": 1
},
{
"date": "2016-10-04",
"count": 1
},
{
"date": "2016-10-05",
"count": 1
},
{
"date": "2016-10-10",
"count": 1
},
{
"date": "2016-10-21",
"count": 1
},
{
"date": "2016-10-22",
"count": 1
},
{
"date": "2016-10-27",
"count": 1
},
{
"date": "2016-11-12",
"count": 2
},
{
"date": "2016-11-13",
"count": 1
},
{
"date": "2016-11-23",
"count": 1
},
{
"date": "2016-12-05",
"count": 1
},
{
"date": "2016-12-06",
"count": 1
},
{
"date": "2017-01-07",
"count": 1
},
{
"date": "2017-01-23",
"count": 1
},
{
"date": "2017-01-31",
"count": 1
},
{
"date": "2017-02-03",
"count": 1
},
{
"date": "2017-02-07",
"count": 1
},
{
"date": "2017-02-24",
"count": 1
},
{
"date": "2017-02-26",
"count": 1
},
{
"date": "2017-03-03",
"count": 1
},
{
"date": "2017-03-07",
"count": 1
},
{
"date": "2017-03-12",
"count": 1
},
{
"date": "2017-03-22",
"count": 1
},
{
"date": "2017-04-09",
"count": 1
},
{
"date": "2017-04-11",
"count": 1
},
{
"date": "2017-04-27",
"count": 1
},
{
"date": "2017-04-28",
"count": 1
},
{
"date": "2017-05-10",
"count": 1
},
{
"date": "2017-05-19",
"count": 1
},
{
"date": "2017-05-26",
"count": 1
},
{
"date": "2017-05-27",
"count": 1
},
{
"date": "2017-05-30",
"count": 1
},
{
"date": "2017-06-07",
"count": 1
},
{
"date": "2017-06-19",
"count": 2
},
{
"date": "2017-06-29",
"count": 1
},
{
"date": "2017-07-05",
"count": 1
},
{
"date": "2017-07-06",
"count": 1
},
{
"date": "2017-07-27",
"count": 1
},
{
"date": "2017-08-14",
"count": 1
},
{
"date": "2017-10-04",
"count": 1
},
{
"date": "2017-10-12",
"count": 1
},
{
"date": "2017-10-23",
"count": 1
},
{
"date": "2017-11-13",
"count": 1
},
{
"date": "2017-11-20",
"count": 1
},
{
"date": "2017-11-21",
"count": 1
},
{
"date": "2017-11-26",
"count": 1
},
{
"date": "2017-12-15",
"count": 1
},
{
"date": "2017-12-16",
"count": 1
},
{
"date": "2017-12-19",
"count": 1
},
{
"date": "2018-01-02",
"count": 1
},
{
"date": "2018-01-03",
"count": 2
},
{
"date": "2018-02-07",
"count": 1
},
{
"date": "2018-02-17",
"count": 1
},
{
"date": "2018-03-06",
"count": 1
},
{
"date": "2018-03-09",
"count": 2
},
{
"date": "2018-03-19",
"count": 1
},
{
"date": "2018-03-21",
"count": 1
},
{
"date": "2018-03-27",
"count": 1
},
{
"date": "2018-03-30",
"count": 1
},
{
"date": "2018-04-01",
"count": 1
},
{
"date": "2018-04-03",
"count": 1
},
{
"date": "2018-04-04",
"count": 1
},
{
"date": "2018-04-07",
"count": 1
},
{
"date": "2018-04-09",
"count": 1
},
{
"date": "2018-04-18",
"count": 1
},
{
"date": "2018-04-23",
"count": 1
},
{
"date": "2018-05-13",
"count": 1
},
{
"date": "2018-05-23",
"count": 1
},
{
"date": "2018-05-30",
"count": 1
},
{
"date": "2018-06-01",
"count": 1
},
{
"date": "2018-06-17",
"count": 1
},
{
"date": "2018-06-23",
"count": 1
},
{
"date": "2018-07-10",
"count": 1
},
{
"date": "2018-07-13",
"count": 1
},
{
"date": "2018-07-17",
"count": 1
},
{
"date": "2018-08-02",
"count": 1
},
{
"date": "2018-08-24",
"count": 1
},
{
"date": "2018-09-09",
"count": 1
},
{
"date": "2018-09-20",
"count": 1
},
{
"date": "2018-09-29",
"count": 1
},
{
"date": "2018-10-05",
"count": 1
},
{
"date": "2018-11-02",
"count": 1
},
{
"date": "2018-11-25",
"count": 1
},
{
"date": "2018-11-26",
"count": 4
},
{
"date": "2018-12-03",
"count": 1
},
{
"date": "2018-12-13",
"count": 1
},
{
"date": "2018-12-14",
"count": 1
},
{
"date": "2018-12-18",
"count": 1
},
{
"date": "2019-01-26",
"count": 1
},
{
"date": "2019-01-29",
"count": 1
},
{
"date": "2019-02-07",
"count": 1
},
{
"date": "2019-02-13",
"count": 1
},
{
"date": "2019-02-20",
"count": 1
},
{
"date": "2019-02-23",
"count": 1
},
{
"date": "2019-02-25",
"count": 1
},
{
"date": "2019-03-04",
"count": 1
},
{
"date": "2019-03-12",
"count": 1
},
{
"date": "2019-04-03",
"count": 1
},
{
"date": "2019-04-23",
"count": 2
},
{
"date": "2019-04-28",
"count": 1
},
{
"date": "2019-04-30",
"count": 1
},
{
"date": "2019-05-10",
"count": 1
},
{
"date": "2019-06-01",
"count": 1
},
{
"date": "2019-06-06",
"count": 1
},
{
"date": "2019-06-07",
"count": 1
},
{
"date": "2019-06-16",
"count": 1
},
{
"date": "2019-06-26",
"count": 1
},
{
"date": "2019-06-27",
"count": 1
},
{
"date": "2019-06-29",
"count": 1
},
{
"date": "2019-07-18",
"count": 1
},
{
"date": "2019-07-21",
"count": 4
},
{
"date": "2019-07-22",
"count": 3
},
{
"date": "2019-07-23",
"count": 2
},
{
"date": "2019-07-24",
"count": 1
},
{
"date": "2019-08-09",
"count": 1
},
{
"date": "2019-08-12",
"count": 3
},
{
"date": "2019-08-16",
"count": 1
},
{
"date": "2019-08-28",
"count": 1
},
{
"date": "2019-08-31",
"count": 1
},
{
"date": "2019-09-24",
"count": 1
},
{
"date": "2019-09-28",
"count": 1
},
{
"date": "2019-10-02",
"count": 1
},
{
"date": "2019-10-14",
"count": 1
},
{
"date": "2019-11-01",
"count": 1
},
{
"date": "2019-11-02",
"count": 1
},
{
"date": "2019-11-14",
"count": 1
},
{
"date": "2019-12-13",
"count": 1
},
{
"date": "2020-01-02",
"count": 1
},
{
"date": "2020-01-10",
"count": 2
},
{
"date": "2020-01-16",
"count": 1
},
{
"date": "2020-02-12",
"count": 1
},
{
"date": "2020-03-07",
"count": 1
},
{
"date": "2020-03-21",
"count": 1
},
{
"date": "2020-03-23",
"count": 1
},
{
"date": "2020-04-14",
"count": 1
},
{
"date": "2020-04-15",
"count": 1
},
{
"date": "2020-04-17",
"count": 1
},
{
"date": "2020-04-22",
"count": 1
},
{
"date": "2020-05-12",
"count": 1
},
{
"date": "2020-05-19",
"count": 1
},
{
"date": "2020-06-01",
"count": 1
},
{
"date": "2020-06-10",
"count": 1
},
{
"date": "2020-06-15",
"count": 1
},
{
"date": "2020-06-22",
"count": 1
},
{
"date": "2020-07-01",
"count": 1
},
{
"date": "2020-07-05",
"count": 1
},
{
"date": "2020-07-13",
"count": 1
},
{
"date": "2020-07-14",
"count": 1
},
{
"date": "2020-07-25",
"count": 1
},
{
"date": "2020-08-04",
"count": 1
},
{
"date": "2020-08-05",
"count": 1
},
{
"date": "2020-08-12",
"count": 1
},
{
"date": "2020-08-19",
"count": 1
},
{
"date": "2020-08-26",
"count": 1
},
{
"date": "2020-08-27",
"count": 1
},
{
"date": "2020-09-05",
"count": 1
},
{
"date": "2020-09-20",
"count": 1
},
{
"date": "2020-09-22",
"count": 1
},
{
"date": "2020-09-30",
"count": 1
},
{
"date": "2020-10-01",
"count": 1
},
{
"date": "2020-10-04",
"count": 1
},
{
"date": "2020-10-18",
"count": 1
},
{
"date": "2020-10-19",
"count": 1
},
{
"date": "2020-11-01",
"count": 2
},
{
"date": "2020-11-03",
"count": 1
},
{
"date": "2020-11-09",
"count": 1
},
{
"date": "2020-11-13",
"count": 1
},
{
"date": "2020-11-27",
"count": 1
},
{
"date": "2020-11-29",
"count": 1
},
{
"date": "2020-12-06",
"count": 1
},
{
"date": "2020-12-16",
"count": 1
},
{
"date": "2020-12-24",
"count": 1
},
{
"date": "2020-12-25",
"count": 1
},
{
"date": "2021-01-11",
"count": 1
},
{
"date": "2021-01-12",
"count": 1
},
{
"date": "2021-01-18",
"count": 1
},
{
"date": "2021-01-20",
"count": 1
},
{
"date": "2021-01-23",
"count": 1
},
{
"date": "2021-02-05",
"count": 1
},
{
"date": "2021-02-10",
"count": 1
},
{
"date": "2021-02-12",
"count": 1
},
{
"date": "2021-02-17",
"count": 1
},
{
"date": "2021-02-20",
"count": 1
},
{
"date": "2021-02-21",
"count": 1
},
{
"date": "2021-02-22",
"count": 1
},
{
"date": "2021-02-26",
"count": 1
},
{
"date": "2021-03-01",
"count": 1
},
{
"date": "2021-03-02",
"count": 1
},
{
"date": "2021-03-05",
"count": 1
},
{
"date": "2021-03-06",
"count": 4
},
{
"date": "2021-03-07",
"count": 2
},
{
"date": "2021-03-12",
"count": 1
},
{
"date": "2021-03-14",
"count": 2
},
{
"date": "2021-03-24",
"count": 1
},
{
"date": "2021-03-29",
"count": 1
},
{
"date": "2021-04-24",
"count": 1
},
{
"date": "2021-04-27",
"count": 1
},
{
"date": "2021-05-06",
"count": 1
},
{
"date": "2021-05-17",
"count": 1
},
{
"date": "2021-05-18",
"count": 1
},
{
"date": "2021-05-24",
"count": 1
},
{
"date": "2021-06-04",
"count": 1
},
{
"date": "2021-06-17",
"count": 1
},
{
"date": "2021-06-22",
"count": 1
},
{
"date": "2021-06-27",
"count": 1
},
{
"date": "2021-06-30",
"count": 1
},
{
"date": "2021-07-03",
"count": 1
},
{
"date": "2021-07-12",
"count": 1
},
{
"date": "2021-08-02",
"count": 1
},
{
"date": "2021-08-26",
"count": 1
},
{
"date": "2021-08-29",
"count": 1
},
{
"date": "2021-09-04",
"count": 1
},
{
"date": "2021-09-07",
"count": 1
},
{
"date": "2021-09-09",
"count": 1
},
{
"date": "2021-09-18",
"count": 1
},
{
"date": "2021-10-02",
"count": 1
},
{
"date": "2021-10-03",
"count": 1
},
{
"date": "2021-10-05",
"count": 1
},
{
"date": "2021-10-15",
"count": 1
},
{
"date": "2021-10-20",
"count": 1
},
{
"date": "2021-10-30",
"count": 1
},
{
"date": "2021-11-08",
"count": 1
},
{
"date": "2021-11-14",
"count": 1
},
{
"date": "2021-11-22",
"count": 1
},
{
"date": "2021-11-25",
"count": 1
},
{
"date": "2021-12-01",
"count": 1
},
{
"date": "2021-12-04",
"count": 1
},
{
"date": "2021-12-09",
"count": 1
},
{
"date": "2021-12-10",
"count": 1
},
{
"date": "2021-12-14",
"count": 1
},
{
"date": "2021-12-19",
"count": 1
},
{
"date": "2021-12-22",
"count": 1
},
{
"date": "2021-12-27",
"count": 1
},
{
"date": "2021-12-28",
"count": 1
},
{
"date": "2021-12-31",
"count": 1
},
{
"date": "2022-01-03",
"count": 1
},
{
"date": "2022-01-09",
"count": 1
},
{
"date": "2022-01-19",
"count": 1
},
{
"date": "2022-01-23",
"count": 1
},
{
"date": "2022-01-26",
"count": 1
},
{
"date": "2022-01-28",
"count": 1
},
{
"date": "2022-01-29",
"count": 1
},
{
"date": "2022-02-11",
"count": 1
},
{
"date": "2022-02-16",
"count": 1
},
{
"date": "2022-02-27",
"count": 3
},
{
"date": "2022-02-28",
"count": 4
},
{
"date": "2022-03-01",
"count": 2
},
{
"date": "2022-03-02",
"count": 1
},
{
"date": "2022-03-03",
"count": 1
},
{
"date": "2022-03-04",
"count": 1
},
{
"date": "2022-03-27",
"count": 2
},
{
"date": "2022-03-28",
"count": 1
},
{
"date": "2022-03-31",
"count": 2
},
{
"date": "2022-04-08",
"count": 1
},
{
"date": "2022-04-28",
"count": 1
},
{
"date": "2022-05-04",
"count": 1
},
{
"date": "2022-05-09",
"count": 1
},
{
"date": "2022-05-15",
"count": 1
},
{
"date": "2022-05-30",
"count": 1
},
{
"date": "2022-06-05",
"count": 1
},
{
"date": "2022-06-23",
"count": 1
},
{
"date": "2022-06-25",
"count": 1
},
{
"date": "2022-06-26",
"count": 1
},
{
"date": "2022-06-29",
"count": 1
},
{
"date": "2022-06-30",
"count": 1
},
{
"date": "2022-07-03",
"count": 1
},
{
"date": "2022-07-12",
"count": 1
},
{
"date": "2022-07-14",
"count": 2
},
{
"date": "2022-07-18",
"count": 1
},
{
"date": "2022-07-25",
"count": 1
},
{
"date": "2022-07-29",
"count": 1
},
{
"date": "2022-08-17",
"count": 1
},
{
"date": "2022-08-18",
"count": 1
},
{
"date": "2022-08-19",
"count": 1
},
{
"date": "2022-08-25",
"count": 1
},
{
"date": "2022-08-27",
"count": 1
},
{
"date": "2022-09-01",
"count": 1
},
{
"date": "2022-09-06",
"count": 1
},
{
"date": "2022-09-08",
"count": 3
},
{
"date": "2022-09-09",
"count": 1
},
{
"date": "2022-09-10",
"count": 1
},
{
"date": "2022-10-08",
"count": 1
},
{
"date": "2022-10-10",
"count": 1
},
{
"date": "2022-10-24",
"count": 1
},
{
"date": "2022-10-26",
"count": 1
},
{
"date": "2022-11-03",
"count": 1
},
{
"date": "2022-11-11",
"count": 1
},
{
"date": "2022-11-14",
"count": 1
},
{
"date": "2022-11-18",
"count": 1
},
{
"date": "2022-12-11",
"count": 1
},
{
"date": "2022-12-13",
"count": 1
},
{
"date": "2022-12-20",
"count": 1
},
{
"date": "2022-12-21",
"count": 1
},
{
"date": "2022-12-27",
"count": 1
},
{
"date": "2023-01-10",
"count": 1
},
{
"date": "2023-01-11",
"count": 2
},
{
"date": "2023-01-25",
"count": 1
},
{
"date": "2023-02-01",
"count": 1
},
{
"date": "2023-02-16",
"count": 1
},
{
"date": "2023-02-20",
"count": 2
},
{
"date": "2023-03-02",
"count": 1
},
{
"date": "2023-03-11",
"count": 1
},
{
"date": "2023-03-25",
"count": 1
},
{
"date": "2023-03-28",
"count": 1
},
{
"date": "2023-03-29",
"count": 1
},
{
"date": "2023-03-31",
"count": 1
},
{
"date": "2023-04-09",
"count": 1
},
{
"date": "2023-04-11",
"count": 1
},
{
"date": "2023-04-17",
"count": 1
},
{
"date": "2023-04-19",
"count": 1
},
{
"date": "2023-04-21",
"count": 1
},
{
"date": "2023-04-29",
"count": 2
},
{
"date": "2023-05-02",
"count": 1
},
{
"date": "2023-05-09",
"count": 1
},
{
"date": "2023-05-14",
"count": 1
},
{
"date": "2023-05-16",
"count": 1
},
{
"date": "2023-05-17",
"count": 1
},
{
"date": "2023-05-18",
"count": 1
},
{
"date": "2023-05-26",
"count": 1
},
{
"date": "2023-06-09",
"count": 1
},
{
"date": "2023-06-11",
"count": 1
},
{
"date": "2023-06-14",
"count": 1
},
{
"date": "2023-06-20",
"count": 1
},
{
"date": "2023-06-22",
"count": 1
},
{
"date": "2023-07-10",
"count": 1
},
{
"date": "2023-07-13",
"count": 1
},
{
"date": "2023-07-29",
"count": 1
},
{
"date": "2023-08-01",
"count": 1
},
{
"date": "2023-08-16",
"count": 1
},
{
"date": "2023-08-17",
"count": 1
},
{
"date": "2023-08-23",
"count": 1
},
{
"date": "2023-09-03",
"count": 1
},
{
"date": "2023-09-05",
"count": 1
},
{
"date": "2023-09-06",
"count": 1
},
{
"date": "2023-10-08",
"count": 2
},
{
"date": "2023-10-09",
"count": 1
},
{
"date": "2023-10-12",
"count": 1
},
{
"date": "2023-10-14",
"count": 1
},
{
"date": "2023-10-19",
"count": 1
},
{
"date": "2023-11-08",
"count": 1
},
{
"date": "2023-11-11",
"count": 1
},
{
"date": "2023-11-16",
"count": 1
},
{
"date": "2023-11-17",
"count": 1
},
{
"date": "2023-11-21",
"count": 1
},
{
"date": "2023-11-27",
"count": 1
},
{
"date": "2023-11-30",
"count": 1
},
{
"date": "2023-12-03",
"count": 1
},
{
"date": "2023-12-09",
"count": 2
},
{
"date": "2023-12-18",
"count": 1
},
{
"date": "2024-01-08",
"count": 2
},
{
"date": "2024-01-14",
"count": 1
},
{
"date": "2024-01-16",
"count": 1
},
{
"date": "2024-01-20",
"count": 1
},
{
"date": "2024-01-23",
"count": 1
},
{
"date": "2024-01-26",
"count": 1
},
{
"date": "2024-01-31",
"count": 1
},
{
"date": "2024-02-03",
"count": 1
},
{
"date": "2024-02-17",
"count": 1
},
{
"date": "2024-03-04",
"count": 1
},
{
"date": "2024-03-07",
"count": 1
},
{
"date": "2024-03-24",
"count": 1
},
{
"date": "2024-03-27",
"count": 1
},
{
"date": "2024-03-30",
"count": 3
},
{
"date": "2024-03-31",
"count": 1
},
{
"date": "2024-04-01",
"count": 2
},
{
"date": "2024-04-03",
"count": 1
},
{
"date": "2024-04-06",
"count": 1
},
{
"date": "2024-04-10",
"count": 1
},
{
"date": "2024-04-15",
"count": 1
},
{
"date": "2024-04-16",
"count": 1
},
{
"date": "2024-04-21",
"count": 1
},
{
"date": "2024-04-26",
"count": 1
},
{
"date": "2024-04-27",
"count": 1
},
{
"date": "2024-04-28",
"count": 1
},
{
"date": "2024-04-29",
"count": 1
},
{
"date": "2024-04-30",
"count": 1
},
{
"date": "2024-05-01",
"count": 1
},
{
"date": "2024-05-02",
"count": 1
},
{
"date": "2024-05-07",
"count": 1
},
{
"date": "2024-05-08",
"count": 1
},
{
"date": "2024-05-09",
"count": 1
},
{
"date": "2024-05-10",
"count": 1
},
{
"date": "2024-05-12",
"count": 1
},
{
"date": "2024-05-13",
"count": 1
},
{
"date": "2024-05-21",
"count": 2
},
{
"date": "2024-05-22",
"count": 3
},
{
"date": "2024-06-22",
"count": 1
},
{
"date": "2024-06-27",
"count": 1
},
{
"date": "2024-06-28",
"count": 1
},
{
"date": "2024-07-01",
"count": 1
},
{
"date": "2024-07-09",
"count": 1
},
{
"date": "2024-07-17",
"count": 2
},
{
"date": "2024-07-26",
"count": 1
},
{
"date": "2024-08-17",
"count": 1
},
{
"date": "2024-08-28",
"count": 1
},
{
"date": "2024-08-30",
"count": 1
},
{
"date": "2024-09-14",
"count": 1
},
{
"date": "2024-10-01",
"count": 1
},
{
"date": "2024-10-05",
"count": 1
},
{
"date": "2024-10-09",
"count": 1
},
{
"date": "2024-10-11",
"count": 1
},
{
"date": "2024-10-15",
"count": 1
},
{
"date": "2024-10-23",
"count": 1
},
{
"date": "2024-11-01",
"count": 1
},
{
"date": "2024-11-10",
"count": 1
},
{
"date": "2024-11-18",
"count": 1
},
{
"date": "2024-11-26",
"count": 1
},
{
"date": "2024-12-03",
"count": 1
},
{
"date": "2024-12-08",
"count": 1
},
{
"date": "2024-12-10",
"count": 1
},
{
"date": "2024-12-24",
"count": 1
},
{
"date": "2024-12-27",
"count": 1
},
{
"date": "2024-12-29",
"count": 1
},
{
"date": "2025-01-07",
"count": 1
},
{
"date": "2025-01-21",
"count": 1
},
{
"date": "2025-01-22",
"count": 1
},
{
"date": "2025-01-30",
"count": 1
},
{
"date": "2025-02-01",
"count": 1
},
{
"date": "2025-02-02",
"count": 5
},
{
"date": "2025-02-08",
"count": 1
},
{
"date": "2025-02-10",
"count": 1
},
{
"date": "2025-02-14",
"count": 1
},
{
"date": "2025-02-19",
"count": 1
},
{
"date": "2025-02-25",
"count": 1
},
{
"date": "2025-02-28",
"count": 1
},
{
"date": "2025-03-07",
"count": 1
},
{
"date": "2025-03-08",
"count": 1
},
{
"date": "2025-03-12",
"count": 1
},
{
"date": "2025-03-14",
"count": 1
},
{
"date": "2025-03-17",
"count": 1
},
{
"date": "2025-03-23",
"count": 1
},
{
"date": "2025-03-24",
"count": 1
},
{
"date": "2025-03-26",
"count": 1
},
{
"date": "2025-03-28",
"count": 1
},
{
"date": "2025-04-02",
"count": 1
},
{
"date": "2025-04-14",
"count": 1
},
{
"date": "2025-04-19",
"count": 1
},
{
"date": "2025-04-20",
"count": 1
},
{
"date": "2025-05-09",
"count": 1
},
{
"date": "2025-05-10",
"count": 1
},
{
"date": "2025-05-20",
"count": 1
},
{
"date": "2025-05-22",
"count": 1
},
{
"date": "2025-05-29",
"count": 1
},
{
"date": "2025-06-01",
"count": 1
},
{
"date": "2025-06-03",
"count": 1
},
{
"date": "2025-06-09",
"count": 2
},
{
"date": "2025-06-22",
"count": 1
},
{
"date": "2025-07-02",
"count": 1
},
{
"date": "2025-07-04",
"count": 1
},
{
"date": "2025-07-13",
"count": 1
},
{
"date": "2025-07-17",
"count": 1
},
{
"date": "2025-07-29",
"count": 1
},
{
"date": "2025-08-04",
"count": 1
},
{
"date": "2025-08-05",
"count": 1
},
{
"date": "2025-08-12",
"count": 1
},
{
"date": "2025-08-25",
"count": 1
},
{
"date": "2025-09-01",
"count": 1
},
{
"date": "2025-09-24",
"count": 1
},
{
"date": "2025-10-14",
"count": 1
},
{
"date": "2025-11-04",
"count": 1
},
{
"date": "2025-11-19",
"count": 1
},
{
"date": "2025-11-20",
"count": 1
},
{
"date": "2025-11-29",
"count": 1
},
{
"date": "2025-12-07",
"count": 1
},
{
"date": "2026-01-04",
"count": 1
},
{
"date": "2026-01-19",
"count": 1
},
{
"date": "2026-01-28",
"count": 2
},
{
"date": "2026-01-29",
"count": 1
},
{
"date": "2026-02-13",
"count": 1
},
{
"date": "2026-02-15",
"count": 1
},
{
"date": "2026-02-19",
"count": 1
},
{
"date": "2026-02-22",
"count": 1
},
{
"date": "2026-02-24",
"count": 1
},
{
"date": "2026-03-13",
"count": 1
},
{
"date": "2026-03-18",
"count": 1
},
{
"date": "2026-03-27",
"count": 1
},
{
"date": "2026-05-04",
"count": 1
},
{
"date": "2026-05-28",
"count": 1
},
{
"date": "2026-06-10",
"count": 1
},
{
"date": "2026-06-13",
"count": 1
},
{
"date": "2026-06-17",
"count": 1
},
{
"date": "2026-06-24",
"count": 1
},
{
"date": "2026-06-25",
"count": 1
}
],
"complete": true,
"collected": 687,
"total_stars": 687
},
"open_issues_and_prs": 5
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 265132,
"source_files_sampled": 57,
"oversized_source_files": 4,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 60,
"open_issues": 3,
"closed_ratio": 0.984,
"closed_issues": 190,
"closed_unmerged_prs": 14
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "ckolivas",
"commits": 953,
"avatar_url": "https://avatars.githubusercontent.com/u/232249?v=4"
},
{
"type": "User",
"login": "pete4abw",
"commits": 19,
"avatar_url": "https://avatars.githubusercontent.com/u/10359685?v=4"
},
{
"type": "User",
"login": "irrequietus",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/231192?v=4"
},
{
"type": "User",
"login": "areading",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/7322623?v=4"
},
{
"type": "User",
"login": "ffontaine",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/1485263?v=4"
},
{
"type": "User",
"login": "ib",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/123327?v=4"
},
{
"type": "User",
"login": "jasontitus",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/870238?v=4"
},
{
"type": "User",
"login": "scop",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/109152?v=4"
},
{
"type": "User",
"login": "kata198",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/8461115?v=4"
},
{
"type": "User",
"login": "sebalos314",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/25386394?v=4"
}
],
"contributors_sampled": 29,
"top_contributor_share": 0.932
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"c-cpp.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 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 2 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 2/27 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"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": "24bffa12061337f328ae0a13f480a0f2c475fe86",
"ran_at": "2026-07-22T01:13:51Z",
"aggregate_score": 3.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-13T05:02:09Z",
"oldest_open_prs": [
{
"number": 237,
"created_at": "2022-11-17T06:50:16Z",
"last_comment_at": "2023-01-16T12:00:54Z",
"last_comment_author": "anon767"
},
{
"number": 271,
"created_at": "2026-07-17T18:36:29Z",
"last_comment_at": "2026-07-21T13:32:58Z",
"last_comment_author": "mathomp4"
}
],
"last_merged_pr_at": "2026-07-13T04:58:52Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 232,
"created_at": "2022-08-19T11:38:54Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 260,
"created_at": "2025-04-06T20:28:13Z",
"last_comment_at": "2026-02-12T11:52:31Z",
"last_comment_author": "ckolivas"
},
{
"number": 267,
"created_at": "2026-06-29T06:57:05Z",
"last_comment_at": "2026-07-21T13:28:41Z",
"last_comment_author": "mathomp4"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ckolivas/lrzip",
"host": "github.com",
"name": "lrzip",
"owner": "ckolivas"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"security": 35,
"vitality": 63,
"community": 60,
"governance": 53,
"engineering": 65
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 63,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"commits_last_year": 84,
"human_commit_share": 1,
"days_since_last_push": 8,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 8 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 8
}
}
],
"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": "84 commits in the last year",
"points": 17.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 84
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"releases_count": 4,
"latest_release_tag": "v0.7.1",
"releases_from_tags": false,
"days_since_latest_release": 8,
"mean_days_between_releases": 532.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 8 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~532.3 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 532.3
}
}
],
"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": 8,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 8 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 8
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 60,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"forks": 89,
"stars": 687,
"watchers": 18,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "687 stars",
"points": 46,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 687
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "89 forks",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 89
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "18 watchers",
"points": 6.8,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 18
}
}
],
"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 (GPL-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "GPL-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 53,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 29,
"top_contributor_share": 0.932
},
"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 93% of commits",
"points": 1.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 93
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "29 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 29
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"merged_prs": 60,
"open_issues": 3,
"closed_issues": 190,
"issue_closed_ratio": 0.984,
"closed_unmerged_prs": 14
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "98% of issues closed",
"points": 46,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 98
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "60/74 decided PRs merged",
"points": 31,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 60,
"decided": 74
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 2/27 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 65,
"inputs": {
"followers": 692,
"owner_type": "User",
"is_verified": null,
"owner_login": "ckolivas",
"public_repos": 18,
"account_age_days": 5959
},
"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": "692 followers of ckolivas",
"points": 20.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 692,
"login": "ckolivas"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "18 public repos, account ~16 yr old",
"points": 21.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 18
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 65,
"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": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 2 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "http://lrzip.kolivas.org",
"has_readme": true,
"has_docs_dir": true,
"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": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "http://lrzip.kolivas.org",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": 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": 35,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"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": 35,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.5
},
"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 2 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 2/27 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"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": "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": 7
},
"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": 43,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 9,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.17,
"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": "17 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 9.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 17,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.03,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "C (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "3 of the last 100 commits agent-authored or agent-credited",
"points": 6,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 3,
"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": 96,
"inputs": {
"primary_language": "C",
"largest_source_bytes": 265132,
"source_files_sampled": 57,
"oversized_source_files": 4
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "4/57 source files over 60KB",
"points": 51.1,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 57,
"oversized": 4
}
}
],
"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": [],
"report_type": "repository",
"generated_at": "2026-07-22T01:14:08.108533Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/ckolivas/lrzip.svg",
"full_name": "ckolivas/lrzip",
"license_state": "standard",
"license_spdx": "GPL-2.0"
}