Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 285,
"has_wiki": true,
"homepage": null,
"languages": {
"Rust": 357570
},
"pushed_at": "2026-07-31T16:45:41Z",
"created_at": "2026-03-17T00:00:32Z",
"owner_type": "User",
"updated_at": "2026-07-31T16:45:51Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": null,
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": null,
"name": "Roee Shoshani",
"type": "User",
"login": "roeeshoshani",
"company": null,
"location": null,
"followers": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/59681094?v=4",
"created_at": "2020-01-09T06:29:22Z",
"is_verified": null,
"public_repos": 35,
"account_age_days": 2396
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-07-31T16:45:32Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-07-31T13:56:55Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-04-07T22:58:16Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-04-02T00:26:48Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2026-04-01T14:35:24Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2026-03-30T20:58:45Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2026-03-30T20:54:07Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-03-30T20:36:11Z"
}
],
"recent_commits": [
{
"oid": "66b3aabfb34873b04b1b8fcfd679151994d4e592",
"body": null,
"is_bot": false,
"headline": "chore: Release",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-07-31T16:45:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d729668450552c19aa569778915213ed5cb1f05",
"body": "dont rely on behaviour of RangeInclusive after exhaustion",
"is_bot": false,
"headline": "Merge pull request #30 from roeeshoshani/bugfix/inclusive_range",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-07-31T16:44:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "258a0508e59372727cf1596b6c09d8d412a920e6",
"body": null,
"is_bot": false,
"headline": "add a bunch of tests for edge cases with the range types",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-07-31T16:40:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5eaf798c3ab58449746c2e3baf4960898a291f71",
"body": "the current code heavily relied on the internal implementation of\nRangeInclusive, especially regarding its state post exhaustion, which\naccording to official docs, is unspecified.\n\nrelying on these unspecified internal implementation details is a bad\nidea, and the problems surfaced when the internal\n[…]\n, change the implementation to avoid relying on internal\nimplementation details of rust's stdlib, and instead design my own\ncustom API for the inclusive range type which is separate from stdlib's\none.",
"is_bot": false,
"headline": "dont rely on behaviour of RangeInclusive after exhaustion",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-07-31T16:23:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f1d61f1aee86410f56b6ce081a0119a6137d471f",
"body": null,
"is_bot": false,
"headline": "change branch name in ci from main to master",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-07-31T13:59:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9662d5b5ec18e99becd548468259f1945f6676c9",
"body": null,
"is_bot": false,
"headline": "bump version to 0.5.0",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-07-31T13:56:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b5a3c97fecfc857f73991510ca38e49bdab927d",
"body": null,
"is_bot": false,
"headline": "disable serde's default features, only usethe derive feature",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-07-31T13:55:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ffb93dc036e86d5a3a47af1e717d5516de0e078",
"body": null,
"is_bot": false,
"headline": "improve ci - minor cleanups and general improvements",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-07-31T13:48:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "522fb9d55018b660986e8ee5d55dd75e62ebc85a",
"body": "Feature/better ci",
"is_bot": false,
"headline": "Merge pull request #29 from roeeshoshani/feature/better_ci",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-07-31T13:34:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "015872711158c6be5a1a4d209e65607040e0e431",
"body": "…sts can actually be tests, and fix a bug in one of the doctests",
"is_bot": false,
"headline": "move the docs on the derive macros to index_type so that their doc te…",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-07-31T13:31:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82989054e2d53ddeac1c2c6bfc6d0aa65d411d1d",
"body": "…ture flags where needed",
"is_bot": false,
"headline": "make tests pass with cargo-all-features by gating doctests behind fea…",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-07-31T13:22:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7150ce8d757fb80438d1240ce0c34d998d15fd34",
"body": null,
"is_bot": false,
"headline": "perform proper gating of code behind feature flags",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-07-31T13:05:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "788e36f759db479b354359bdc16555b8dcbe049c",
"body": null,
"is_bot": false,
"headline": "use cargo-all-features in ci to test all combinations of feature flags",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-07-31T13:00:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a443e22a1d94237cef046b07b21488c35ee8f138",
"body": null,
"is_bot": false,
"headline": "add a check ci job which runs cargo check",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-07-31T12:47:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc538ef5705023c490f16d9ae4d29a07bb494899",
"body": null,
"is_bot": false,
"headline": "make cargo doc --no-default-features work",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-07-31T12:42:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38e47186c8f513f9c2d41c1af53ec9a39082395f",
"body": null,
"is_bot": false,
"headline": "improve ci - always check everything and deny any warnings",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-07-31T12:41:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6edd737588f5014430ca5e6a9fd57b7de70a7912",
"body": null,
"is_bot": false,
"headline": "add test_no_default_features ci job",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-07-31T11:59:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f35c8e844615e16bb6b2f8d51b0f31d48a06858d",
"body": null,
"is_bot": false,
"headline": "add doc CI job",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-07-31T10:48:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b243baeee22b51aa87aeddf6a34d4271d1d0d314",
"body": "Feature/serde support",
"is_bot": false,
"headline": "Merge pull request #28 from roeeshoshani/feature/serde_support",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-07-31T10:47:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad92fcbe7b56de69dac2b55c85823997c603ba3e",
"body": null,
"is_bot": false,
"headline": "add GitHub CI workflow",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-07-31T10:44:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fc6b0477186f76dc202bf55bd6d560d5dfc2d5e",
"body": null,
"is_bot": false,
"headline": "switch to using cargo reedme - it yields a better output",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-07-31T10:36:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79177b95de9a85fc5b4619f7d915d494a3877278",
"body": null,
"is_bot": false,
"headline": "fix some formatting errors",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-07-31T10:23:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "261ed793072abc8c411406a86dfce188da124e24",
"body": "…o test the serde feature",
"is_bot": false,
"headline": "update AGENTS.md to include --all-features when running tests, to als…",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-07-31T10:23:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5470bd16872adffe94be3d5a85dc37154ab4711e",
"body": null,
"is_bot": false,
"headline": "add TryFrom tests for TypedArrayVec and fix error naming",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-07-31T00:32:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1628755c2ec073b6f31d35f00d21fc2d3c159d64",
"body": null,
"is_bot": false,
"headline": "remove unnecessary unsafe uses in tests",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-07-30T23:58:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26efd6febfee057d4f8a6edfebb9351b4b38126c",
"body": null,
"is_bot": false,
"headline": "convert simple catch_unwind tests to #[should_panic]",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-07-30T23:16:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d72ab8ff0d1ea5175ca2f6d83edfe0980fab2dc0",
"body": null,
"is_bot": false,
"headline": "add tests for from_slice and from_slice_mut",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-07-30T22:56:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eea0f309b4382d9e39e4441bfb1680f4263c7d42",
"body": null,
"is_bot": false,
"headline": "improve default error message",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-07-30T22:54:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4280b505c38fb378251f8a79a7e0193af8c96497",
"body": "…king helpers",
"is_bot": false,
"headline": "replace try_from_slice[_mut]().unwrap() with from_slice[_mut]() panic…",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-07-30T22:46:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4a61d5b2ae21d96f5d4d28f7966e60bfa38ef65",
"body": "- add panicking from_slice/from_slice_mut methods similar to TypedVec::from_vec\n- move panic_index_too_big helper to utils.rs with #[cold] attr\n- use the shared helper from both vec.rs and slice/mod.rs",
"is_bot": false,
"headline": "add TypedSlice::from_slice and TypedSlice::from_slice_mut",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-07-30T22:42:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6512eafc3133380de2bc367a2af42df4b4ba999a",
"body": "…dex type, and at a length which overflows the index type (where appropriate)",
"is_bot": false,
"headline": "add tests for deserializing collections at the max capacity of the in…",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-07-30T22:35:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e7055e1a6d6e14ac85e6e0260b110de62bc4fce",
"body": null,
"is_bot": false,
"headline": "add basic tests for the serde support",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-07-30T22:22:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e21d8e0c1826909c022f645eb31609d2870fbe57",
"body": null,
"is_bot": false,
"headline": "implement serialize/deserialize for the different range types",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-07-30T21:20:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81a41e529634aeb205cac330d5217484b885ebf8",
"body": null,
"is_bot": false,
"headline": "implement serialize/deserialize for the different collection types",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-07-30T21:20:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f8ac4dfdcce9aac701b4ebef94f68a052e64e1f",
"body": null,
"is_bot": false,
"headline": "add TypedArrayVec::push_unchecked",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-07-30T21:06:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92e8369d0e3048e0ae8d915b45e1de335fe767bc",
"body": null,
"is_bot": false,
"headline": "implement try from array vec for array",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-07-30T21:06:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c86c52e3fe9e2770f2d20342e31e4c3444cb525",
"body": null,
"is_bot": false,
"headline": "add serde as an optional dependency and add a serde crate feature",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-07-30T19:37:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb3f01b0a85ed3d6a1a41ba3a4025a7496a65977",
"body": null,
"is_bot": false,
"headline": "add allFeatures = true to rust analyzer in helix languages.toml",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-07-30T19:37:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea2f23ef6b54166c53131e4de3703134d1288796",
"body": null,
"is_bot": false,
"headline": "bump version to 0.4.1",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-05-22T17:05:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c14226e2876b8f5d0116e775ec6130c175bf9b2",
"body": "add tests for push_mut and insert_mut",
"is_bot": false,
"headline": "Merge pull request #26 from roeeshoshani/feature/push_insert_mut",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-05-22T17:03:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a53255a6e9996c7898dd25666f8bab29c1131cc1",
"body": null,
"is_bot": false,
"headline": "add tests for push_mut and insert_mut",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-05-22T17:01:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1aa6528d56b43e3ced474a315d418f44fe8191c6",
"body": null,
"is_bot": false,
"headline": "add push_mut and insert_mut",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-05-22T16:10:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58f0f2ed8d8ccd44147f5c789c82a6a05cd9286a",
"body": "when auto generating an error type, add docs for it so that the missing_docs lint doesn't trigger",
"is_bot": false,
"headline": "Merge pull request #24 from roeeshoshani/feature/missing_docs",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-05-22T16:00:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f60b2ce2e27ab988a14a8eaa931c0ddbc122ef6d",
"body": "…ng_docs lint doesn't trigger",
"is_bot": false,
"headline": "when auto generating an error type, add docs for it so that the missi…",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-05-22T15:59:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e82f76270e605b51e069042f3b45994b334f4d83",
"body": "…from_module_names\n\nrename the modules for the different types to remove the typed_* prefix\n\ncurrently, the name of the module for e.g typed vec is index_type::typed_vec,\nbut the name of the macro for isntantiating a typed_vec is also index_type::typed_vec.\n\nthis is very annoying and it seems to con\n[…]\nch is not the import for the macro, but the import for the module.\n\nthis is mostly a bug in rust analyzer, but regardless, having the same path refer to\n2 different items is a bad idea. so, undo it :)",
"is_bot": false,
"headline": "Merge pull request #23 from roeeshoshani/feature/remove_typed_prefix_…",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-05-22T15:52:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "844866d293c7546e0d8300b97117b2cbee5545e9",
"body": "currently, the name of the module for e.g typed vec is index_type::typed_vec,\nbut the name of the macro for isntantiating a typed_vec is also index_type::typed_vec.\n\nthis is very annoying and it seems to confuse rust-analyzer when doing auto imports.\nspecifically, if you have an import to somthing i\n[…]\nch is not the import for the macro, but the import for the module.\n\nthis is mostly a bug in rust analyzer, but regardless, having the same path refer to\n2 different items is a bad idea. so, undo it :)",
"is_bot": false,
"headline": "rename the modules for the different types to remove the typed_* prefix",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-05-22T15:48:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "caf781dd4b3ab0cd8ccb6b6a6f07b05e3b7e7172",
"body": null,
"is_bot": false,
"headline": "bump version to 0.4.0",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-04-07T22:58:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8ef7636a5447abf11db300f1db2b2ff182cc220",
"body": null,
"is_bot": false,
"headline": "add panicking versions of index/scalar constructors",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-04-07T22:57:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f13cf922c2211d524d97224df9792cfe6c561d1",
"body": null,
"is_bot": false,
"headline": "bump version to 0.3.0",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-04-02T00:26:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36799c8d4b750b050e9eab4c4b41d40976f7a283",
"body": "Feature/index type bias",
"is_bot": false,
"headline": "Merge pull request #20 from roeeshoshani/feature/index_type_bias",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-04-02T00:26:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3000adcf94ff2f60a7bcff4db6d23df31e317e09",
"body": null,
"is_bot": false,
"headline": "improve comment",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-04-02T00:25:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "625f8e7ff5fc0b4d86919e4b1c0d9e87f2cd57b4",
"body": null,
"is_bot": false,
"headline": "improve comment",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-04-02T00:24:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f9994437988df65cb7bf8fa216c361fc3c5410f",
"body": null,
"is_bot": false,
"headline": "add missing #[inline] attrs",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-04-01T23:48:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "584b5636773a904623058f5aef25c6bce8082de2",
"body": null,
"is_bot": false,
"headline": "add bias metadata to IndexType",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-04-01T22:38:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c767d972f991f25209c911be3eff22cdd13fe52",
"body": null,
"is_bot": false,
"headline": "bump version to 0.2.1",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-04-01T14:35:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5a3e6a922dc9df561a15e8cffa9027949382ad3",
"body": null,
"is_bot": false,
"headline": "fix docs",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-04-01T14:34:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4dd1542fe361bbedaac51a06401a7afe08a1a5f",
"body": "…ypes\n\nFeature/rename typed range types",
"is_bot": false,
"headline": "Merge pull request #19 from roeeshoshani/feature/rename_typed_range_t…",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-04-01T14:33:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cad8ce57bcc511080e643854becf0ba2bb38591",
"body": null,
"is_bot": false,
"headline": "bump version to 0.2.0",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-04-01T14:33:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eceb395f22b659abe1c7f0f8085401791465a080",
"body": "…tdlib type",
"is_bot": false,
"headline": "make typed range types export an API similar to their corresponding s…",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-04-01T14:32:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5185800a242e4665cf7bbc0201e9097953d1890",
"body": null,
"is_bot": false,
"headline": "rename typed_range_iter -> typed_range",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-03-31T19:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "705595241c2e74fefe2212956813864b8fb1003d",
"body": null,
"is_bot": false,
"headline": "bump version to 0.1.2",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-03-30T20:58:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "512e9c194994015f4b0b20516cf2c97a5056feb7",
"body": null,
"is_bot": false,
"headline": "fix docs",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-03-30T20:58:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3ba2cf98d330ddfeb31e70cd9db9edbfebea8ad",
"body": null,
"is_bot": false,
"headline": "bump version to 0.1.1",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-03-30T20:54:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2312d201db875c829f5eb715b1c93e4f9b0c2531",
"body": null,
"is_bot": false,
"headline": "update README.md",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-03-30T20:52:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03bd9a342d160dc71986dd82a8873141f29efb29",
"body": null,
"is_bot": false,
"headline": "prepare for publishing #2",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-03-30T20:36:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ee8a61edf05f00482ab007911e444e6028f935c",
"body": null,
"is_bot": false,
"headline": "prepare for publishing",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-03-30T20:34:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5089bc685fa700a0f38357c0728ff171f056c42",
"body": null,
"is_bot": false,
"headline": "better docs",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-03-30T20:32:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5505cb329fda56016e9263589f393df4d98d5c77",
"body": null,
"is_bot": false,
"headline": "clean up docs",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-03-30T19:40:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfa4de2e11cf303dbe900fcdb8b09ba2d3d3d698",
"body": null,
"is_bot": false,
"headline": "regenerate readme.md",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-03-30T19:40:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09d4ce31e9ce4dc146e7b2def8b9d5e25a0fae28",
"body": null,
"is_bot": false,
"headline": "update AGENTS.md",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-03-30T19:39:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfd7f13d048a6dcaf81cbc550b286dba4259feb3",
"body": null,
"is_bot": false,
"headline": "add typed_array_vec!",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-03-30T19:37:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e74275b5501c262e904886aafac5da4ecc892fc",
"body": null,
"is_bot": false,
"headline": "minor fix to docs",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-03-30T19:19:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40b5f45f6e8d15b8ac28197ce3f51b2693e1ee44",
"body": null,
"is_bot": false,
"headline": "update AGENTS.md",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-03-29T23:41:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7741a860a5cc9b4e4be258612492ac4363608f39",
"body": null,
"is_bot": false,
"headline": "fix clippy warnings",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-03-29T23:31:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99d5459d5e904271d1858df185f9f646365f24ac",
"body": null,
"is_bot": false,
"headline": "update AGENTS.md",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-03-29T23:00:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a437aa5942c1320a609e2ae730f4f76562f4631",
"body": null,
"is_bot": false,
"headline": "fix test_compile_fail_contracts test under miri",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-03-29T22:55:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1af3b515f52eb327350a682a0d7a1ba00c4041d6",
"body": null,
"is_bot": false,
"headline": "add more tests to improve coverage",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-03-29T22:51:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d6d27003c49364138977c02ee957c467e6a2960",
"body": null,
"is_bot": false,
"headline": "add typed_enumerate on iterators",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-03-29T21:15:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d3dce5b00450644b93ea4dbbd3e664754320f66",
"body": null,
"is_bot": false,
"headline": "add a unified panic_index_too_big API in typed_vec",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-03-28T23:45:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22bca039a87a89047c59ab297201d090c359c243",
"body": null,
"is_bot": false,
"headline": "clean up API of from_raw_parts in TypedVec",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-03-28T23:26:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f9cbc89ac9c94341e2ae2b55495320e6cc5dc45",
"body": "…_raw_parts and test_leak_preserves_typed_slice_api",
"is_bot": false,
"headline": "fix memory leak in test_try_from_raw_parts_overflow and test_try_from…",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-03-28T23:20:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d5879cec106ab37fe81e9fc942a433f91a1b0c0",
"body": null,
"is_bot": false,
"headline": "fix memory leak in TypedArrayVec::truncate",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-03-28T23:12:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8f4e4be239a1f74ff7cfe9d4c514ef11e38751d",
"body": null,
"is_bot": false,
"headline": "fix miri UB in TypedArrayVec::retain",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-03-28T23:04:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a667ca8370363343ccea32468c8af6e996b189ec",
"body": null,
"is_bot": false,
"headline": "fix miri UB in TypedArrayVec::remove",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-03-28T22:59:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcbaa9b5e5268c9ab03f4785199cf9d1075ee037",
"body": null,
"is_bot": false,
"headline": "fix miri UB in TypedArrayVec::try_insert",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-03-28T22:57:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2e5ecf1c4d4cdf73d8c7490b25f10e34b5b6125",
"body": null,
"is_bot": false,
"headline": "fix miri UB in typed_array_vec::Drain::drop",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-03-28T22:53:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e288f22e06ebc34e98ef9a202ddbd8a2a81aa9c7",
"body": null,
"is_bot": false,
"headline": "fix miri UB in TypedArrayVec::truncate",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-03-28T22:50:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5084cd10a1eb96d57c5eaf27c32c211ba6f46545",
"body": null,
"is_bot": false,
"headline": "minor fixes and cleanups",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-03-26T00:56:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "988841a4334d305cef4dbcd7db6c482408a32a27",
"body": null,
"is_bot": false,
"headline": "clean up formatting and imports",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-03-25T22:58:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c87bcd1730e75094a126f1a468964b7bef0d7435",
"body": null,
"is_bot": false,
"headline": "fix nonzero multiplication and add regressions",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-03-25T22:58:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39b627b68bb89fd1f874123eb4b1c98de7f96c77",
"body": null,
"is_bot": false,
"headline": "fix overly restrictive bounds of IntoIterator on TypedVec",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-03-25T22:29:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f74531bff744a2c4e6fe980e1182857aef54bd0",
"body": "…e boundary",
"is_bot": false,
"headline": "fix bug in resolve_range_bounds with inclusive end index at type rang…",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-03-25T22:28:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f4505728fc0ed8e35be996fd78e57204a1ab7ee",
"body": null,
"is_bot": false,
"headline": "fix memory leak in error path of TypedArrayVec::cast_index_type",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-03-25T22:26:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "473bd0bed40083f8e4071426939bb9d37b5026cf",
"body": null,
"is_bot": false,
"headline": "get rid of duplicate definition of extend for TypedVec",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-03-25T22:21:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edbdc47e796af55d0c8e05700e6a81be2a2d5366",
"body": null,
"is_bot": false,
"headline": "fix bug in drain",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-03-25T21:47:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29a4ac1f44b9547f1beedd35ccc029e12c2f1a16",
"body": null,
"is_bot": false,
"headline": "fix memory bugs in typed vec",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-03-25T21:43:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63270105e9ad6f28c748c34170ada740a92e0fbc",
"body": null,
"is_bot": false,
"headline": "normalize import ordering in core modules and tests",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-03-25T20:30:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d06104e006073fffcbf5639ceddbc97ce072881",
"body": null,
"is_bot": false,
"headline": "add typed enumerate iterators and clean up slice extension APIs",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-03-25T20:30:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbc5cea6d0c78e517ff7ca7a1e79409d85c1db36",
"body": null,
"is_bot": false,
"headline": "add auto generated AGENTS.md",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-03-25T19:54:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15ed8a5896727b937153971fbb480eba6488abd0",
"body": null,
"is_bot": false,
"headline": "minor clean ups",
"author_name": "Roee Shoshani",
"author_login": "roeeshoshani",
"committed_at": "2026-03-25T00:08:07Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 8,
"commits_last_year": 292,
"latest_release_at": "2026-07-31T16:45:32Z",
"latest_release_tag": "v0.6.0",
"releases_from_tags": true,
"days_since_last_push": 1,
"active_weeks_last_year": 6,
"days_since_latest_release": 1,
"mean_days_between_releases": 17.5
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": 14,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "index_type",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"collection",
"index",
"typed",
"safe",
"no-std",
"rust-patterns"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/index_type",
"is_deprecated": false,
"latest_version": "0.6.0",
"repository_url": "https://github.com/roeeshoshani/index_type",
"versions_count": 9,
"total_downloads": 6598,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 2163,
"first_published_at": "2026-03-30T20:37:15.874555Z",
"latest_published_at": "2026-07-31T16:45:38.372119Z",
"latest_version_yanked": false,
"days_since_latest_publish": 1
},
{
"name": "index_type_macros",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/index_type_macros",
"is_deprecated": false,
"latest_version": "0.6.0",
"repository_url": "https://github.com/roeeshoshani/index_type",
"versions_count": 9,
"total_downloads": 6669,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 2181,
"first_published_at": "2026-03-30T20:37:12.712794Z",
"latest_published_at": "2026-07-31T16:45:35.379728Z",
"latest_version_yanked": false,
"days_since_latest_publish": 1
}
]
},
"popularity": {
"forks": 0,
"stars": 10,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml",
"index_type_macros/Cargo.toml"
],
"largest_source_bytes": 47339,
"source_files_sampled": 29,
"oversized_source_files": 0,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 3082
},
"dependencies": {
"manifests": [
"Cargo.toml",
"index_type_macros/Cargo.toml"
],
"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": [
"crates"
],
"dependencies": [
{
"name": "index_type_macros",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.6.0"
},
{
"name": "serde",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.229"
},
{
"name": "darling",
"manifest": "index_type_macros/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.23.0"
},
{
"name": "heck",
"manifest": "index_type_macros/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.5.0"
},
{
"name": "proc-macro2",
"manifest": "index_type_macros/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.106"
},
{
"name": "quote",
"manifest": "index_type_macros/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.45"
},
{
"name": "syn",
"manifest": "index_type_macros/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.0.117"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 17,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 9,
"closed_unmerged_prs": 4
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "roeeshoshani",
"commits": 278,
"avatar_url": "https://avatars.githubusercontent.com/u/59681094?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": [
"Cargo.lock"
],
"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": 3,
"reason": "1 out of 3 merged PRs checked by a CI test -- score normalized to 3",
"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/8 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"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": "66b3aabfb34873b04b1b8fcfd679151994d4e592",
"ran_at": "2026-08-02T00:08:44Z",
"aggregate_score": 4.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-31T16:48:24Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-31T16:44:03Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/roeeshoshani/index_type",
"host": "github.com",
"name": "index_type",
"owner": "roeeshoshani"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"security": 44,
"vitality": 76,
"community": 30,
"governance": 55,
"engineering": 48
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 76,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"commits_last_year": 292,
"human_commit_share": 1,
"days_since_last_push": 1,
"active_weeks_last_year": 6
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "6/52 weeks with commits",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 6
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "292 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 292
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"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": 88,
"inputs": {
"releases_count": 8,
"latest_release_tag": "v0.6.0",
"releases_from_tags": true,
"days_since_latest_release": 1,
"mean_days_between_releases": 17.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "8 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 8
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~17.5 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 17.5
}
}
],
"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": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 30,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"forks": 0,
"stars": 10,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "10 stars",
"points": 15.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 10
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"has_license": false,
"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": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 61,
"inputs": {
"packages": [
"index_type",
"index_type_macros"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 13267,
"monthly_downloads": 4344
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "4,344 downloads/month across crates",
"points": 48.5,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 4344,
"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": "moderate",
"name": "Sustainability & Governance",
"value": 55,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"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 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": 78,
"inputs": {
"merged_prs": 17,
"open_issues": 0,
"closed_issues": 9,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 4
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "17/21 decided PRs merged",
"points": 31,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 17,
"decided": 21
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/8 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": 51,
"inputs": {
"followers": 10,
"owner_type": "User",
"is_verified": null,
"owner_login": "roeeshoshani",
"public_repos": 35,
"account_age_days": 2396
},
"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": "10 followers of roeeshoshani",
"points": 7.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 10,
"login": "roeeshoshani"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "35 public repos, account ~6 yr old",
"points": 23.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 35
}
},
{
"code": "account_age_years",
"params": {
"years": 6
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"index_type",
"index_type_macros"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 1
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "2 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 2,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 1 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "9 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 9
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 48,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 54,
"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": "1 out of 3 merged PRs checked by a CI test -- score normalized to 3",
"points": 6,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": false
},
"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": 0,
"status": "missed",
"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": 44,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 44,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.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": "1 out of 3 merged PRs checked by a CI test -- score normalized to 3",
"points": 0.8,
"status": "partial",
"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 0/8 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
}
],
"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": 62,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "moderate",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.13,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 3082
},
"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": "13 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 13,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Cargo.lock"
],
"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",
"index_type_macros/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, index_type_macros/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, index_type_macros/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": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 47339,
"source_files_sampled": 29,
"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/29 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 29,
"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",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-08-02T00:08:56.446306Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/r/roeeshoshani/index_type.svg",
"full_name": "roeeshoshani/index_type",
"license_state": "absent",
"license_spdx": null
}