Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 13860,
"has_wiki": false,
"homepage": null,
"languages": {
"C++": 102156,
"CMake": 7349,
"Python": 1201
},
"pushed_at": "2026-07-17T09:20:57Z",
"created_at": "2021-10-12T12:43:36Z",
"owner_type": "User",
"updated_at": "2026-07-27T09:31:17Z",
"description": "Fast, hierarchical, sparse Voxel Grid",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MPL-2.0",
"default_branch": "main",
"license_spdx_raw": "MPL-2.0",
"primary_language": "C++",
"significant_languages": [
"C++"
]
},
"owner": {
"blog": "https://x.com/facontidavide",
"name": "Davide Faconti",
"type": "User",
"login": "facontidavide",
"company": null,
"location": "Barcelona",
"followers": 1887,
"avatar_url": "https://avatars.githubusercontent.com/u/2822888?v=4",
"created_at": "2012-11-17T18:54:23Z",
"is_verified": null,
"public_repos": 143,
"account_age_days": 5000
},
"license": {
"state": "standard",
"spdx_id": "MPL-2.0",
"raw_spdx": "MPL-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.6.1",
"kind": "patch",
"published_at": "2026-07-17T09:20:57Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2024-11-10T16:15:47Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2024-11-09T21:04:52Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2024-08-01T19:27:53Z"
}
],
"recent_commits": [
{
"oid": "85ddae6ab4b12ffe1c78e68da314fc6d8402ac93",
"body": "Two correctness bugs made ProbabilisticMap overestimate occupancy\ncompared to octomap::OcTree (+17% occupied voxels on a real 3381-scan\nlidar dataset, identical input and parameters):\n\n- The per-scan update gate compared a 4-bit cell tag against a counter\n cycling 1,2,3: any cell whose last update \n[…]\ntical 952,956 touched\ncells). updateFreeCells is now public, as the addHitPoint/addMissPoint\ndocumentation already instructed callers to use it.\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix ProbabilisticMap free-space carving and per-scan update dedup (#61)",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2026-07-17T09:18:41Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9525dba892b98ca3fbc263cb12abcebb07c29068",
"body": "* Fix segfault caused by false cache hit on unallocated leaf nodes\n\n* feat: added gtests",
"is_bot": false,
"headline": "Fix accessor null cache (#59)",
"author_name": "dimric",
"author_login": "r-dimajo",
"committed_at": "2026-03-11T14:22:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e8e63f847689d9c591bca52f31a914e9896c602",
"body": "* Fix compilation eror on rolling\n\nSigned-off-by: mini-1235 <mauricepurnawan@gmail.com>\n\n* Update CMakeLists.txt\n\nSigned-off-by: mini-1235 <mauricepurnawan@gmail.com>\n\n---------\n\nSigned-off-by: mini-1235 <mauricepurnawan@gmail.com>",
"is_bot": false,
"headline": "Fix compilation error on rolling (#56)",
"author_name": "mini-1235",
"author_login": "mini-1235",
"committed_at": "2025-10-20T16:37:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cae52f1affcc9ff2c0da59b712927a04608b660b",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2025-10-14T09:54:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02d401b1ce38bce870c6704bcd4e35a56a641411",
"body": "Signed-off-by: Iván López Broceño <ivanlpzbrc01@gmail.com>\nCo-authored-by: Davide Faconti <davide.faconti@gmail.com>",
"is_bot": false,
"headline": "remove pcl segmentation deps (#54)",
"author_name": "Iván López Broceño",
"author_login": "ivrolan",
"committed_at": "2025-09-14T15:07:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f10ddfc8301d6a93ed835813101c1095ec2ed6f",
"body": "Signed-off-by: Iván López Broceño <ivanlpzbrc01@gmail.com>",
"is_bot": false,
"headline": "fix typo: segementation -> segmentation (#53)",
"author_name": "Iván López Broceño",
"author_login": "ivrolan",
"committed_at": "2025-09-14T15:06:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8918d18830da625a5be7888e2e308bf1cb4d9211",
"body": "* Adds CMake and package.xml dependencies\n\n* Fix missing lib prefix",
"is_bot": false,
"headline": "Adds missing CMake and package.xml dependencies (#51)",
"author_name": "Henning Kayser",
"author_login": "henningkayser",
"committed_at": "2025-09-10T15:41:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47ffd0a2917c899f6199dfa71445481164298006",
"body": null,
"is_bot": false,
"headline": "fix serialization (#48)",
"author_name": "Marc Bestmann",
"author_login": "SammyRamone",
"committed_at": "2025-04-07T08:59:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4432bfe070fd68da24ba359f2089893b66077f2b",
"body": null,
"is_bot": false,
"headline": "Fix #35 and #43: don't add invalid points",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2024-12-09T16:01:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44b74e99425a462fe0513939383a6ed2950de051",
"body": "* Add missing include std::function in grid_allocator\r\n\r\n* Remove debug printout in Bonxai::Serialize",
"is_bot": false,
"headline": "Add missing include for std::function in grid_allocator (#39)",
"author_name": "Alexander Hinze",
"author_login": "KitsuneAlex",
"committed_at": "2024-12-08T10:50:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34af004246e3ddd6d844670ebff77b4a86bb005d",
"body": null,
"is_bot": false,
"headline": "Fix voxelization around axes (#37)",
"author_name": "Tiziano Guadagnino",
"author_login": "tizianoGuadagnino",
"committed_at": "2024-12-01T10:48:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6635c27244d6efad35f72cf61876dd017b451527",
"body": null,
"is_bot": false,
"headline": "Fix const (#36)",
"author_name": "Tiziano Guadagnino",
"author_login": "tizianoGuadagnino",
"committed_at": "2024-11-25T18:25:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5e1353805dab7e646227094b9de8e72f5421311",
"body": null,
"is_bot": false,
"headline": "Fix prime number in hash function (#34)",
"author_name": "Ignacio Vizzo",
"author_login": "nachovizzo",
"committed_at": "2024-11-22T10:28:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77863653f9202184418dd6352fe173f75f85b634",
"body": null,
"is_bot": false,
"headline": "cleanup",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2024-11-10T16:09:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "002b340df5402d281d6d6b9d537eb19d50dbeda9",
"body": null,
"is_bot": false,
"headline": "fix compilation in windows",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2024-11-10T15:55:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b7510b3f56c11ac16e15b5777117d9fc3b8bfc8",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into v0.7",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2024-11-10T15:54:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83150da436238d2004c9ee9e0104ee0105b4e4e3",
"body": null,
"is_bot": false,
"headline": "cleanup",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2024-11-10T12:35:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b60ed52075fde1ce01e548d98ebc072c54f75fd",
"body": null,
"is_bot": false,
"headline": "fix serialization",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2024-11-10T12:26:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ff70000f520e2612ab388f3106d2962474c809d",
"body": "Found that there was a missing include that was causing compilation to fail on Ubuntu23\r\n\r\nSigned-off-by: Arjo Chakravarty <arjoc@intrinsic.ai>\r\nCo-authored-by: Davide Faconti <davide.faconti@gmail.com>",
"is_bot": false,
"headline": "Fix compilation error on GCC13 (#30)",
"author_name": "Arjo Chakravarty",
"author_login": "arjo129",
"committed_at": "2024-11-10T12:11:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eaeac38e98e4dac96324e4e02ed7ab342d4c6598",
"body": null,
"is_bot": false,
"headline": "add releaseUnusedMemory",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2024-11-10T12:04:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32a3b89f1fb0d5422398fa0d9c869f3063c98763",
"body": null,
"is_bot": false,
"headline": "seems to work as expected",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2024-11-10T11:55:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95473a7ddfdb78bd6b4999b63be0d71ccdeb7e17",
"body": null,
"is_bot": false,
"headline": "WIP",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2024-11-10T11:16:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87eb85454bc643a78886678d5ab5a6341eb04484",
"body": null,
"is_bot": false,
"headline": "new formatting",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2024-11-10T10:48:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc45086306d05e4372f6218381a7a9b7551b2b2d",
"body": null,
"is_bot": false,
"headline": "bug fix",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2024-11-10T10:36:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8f56e4f003b5991a1b832f3db9a60fd73df8d87",
"body": null,
"is_bot": false,
"headline": "fix previous commit",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2024-11-09T21:01:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b65a7c3152cc56758a0816074c0a65fcb6ee5dc",
"body": null,
"is_bot": false,
"headline": "fix memUsage",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2024-11-09T15:26:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e21884e3f10cb98a586cba3b7f0cb97460435d1a",
"body": null,
"is_bot": false,
"headline": "adding memory pool",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2024-11-09T15:15:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e2aa9f76ae403234d1c32dad462bbf5bf2e6e79",
"body": null,
"is_bot": false,
"headline": "minor change",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2024-10-30T14:35:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08bcd664fa0bf450c0b5fb237fedcc17b52d9ac1",
"body": null,
"is_bot": false,
"headline": "0.1.0",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2024-10-08T09:17:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b64f81c7e7713f4cf2af49b71680e85a8e6605a8",
"body": null,
"is_bot": false,
"headline": "make VoxelGrid movable and linting",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2024-10-08T09:16:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e994174fb2562675553396aed4bb51b1b7502705",
"body": null,
"is_bot": false,
"headline": "tutorial",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2024-08-09T15:41:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7db6f0d60c38851b2676cd5a16193d8fb4f4941a",
"body": null,
"is_bot": false,
"headline": "better tutorial",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2024-08-09T15:41:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "670fafcd2afd7e7f947f5e2eaa2cae4636610ae9",
"body": null,
"is_bot": false,
"headline": "fix const accessor",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2024-08-01T12:32:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fb31606606d8fb02fd4420836d33caab6245238",
"body": null,
"is_bot": false,
"headline": "add example",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2024-08-01T11:04:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36311d99ccebd8f30c47580215cbb62fcfb19405",
"body": null,
"is_bot": false,
"headline": "add const version of forEachVisitor",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2024-08-01T11:04:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4047b460624abc3e94d43bcc5394d919d251b62e",
"body": null,
"is_bot": false,
"headline": "add ConstAccessor",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2024-08-01T10:21:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5f32b1debb15482d7a026262c0cd59a64cb413b",
"body": null,
"is_bot": false,
"headline": "change float <-> int conversion",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2024-07-24T13:54:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6de273de90d674a29700cf22097a216b0f72503",
"body": null,
"is_bot": false,
"headline": "make methods const",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2024-07-17T12:25:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c70f0f28190e0e64e7951b858237949934af5c6f",
"body": null,
"is_bot": false,
"headline": "fix",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2024-07-01T11:21:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efd2be2830ee54a22e4f4c7eab8cff4b3050dd33",
"body": "* max_range_ used when inserting the pointcloud in bonxai\r\n\r\nSigned-off-by: ivrolan <ivanlpzbrc01@gmail.com>\r\n\r\n* deactivate max_range filter when max_range param is less than 0\r\n\r\nSigned-off-by: ivrolan <ivanlpzbrc01@gmail.com>\r\n\r\n---------\r\n\r\nSigned-off-by: ivrolan <ivanlpzbrc01@gmail.com>",
"is_bot": false,
"headline": "Fix: max_range_ used when inserting the pointcloud in bonxai (#28)",
"author_name": "Iván López Broceño",
"author_login": "ivrolan",
"committed_at": "2024-06-20T09:56:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "827180c3cdd07e190c05115ba76fcc8ac902b467",
"body": null,
"is_bot": false,
"headline": "Fix examples and serialization (#22)",
"author_name": "jjd9",
"author_login": "jjd9",
"committed_at": "2023-12-11T11:17:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3ee5b5ba9df9d76814896fb32782270bff78493",
"body": "ament_cpplint flagged these",
"is_bot": false,
"headline": "minor style fixes (#20)",
"author_name": "Michael Ferguson",
"author_login": "mikeferguson",
"committed_at": "2023-11-29T21:57:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "534eed6fc3780ab7eecc6dd2e503489eadde2745",
"body": null,
"is_bot": false,
"headline": "Fix missing () operator on mask() (#14)",
"author_name": "Jose Luis Blanco-Claraco",
"author_login": "jlblancoc",
"committed_at": "2023-10-22T20:23:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dff8b2928661f8b57b8cf8de68da9ca83509cdde",
"body": null,
"is_bot": false,
"headline": "Warn about bit twiddling (#15)",
"author_name": "Griswald Brooks",
"author_login": "griswaldbrooks",
"committed_at": "2023-10-22T20:22:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bb72b2ac86d9d56e18c1d1766d4f57a1517de39",
"body": null,
"is_bot": false,
"headline": "Remove check for nullptr in dtor (#16)",
"author_name": "Griswald Brooks",
"author_login": "griswaldbrooks",
"committed_at": "2023-10-22T20:21:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69f1fbe24cd6e88922e925de240c878a27ce5286",
"body": null,
"is_bot": false,
"headline": "Fix random typos (#17)",
"author_name": "Sebastian Castro",
"author_login": "sea-bass",
"committed_at": "2023-10-22T20:20:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b66c472d390e118459b677444060b3e6c830cb62",
"body": null,
"is_bot": false,
"headline": "fixing the type problem in insertPointCloud function (#13)",
"author_name": "David Čapek",
"author_login": "DavidCapek",
"committed_at": "2023-09-27T17:54:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "417915c5d7a31c99889e6caef285aeb33edb0d7b",
"body": null,
"is_bot": false,
"headline": "minor change",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-26T10:10:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae4366aa631fb7abec7b58931225914f23bcf265",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-25T09:56:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b60bbae238f675f35427633b507b7aafc97d1264",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-25T09:55:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "214d82e78980949f9e033a1ea33ad0f701dc9ed2",
"body": null,
"is_bot": false,
"headline": "adding missing functions",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-25T09:53:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3c9a249aa88e8a106540f8aabb8d3afd2c5fd28",
"body": null,
"is_bot": false,
"headline": "avoid unordered_set",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-25T09:43:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4424696452ea2dfeabdf63493333e55473285775",
"body": null,
"is_bot": false,
"headline": "fix type and expose functions",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-25T09:34:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4c3839850a401cf06d57f8e8bdd2670f84d4a72",
"body": null,
"is_bot": false,
"headline": "fix",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-25T09:06:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c667beb284fcb79a36b0f825ffdd3000cbab35a3",
"body": null,
"is_bot": false,
"headline": "minor changes",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-25T08:52:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74777cd1445238f5cf2be3b8d6c0fdb27da2a346",
"body": null,
"is_bot": false,
"headline": "cherry picking from #12",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-25T08:51:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ea38f174bc4b484b3810a24c38914879df6d429",
"body": null,
"is_bot": false,
"headline": "readme updated",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-24T14:26:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d26e2ab50192da015499a54c6c0f7b9a1145de7a",
"body": null,
"is_bot": false,
"headline": "furst ROS commit",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-24T14:21:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96985cbc24b88ff3ad4282ddc9e4fb1002306fdd",
"body": null,
"is_bot": false,
"headline": "renaming ConverTo to ConvertPoint",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-21T07:48:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f724f2999017f2221323201cc9184bf005eaba9",
"body": null,
"is_bot": false,
"headline": "performance optimization",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-21T07:35:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9100365c752538431b1869c555f2e0b60894053c",
"body": null,
"is_bot": false,
"headline": "define ProvabilityMap::Vector3D",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-20T21:32:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca44c59fb89bbc1ce1df265fb2286f0fcc5881dc",
"body": null,
"is_bot": false,
"headline": "conver to double",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-20T21:24:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c35659e06142b8747cae0b421242e979339df85",
"body": null,
"is_bot": false,
"headline": "fix issue mentioned in #11",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-20T21:06:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36b91f3fd11b316b244d6f74bedb9d1270bc8975",
"body": null,
"is_bot": false,
"headline": "point3d stuff",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-20T16:47:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6c9fabc159269d1202e9129d78f4d81e29a4862",
"body": null,
"is_bot": false,
"headline": "universal point converter",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-20T16:39:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbbc792d075aefa91d8b94e325645c34b32822d6",
"body": null,
"is_bot": false,
"headline": "clang format",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-20T12:03:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37aead3a927956f4bc43bef66cb26d12663ce173",
"body": null,
"is_bot": false,
"headline": "remove one multiplication",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-19T14:32:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "affe7f13c64d17ec1c8415182598b66e85d8dc96",
"body": null,
"is_bot": false,
"headline": "cosmetic changes",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-19T13:56:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60f6cfe823ede799c583e75647630673ac0610cc",
"body": null,
"is_bot": false,
"headline": "better benchmark",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-19T10:57:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fb83e979e241a43a61a732e885876c332bbf872",
"body": null,
"is_bot": false,
"headline": "updated clangformat",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-19T10:27:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f74ffa3467ef11b44ae77712d9f7973cf1e25833",
"body": null,
"is_bot": false,
"headline": "readme",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-19T10:09:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acedfbc1adc6d9db0daa87bf0ea556dea9643bce",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-19T09:55:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c766411bb115e3c0e1ffb1df569a06d54c6f0893",
"body": null,
"is_bot": false,
"headline": "files renamed",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-19T09:50:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a778af24e38c1bdbaae21b86c7307d51f58ef07d",
"body": null,
"is_bot": false,
"headline": "move to single file",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-19T09:47:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bd04f7cc4c66745061fb5cc9c0e2fa6b731ceb3",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-19T09:04:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "858c5677bd814c25258925a5fe40f37f8205ba49",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of github.com:facontidavide/Bonxai",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-19T08:04:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "367cac8517561b75e64b2ebd3d7017d85cc7bd40",
"body": null,
"is_bot": false,
"headline": "comment fix",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-19T08:03:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be789f461a0b7eb5e90d83b34ac8d37c60c637cf",
"body": null,
"is_bot": false,
"headline": "convert Grid into a class",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-19T08:02:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e18654dd018af2e44689afe000c98d5a6c4e2926",
"body": null,
"is_bot": false,
"headline": "Small typo (#9)",
"author_name": "Jose Luis Blanco-Claraco",
"author_login": "jlblancoc",
"committed_at": "2023-09-18T23:02:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e93d2a6ca92505a7eb2016a5201f0c1c0e355b4",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-18T08:19:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f4de1c71ee26ebd032a262876583838834cf9ce",
"body": null,
"is_bot": false,
"headline": "readme updated",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-18T08:13:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "075413f64eff59b5cdd4c42985014fee35dc9d0a",
"body": null,
"is_bot": false,
"headline": "templated insertPointcloud",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-18T06:38:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da4a61ebec97df276b7b9ddd289ba84875d09404",
"body": null,
"is_bot": false,
"headline": "removed",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-17T20:22:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd3bd6a23885a23881518354a251987003ee52fe",
"body": null,
"is_bot": false,
"headline": "add skip_octree",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-17T20:22:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1b0df6fc5e704b2a917bead4102d97f9646bd1b",
"body": null,
"is_bot": false,
"headline": "further fix",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-17T16:49:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25c2557eccbceaf95505774efdca3cc891f71e01",
"body": null,
"is_bot": false,
"headline": "bug fixed. it works",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-17T16:43:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59aca470a5bf3c189f46a3cad75c8b5cc67853c3",
"body": null,
"is_bot": false,
"headline": "WIP",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-17T15:47:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "585869435712c8bdd0b4005d92cc266a46c6cccb",
"body": null,
"is_bot": false,
"headline": "seems to work",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-17T13:57:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b92b520d87e29646c87a43824920754e9880ff5d",
"body": null,
"is_bot": false,
"headline": "WIP",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-15T13:53:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "416b607f11cd67c64affd80ca636299c26424ab1",
"body": null,
"is_bot": false,
"headline": "add back min time",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-14T15:17:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7d344ec85b2335b46b61748193eb899433ca1dc",
"body": null,
"is_bot": false,
"headline": "minor changes",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-14T14:58:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c549511ba2996ed5fcda89e6fcca63ec1d7c857b",
"body": null,
"is_bot": false,
"headline": "WIP",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-14T14:11:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05a27eed61c9a09cf40a6968461e2535816e5662",
"body": null,
"is_bot": false,
"headline": "WIP",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-13T12:00:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04d03e4872808d3dc74fa7eb6ecb8c3ffb43abc2",
"body": null,
"is_bot": false,
"headline": "WIP",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-12T10:38:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abd5b52686f0668e708ff972b98df88f119cc608",
"body": null,
"is_bot": false,
"headline": "update",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-09-11T11:19:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fecddbb3f30563318cfafa60bae3d53fde22d7b2",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2023-07-07T07:23:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef12e7da316a1ad21e32883c5b0cb9c2937d2c86",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2022-08-04T13:03:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5977cb1a1017f71589a5866b75704e4d8f0b2ee2",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2022-08-04T13:02:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01745589bb1caad9f328b7ac04ae85c0ab5f9e5e",
"body": null,
"is_bot": false,
"headline": "library renamed (finally)",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2022-08-02T21:25:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ed2368787080ec941eb30f606f4d25c61c24a8f",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Davide Faconti",
"author_login": "facontidavide",
"committed_at": "2022-08-02T21:02:03Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 7,
"latest_release_at": "2026-07-17T09:20:57Z",
"latest_release_tag": "v0.6.1",
"releases_from_tags": false,
"days_since_last_push": 11,
"active_weeks_last_year": 4,
"days_since_latest_release": 11,
"mean_days_between_releases": 238.2
},
"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": 866,
"watchers": 30,
"fork_history": {
"days": [
{
"date": "2021-10-17",
"count": 1
},
{
"date": "2021-10-18",
"count": 4
},
{
"date": "2021-10-20",
"count": 2
},
{
"date": "2021-10-21",
"count": 3
},
{
"date": "2021-10-23",
"count": 1
},
{
"date": "2021-10-25",
"count": 1
},
{
"date": "2021-12-28",
"count": 1
},
{
"date": "2022-02-03",
"count": 1
},
{
"date": "2022-05-17",
"count": 1
},
{
"date": "2022-06-12",
"count": 1
},
{
"date": "2022-08-03",
"count": 1
},
{
"date": "2022-08-04",
"count": 2
},
{
"date": "2022-08-05",
"count": 1
},
{
"date": "2023-02-23",
"count": 1
},
{
"date": "2023-03-01",
"count": 1
},
{
"date": "2023-04-10",
"count": 1
},
{
"date": "2023-04-28",
"count": 1
},
{
"date": "2023-06-18",
"count": 1
},
{
"date": "2023-08-10",
"count": 1
},
{
"date": "2023-09-05",
"count": 1
},
{
"date": "2023-09-18",
"count": 3
},
{
"date": "2023-09-19",
"count": 2
},
{
"date": "2023-09-20",
"count": 2
},
{
"date": "2023-09-24",
"count": 1
},
{
"date": "2023-09-27",
"count": 1
},
{
"date": "2023-10-01",
"count": 1
},
{
"date": "2023-10-04",
"count": 1
},
{
"date": "2023-10-10",
"count": 1
},
{
"date": "2023-10-13",
"count": 1
},
{
"date": "2023-10-19",
"count": 1
},
{
"date": "2023-10-22",
"count": 1
},
{
"date": "2023-11-13",
"count": 1
},
{
"date": "2023-12-01",
"count": 1
},
{
"date": "2023-12-08",
"count": 1
},
{
"date": "2024-01-04",
"count": 1
},
{
"date": "2024-02-19",
"count": 1
},
{
"date": "2024-05-16",
"count": 1
},
{
"date": "2024-05-24",
"count": 1
},
{
"date": "2024-06-10",
"count": 1
},
{
"date": "2024-06-11",
"count": 1
},
{
"date": "2024-06-24",
"count": 1
},
{
"date": "2024-10-04",
"count": 1
},
{
"date": "2024-10-31",
"count": 2
},
{
"date": "2024-11-11",
"count": 1
},
{
"date": "2024-11-18",
"count": 1
},
{
"date": "2024-11-27",
"count": 1
},
{
"date": "2024-12-06",
"count": 1
},
{
"date": "2024-12-08",
"count": 1
},
{
"date": "2024-12-09",
"count": 1
},
{
"date": "2024-12-10",
"count": 1
},
{
"date": "2025-03-04",
"count": 1
},
{
"date": "2025-03-18",
"count": 1
},
{
"date": "2025-03-19",
"count": 1
},
{
"date": "2025-03-24",
"count": 1
},
{
"date": "2025-04-09",
"count": 1
},
{
"date": "2025-07-30",
"count": 1
},
{
"date": "2025-08-07",
"count": 1
},
{
"date": "2025-09-06",
"count": 1
},
{
"date": "2025-09-17",
"count": 1
},
{
"date": "2025-10-17",
"count": 1
},
{
"date": "2025-10-20",
"count": 1
},
{
"date": "2025-10-29",
"count": 1
},
{
"date": "2025-10-31",
"count": 1
},
{
"date": "2025-11-05",
"count": 1
},
{
"date": "2025-12-09",
"count": 1
},
{
"date": "2026-01-15",
"count": 1
},
{
"date": "2026-01-17",
"count": 1
},
{
"date": "2026-02-23",
"count": 1
},
{
"date": "2026-03-02",
"count": 1
},
{
"date": "2026-03-11",
"count": 1
},
{
"date": "2026-03-16",
"count": 1
},
{
"date": "2026-04-06",
"count": 1
},
{
"date": "2026-04-18",
"count": 1
},
{
"date": "2026-05-12",
"count": 1
},
{
"date": "2026-06-20",
"count": 1
},
{
"date": "2026-07-12",
"count": 1
},
{
"date": "2026-07-15",
"count": 1
}
],
"complete": true,
"collected": 89,
"total_forks": 89
},
"star_history": null,
"open_issues_and_prs": 8
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 58694,
"source_files_sampled": 25,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"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": [],
"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": 6,
"merged_prs": 23,
"open_issues": 2,
"closed_ratio": 0.913,
"closed_issues": 21,
"closed_unmerged_prs": 8
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "facontidavide",
"commits": 122,
"avatar_url": "https://avatars.githubusercontent.com/u/2822888?v=4"
},
{
"type": "User",
"login": "ivrolan",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/22964725?v=4"
},
{
"type": "User",
"login": "griswaldbrooks",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/390783?v=4"
},
{
"type": "User",
"login": "jlblancoc",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/5497818?v=4"
},
{
"type": "User",
"login": "tizianoGuadagnino",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/37455909?v=4"
},
{
"type": "User",
"login": "KitsuneAlex",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/12082168?v=4"
},
{
"type": "User",
"login": "arjo129",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/542272?v=4"
},
{
"type": "User",
"login": "DavidCapek",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/24654345?v=4"
},
{
"type": "User",
"login": "eupedrosa",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/6196901?v=4"
},
{
"type": "User",
"login": "henningkayser",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/4572766?v=4"
}
],
"contributors_sampled": 17,
"top_contributor_share": 0.853
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"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 13 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": 4,
"reason": "Found 11/24 approved changesets -- score normalized to 4",
"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": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"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": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"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": "85ddae6ab4b12ffe1c78e68da314fc6d8402ac93",
"ran_at": "2026-07-28T18:10:56Z",
"aggregate_score": 2.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-17T09:18:42Z",
"oldest_open_prs": [
{
"number": 24,
"created_at": "2023-12-18T05:25:04Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 38,
"created_at": "2024-12-06T09:30:00Z",
"last_comment_at": "2025-04-15T18:51:51Z",
"last_comment_author": "fmrico"
},
{
"number": 42,
"created_at": "2024-12-09T01:44:02Z",
"last_comment_at": "2024-12-09T13:52:58Z",
"last_comment_author": "KitsuneAlex"
},
{
"number": 57,
"created_at": "2025-11-05T03:26:54Z",
"last_comment_at": "2026-03-31T07:40:06Z",
"last_comment_author": "illiw99"
},
{
"number": 58,
"created_at": "2026-01-17T12:40:20Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 60,
"created_at": "2026-04-20T18:08:33Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-17T09:18:41Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 44,
"created_at": "2025-02-25T11:22:36Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 52,
"created_at": "2025-09-10T15:14:31Z",
"last_comment_at": "2025-09-10T15:40:45Z",
"last_comment_author": "facontidavide"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/facontidavide/Bonxai",
"host": "github.com",
"name": "Bonxai",
"owner": "facontidavide"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"security": 29,
"vitality": 58,
"community": 62,
"governance": 57,
"engineering": 56
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 58,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"commits_last_year": 7,
"human_commit_share": 1,
"days_since_last_push": 11,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 11 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 11
}
}
],
"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": "7 commits in the last year",
"points": 8.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 7
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 84,
"inputs": {
"releases_count": 4,
"latest_release_tag": "v0.6.1",
"releases_from_tags": false,
"days_since_latest_release": 11,
"mean_days_between_releases": 238.2
},
"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 11 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 11
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~238.2 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 238.2
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 11,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 11 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 11
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 62,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"forks": 89,
"stars": 866,
"watchers": 30,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "866 stars",
"points": 47.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 866
}
}
],
"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": "30 watchers",
"points": 8.1,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 30
}
}
],
"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 (MPL-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MPL-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": 57,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 17,
"top_contributor_share": 0.853
},
"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.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 85
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "17 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 17
}
}
],
"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": 23,
"open_issues": 2,
"closed_issues": 21,
"issue_closed_ratio": 0.913,
"closed_unmerged_prs": 8
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "91% of issues closed",
"points": 42.7,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 91
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "23/31 decided PRs merged",
"points": 28.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 23,
"decided": 31
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 11/24 approved changesets -- score normalized to 4",
"points": 6,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 73,
"inputs": {
"followers": 1887,
"owner_type": "User",
"is_verified": null,
"owner_login": "facontidavide",
"public_repos": 143,
"account_age_days": 5000
},
"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": "1,887 followers of facontidavide",
"points": 23.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1887,
"login": "facontidavide"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "143 public repos, account ~13 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 143
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"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": 56,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": 16,
"status": "met",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 9.6,
"status": "met",
"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 13 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 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": "critical",
"name": "Security",
"value": 29,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 29,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 2.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 13 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 11/24 approved changesets -- score normalized to 4",
"points": 3,
"status": "partial",
"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 workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": 18
},
"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": 45,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.24,
"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": "24 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 12.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 24,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 51,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"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": 11,
"status": "met",
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "C++",
"largest_source_bytes": 58694,
"source_files_sampled": 25,
"oversized_source_files": 0
},
"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": "0/25 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 25,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"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"
],
"report_type": "repository",
"generated_at": "2026-07-28T18:11:26.354848Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/f/facontidavide/Bonxai.svg",
"full_name": "facontidavide/Bonxai",
"license_state": "standard",
"license_spdx": "MPL-2.0"
}