JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 5430,
"has_wiki": true,
"homepage": null,
"languages": {
"Rust": 130628,
"JavaScript": 367
},
"pushed_at": "2026-07-30T08:21:01Z",
"created_at": "2024-09-18T07:34:43Z",
"owner_type": "Organization",
"updated_at": "2026-07-30T08:22:50Z",
"description": "A fast sorting algorithm combining bin and counting sort. Optimized for scenarios where a primary key can be extracted to index elements into buckets.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": null,
"name": null,
"type": "Organization",
"login": "iShape-Rust",
"company": null,
"location": null,
"followers": 22,
"avatar_url": "https://avatars.githubusercontent.com/u/142660022?v=4",
"created_at": "2023-08-19T09:08:55Z",
"is_verified": null,
"public_repos": 16,
"account_age_days": 1076
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "0.11.0",
"kind": "minor",
"published_at": "2026-07-29T08:17:58Z"
}
],
"recent_commits": [
{
"oid": "e510c1241d3673602d550ce87bb5465f3e2d879d",
"body": "wasm32 regression test",
"is_bot": false,
"headline": "Merge pull request #10 from iShape-Rust/feature/wasm32_regression_test",
"author_name": "Nail",
"author_login": "NailxSharipov",
"committed_at": "2026-07-30T08:21:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c482e854cd9f284ee8adf6cafbe34959b1daae3",
"body": null,
"is_bot": false,
"headline": "wasm32 regression test",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2026-07-30T08:10:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8c914dc29afd4d4824dacd2c134dbc16168e78c",
"body": "Fix/wasm usize overflow",
"is_bot": false,
"headline": "Merge pull request #9 from iShape-Rust/fix/wasm_usize_overflow",
"author_name": "Nail",
"author_login": "NailxSharipov",
"committed_at": "2026-07-29T08:10:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a84fb22bc1852a60c1f402b2eb427e43723f2a9d",
"body": null,
"is_bot": false,
"headline": "simplify logic",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2026-07-29T08:07:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "503aaa2ac30bac176f248ce742cb8831c6f7c2b4",
"body": null,
"is_bot": false,
"headline": "new Difference trait for KeySort diff result",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2026-07-29T07:31:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8a438c04faa73bc64bb745535cba15fe3908108",
"body": null,
"is_bot": false,
"headline": "fix clippy",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2026-07-08T10:10:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c3912bf5cbd94619c2ddd530256629fdf2de663",
"body": null,
"is_bot": false,
"headline": "fix performance tests",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2026-07-08T10:05:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e20bc723481295e740897bdf5dde8b7cc7d9383b",
"body": null,
"is_bot": false,
"headline": "fix overflow",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2026-07-08T10:03:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73ea5e42f75439e24bbd2155742d583c91507dee",
"body": "clippy fix",
"is_bot": false,
"headline": "Merge pull request #8 from iShape-Rust/fix/update_performance_app",
"author_name": "Nail",
"author_login": "NailxSharipov",
"committed_at": "2026-04-24T05:53:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e74f3c0d096355847c1fe813051640ca2d4307d2",
"body": null,
"is_bot": false,
"headline": "clippy fix",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2026-04-24T05:52:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10a9a72f0cdae785dd2185896eed138b09945515",
"body": "up version",
"is_bot": false,
"headline": "Merge pull request #6 from iShape-Rust/feature/up_version",
"author_name": "Nail",
"author_login": "NailxSharipov",
"committed_at": "2026-04-24T04:23:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12ca44dc26bb1bb523aab2e44b142fa8dc6457ce",
"body": null,
"is_bot": false,
"headline": "ci: remove --locked for library workflow",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2026-04-24T04:22:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c48de8c4d6d25696d08ca2b81ca168fd224db008",
"body": null,
"is_bot": false,
"headline": "ci: use crate manifest path in workflow",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2026-04-24T04:19:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09cf7ee8342ac2788ae390bb2e136d3dcd9082c2",
"body": null,
"is_bot": false,
"headline": "ci: move workflow to repository root",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2026-04-24T04:16:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc166faa91dcc9fd8cc524631ce1929e54b0f580",
"body": null,
"is_bot": false,
"headline": "chore: trigger ci",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2026-04-24T04:10:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57f6225e1ac0a29e1507a3e1ebf03f064a265cde",
"body": null,
"is_bot": false,
"headline": "up",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2026-04-24T04:00:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33930b50acc7fb69f2d6be8772d1490c5d5efd65",
"body": "add CL jobs",
"is_bot": false,
"headline": "Merge pull request #5 from iShape-Rust/feature/build_control",
"author_name": "Nail",
"author_login": "NailxSharipov",
"committed_at": "2026-04-24T03:58:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15ad2b6e192c8409ad33385aa5f63417a6884142",
"body": null,
"is_bot": false,
"headline": "add CL jobs",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2026-04-24T03:50:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44e5bd768ced19dcafaa60e25462f2bf2a3c7077",
"body": "Fix allow_multithreading build",
"is_bot": false,
"headline": "Merge pull request #4 from jbangelo/fix/allow-multithreading-build",
"author_name": "Nail",
"author_login": "NailxSharipov",
"committed_at": "2026-04-24T03:45:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b4673d7a37c615f11abde40989f1d76fa4b5ad8",
"body": "…traints constructor",
"is_bot": false,
"headline": "Fix allow_multithreading build: update parallel code to use with_cons…",
"author_name": "Joseph Angelo",
"author_login": "jbangelo",
"committed_at": "2026-04-24T01:53:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "622597c7d3978e37f07e79dba3a8d51df5e96290",
"body": null,
"is_bot": false,
"headline": "up version",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2026-04-23T13:05:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af667a6d7b821142d930a14ee197a899363fe817",
"body": "Remove `readme/sort_algorithm.gif` from the published crate & reference the image in the root of the repository instead",
"is_bot": false,
"headline": "Merge pull request #2 from 42triangles/main",
"author_name": "Nail",
"author_login": "NailxSharipov",
"committed_at": "2026-04-23T13:02:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76191c8344b6eac7860495cf8ae188891dadb3c3",
"body": "…ce the image in the root of the repository instead\n\nThis makes the packaged crate significantly smaller:\n\n| version | # files | uncompressed size | compressed size |\n|---------|---------|-------------------|-----------------|\n| without | 42 | 5.5MiB | 5.2MiB |\n| with | 4\n[…]\n.1 only this\namount to ~300GiB total already.\n\nThis change also helps with reviewing dependencies as the\n`readme/sort_algorithm.gif` file is a binary file that as such is hard\nto impossible to review.",
"is_bot": false,
"headline": "Remove `readme/sort_algorithm.gif` from the published crate & referen…",
"author_name": "42triangles",
"author_login": "42triangles",
"committed_at": "2026-04-23T12:30:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "71f6773861505b2bedb1d48e927e09b20348a9e5",
"body": null,
"is_bot": false,
"headline": "more testable api",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-10-11T06:01:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1591322f0e9003c4853d8eec1e7ad42f83a2e77c",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Nail",
"author_login": "NailxSharipov",
"committed_at": "2025-09-15T12:48:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79e82902a0db59f6c37f655619d3c113f3b79c31",
"body": null,
"is_bot": false,
"headline": "up version",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-09-14T17:41:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1c3930a66da0eb5228099d8a630558165dbd7d8",
"body": null,
"is_bot": false,
"headline": "fix feature allow_multithreading build",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-09-14T17:40:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81a89e6ed4738135794eb8872a49b22c9d84192e",
"body": "* 'main' of github.com:iShape-Rust/iKeySort:\n Update README.md",
"is_bot": false,
"headline": "Merge branch 'main' of github.com:iShape-Rust/iKeySort",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-09-14T12:51:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97960222c85784c981fe79877f84f00ae4c14c6f",
"body": null,
"is_bot": false,
"headline": "up version",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-09-14T12:50:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "393945269c5a844b82ea2c40231b8ddb79f8ffab",
"body": null,
"is_bot": false,
"headline": "change buffer MaybeUninit<T> to T",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-09-14T12:50:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b125768a80bdd0cf4248a402057e634977c8fa45",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Nail",
"author_login": "NailxSharipov",
"committed_at": "2025-09-13T14:58:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33b04cbaf4a79a3c6b41016d966eba8f1ed13359",
"body": "* 'main' of github.com:iShape-Rust/iKeySort:\n Update README.md\n Update README.md\n Update README.md\n Update README.md\n Update README.md\n Update README.md\n Update README.md\n Update README.md\n Update README.md",
"is_bot": false,
"headline": "Merge branch 'main' of github.com:iShape-Rust/iKeySort",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-09-13T12:48:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24ddeedacc68f6f3d6c15aba1f48f8c20cfe85ef",
"body": null,
"is_bot": false,
"headline": "update tests",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-09-13T12:48:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "956279a9c94fe8405e18da3a6635a0ace915323a",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Nail",
"author_login": "NailxSharipov",
"committed_at": "2025-09-13T08:58:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ade326ff9160a1f392e6125183273eef2811668a",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Nail",
"author_login": "NailxSharipov",
"committed_at": "2025-09-13T08:33:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca079a8e1f52aa0690d6b922c81e91790194d902",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Nail",
"author_login": "NailxSharipov",
"committed_at": "2025-09-13T08:27:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8755834ae956099e891ad0cf727b480396ed5131",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Nail",
"author_login": "NailxSharipov",
"committed_at": "2025-09-13T08:18:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25d8e5cc808501619c75474294a5bc4d0dccc53f",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Nail",
"author_login": "NailxSharipov",
"committed_at": "2025-09-13T08:15:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd0e83ec72645d8ecb128216a43f917d80771330",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Nail",
"author_login": "NailxSharipov",
"committed_at": "2025-09-13T08:15:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "036e2f533ef3548ed2d6e14674795d83efe3961c",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Nail",
"author_login": "NailxSharipov",
"committed_at": "2025-09-13T08:14:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55e532745879ffe2df4bea54fea9c3c4604ccbb9",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Nail",
"author_login": "NailxSharipov",
"committed_at": "2025-09-13T07:24:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62f4c578af6f1d41398ca9233868c226f0de84df",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Nail",
"author_login": "NailxSharipov",
"committed_at": "2025-09-13T06:56:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0e5192529cef70323640cca2c6dc96671ebfd17",
"body": null,
"is_bot": false,
"headline": "back",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-09-13T06:56:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e4cb6a7f56bdf2af21469ab26507cf389c6cd58",
"body": null,
"is_bot": false,
"headline": "rename",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-09-13T06:55:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54536f9121612f80b48a699538447b75927d2909",
"body": null,
"is_bot": false,
"headline": "fix cpu count",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-09-13T06:53:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c91d8170c1c07bfc94ec6cf5bbe5e2e878055269",
"body": null,
"is_bot": false,
"headline": "fix performance tests",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-09-13T06:52:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "560f979c75c093a7ddd009245f0364e5cd638aaf",
"body": "* 'main' of github.com:iShape-Rust/iKeySort:\n Update README.md\n Update README.md\n Update README.md\n Update README.md\n Update README.md",
"is_bot": false,
"headline": "Merge branch 'main' of github.com:iShape-Rust/iKeySort",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-09-12T15:42:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d090c0d40991d421ca2ac48a21b1f0aecf3e3a5",
"body": null,
"is_bot": false,
"headline": "update doc",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-09-12T15:42:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d12111bd0a6286beb9f543ea6bab1a5773ec81f0",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Nail",
"author_login": "NailxSharipov",
"committed_at": "2025-09-12T15:38:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e591e58ca4f383597278570b81287ecc38bcb5e6",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Nail",
"author_login": "NailxSharipov",
"committed_at": "2025-09-12T15:38:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da4c8ad934031d28c056e47cfedd4a18a53e041e",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Nail",
"author_login": "NailxSharipov",
"committed_at": "2025-09-12T15:37:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f10b13215c0188f1d42a3bb0d285cb4601508e0b",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Nail",
"author_login": "NailxSharipov",
"committed_at": "2025-09-12T15:35:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb0bb2dd6153d03db2f46460555b29ed281d297d",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Nail",
"author_login": "NailxSharipov",
"committed_at": "2025-09-12T15:24:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7ec50e758dabaed0f117fa386b82a40ffb9868f",
"body": null,
"is_bot": false,
"headline": "rename",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-09-12T15:23:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddbb631d040ffee6378d8e2663d07d9dbd114bc9",
"body": null,
"is_bot": false,
"headline": "add readme file res",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-09-12T15:19:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d1e81e52b6e3d9a03008e4fddeaa8f9c07a42a4",
"body": null,
"is_bot": false,
"headline": "up version",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-09-12T08:16:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b79abe12a61614b408d2c25bd7e43a8e64b6c288",
"body": null,
"is_bot": false,
"headline": "up version",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-09-12T08:16:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80f3d5a6c638f627684c2baeb0189cc59cc2db79",
"body": null,
"is_bot": false,
"headline": "add parallel tests",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-09-12T08:15:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a9995ac505bad0130803426e68491abf2fa2d29",
"body": null,
"is_bot": false,
"headline": "fix copy src bug add tests",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-09-12T08:00:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "baf21408654fded55e072e7e98f1149092612bdb",
"body": null,
"is_bot": false,
"headline": "add docs",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-09-11T18:56:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2e98bbbc4d6148f95a86095d8703bece6bf5b38",
"body": "* 'main' of github.com:iShape-Rust/iKeySort:\n Update README.md",
"is_bot": false,
"headline": "Merge branch 'main' of github.com:iShape-Rust/iKeySort",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-09-11T17:15:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1b14af797c34b7cd61f4a41088760ff7db02e03",
"body": null,
"is_bot": false,
"headline": "fix tests",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-09-11T17:15:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b30a92d9efa98776fb32568d262c2ad5b5ad9400",
"body": null,
"is_bot": false,
"headline": "pass all tests",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-09-11T17:06:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be548954e9f1c9caa71586acf5a0e55440ecd891",
"body": null,
"is_bot": false,
"headline": "public api",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-09-11T16:36:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b16f92b4d2f2e640408ed071be03cb6e6c7898bb",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Nail",
"author_login": "NailxSharipov",
"committed_at": "2025-09-10T18:35:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b9ead9cf2223afb173f618515049f81ea4b9b34",
"body": null,
"is_bot": false,
"headline": "up version",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-09-10T18:10:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d979953200750d77495860f232dc5cac54d71588",
"body": null,
"is_bot": false,
"headline": "K1 K2 fix",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-09-10T18:08:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c3c30a973b91603b7d239dfbd8854a29556bfa4",
"body": null,
"is_bot": false,
"headline": "log2 move",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-09-10T18:08:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e616c131166402bf828c550636b782ec3ad389c",
"body": null,
"is_bot": false,
"headline": "no std by default",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-09-10T11:19:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c1b8b579e14c5f6526ba27b88d96776ea6161de",
"body": null,
"is_bot": false,
"headline": "Send and Sync hide by multithreading",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-09-10T11:08:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dfd2d72d6e9b6c190e8f7530290e703bba4d3cb",
"body": null,
"is_bot": false,
"headline": "new tests",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-09-10T09:23:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc60b03830a19edc974f8b4e51f47a4e3ee55d2a",
"body": null,
"is_bot": false,
"headline": "Fix template for K1 and K2",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-09-10T08:21:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1c28e9cd9ec39cf3dbc7492b57351fbb89d69aa",
"body": null,
"is_bot": false,
"headline": "fix last bins sort by cmp",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-09-10T08:06:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48ec6dafaebf20559d9a1ee75a31d9df34943e22",
"body": null,
"is_bot": false,
"headline": "add compare api",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-09-10T07:36:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d86288d0b6518d7e76492dc4ec12ef04efb9d536",
"body": null,
"is_bot": false,
"headline": "adjust task len",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-09-09T14:29:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9966c089f233f0d7653e4064d1701c0ef2deb845",
"body": null,
"is_bot": false,
"headline": "code clean",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-09-09T13:36:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f8a58248b934afca017ddbd3535841d90cf91ba",
"body": null,
"is_bot": false,
"headline": "pin pong buffer",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-09-09T13:06:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4bb1b4f01bd96b5903454888893a84611d9b3dc",
"body": null,
"is_bot": false,
"headline": "public api",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-09-09T06:36:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13206bb9da265dc3232e66a9164261573653c89d",
"body": null,
"is_bot": false,
"headline": "add performance app",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-09-08T19:53:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a519d76e6070019deccf5af315bc17b183f87165",
"body": null,
"is_bot": false,
"headline": "new impl",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-09-08T18:19:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c50d1160d400a904e0011c00261610fc6bf3e4cc",
"body": null,
"is_bot": false,
"headline": "resize",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-08-31T05:45:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "464efb5e40e7772bd026ff8561c8e65d3a5d43e8",
"body": null,
"is_bot": false,
"headline": "new constructor",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-08-29T07:19:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efdf69cde2cdf0ce62b3803382472f2b31059423",
"body": null,
"is_bot": false,
"headline": "not optional constructor",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-08-28T09:06:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3a9e6b399a9da1120c1b8208a2bc9d05aff7901",
"body": null,
"is_bot": false,
"headline": "useless sort",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-08-28T07:27:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43768850d7d025a9bb38fa843f15719c5acce763",
"body": null,
"is_bot": false,
"headline": "add categories",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-05-26T18:36:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9bad54ec657663c4af35f7691ef3a5820987948",
"body": null,
"is_bot": false,
"headline": "fix rand",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-05-26T13:51:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5bc2e74a0910e5c3b0a83b5d3ef4d5ec9321a61",
"body": null,
"is_bot": false,
"headline": "no_std",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-05-20T08:02:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccecce9556e4a4d6aef6c0633d406ceae54afd06",
"body": null,
"is_bot": false,
"headline": "save max key",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-05-19T17:46:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdba28d127bb2df2590dba616ff4819bcad4413b",
"body": null,
"is_bot": false,
"headline": "fix slice",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-05-05T15:07:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be28360207fc4246bf9c7302af1eb36d0eaebeab",
"body": null,
"is_bot": false,
"headline": "bin key feature",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-05-05T13:53:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4316df6ca28df372efe7af91234bbc6ba203865",
"body": null,
"is_bot": false,
"headline": "create new sorted vec api",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-05-05T08:16:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "847e136c228d7177edc3b042479ab4055af6709f",
"body": null,
"is_bot": false,
"headline": "up version",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-03-05T10:50:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eba61e14b84de743771765c2cc1bd65d4ea24627",
"body": "* 'feature/adjust' of github.com:iShape-Rust/iKeySort:\n adjust const\n rename\n clean\n par execution\n\n# Conflicts:\n#\tsrc/key_sort.rs",
"is_bot": false,
"headline": "Merge branch 'feature/adjust' of github.com:iShape-Rust/iKeySort",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-03-05T10:50:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ab381885531997d56335192733100456b8a8106",
"body": null,
"is_bot": false,
"headline": "adjust const",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-03-05T10:44:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94309b77252b2db41deabb6103bbb21e9d74a764",
"body": null,
"is_bot": false,
"headline": "rename",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-02-27T13:43:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0432caa4a58a1960d2be36bad4dd702654d1e5b",
"body": null,
"is_bot": false,
"headline": "clean",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-02-27T12:29:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59fee11bcaac2445da5e2b2c832118be41c1a4ce",
"body": null,
"is_bot": false,
"headline": "inplace move",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-02-25T10:58:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c08409d7af26e8b6dcf6d7ec17c0b77d9dfdc666",
"body": null,
"is_bot": false,
"headline": "par execution",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-02-24T15:03:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a8d986535dea80c2444e5117aa20f56ba6b10c3",
"body": null,
"is_bot": false,
"headline": "add comments",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-02-24T09:02:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdc4aaabe388a6b8dd7a796c26d52d74b9cfe5a9",
"body": null,
"is_bot": false,
"headline": "up edition",
"author_name": "Nail Sharipov",
"author_login": "NailxSharipov",
"committed_at": "2025-02-22T12:21:50Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 82,
"latest_release_at": "2026-07-29T08:17:58Z",
"latest_release_tag": "0.11.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 8,
"days_since_latest_release": 1,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "i_key_sort",
"exists": true,
"license": "MIT",
"keywords": [
"algorithms",
"no-std"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/i_key_sort",
"is_deprecated": false,
"latest_version": "0.11.0",
"repository_url": "https://github.com/iShape-Rust/iKeySort",
"versions_count": 14,
"total_downloads": 5668871,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 847413,
"first_published_at": "2024-09-19T18:14:48.084656Z",
"latest_published_at": "2026-07-29T08:13:03.709901Z",
"latest_version_yanked": false,
"days_since_latest_publish": 1
}
]
},
"popularity": {
"forks": 4,
"stars": 3,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2025-04-20",
"count": 1
},
{
"date": "2025-09-01",
"count": 1
},
{
"date": "2026-04-20",
"count": 1
},
{
"date": "2026-04-24",
"count": 1
}
],
"complete": true,
"collected": 4,
"total_forks": 4
},
"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": [
"iKeySort/Cargo.toml",
"iKeySort/tests/wasm32/Cargo.toml",
"performance/remap/Cargo.toml",
"performance/rust_app/Cargo.toml"
],
"largest_source_bytes": 7597,
"source_files_sampled": 57,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"iKeySort/Cargo.toml"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 6,
"malicious_count": 0,
"assessed_package": "crates:i_key_sort@0.11.0",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "rayon",
"manifest": "iKeySort/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "^1.11"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "rayon",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "rand",
"direct": false,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 2,
"direct_count": 1,
"indirect_count": 1
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 7,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 2,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "NailxSharipov",
"commits": 103,
"avatar_url": "https://avatars.githubusercontent.com/u/7960498?v=4"
},
{
"type": "User",
"login": "42triangles",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/31801109?v=4"
},
{
"type": "User",
"login": "jbangelo",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/6558829?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.981
},
"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": 3,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 5,
"reason": "4 out of 7 merged PRs checked by a CI test -- score normalized to 5",
"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": 1,
"reason": "Found 2/15 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 3 contributing companies or organizations -- score normalized to 10",
"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": 6,
"reason": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"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": 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": "e510c1241d3673602d550ce87bb5465f3e2d879d",
"ran_at": "2026-07-30T19:40:22Z",
"aggregate_score": 4.2,
"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-30T08:21:47Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-30T08:21:01Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/iShape-Rust/iKeySort",
"host": "github.com",
"name": "iKeySort",
"owner": "iShape-Rust"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"security": 54,
"vitality": 73,
"community": 46,
"governance": 61,
"engineering": 55
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 73,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"commits_last_year": 82,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 8
},
"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": "8/52 weeks with commits",
"points": 5.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 8
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "82 commits in the last year",
"points": 17.2,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 82
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"points": 6,
"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": 84,
"inputs": {
"releases_count": 1,
"latest_release_tag": "0.11.0",
"releases_from_tags": false,
"days_since_latest_release": 1,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 1
}
}
],
"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": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"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": "at_risk",
"name": "Community & Adoption",
"value": 46,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 9,
"inputs": {
"forks": 4,
"stars": 3,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "3 stars",
"points": 4.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 3
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "4 forks",
"points": 4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 4
}
}
],
"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": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "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": 99,
"inputs": {
"packages": [
"i_key_sort"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 5668871,
"monthly_downloads": 847413
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "847,413 downloads/month across crates",
"points": 79,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 847413,
"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": 61,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.981
},
"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 98% of commits",
"points": 0.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 98
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "3 contributors",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 3
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"merged_prs": 7,
"open_issues": 0,
"closed_issues": 2,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 1
},
"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": "7/8 decided PRs merged",
"points": 33.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 7,
"decided": 8
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 2/15 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"followers": 22,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "iShape-Rust",
"public_repos": 16,
"account_age_days": 1076
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "22 followers of iShape-Rust",
"points": 9.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 22,
"login": "iShape-Rust"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "16 public repos, account ~2 yr old",
"points": 14.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 16
}
},
{
"code": "account_age_years",
"params": {
"years": 2
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"i_key_sort"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 1
},
"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 1 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "14 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 14
}
}
],
"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": 55,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 58,
"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": "4 out of 7 merged PRs checked by a CI test -- score normalized to 5",
"points": 10,
"status": "partial",
"details": [],
"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": "moderate",
"name": "Security",
"value": 54,
"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": 42,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.2
},
"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 is not maximal on development and all release branches",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "4 out of 7 merged PRs checked by a CI test -- score normalized to 5",
"points": 1.2,
"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 2/15 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 2.5,
"status": "met",
"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": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"points": 4.5,
"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": "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": "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": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the crates:i_key_sort@0.11.0 runtime dependency closure — what installing the published package pulls in — 6 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "crates:i_key_sort@0.11.0",
"assessed": 6
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 6,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 6,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 42,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 8,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.15,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "15 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 15,
"sampled": 100
}
}
],
"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": [
"iKeySort/Cargo.toml",
"iKeySort/tests/wasm32/Cargo.toml",
"performance/remap/Cargo.toml",
"performance/rust_app/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "iKeySort/Cargo.toml, iKeySort/tests/wasm32/Cargo.toml, performance/remap/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "iKeySort/Cargo.toml, iKeySort/tests/wasm32/Cargo.toml, performance/remap/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 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": 7597,
"source_files_sampled": 57,
"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/57 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 57,
"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"
],
"report_type": "repository",
"generated_at": "2026-07-30T19:40:36.053543Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/i/iShape-Rust/iKeySort.svg",
"full_name": "iShape-Rust/iKeySort",
"license_state": "standard",
"license_spdx": "MIT"
}