Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 2112,
"has_wiki": false,
"homepage": null,
"languages": {
"C": 391420,
"C++": 595214,
"Ruby": 1142,
"CMake": 136161,
"Shell": 1136,
"Python": 25867,
"Makefile": 961
},
"pushed_at": "2026-07-25T11:34:10Z",
"created_at": "2026-03-20T14:13:45Z",
"owner_type": "User",
"updated_at": "2026-07-25T11:05:22Z",
"description": "lzcomplexity is a high-performance C++ library developed for complexity analysis using entropic magnitudes. The library provides efficient implementations for analyzing time series data, with applications in information theory, signal processing, and neuroscience.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "C++",
"significant_languages": [
"C++",
"C",
"CMake"
]
},
"owner": {
"blog": "https://pleros.odoo.com/",
"name": "Pleros",
"type": "User",
"login": "pleros-ai",
"company": null,
"location": null,
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/269727168?v=4",
"created_at": "2026-03-20T13:05:10Z",
"is_verified": null,
"public_repos": 2,
"account_age_days": 126
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2026-07-25T11:34:10Z"
},
{
"tag": "v0.13.0",
"kind": "minor",
"published_at": "2026-07-25T08:18:13Z"
},
{
"tag": "v0.12.0",
"kind": "minor",
"published_at": "2026-07-24T13:16:17Z"
},
{
"tag": "v0.11.0",
"kind": "minor",
"published_at": "2026-07-24T11:59:53Z"
},
{
"tag": "0.9.15",
"kind": "patch",
"published_at": "2026-04-07T03:18:46Z"
},
{
"tag": "${VERSION}",
"kind": "other",
"published_at": "2026-04-07T02:59:26Z"
}
],
"recent_commits": [
{
"oid": "062158ef5ec846ba441f48182e9e582876ba333e",
"body": "* feat: use the block-entropy EMC estimator\n\nMatch the Rust backend's new effective-measure-complexity estimator so the two\nbackends stay coherent. For each block size l, form H_l = l*C_LZ(u^{RS(l)})*log_k(N)/N\n(H_0 = 0), take the gain dH_l = H_l - H_{l-1}, and sum dH_l - h_hat where h_hat is the\nor\n[…]\net mismatch). Keep the g++/clang++ compile legs that validate\nthe C++ code.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: block-entropy EMC estimator (match Rust backend) (#5)",
"author_name": "Daniel Estevez",
"author_login": "El3ssar",
"committed_at": "2026-07-25T11:04:55Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "dbde0258d13281d5a6bf8817bab53de9fdbe7ce3",
"body": null,
"is_bot": false,
"headline": "chore: update python library version to 0.10.2",
"author_name": "Efren Aragon",
"author_login": "pleros-ai",
"committed_at": "2026-07-07T14:58:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97379ec4e639676848ecd2217847f7f402f019a8",
"body": null,
"is_bot": false,
"headline": "fix: use Python for find_package function",
"author_name": "Efren Aragon",
"author_login": "pleros-ai",
"committed_at": "2026-07-07T14:48:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c29f2ffc1ac9085581d354e0d43414d83a7a4bf6",
"body": "fix: information distance definition in core module",
"is_bot": false,
"headline": "fix: use information_distance name for python functions",
"author_name": "Efren Aragon",
"author_login": "pleros-ai",
"committed_at": "2026-07-07T14:29:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "680bb1934a9ed460c0b922ab6d659dea9c15584f",
"body": "- setup.py: add cmake arguments for find python on virtual environment\n- adjust the cmake options for Python executable and package finder\n- extend the cibuildwheel setup for use openMP and all python version for the build",
"is_bot": false,
"headline": "fix: go back to setup.py and upgrade the wheels.yml workflow",
"author_name": "Efren Aragon",
"author_login": "pleros-ai",
"committed_at": "2026-07-07T14:28:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "758012cc2f98430421c47c1f73dee6b77c849182",
"body": "…DME.md file",
"is_bot": false,
"headline": "fix: update python example and information distance definition in REA…",
"author_name": "Efren Aragon",
"author_login": "pleros-ai",
"committed_at": "2026-06-13T22:07:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae7158043269f291e182dbc41b08f00abd2c3817",
"body": "- migrate to pyproject.toml config file\n- unpack pair structured into idividual variables.",
"is_bot": false,
"headline": "fix: use pyproject.toml config file instead of setup.py",
"author_name": "Efren Aragon",
"author_login": "pleros-ai",
"committed_at": "2026-06-12T11:19:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d23de272840ed24c9c031e17a7125ed3647b5081",
"body": null,
"is_bot": false,
"headline": "fix: force python version on cmake script",
"author_name": "Efren Aragon",
"author_login": "pleros-ai",
"committed_at": "2026-06-11T08:54:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4da50e8456f13959323fcfa86d2e2bb33fb05fa",
"body": null,
"is_bot": false,
"headline": "chore: update the python version to v0.10.1",
"author_name": "Efren Aragon",
"author_login": "pleros-ai",
"committed_at": "2026-05-12T12:47:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc120fb7ab23c4b0a906d79f1afc1c1433f8e079",
"body": "…ectral\n\n- Replace monolithic PyLempelziv.cpp with focused PyCore.cpp (lz76, factorization, entropy, emc)\n- Add PyMetrics.cpp for distance metrics (nid, rid)\n- Remove obsolete bindings: PySequence.cpp, PyStructures.cpp, PySuffixarray.cpp, PyUtils.cpp\n- Update main.cpp module registration and PySpectral includes to match new structure",
"is_bot": false,
"headline": "refactor(python): modularize bindings into PyCore, PyMetrics and PySp…",
"author_name": "Efren Aragon",
"author_login": "pleros-ai",
"committed_at": "2026-05-11T21:53:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21905cffad0c24ac24fa5eb0b673a719e07a02f9",
"body": "…the cask file",
"is_bot": false,
"headline": "fix: use a github action in the homebrew-lzcomplexity repo to update …",
"author_name": "Efren Aragon",
"author_login": "pleros-ai",
"committed_at": "2026-04-07T04:09:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a414de8b3adb3a300c35655f3d559f860ab3c7f6",
"body": "- add ubuntu package to the release\n- configurate a fixed number for the release version\n- add the `HOMEBREW_TAP_TOKEN` in github remote configuration for homebrew-lzcomplexity",
"is_bot": false,
"headline": "fix: update release files and github token permission",
"author_name": "Efren Aragon",
"author_login": "pleros-ai",
"committed_at": "2026-04-07T03:16:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acea02b4c5ed318b4816a6a80254a7baab1674cd",
"body": null,
"is_bot": false,
"headline": "feat: add github job for deploy lzcomplexity as a homebrew cask package",
"author_name": "Efren Aragon",
"author_login": "pleros-ai",
"committed_at": "2026-04-07T02:57:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79a876a02f017d5b9342151e9b73bcc73b8734cb",
"body": null,
"is_bot": false,
"headline": "chore: update to v0.9.15",
"author_name": "Efren Aragon",
"author_login": "pleros-ai",
"committed_at": "2026-03-28T03:20:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c875beab8b93e417ce031e3d752868c4f50de3a3",
"body": "- extract default LZ_Args into a variable.\n- define LZ_Args parameter as a reference in all functions.",
"is_bot": false,
"headline": "fix: improve function parameters",
"author_name": "Efren Aragon",
"author_login": "pleros-ai",
"committed_at": "2026-03-28T03:17:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6954f115734c13f59b61b5f5fa659181246b6fba",
"body": null,
"is_bot": false,
"headline": "fix: update ubuntu registry before install dependecies",
"author_name": "Efren Aragon",
"author_login": "pleros-ai",
"committed_at": "2026-03-27T16:09:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef672c5fd7267fd1b4c619d20464b008fbb5174f",
"body": null,
"is_bot": false,
"headline": "chore: update changelog file in debian package",
"author_name": "Efren Aragon",
"author_login": "pleros-ai",
"committed_at": "2026-03-27T15:55:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51be824a6ca14e59a139efb6109bdf8c88749ab4",
"body": null,
"is_bot": false,
"headline": "chore: update to version v0.9.14",
"author_name": "Efren Aragon",
"author_login": "pleros-ai",
"committed_at": "2026-03-27T15:54:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b1285a9c90c3c25a79e70a4b2eac3dd58b4636e",
"body": "…the random shuffle variable in the `lz76` function.",
"is_bot": false,
"headline": "fix: remove the call to paired random shuffle and properly initilize …",
"author_name": "Efren Aragon",
"author_login": "pleros-ai",
"committed_at": "2026-03-27T15:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c58999131041786ffcef494da759c667e4014868",
"body": null,
"is_bot": false,
"headline": "chore: update contact email to support@pleros.ai",
"author_name": "Efren Aragon",
"author_login": "pleros-ai",
"committed_at": "2026-03-27T15:46:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f60cfec8af46601c7f888a1ce4aa3c666ebe766a",
"body": null,
"is_bot": false,
"headline": "chore: upgrade to v0.9.13",
"author_name": "Efren Aragon",
"author_login": "pleros-ai",
"committed_at": "2026-03-24T16:51:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5718832685dda2a6f677021a6b624a2fcdbd983",
"body": "from: (Clz(x,y) - min(Clz(x), Clz(y))) / max(Clz(x), Clz(y))\nto: max(Clz(x,y)-Clz(x), Clz(y,x)-Clz(y)) / max(Clz(x), Clz(y))",
"is_bot": false,
"headline": "feat: modify lz76InformationDistance formulation",
"author_name": "Efren Aragon",
"author_login": "pleros-ai",
"committed_at": "2026-03-24T16:48:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4ce6b5648e373b4217435420196bcdf93618fa7",
"body": null,
"is_bot": false,
"headline": "fix: overrite the previous lz application",
"author_name": "Efren Aragon",
"author_login": "pleros-ai",
"committed_at": "2026-03-24T16:42:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86c0a7bbc51824cffc6fe8b4f0e3c7218bede930",
"body": "…3.14",
"is_bot": false,
"headline": "fix(ci): update pypa/cibuildwheel action to v3.4.0 to support Python …",
"author_name": "Efren Aragon",
"author_login": "pleros-ai",
"committed_at": "2026-03-20T22:22:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4918892d3c5e1d0d8795e00319c3a011a6da36a5",
"body": "- wheels: add python 3.13 and 3.14\n- lzdistance: remove extra build source package generation",
"is_bot": false,
"headline": "fix: improve github workflow",
"author_name": "Efren Aragon",
"author_login": "pleros-ai",
"committed_at": "2026-03-20T21:50:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02e2f23324d12195e80e39ffb3cea0a91990ab87",
"body": "…anually",
"is_bot": false,
"headline": "fix(ci): add option to deploy wheels when the workflow is triggered m…",
"author_name": "Efren Aragon",
"author_login": "pleros-ai",
"committed_at": "2026-03-20T18:14:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b54dee985413c028c9648c68b1d5733cea6b334c",
"body": null,
"is_bot": false,
"headline": "fix: add .so libraries in the lzdistance debian build",
"author_name": "Efren Aragon",
"author_login": "pleros-ai",
"committed_at": "2026-03-20T18:01:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be0ea9d9dbbc0c9b5bcd59d609d28e34ccb92c92",
"body": null,
"is_bot": false,
"headline": "fix(ci): add .so libraries for debian build",
"author_name": "Efren Aragon",
"author_login": "pleros-ai",
"committed_at": "2026-03-20T17:55:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f14794d9a67e64ff8e5f24e0ddb696f8bd1de83",
"body": "…cated",
"is_bot": false,
"headline": "fix: update to actions/setup-python@v6 because of Node.js 20 is depre…",
"author_name": "Efren Aragon",
"author_login": "pleros-ai",
"committed_at": "2026-03-20T17:48:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa6cd15c74c600d2d0da7f11a5d5fbb6a803111d",
"body": "…ate launchpad user in CI/CD workflows",
"is_bot": false,
"headline": "fix: include span definition if exists in general header file and upd…",
"author_name": "Efren Aragon",
"author_login": "pleros-ai",
"committed_at": "2026-03-20T17:35:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3de9cf114220f6ca77ce2aefc1ab23468bf43bdf",
"body": null,
"is_bot": false,
"headline": "chore: upgrade to v0.9.12",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2026-03-20T16:34:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a423802478f7417d72a7be90d187beb2e0f1d048",
"body": "…d workflows\n\n- Bump version to 0.9.11 (CMake, setup.py, workflows, manpages)\n- Restructure Debian packaging for lzcomplexity (package renames, .install/.symbols updates)\n- Add new Debian packaging for lzdistance (control/rules/install/symbols/source options)\n- Add Launchpad deploy job for lzdistance CI and align lzcomplexity deploy flow\n- Update man pages terminology (effective measure complexity) and support contact",
"is_bot": false,
"headline": "chore(release): bump to 0.9.11 and update Debian packaging + Launchpa…",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2026-03-20T14:37:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce18236b0b3224584bbc88543125b1917bce1c84",
"body": null,
"is_bot": false,
"headline": "fix: use `std::span` only when the c++20 or later is used",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2026-03-16T17:50:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea688baf85a7096767ef8f39480493fc56e0bada",
"body": null,
"is_bot": false,
"headline": "chore: update to v0.9.11",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2026-03-16T16:39:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65c83997bb3949ce21b85e16da47d76aca018cd3",
"body": "…and changelog note",
"is_bot": false,
"headline": "chore(debian): update debian specifications for deploy package names …",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2026-03-16T16:35:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09a11e739fee372f3d533a0598635f3f3ea1417a",
"body": null,
"is_bot": false,
"headline": "fix(python): update python binding with new lzcore adjustment",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2026-03-16T16:27:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26ed62a2e86ba6f7423144450cd655209c590bee",
"body": "…just CaPS SA construct\n\n- Extend lz::sequence constructors/assignments (string_view/span/array/initializer_list/char*)\n- Change charDensity to return integer counts\n- Rename shuffle/excess fields to emc_value and excess_entropy_dist to emc_entropy_dist across core + CLI + Python\n- Update CaPS_SA::construct signature to infer n from input vector and align Python bindings\n- Update standalone CLI options (jobs default handling, TSV support, output formatting) and minor formatting fixes",
"is_bot": false,
"headline": "refactor(core): expand sequence API; rename excess metrics to emc; ad…",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2026-03-16T16:24:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdba31078fe40dad9c32d141f791333c5703700c",
"body": null,
"is_bot": false,
"headline": "fix(ppa): inlcude man page in debian install",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2026-03-16T05:17:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b90c2bb0b49d61859f5b5cf8ebcce83b11d76658",
"body": null,
"is_bot": false,
"headline": "fix(ppa): change cmake path in the debian liblzcomplexity.install file",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2026-03-16T05:16:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a0df1109aa3c3b0a76ec5651c774a9bcd1b89c6",
"body": "- change findTBB.cmake for remove the dependency on `FIND_PACKAGE_HANDLE_STANDARD_ARGS` function.\n- update the ubuntu workflow for create a parch with the changes\n- deploy v0.9.10",
"is_bot": false,
"headline": "fix: update findTBB and build workflow",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2026-03-16T04:27:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2136a88108ffa8fed7cd7d7e5eb0b14c49241db1",
"body": "- split the launchpad build and upload for upload only once the .orig.tar.gz file.\n- generate a deterministic .orig.tar.gz file.\n- add SORVERSION env varaible for github workflow.\n- add build dependencies for debian package: cmake, g++, libtbb-dev, and zlib1g-dev.\n- add options file for ignore files in the debian build process.\n- try to download the .orig.tar.gz file from launchpad PPA. Create it from local sources if it does not exist.\n- upgrade to v0.9.9",
"is_bot": false,
"headline": "fix(ci): upload one debian packages for each distribution",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2026-03-15T01:55:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cc01db9d370f63daba22438d9b4e75ab5fe6fd8",
"body": "… control\n\n- change the debian build for different distros like ubuntu 22.04 and 24.04\n- add cmake and g++ as Build-Depends in the debian control file",
"is_bot": false,
"headline": "fix(ci): update build workflow for ubuntu and build depends in debian…",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2026-03-14T04:44:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7d702144857c6e076a5a41c48a7356fab7b4600",
"body": null,
"is_bot": false,
"headline": "test(ci): update email of mantainer to the same of the PPA owner",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2026-03-14T04:14:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ba4ca7ecaa8f6f6b962b0888a67dd5792ba92ca",
"body": "…*source.changes and .dsc files for upload the package to the PPA",
"is_bot": false,
"headline": "text(ci): build an unsigned debian package from sources and sign the …",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2026-03-14T04:00:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67499912d9675c218b233b2649746c756b1e6095",
"body": "- add automatic changelog file with `dch` command\n- add generic debian folder with basic configurations for the build\n- update actions/checkout to v5\n- update actions/upload-artifac to v6",
"is_bot": false,
"headline": "test(ci): use a debian folder for debien package build",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2026-03-13T04:58:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13ba399dd4694b6ed4e463079bf2691a1d739636",
"body": null,
"is_bot": false,
"headline": "fix(python): hide project.toml and use setup.py for python build",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2026-03-12T19:25:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44a95e0648d5ddc273b61ce91425914d92417977",
"body": "- install .deb package for source generation\n- generate a basic debian folder and use `debuild` over the builded package\n- upload *.changes files with dput",
"is_bot": false,
"headline": "ci(test): imrpove deb package generation",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2026-03-03T16:52:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d423eef2381e2467b3a4543f736f4dbd22d42569",
"body": null,
"is_bot": false,
"headline": "ci(test): list downloaded artifact and upload the .deb file directly",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2026-03-02T23:59:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fd509a2a46d4defe4fa56b916a9a57784aab9b1",
"body": null,
"is_bot": false,
"headline": "ci(test): remove unnecessary `ls` command in workflow job",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2026-03-02T23:42:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e30ccc23c33a930fb2c250320147ce7bbfa36bf3",
"body": "- enable git and dput configurations\n- download artifact with the package from build job",
"is_bot": false,
"headline": "ci(test): deploy .deb package to launchpad PPA",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2026-03-02T23:32:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e251fd6fca1ff3cb8ba0ea20920d355a8135070",
"body": null,
"is_bot": false,
"headline": "ci(test): enable the step for upload .deb file to launchpad PPA",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2026-03-02T22:49:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ffb98881cb57aa9c04d04abaef49cfa5ddc00c5",
"body": "…ONENTS_GROUPING as ONE_PER_GROUP for generate source .tar.gz",
"is_bot": false,
"headline": "ci(test): comment ssh step on build workflow and configure CPACK_COMP…",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2026-03-02T22:32:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5974e69e9f35694bac3762626b4eb4e2561bd94",
"body": "…ange order of job steps",
"is_bot": false,
"headline": "test: add CPACK_SOURCE_PACKAGE_FILE_NAME for source generation and ch…",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2026-03-02T19:26:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fa8477b6293bef2e5b14f210b3dd9be31edd0ef",
"body": "- add another ssh verification.\n- test the creatio of debian source package.\n- add cpack source generation option to TGZ in debian packaging.",
"is_bot": false,
"headline": "test: deploy the .deb package to Launchpad PPA",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2026-03-02T18:01:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ae36a04a7527b5866a12e17a744592d783ea1e1",
"body": "…_part_`) on CaPS object",
"is_bot": false,
"headline": "fix: remove duplicated variable `c` (same functionality as `pivot_per…",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2026-03-02T17:33:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94c1a48bab845a4b5b574810bea941ede1f86fbc",
"body": "…eploy-launchpad",
"is_bot": false,
"headline": "fix: split the job of the linux package creation in build-linux and d…",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2026-03-02T17:29:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2326d3e1507559b9cf74977edf42aab344fe206",
"body": "- add get_platform_info function to lzMacros\n- add platform ID and version to debian package name",
"is_bot": false,
"headline": "fix: update cmake configurations",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2026-03-02T06:24:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00455bf98ff8fe2d01533d494cf373d36b335084",
"body": null,
"is_bot": false,
"headline": "fix: clean lzcomplexity workflow and change package name generation",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2026-03-02T04:48:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d55726ea4db9a9bf813c47b44cd4e4372b4620f9",
"body": "- force TBB_TEST to OFF\n- update LZ_INSTALL_HEADERS for keep multi-level structure on header path\n- clean comments on cmake files\n- update effecive measure complexity name on python documentation",
"is_bot": false,
"headline": "fix: update cmake configurations and code styling",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2026-02-27T15:16:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "952b8d36dc4f4297cf395957e30c3102bb3572dd",
"body": null,
"is_bot": false,
"headline": "feat: add the original algorithm definition of LZ76",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2026-02-13T05:36:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05821876a46cdf8ef116cb2031f37d03795f46a5",
"body": "* refactor: move constants to details namespace and improve code organization\n\n- Move ALPHABET_SIZE and NO_ALPHABET constants to details namespace\n- Move ALL_LINES and UNDEFINED_LINES sentinel values to details namespace\n- Add LineRange struct to details namespace for better organization\n- Replace L\n[…]\nis less than the threshold\n\n* fix: use const over constexpr when return a std::string for compilers compatibility\n\n* chore: format the python package files and update the use of ALPHABET_SIZE constant",
"is_bot": false,
"headline": "feat: generate the directed graph between sequences (#10)",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2026-02-13T05:34:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6421125a346993f3601342a43d6d30a6d59747a9",
"body": "- use ranges transform function in sequences\n- change the README.md text about the library\n- comment unused variables in lempelziv.cpp",
"is_bot": false,
"headline": "revert: optimize map function in sequence class",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2026-02-10T16:25:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9702fa83baabbc0539973a08927b6d0635f0cb6e",
"body": null,
"is_bot": false,
"headline": "chore: upgrade to v0.9.8",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2026-02-10T04:03:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f768808f889cfa4e476e166aaf398d535ba37421",
"body": "…oved performance\n\n- Replace std::set with std::unordered_set in DetermineAlphabet() for O(1) lookups\n- Simplify charDensity() using map's default initialization instead of contains() check\n- Replace manual loop in NoZeroes() with std::count algorithm\n- Fix operator^= to properly modify sequence elements using indexed access\n- Improve DetermineAlphabet() using unordered_set for keep unique elements",
"is_bot": false,
"headline": "refactor: optimize sequence class with modern C++ algorithms and impr…",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2026-02-10T01:57:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d56699be769f178e876490b855c2b92b44e69be",
"body": "- Add DNA, RNA, and FASTA format descriptions to format option help text\n- Implement automatic format detection based on file extension (.fna, .fasta, .gz for FASTA, .csv for CSV)",
"is_bot": false,
"headline": "feat: add automatic format detection for FASTA and CSV files",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2026-02-10T01:48:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab85af43c38c222e2e114f10444a33f4b219c14a",
"body": "* fix: gather common util functions of stadnalone to an external file\n\n* fix: re-export only needed functions from utils.hpp\n\n* fix: remove colors from general header\n\n* fix: consolidate standalone header files and improve organization\n\n- Merge messages.h content into config_complexity.hpp (renamed \n[…]\nge inline constexpr to constexpr for namespace-level constants\n- Add inline to constexpr functions and factory functions for ODR compliance\n\n* fix: clear the initial vector for store the DNA sequences",
"is_bot": false,
"headline": "feat: support fasta file format for read DNA (#9)",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2026-02-10T01:43:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f0391799ab3e4f4f224f8199d70374814f704a22",
"body": null,
"is_bot": false,
"headline": "fix: remove deprecated macos-13 runner from github workflow",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2026-02-08T17:07:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd662e9b98bd0554a9b418ff962fe45719986b5b",
"body": "- feat: add support for multiple parallel engine (OpenMP and Cilk)\n- fix: improve cmake configurations",
"is_bot": false,
"headline": "chore: upgrade to v0.9.7",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2026-02-08T16:53:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4187f1dc7e270d471028f59554a7a935084d0a47",
"body": "* feat(cmake): dynamic configuration of parallel libraries: OpenMP, TBB or Cilk\n\n* chore: update README and refactor parallel backend architecture\n\n- Update README.md with comprehensive parallel backend documentation:\n - Document support for OpenMP, TBB, Cilk, and sequential fallback\n - Add detail\n[…]\necy\n\n* fix: add TBB::tbb directly as dependency\n\n* fix: change patch name and find_package tbb for dependency\n\n* fix: disable CPACK_DEBIAN_PACKAGE_SHLIBDEPS when use builtin tbb library (temporal fix)",
"is_bot": false,
"headline": "feat: improve parallel handler (#8)",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2026-02-08T16:48:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cc4eaaa59b6c0d774c921a196303d649eff4d3e4",
"body": "…ameters of LZ_Flags for solve compiler warnings",
"is_bot": false,
"headline": "chore: remove unused variables and change the order of contructor par…",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2026-02-06T15:57:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84befe2798a7a63cb83d780e07fc66b2905f0ff7",
"body": null,
"is_bot": false,
"headline": "fix: remove OpenMP for now",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2026-02-06T15:38:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1cb03d757ddb1d2b456268dacc2366e4c209b26",
"body": "…nization\n\nRestructure CMakeLists.txt with:\n- Update minimum CMake version from 3.5 to 3.21\n- Add comprehensive header comments and section dividers\n- Reorganize options into logical groups (sanitizers, libraries, Python, apps, documentation, features)\n- Create reusable INTERFACE libraries for common build configurations:\n - lz_compiler_options: compiler warnings and C++20 features\n - lz_sanitizers: sanitizer instrumentation\n - lz_parallel: threading",
"is_bot": false,
"headline": "chore: modernize CMake configuration with improved structure and orga…",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2026-02-06T04:18:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7923947bc8cda86a5a6bed66ceae1f49d563cc7a",
"body": null,
"is_bot": false,
"headline": "fix: switch push methods by emplace back",
"author_name": "Efren Aragon",
"author_login": null,
"committed_at": "2026-01-27T17:26:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28680a6b42fa8a74dd7d662e3398ab4bb5ae66ab",
"body": null,
"is_bot": false,
"headline": "fix: add author field in article bibtex note",
"author_name": "Efren Aragon",
"author_login": null,
"committed_at": "2026-01-06T22:21:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61a7760320ae6afd5ad3f5f2b0a0d2addce38826",
"body": "Add detailed docstrings to Python bindings covering:\n- File-level descriptions for PyLempelziv.cpp and PySequence.cpp\n- Class documentation for LZ_Result, LempelZiv, and sequence classes\n- Method parameter and return value descriptions\n- Usage examples and code snippets\n- Property documentation with type hints and descriptions\n- __repr__ methods for better debugging output\n- Cross-references between related methods and classes",
"is_bot": false,
"headline": "chore: add comprehensive Python bindings documentation",
"author_name": "Efren Aragon",
"author_login": null,
"committed_at": "2026-01-06T04:34:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfad041d01c4fdbb4ee1029ecc687a67161eed4d",
"body": "Add detailed Doxygen documentation comments to flags.hpp and lzApp.hpp covering:\n- File-level descriptions and module relationships\n- Structure member documentation for LZ_Output and LZ_Flags\n- Function parameter and return value descriptions\n- Algorithm explanations for LZ76 complexity measures\n- Usage notes and prerequisites for batch processing functions\n- Cross-references between related structures and functions",
"is_bot": false,
"headline": "chore: add comprehensive documentation to LZ76 batch processing API",
"author_name": "Efren Aragon",
"author_login": null,
"committed_at": "2026-01-06T04:22:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6e6ef60f4fe015dda4e602884b1391b4b0a654e",
"body": null,
"is_bot": false,
"headline": "feat: add man page installation for lzcomplexity and lzdistance",
"author_name": "Efren Aragon",
"author_login": null,
"committed_at": "2025-12-30T04:27:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3497683f0e37a0f0db8047440ffc6c898561a50d",
"body": null,
"is_bot": false,
"headline": "chore: update documentation comments in suffix array module",
"author_name": "Efren Aragon",
"author_login": null,
"committed_at": "2025-12-30T04:02:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8386e1e80aa2d6c7313b1a5f5bf3811f8966610c",
"body": null,
"is_bot": false,
"headline": "chore: update documentation comments in core module",
"author_name": "Efren Aragon",
"author_login": null,
"committed_at": "2025-12-30T03:55:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c189db61c169091ac45b5266f002eb46ccb2992",
"body": null,
"is_bot": false,
"headline": "ci: add the job for build static libraries",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2025-11-05T17:29:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b4ce8ad9c32e09893575944a9aa2e32f6af307b",
"body": null,
"is_bot": false,
"headline": "chore: upgrade to version 0.9.6",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2025-11-05T16:48:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5bede40120ce63e2dda82a3ce30242040d554d6",
"body": null,
"is_bot": false,
"headline": "fix: check pointer before call std::free on it",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2025-10-31T14:52:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0b88ed0f145024e009abb952bda0cc15c830760",
"body": "…tring.",
"is_bot": false,
"headline": "fix: redefine the number of partitions when construct the SA from a s…",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2025-10-22T03:55:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e032f37d47c5b0e3bc9a25e8dbf1bdd86d3f7685",
"body": null,
"is_bot": false,
"headline": "feat: add optional function calls by compiler flag PLEROS_INTERNAL",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2025-10-22T02:47:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47133ebde480760768ef84005df157804a2bfd00",
"body": null,
"is_bot": false,
"headline": "fix: output command spelling and add space delimiter csv format",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2025-10-22T02:27:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc9f4257a86bbe83326e7b28293158d2623939d6",
"body": null,
"is_bot": false,
"headline": "fix: workflows for python and publish .deb files",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2025-05-01T15:41:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51a6478a6c40a4167498a62c9734fec4281a5353",
"body": null,
"is_bot": false,
"headline": "chore: update to version v0.9.5",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2025-05-01T15:41:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "840bb7792ff1bf8783c628be2a18b9924edf85c1",
"body": null,
"is_bot": false,
"headline": "test: use CIBW_ENVIRONMENT for pass cmake args to build",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2025-05-01T02:22:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5ae2c8cc1034dacf15e92ffcfad21aa7c617019",
"body": null,
"is_bot": false,
"headline": "test: use CIBW_CMAKE_OPTIONS for cmake options in workflow",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2025-05-01T02:05:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "752577448919b7b16e4b57090d7c14fa699171f6",
"body": null,
"is_bot": false,
"headline": "test: use cibuildwheel module directly in workflow",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2025-04-30T14:13:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a57e49c0076579aeb18a2e8eef7bf7a3ab0ef362",
"body": "* fix: read PNM files\n\n* feat: add spectral entropy calculation to the core and python libraries\n\n* feat: refactor code of spectral entropy and add doc messages\n\n* fix: run jobs when push a new version and change cibuidlwheel action params\n\n* fix: config python build and generate wheel from the sour\n[…]\nn\n\n* fix: add documentation for spectral python function\n\n* fix: specify the python executable for cmake config\n\n---------\n\nCo-authored-by: Efren Aragon <47220071+front10devs@users.noreply.github.com>",
"is_bot": false,
"headline": "feat: add spectral entropy to the core and the python libraries (#7)",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2025-04-30T14:13:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "601104f7c32ac459ba7054869d4ff2fe9df0671b",
"body": null,
"is_bot": false,
"headline": "fix: read PNM files",
"author_name": "Efren Aragon",
"author_login": "front10devs",
"committed_at": "2025-03-19T22:51:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5afc82cfe78b40552fda572aa85c30a0de4b5211",
"body": null,
"is_bot": false,
"headline": "fix: use log base from params or sequences for calculation",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2025-03-12T04:38:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69696b168ffec6a5a2f7926e4970a16ffebd5bfa",
"body": null,
"is_bot": false,
"headline": "chore: update python version to 0.9.4",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2025-03-06T15:48:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0db4112f79589926c50f8454e3e1603439bf6f7d",
"body": null,
"is_bot": false,
"headline": "fix: description of python lib and wheels compile",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2025-03-06T15:45:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "591b7de96b2eca7e9a665d3c5731cb4ad6b65b14",
"body": null,
"is_bot": false,
"headline": "fix: remove unnecessary code from workflow and python configs",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2025-03-06T05:17:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e85fec332b1fc363ab8f553a6b96df3e814b385",
"body": null,
"is_bot": false,
"headline": "feat: remove wheel generation from Ubuntu 24 and run workflows manually",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2025-03-06T05:06:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c87c4dabc7ca512611c970759cdb526a7ff3fbb",
"body": null,
"is_bot": false,
"headline": "fix: python classifiers for generated file",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2025-03-06T03:52:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8730ea6e04fb08789a25a53805da28ab0d3d1ef",
"body": "* feat: migrate to nanobind for python binding\n\n* fix: remove unnecessary code and try get/set state\n\n* fix: comment upload deb package to launchpad\n\n* fix: remove unnecessary code\n\n* feat: remove pybind11 dependency\n\n* fix: remove pybind11 and activate upload whl to PyPI\n\n* fix: add specific header file with the functions for sequence and lempelziv\n\n* fix: python main workflow and spelling function name",
"is_bot": false,
"headline": "feat: migrate to nanobind for python binding (#6)",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2025-03-06T03:37:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bd58a5b28b61ccd7b2fe2a6093da6412499e7ec",
"body": null,
"is_bot": false,
"headline": "fix: add python build to PRs",
"author_name": "Efren Aragon",
"author_login": "efrenaragon96",
"committed_at": "2025-03-04T05:57:21Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 84,
"latest_release_at": "2026-07-25T11:34:10Z",
"latest_release_tag": "v1.0.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 19,
"days_since_latest_release": 0,
"mean_days_between_releases": 21.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": "lzcomplexity",
"exists": true,
"license": null,
"keywords": [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Programming Language :: Python :: 3",
"Programming Language :: Rust",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Information Analysis",
"Topic :: Software Development :: Libraries"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/lzcomplexity/",
"is_deprecated": false,
"latest_version": "1.0.0",
"repository_url": "https://github.com/pleros-ai/lzcomplexity",
"versions_count": 10,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 2559,
"first_published_at": "2026-03-20T18:07:56.226019Z",
"latest_published_at": "2026-07-25T11:36:25.457181Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 0,
"stars": 2,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 1456091,
"source_files_sampled": 71,
"oversized_source_files": 5,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"pyproject.toml",
"setup.py"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 6,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "efrenaragon96",
"commits": 203,
"avatar_url": "https://avatars.githubusercontent.com/u/72843880?v=4"
},
{
"type": "User",
"login": "pleros-ai",
"commits": 29,
"avatar_url": "https://avatars.githubusercontent.com/u/269727168?v=4"
},
{
"type": "User",
"login": "front10devs",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/47220071?v=4"
},
{
"type": "User",
"login": "El3ssar",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/71988329?v=4"
}
],
"contributors_sampled": 4,
"top_contributor_share": 0.849
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"cmake.yml",
"lzcomplexity_build.yml",
"lzdistance_build.yml",
"master_build.yml",
"master_build_static.yml",
"pull_request.yml",
"wheels.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": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 1/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"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": 8,
"reason": "10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 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": "062158ef5ec846ba441f48182e9e582876ba333e",
"ran_at": "2026-07-25T11:37:12Z",
"aggregate_score": 4.3,
"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": null,
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-25T11:34:03Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/pleros-ai/lzcomplexity",
"host": "github.com",
"name": "lzcomplexity",
"owner": "pleros-ai"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"security": 43,
"vitality": 80,
"community": 32,
"governance": 49,
"engineering": 67
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 80,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"commits_last_year": 84,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 19
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "19/52 weeks with commits",
"points": 13.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 19
}
}
],
"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": "10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8",
"points": 8,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 6,
"latest_release_tag": "v1.0.0",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 21.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 6
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~21.9 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 21.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": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 32,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 2,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 2
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "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
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 57,
"inputs": {
"packages": [
"lzcomplexity"
],
"dependents": null,
"ecosystems": "pypi",
"total_downloads": null,
"monthly_downloads": 2559
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,559 downloads/month across pypi",
"points": 45.4,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2559,
"ecosystems": "pypi"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 49,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 21,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 4,
"top_contributor_share": 0.849
},
"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 85% of commits",
"points": 3.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 85
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "4 contributors",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 4
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 6,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "6/6 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 6,
"decided": 6
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "critical",
"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": 18,
"inputs": {
"followers": 0,
"owner_type": "User",
"is_verified": null,
"owner_login": "pleros-ai",
"public_repos": 2,
"account_age_days": 126
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "0 followers of pleros-ai",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "pleros-ai"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "2 public repos, account ~0 yr old",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 2
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"lzcomplexity"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on pypi",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "pypi"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "10 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 10
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 67,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "7 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 7
}
}
],
"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": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"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": 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": null,
"points": 0,
"status": "missed",
"details": [],
"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": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 43,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 1/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"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": "10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "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": 2
},
"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": 48,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"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": "100 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 100,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.01,
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "1 of the last 100 commits agent-authored or agent-credited",
"points": 2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"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": 1456091,
"source_files_sampled": 71,
"oversized_source_files": 5
},
"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": "5/71 source files over 60KB",
"points": 51.1,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 71,
"oversized": 5
}
}
],
"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",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"deps.dev does not index pypi:lzcomplexity@1.0.0; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-25T11:37:19.449179Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/p/pleros-ai/lzcomplexity.svg",
"full_name": "pleros-ai/lzcomplexity",
"license_state": "standard",
"license_spdx": "MIT"
}