Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 179,
"has_wiki": true,
"homepage": null,
"languages": {
"Rust": 120984
},
"pushed_at": "2026-07-27T13:39:49Z",
"created_at": "2022-03-29T10:51:31Z",
"owner_type": "User",
"updated_at": "2026-07-27T13:41:52Z",
"description": "B-tree range map implementation for Rust",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": null,
"name": "Timothée Haudebourg",
"type": "User",
"login": "timothee-haudebourg",
"company": "Spruce Systems Inc.",
"location": "France",
"followers": 46,
"avatar_url": "https://avatars.githubusercontent.com/u/14182174?v=4",
"created_at": "2015-09-08T15:09:31Z",
"is_verified": null,
"public_repos": 73,
"account_age_days": 3975
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2026-07-27T13:39:01Z"
},
{
"tag": "0.7.2",
"kind": "patch",
"published_at": "2023-10-05T11:30:00Z"
},
{
"tag": "0.7.1",
"kind": "patch",
"published_at": "2023-10-05T11:02:21Z"
},
{
"tag": "0.7.0",
"kind": "minor",
"published_at": "2023-08-16T12:12:46Z"
},
{
"tag": "0.6.0",
"kind": "minor",
"published_at": "2023-07-02T10:29:25Z"
},
{
"tag": "0.5.2",
"kind": "patch",
"published_at": "2023-05-06T21:14:05Z"
},
{
"tag": "0.5.1",
"kind": "patch",
"published_at": "2023-04-05T15:33:06Z"
},
{
"tag": "0.5.0",
"kind": "minor",
"published_at": "2022-11-07T10:57:20Z"
},
{
"tag": "0.2.0",
"kind": "minor",
"published_at": "2022-03-29T14:20:26Z"
},
{
"tag": "0.1.0",
"kind": "minor",
"published_at": "2022-03-29T10:50:27Z"
}
],
"recent_commits": [
{
"oid": "c723d7de7e1697671540f9e60affb2a61dcb366b",
"body": null,
"is_bot": false,
"headline": "chore(release): Version 0.8.0",
"author_name": "Timothée Haudebourg",
"author_login": "timothee-haudebourg",
"committed_at": "2026-07-27T13:39:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abdc4ba3e032d92b14b4eeb1279f4396f868fbef",
"body": "Replace the `btree-slab`/`slab` dependencies with `raw-btree` 0.4 as\nthe underlying B-tree implementation for `RangeSet`, `RangeMap`, and\n`RangeMultiMap`.",
"is_bot": false,
"headline": "refactor: migrate B-tree backend from btree-slab to raw-btree",
"author_name": "Timothée Haudebourg",
"author_login": "timothee-haudebourg",
"committed_at": "2026-07-27T13:37:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b29beef6ea7c5a4d325c534a91278ea161f4de07",
"body": null,
"is_bot": false,
"headline": "chore: bump edition to 2024",
"author_name": "Timothée Haudebourg",
"author_login": "timothee-haudebourg",
"committed_at": "2026-07-27T13:37:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbf678c7973289c567901c9e2f77941cec67714a",
"body": null,
"is_bot": false,
"headline": "docs: add contribution guidelines and license files",
"author_name": "Timothée Haudebourg",
"author_login": "timothee-haudebourg",
"committed_at": "2026-07-27T13:37:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad2af35cd1fe34a3bee5a95a0db1537846368c23",
"body": null,
"is_bot": false,
"headline": "Version 0.7.2",
"author_name": "Timothée Haudebourg",
"author_login": "timothee-haudebourg",
"committed_at": "2023-10-05T11:30:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fdf7f2efdcc0a8a54a639e9bd84bc3ea0717c83",
"body": null,
"is_bot": false,
"headline": "Fix min/max error in `inverse_bound_cmp`.",
"author_name": "Timothée Haudebourg",
"author_login": "timothee-haudebourg",
"committed_at": "2023-10-05T11:29:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "357037acf2c0aada48e9439db70aeefb223e1d01",
"body": null,
"is_bot": false,
"headline": "Version 0.7.1",
"author_name": "Timothée Haudebourg",
"author_login": "timothee-haudebourg",
"committed_at": "2023-10-05T11:02:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a8e2100ee2f9cc252be66beafa3224a9ef32ce5",
"body": "Fixes #2.",
"is_bot": false,
"headline": "Fix min/max error in `inverse_bound_partial_cmp`.",
"author_name": "Timothée Haudebourg",
"author_login": "timothee-haudebourg",
"committed_at": "2023-10-05T10:59:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36037bdd4cd6af241377eec8a00af1fec08ae4c3",
"body": null,
"is_bot": false,
"headline": "Version 0.7.0",
"author_name": "Timothée Haudebourg",
"author_login": "timothee-haudebourg",
"committed_at": "2023-08-16T12:12:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b96ea19aa390e38a9fe272adb7f7e161b3fa76f3",
"body": null,
"is_bot": false,
"headline": "Fix `address_of` for connected ranges.",
"author_name": "Timothée Haudebourg",
"author_login": "timothee-haudebourg",
"committed_at": "2023-08-16T12:12:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d1b32f5cfe3879edded30cd2a01ca2119847bbd",
"body": "Upgrade `cc-traits` and `btree-slab`.",
"is_bot": false,
"headline": "Add `IntoRange` trait & `serde` support.",
"author_name": "Timothée Haudebourg",
"author_login": "timothee-haudebourg",
"committed_at": "2023-07-02T10:29:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec34de7aeb9ea4063db1befa10f7fc3ac6393749",
"body": "Add `RangeSet::intersects` and `contains`.",
"is_bot": false,
"headline": "Add `RangeMap::intersects` and `contains_key`.",
"author_name": "Timothée Haudebourg",
"author_login": "timothee-haudebourg",
"committed_at": "2023-05-06T21:14:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b1688fc8ab2dc5d124e1857fa2ef71b2c6c8a8a",
"body": "Impl `From` standard range types.",
"is_bot": false,
"headline": "Fix `AnyRange::intersects`.",
"author_name": "Timothée Haudebourg",
"author_login": "timothee-haudebourg",
"committed_at": "2023-05-06T21:09:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00dbec8eaa3b221a24726ae9ed6fde11cb979792",
"body": null,
"is_bot": false,
"headline": "Version 0.5.1.",
"author_name": "Timothée Haudebourg",
"author_login": "timothee-haudebourg",
"committed_at": "2023-04-05T15:33:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44c4c123221e5ce5a8f76f364aaa47e5b0b1ff58",
"body": "Add `Directed::value` and `Directed::unwrap`.",
"is_bot": false,
"headline": "Impl `Ord` for `DirectedBound`.",
"author_name": "Timothée Haudebourg",
"author_login": "timothee-haudebourg",
"committed_at": "2023-04-05T15:32:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e92936f09793ee77e39ac6f5028a0f01153e9531",
"body": null,
"is_bot": false,
"headline": "Add `AnyRange::intersection` method.",
"author_name": "Timothée Haudebourg",
"author_login": "timothee-haudebourg",
"committed_at": "2023-04-05T15:31:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7c610e5b5f28141a0c561356cf512e8467981cb",
"body": null,
"is_bot": false,
"headline": "Add `BoundOrd` trait.",
"author_name": "Timothée Haudebourg",
"author_login": "timothee-haudebourg",
"committed_at": "2023-04-05T15:31:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abc69a073c4cbf60d95247248e6b034f924db180",
"body": "No more unstable features.",
"is_bot": false,
"headline": "Upgrade to `cc-traits` version 1.",
"author_name": "Timothée Haudebourg",
"author_login": null,
"committed_at": "2022-11-07T10:57:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ead4775aba529f58fc090b41548038d29b815af8",
"body": null,
"is_bot": false,
"headline": "Externalize range traits to `range-traits` lib.",
"author_name": "Timothée Haudebourg",
"author_login": null,
"committed_at": "2022-05-12T13:48:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46ba1e092ebf87e297519888880a5378d00eed58",
"body": null,
"is_bot": false,
"headline": "Add `ordered-float` support.",
"author_name": "Timothée Haudebourg",
"author_login": null,
"committed_at": "2022-05-11T17:16:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f3f8781587dff7b3e1fe813d99cb4685164f5b4",
"body": null,
"is_bot": false,
"headline": "Fix gaps iterator.",
"author_name": "Timothée Haudebourg",
"author_login": null,
"committed_at": "2022-03-30T15:14:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d45c145759fd360635f2cfd1fa40b1c92046049",
"body": null,
"is_bot": false,
"headline": "Fix insertion bug.",
"author_name": "Timothée Haudebourg",
"author_login": null,
"committed_at": "2022-03-30T13:51:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "812a10e71f9b94ceb369fb5d8da76f661900389f",
"body": null,
"is_bot": false,
"headline": "Rename `inverse` to `complement`.",
"author_name": "Timothée Haudebourg",
"author_login": null,
"committed_at": "2022-03-30T11:39:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2eab3ef10803391462be1ab47deb0dcd68e598f9",
"body": null,
"is_bot": false,
"headline": "Fix CI.",
"author_name": "Timothée Haudebourg",
"author_login": null,
"committed_at": "2022-03-30T11:16:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e426cf6823b43657efde550ece412ec47a00e58",
"body": null,
"is_bot": false,
"headline": "Add `inverse` method.",
"author_name": "Timothée Haudebourg",
"author_login": null,
"committed_at": "2022-03-30T11:16:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "973c3bc5966b9dd77118ff08dfef87a6b2176660",
"body": null,
"is_bot": false,
"headline": "Add `Gaps` iterator.",
"author_name": "Timothée Haudebourg",
"author_login": null,
"committed_at": "2022-03-29T15:12:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c90e33e18e28f351158475c3571a4f6fc159070c",
"body": null,
"is_bot": false,
"headline": "Version 0.2.0",
"author_name": "Timothée Haudebourg",
"author_login": null,
"committed_at": "2022-03-29T14:20:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdeadd3ed3dcb3eea932c329ccb31752fb5df29a",
"body": null,
"is_bot": false,
"headline": "Remove `Saturating` type.",
"author_name": "Timothée Haudebourg",
"author_login": null,
"committed_at": "2022-03-29T14:20:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e06608642eb115306b4ac57024e1e0c9e3be4d1",
"body": null,
"is_bot": false,
"headline": "Add CI.",
"author_name": "Timothée Haudebourg",
"author_login": null,
"committed_at": "2022-03-29T10:53:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1f67cec43ba8dd0388a880e575cc31418b54a58",
"body": null,
"is_bot": false,
"headline": "Add some doc.",
"author_name": "Timothée Haudebourg",
"author_login": null,
"committed_at": "2022-03-29T10:50:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "477759d2276ff4648b20bb9331bb607151308e6e",
"body": null,
"is_bot": false,
"headline": "Reexport `Node` type.",
"author_name": "Timothée Haudebourg",
"author_login": null,
"committed_at": "2022-03-28T13:35:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db7ca40d47b9c4d374c517ba36554eca163bba47",
"body": null,
"is_bot": false,
"headline": "Run `cargo clippy` & `fmt`.",
"author_name": "Timothée Haudebourg",
"author_login": null,
"committed_at": "2022-03-28T12:55:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "934cd014ec74615ca69b917502dff4c4e17f7791",
"body": null,
"is_bot": false,
"headline": "Remove warnings.",
"author_name": "Timothée Haudebourg",
"author_login": "timothee-haudebourg",
"committed_at": "2021-07-30T19:57:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fa3e4b354faa38284219c5e8604734b620be9ca",
"body": null,
"is_bot": false,
"headline": "Fix insert/update.",
"author_name": "Timothée Haudebourg",
"author_login": null,
"committed_at": "2021-06-24T12:19:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a393453536c616ad8d4660c6cfdc3c327bb29d4",
"body": null,
"is_bot": false,
"headline": "Fix bugs in update",
"author_name": "Timothée Haudebourg",
"author_login": null,
"committed_at": "2021-05-24T17:56:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2709b9812d2164576c6ee6ab42bbbbb6c8f7aa3",
"body": null,
"is_bot": false,
"headline": "More traits impl.",
"author_name": "Timothée Haudebourg",
"author_login": null,
"committed_at": "2021-05-13T21:13:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0687ca45c45ff20d17f475820e97a9a153b50c9",
"body": null,
"is_bot": false,
"headline": "Usual trait impls.",
"author_name": "Timothée Haudebourg",
"author_login": null,
"committed_at": "2021-05-05T21:13:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5ee9ecfac20eb6349c0b3b11348821ef9770b33",
"body": null,
"is_bot": false,
"headline": "Refactoring.",
"author_name": "Timothée Haudebourg",
"author_login": null,
"committed_at": "2021-04-21T19:07:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c82b673b0810cea487918b9ecd2d40b68a772a0e",
"body": null,
"is_bot": false,
"headline": "usize support",
"author_name": "Timothée Haudebourg",
"author_login": "timothee-haudebourg",
"committed_at": "2021-04-21T16:10:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fb9b2d3182e86ebe955030e6ae16503fd590566",
"body": null,
"is_bot": false,
"headline": "better bounds",
"author_name": "Timothée Haudebourg",
"author_login": "timothee-haudebourg",
"committed_at": "2021-01-26T20:48:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b84a40a9fb56f1e14a632159294ea97e4659c72b",
"body": null,
"is_bot": false,
"headline": "Set iterators.",
"author_name": "Timothée Haudebourg",
"author_login": "timothee-haudebourg",
"committed_at": "2021-01-24T14:28:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14f94940e7ad0f0bbb8cca9a2af2ffe0986539a6",
"body": null,
"is_bot": false,
"headline": "New Measure trait.",
"author_name": "Timothée Haudebourg",
"author_login": "timothee-haudebourg",
"committed_at": "2021-01-24T14:21:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80eb69b57c97a2325f86481586bbdb96f481561f",
"body": null,
"is_bot": false,
"headline": "Update wip.",
"author_name": "Timothée Haudebourg",
"author_login": "timothee-haudebourg",
"committed_at": "2021-01-23T15:43:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68ae90d9485554c0aac31400972b620039a7476d",
"body": null,
"is_bot": false,
"headline": "linear-bree => local-btree",
"author_name": "Timothée Haudebourg",
"author_login": "timothee-haudebourg",
"committed_at": "2021-01-20T19:53:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e574e34990227bbac893d0b9cc462d0ff3cfe4be",
"body": null,
"is_bot": false,
"headline": "Passing tests.",
"author_name": "Timothée Haudebourg",
"author_login": "timothee-haudebourg",
"committed_at": "2020-12-23T16:30:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "368e82ba286c99165157c251962d5e0c93e577d8",
"body": null,
"is_bot": false,
"headline": "vscode conf",
"author_name": "Timothée Haudebourg",
"author_login": null,
"committed_at": "2020-12-23T13:59:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9feac1a427eae07c756098a2b197f9206bac279a",
"body": null,
"is_bot": false,
"headline": "fixing tests...",
"author_name": "Timothée Haudebourg",
"author_login": null,
"committed_at": "2020-12-23T13:58:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6eb5786cdfffc26323284ecb7db80e8ce45f66ad",
"body": null,
"is_bot": false,
"headline": "New measure and tests",
"author_name": "Timothée Haudebourg",
"author_login": "timothee-haudebourg",
"committed_at": "2020-11-27T19:24:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2b1745fa1460042bf961ccec1c083ce1ba6b301",
"body": null,
"is_bot": false,
"headline": "New measure system.",
"author_name": "Timothée Haudebourg",
"author_login": "timothee-haudebourg",
"committed_at": "2020-10-31T22:46:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7b3a5772d26b8d2c4359fa54da04de390fb47a1",
"body": null,
"is_bot": false,
"headline": "new comparison method",
"author_name": "Timothée Haudebourg",
"author_login": "timothee-haudebourg",
"committed_at": "2020-10-31T20:28:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72ea4f358de613c9a7bc0938fd6fa99cef358692",
"body": null,
"is_bot": false,
"headline": "more tests",
"author_name": "Timothée Haudebourg",
"author_login": "timothee-haudebourg",
"committed_at": "2020-10-31T16:00:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c661bbc8b41857e3952d88e511b3a608dd9d455f",
"body": null,
"is_bot": false,
"headline": "new RangeOrd",
"author_name": "Timothée Haudebourg",
"author_login": "timothee-haudebourg",
"committed_at": "2020-10-29T21:52:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e22b2bd4e9276ad0c9657db5b813a21a5ee7626c",
"body": null,
"is_bot": false,
"headline": "More tests.",
"author_name": "Timothée Haudebourg",
"author_login": "timothee-haudebourg",
"committed_at": "2020-10-29T12:05:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2833a7a708fa3c1cb5d44a7066a5ce57c9ec9041",
"body": null,
"is_bot": false,
"headline": "preparing non closed ranges",
"author_name": "Timothée Haudebourg",
"author_login": "timothee-haudebourg",
"committed_at": "2020-10-29T10:27:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "431190b9440c0c53decb7f60799f22d18c153daa",
"body": null,
"is_bot": false,
"headline": "No reference keys & remove test.",
"author_name": "Timothée Haudebourg",
"author_login": "timothee-haudebourg",
"committed_at": "2020-10-28T11:13:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "642daab6c54454932613952b5b521480f0938275",
"body": null,
"is_bot": false,
"headline": "Insert tests.",
"author_name": "Timothée Haudebourg",
"author_login": "timothee-haudebourg",
"committed_at": "2020-10-28T00:10:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc96585858fabdfb5c4ddd43f2a36829a579090e",
"body": null,
"is_bot": false,
"headline": "insert, delete",
"author_name": "Timothée Haudebourg",
"author_login": "timothee-haudebourg",
"committed_at": "2020-10-27T20:19:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "095abe1a45101e39ba3babbb263fa48a5a33a4ca",
"body": null,
"is_bot": false,
"headline": "wip",
"author_name": "Timothée Haudebourg",
"author_login": "timothee-haudebourg",
"committed_at": "2020-10-27T10:42:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e45b269fc67bf41a6250913443b35e44a906037",
"body": null,
"is_bot": false,
"headline": "First commit",
"author_name": "Timothée Haudebourg",
"author_login": null,
"committed_at": "2020-10-13T15:29:50Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 10,
"commits_last_year": 0,
"latest_release_at": "2026-07-27T13:39:01Z",
"latest_release_tag": "v0.8.0",
"releases_from_tags": true,
"days_since_last_push": 0,
"active_weeks_last_year": 0,
"days_since_latest_release": 0,
"mean_days_between_releases": 175.7
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "btree-range-map",
"exists": true,
"license": "MIT/Apache-2.0",
"keywords": [
"btree",
"map",
"range",
"set",
"data-structures"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/btree-range-map",
"is_deprecated": false,
"latest_version": "0.8.0",
"repository_url": "https://github.com/timothee-haudebourg/btree-range-map",
"versions_count": 17,
"total_downloads": 4813565,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 206040,
"first_published_at": "2022-03-29T10:50:40.069941Z",
"latest_published_at": "2026-07-27T13:39:33.623775Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 5,
"stars": 13,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2023-05-15",
"count": 1
},
{
"date": "2025-06-09",
"count": 1
},
{
"date": "2025-10-13",
"count": 1
},
{
"date": "2025-10-14",
"count": 1
},
{
"date": "2026-05-26",
"count": 1
}
],
"complete": true,
"collected": 5,
"total_forks": 5
},
"star_history": null,
"open_issues_and_prs": 4
},
"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": [
"Cargo.toml"
],
"largest_source_bytes": 44326,
"source_files_sampled": 15,
"oversized_source_files": 0,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 242
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 6,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "raw-btree",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4"
},
{
"name": "cc-traits",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.0.0"
},
{
"name": "range-traits",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3.0"
},
{
"name": "ordered-float",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "3.0.0"
},
{
"name": "serde",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "cc-traits",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "ordered-float",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "range-traits",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "btree-slab",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "slab",
"direct": false,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 6,
"direct_count": 4,
"indirect_count": 2
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 0,
"open_issues": 3,
"closed_ratio": 0.4,
"closed_issues": 2,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "timothee-haudebourg",
"commits": 36,
"avatar_url": "https://avatars.githubusercontent.com/u/14182174?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 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": 3,
"reason": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 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": 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": "c723d7de7e1697671540f9e60affb2a61dcb366b",
"ran_at": "2026-07-27T21:24:12Z",
"aggregate_score": 3.4,
"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-27T13:40:19Z",
"oldest_open_prs": [
{
"number": 6,
"created_at": "2026-05-26T18:59:41Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": null,
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": [
{
"number": 1,
"created_at": "2022-12-15T06:03:41Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 3,
"created_at": "2023-10-06T12:44:41Z",
"last_comment_at": "2023-10-27T12:45:08Z",
"last_comment_author": "timothee-haudebourg"
},
{
"number": 5,
"created_at": "2025-05-23T20:33:06Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/timothee-haudebourg/btree-range-map",
"host": "github.com",
"name": "btree-range-map",
"owner": "timothee-haudebourg"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"security": 34,
"vitality": 52,
"community": 56,
"governance": 46,
"engineering": 56
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 52,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 0
},
"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": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "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": 72,
"inputs": {
"releases_count": 10,
"latest_release_tag": "v0.8.0",
"releases_from_tags": true,
"days_since_latest_release": 0,
"mean_days_between_releases": 175.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "10 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 10
}
}
],
"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 ~175.7 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 175.7
}
}
],
"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": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 56,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"forks": 5,
"stars": 13,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "13 stars",
"points": 17.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 13
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "5 forks",
"points": 5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 5
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"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 (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"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": "excellent",
"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": 89,
"inputs": {
"packages": [
"btree-range-map"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 4813565,
"monthly_downloads": 206040
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "206,040 downloads/month across crates",
"points": 70.9,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 206040,
"ecosystems": "crates"
}
}
],
"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": 46,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"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 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"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": "at_risk",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"merged_prs": 0,
"open_issues": 3,
"closed_issues": 2,
"issue_closed_ratio": 0.4,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "40% of issues closed",
"points": 18.7,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 40
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 59,
"inputs": {
"followers": 46,
"owner_type": "User",
"is_verified": null,
"owner_login": "timothee-haudebourg",
"public_repos": 73,
"account_age_days": 3975
},
"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": "46 followers of timothee-haudebourg",
"points": 12,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 46,
"login": "timothee-haudebourg"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "73 public repos, account ~10 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 73
}
},
{
"code": "account_age_years",
"params": {
"years": 10
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"btree-range-map"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "crates"
}
}
],
"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": "17 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 17
}
}
],
"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": 56,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 34,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 34,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 3.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 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": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file 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": "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": "moderate",
"name": "AI Readiness",
"value": 57,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.068,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 242
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md"
}
}
],
"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": "4 of 59 human commits state their intent (structured subject or explanatory body)",
"points": 3.6,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 4,
"sampled": 59
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 46,
"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,
"toolchain_manifests": [
"Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml"
}
}
],
"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": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"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": "no agent-authored commits among the last 59",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 59
}
}
],
"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": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 44326,
"source_files_sampled": 15,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/15 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 15,
"oversized": 0
}
}
],
"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",
"deps.dev does not index crates:btree-range-map@0.8.0; advisories assessed against the repository dependency graph instead",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-27T21:24:15.922444Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/timothee-haudebourg/btree-range-map.svg",
"full_name": "timothee-haudebourg/btree-range-map",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}