原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 21459,
"has_wiki": true,
"homepage": "https://helix-editor.com",
"languages": {
"CSS": 24281,
"Nix": 3701,
"Rust": 958764,
"Scheme": 48139,
"Handlebars": 14623,
"JavaScript": 24328
},
"pushed_at": "2026-06-24T15:00:09Z",
"created_at": "2021-06-02T14:03:23Z",
"owner_type": "User",
"updated_at": "2021-12-16T07:47:19Z",
"description": "A post-modern modal text editor.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MPL-2.0",
"default_branch": "master",
"license_spdx_raw": "MPL-2.0",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": "pickfire.llk.moe",
"name": "Ivan Tham",
"type": "User",
"login": "pickfire",
"company": null,
"location": "Malaysia, Earth",
"followers": 161,
"avatar_url": "https://avatars.githubusercontent.com/u/4687791?v=4",
"created_at": "2013-06-13T10:38:37Z",
"is_verified": null,
"public_repos": 249,
"account_age_days": 4790
},
"license": {
"state": "standard",
"spdx_id": "MPL-2.0",
"raw_spdx": "MPL-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.0.8",
"kind": "patch",
"published_at": "2021-06-02T13:45:43Z"
},
{
"tag": "v0.0.7",
"kind": "patch",
"published_at": "2021-06-02T04:20:36Z"
},
{
"tag": "v0.0.6",
"kind": "patch",
"published_at": "2021-06-01T08:55:11Z"
},
{
"tag": "v0.0.5",
"kind": "patch",
"published_at": "2021-06-01T08:26:10Z"
},
{
"tag": "v0.0.4",
"kind": "patch",
"published_at": "2021-05-30T08:52:56Z"
},
{
"tag": "v0.0.3",
"kind": "patch",
"published_at": "2021-05-18T15:37:01Z"
},
{
"tag": "v0.0.2",
"kind": "patch",
"published_at": "2021-05-12T13:14:56Z"
}
],
"recent_commits": [
{
"oid": "953125d3f381880f288afa2b59f9936e76d534fa",
"body": "* Fix around-word text-object selection.\r\n\r\n* Text object around-word: select to the left if no whitespace on the right.\r\n\r\nAlso only select around when there's whitespace at all.\r\n\r\n* Make select-word-around select all white space on a side.\r\n\r\n* Update commented-out test case.\r\n\r\n* Fix unused import warning from rebase.",
"is_bot": false,
"headline": "Fix around-word text-object selection. (#546)",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-08-06T00:32:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10c77cdc038f77869a969b9e7182bce235783db7",
"body": "Yank should proceed with normal mode.",
"is_bot": false,
"headline": "Exit extend after yank",
"author_name": "Ivan Tham",
"author_login": "pickfire",
"committed_at": "2021-08-05T08:25:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5342f976d4abd5fa7673fdb81c3c38828ad3abc7",
"body": null,
"is_bot": false,
"headline": "Document C/Alt-C in the keymap",
"author_name": "Blaž Hrastnik",
"author_login": "archseer",
"committed_at": "2021-08-05T08:04:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0793841ac36a2513484e3779363c9bd28f7cc0a4",
"body": null,
"is_bot": false,
"headline": "Refactor copy selection vertically",
"author_name": "Blaž Hrastnik",
"author_login": "archseer",
"committed_at": "2021-08-05T08:04:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f160008add247567f8e6704b54e9cd87fbe72983",
"body": null,
"is_bot": false,
"headline": "Vertical Selection",
"author_name": "Cor",
"author_login": null,
"committed_at": "2021-08-05T08:04:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9cbc344fc28dee5a0a5d3a7662c5c223067ab23",
"body": "Fixes #543.",
"is_bot": false,
"headline": "Fix buggy surround behavior from #376.",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-08-04T01:55:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c3a5b14de37aa3bd9c5c9a0aa2645245d03b161",
"body": "Resolves #529.",
"is_bot": false,
"headline": "Add `goto_last_line` command, and bind it to `ge`.",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-08-04T00:47:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "585793eb469b8b980c7b182333d71d9746a375a4",
"body": null,
"is_bot": false,
"headline": "Use an empty stream on Windows to remove duplication",
"author_name": "Blaž Hrastnik",
"author_login": "archseer",
"committed_at": "2021-08-03T00:32:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "821565e4efe84f97e08327138cbe8f09aba934e0",
"body": null,
"is_bot": false,
"headline": "Add ctrl-z to suspend",
"author_name": "Ivan Tham",
"author_login": "pickfire",
"committed_at": "2021-08-03T00:32:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adb5d842ba3ff7e539a77de54a0a8db3018a3844",
"body": null,
"is_bot": false,
"headline": "Use nicer filepaths instead of URIs in goto picker",
"author_name": "Blaž Hrastnik",
"author_login": "archseer",
"committed_at": "2021-08-03T00:30:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3aefe18cd32b931431c4a6145f4eeef3abdef5c",
"body": null,
"is_bot": false,
"headline": "nix: Update flake",
"author_name": "Blaž Hrastnik",
"author_login": "archseer",
"committed_at": "2021-08-03T00:30:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfef44e3d26b57b96a9c5fd2ee14c29bdfe34486",
"body": "Bumps [which](https://github.com/harryfei/which-rs) from 4.1.0 to 4.2.2.\n- [Release notes](https://github.com/harryfei/which-rs/releases)\n- [Commits](https://github.com/harryfei/which-rs/compare/4.1.0...4.2.2)\n\n---\nupdated-dependencies:\n- dependency-name: which\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump which from 4.1.0 to 4.2.2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2021-08-03T00:20:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9b4b48344ddeb106aa9ce569e4825f2df563356",
"body": "Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.64 to 1.0.66.\n- [Release notes](https://github.com/serde-rs/json/releases)\n- [Commits](https://github.com/serde-rs/json/compare/v1.0.64...v1.0.66)\n\n---\nupdated-dependencies:\n- dependency-name: serde_json\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump serde_json from 1.0.64 to 1.0.66",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2021-08-03T00:20:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99a4e3fc7971872799013b5b5b6785b510807efa",
"body": "Bumps [serde](https://github.com/serde-rs/serde) from 1.0.126 to 1.0.127.\n- [Release notes](https://github.com/serde-rs/serde/releases)\n- [Commits](https://github.com/serde-rs/serde/compare/v1.0.126...v1.0.127)\n\n---\nupdated-dependencies:\n- dependency-name: serde\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump serde from 1.0.126 to 1.0.127",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2021-08-03T00:20:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfcc6e2ca5958101a56b20f005f3dd1d84f7c56b",
"body": null,
"is_bot": false,
"headline": "Update `README.md`",
"author_name": "Omnikar",
"author_login": "Omnikar",
"committed_at": "2021-08-02T08:55:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef6a2317b77af8faea15d41ff25553e7482f23f6",
"body": null,
"is_bot": false,
"headline": "Update keymap.md",
"author_name": "Ryo Hirayama",
"author_login": "ryo33",
"committed_at": "2021-08-01T16:47:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "557c63033c57cb60917dd75ac45d14ca11d0557e",
"body": null,
"is_bot": false,
"headline": "fix: Map all selections on transaction.apply",
"author_name": "Blaž Hrastnik",
"author_login": "archseer",
"committed_at": "2021-07-31T15:44:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccecda4f666a8a1167bdb6a0b2f3ef9c331a59f4",
"body": "Specifically, test cases for double-width characters and grapheme\nclusters.",
"is_bot": false,
"headline": "Add more unit tests for pos_at_screen_coords.",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-31T02:01:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eec563114061351b55fa1530c9d34e4829678dee",
"body": null,
"is_bot": false,
"headline": "Update popup and diagnostics in onedark theme",
"author_name": "Gokul Soumya",
"author_login": "sudormrfbin",
"committed_at": "2021-07-30T09:17:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62eb8c6b407c61d21dbee83c4b4e78c4e6cb87c3",
"body": "…cation",
"is_bot": false,
"headline": "mouse: Remove verify_screen_coords, refactor primary selection modifi…",
"author_name": "Blaž Hrastnik",
"author_login": "archseer",
"committed_at": "2021-07-30T07:52:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bb744aeacb56846c3bb50338e2bb81328e4e396",
"body": null,
"is_bot": false,
"headline": "Remove the jump",
"author_name": "Blaž Hrastnik",
"author_login": "archseer",
"committed_at": "2021-07-30T07:52:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8361de45dc20e428c538f784898e6c47646b6e8d",
"body": "* Initial mouse selection support\r\n\r\nSigned-off-by: Dmitry Sharshakov <d3dx12.xx@gmail.com>\r\n\r\n* Disable mouse event capture if editor crashes\r\n\r\nSigned-off-by: Dmitry Sharshakov <d3dx12.xx@gmail.com>\r\n\r\n* Translate screen coordinates to view position\r\n\r\nSigned-off-by: Dmitry Sharshakov <d3dx12.xx@g\n[…]\nmitry Sharshakov <d3dx12.xx@gmail.com>\r\n\r\n* Add unit tests for text_pos_at_screen_coords\r\n\r\nSigned-off-by: Dmitry Sharshakov <d3dx12.xx@gmail.com>\r\n\r\nCo-authored-by: Gokul Soumya <gokulps15@gmail.com>",
"is_bot": false,
"headline": "Mouse selection support (#509)",
"author_name": "Dmitry Sharshakov",
"author_login": "dsseng",
"committed_at": "2021-07-30T07:52:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0fdb626c2cc5518b10a9bfbedc8b78cff3d360c9",
"body": "It's no longer practical to maintain. Closes #451",
"is_bot": false,
"headline": "Remove embed_runtime feature",
"author_name": "Blaž Hrastnik",
"author_login": "archseer",
"committed_at": "2021-07-30T07:27:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f88d4c1e20d4dbc244599ad3f3a5f301bec239bf",
"body": null,
"is_bot": false,
"headline": "Move indent-style code into `helix_core::indent`.",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-30T03:22:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e191a75e336885b4dd8c3d0a80b7b24000a0ca5a",
"body": null,
"is_bot": false,
"headline": "Give default document a single line ending.",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-30T03:20:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6e0d31be0546481e69be9ae11dc19b341746f42",
"body": "The non-extending variants of the commands weren't selecting from the range head.\n\nFixes #527.",
"is_bot": false,
"headline": "Fix incorrect behavior of `find_char` command and friends.",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-30T01:39:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fda350494449bf5909a0b47f9e2f593fbe615ad",
"body": null,
"is_bot": false,
"headline": "Fixes for new clippy lints in Rust 1.54.",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-29T20:47:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05d20e196f81c8b71c2aecaf46f5d443d6b6b582",
"body": "…e_cleanup\n\nThe Great Line Ending & Cursor Range Cleanup",
"is_bot": false,
"headline": "Merge pull request #376 from cessen/great_line_ending_and_cursor_rang…",
"author_name": "Blaž Hrastnik",
"author_login": "archseer",
"committed_at": "2021-07-29T09:43:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4d41d06e3b52863d35ce3703f78cc8e0807c504",
"body": null,
"is_bot": false,
"headline": "Fix typo in comment.",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-29T02:20:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a2fa692f26f5bff5861151f395304837f5d93ec",
"body": null,
"is_bot": false,
"headline": "Refactor case where key event is solely a character",
"author_name": "Gokul Soumya",
"author_login": "sudormrfbin",
"committed_at": "2021-07-29T00:39:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "285aba2de5af5d7a45b0640e7e09764b611f6a7b",
"body": "Forgot to convert from char indices to byte indices before passing\nto the regex engine.",
"is_bot": false,
"headline": "Fix bug with `/` searching after non-ascii characters.",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-28T23:03:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd7302ffd35c4972e7b0414a31a08f4e3c672df5",
"body": "Rather than per-command like before.",
"is_bot": false,
"headline": "Enforce cursor/selection invariants in one place.",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-28T22:57:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a873e719d5dd1816434c16bb02d74f1e00ca847a",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into great_line_ending_and_cursor_range_cleanup",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-28T21:11:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b90450b9e8b995e96a723a5d8c7b179ad2967c5a",
"body": "Regression from #454. Go to line 10 with `10gg` or `10G`.",
"is_bot": false,
"headline": "Fix goto line number",
"author_name": "Gokul Soumya",
"author_login": "sudormrfbin",
"committed_at": "2021-07-28T13:33:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "013bec407cc686a2cf29e3b8dfb579e585c27e6e",
"body": "Stolen from https://github.com/rust-lang/wg-async-foundations/pull/225",
"is_bot": false,
"headline": "Quite edit page",
"author_name": "Ivan Tham",
"author_login": "pickfire",
"committed_at": "2021-07-28T11:35:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1493313750bb4e8850da2a4c0d591ce04153106e",
"body": "* Show pending keys and counts in status line\r\n\r\n* Refactor pending key display",
"is_bot": false,
"headline": "Show pending keys in status line (#515)",
"author_name": "Gokul Soumya",
"author_login": "sudormrfbin",
"committed_at": "2021-07-28T04:57:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "581a3d42c81e65a8373329fd61ff6b7d0dae8c84",
"body": "Fix doc comment typo",
"is_bot": false,
"headline": "Update keyboard.rs (#516)",
"author_name": "Rust & Python",
"author_login": "kajuburfi",
"committed_at": "2021-07-27T07:32:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aead4e69a66ba004aa34e5a1a59e05239117250e",
"body": null,
"is_bot": false,
"headline": "Minor cleanup of the vertical movement code.",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-27T06:20:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84f8167fd1d54a5ebf924d6d4a43bd24cfe40dd2",
"body": null,
"is_bot": false,
"headline": "Use `match` for branching on the `Direction` enum in more places.",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-27T06:09:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5229c5387f1769dea42b2362454c1ed49746e247",
"body": null,
"is_bot": false,
"headline": "Add unit tests for some of the new `Range` methods.",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-27T03:03:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86645c897d2d5c79c1bab548fc3bc31d9b6fcdb4",
"body": "Bumps [futures-executor](https://github.com/rust-lang/futures-rs) from 0.3.15 to 0.3.16.\n- [Release notes](https://github.com/rust-lang/futures-rs/releases)\n- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3\n[…]\n\n\n---\nupdated-dependencies:\n- dependency-name: futures-executor\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump futures-executor from 0.3.15 to 0.3.16",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2021-07-27T01:37:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a6aad3122d49ba07896ce047b5ae23da34eae803",
"body": "Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.8.2 to 1.9.0.\n- [Release notes](https://github.com/tokio-rs/tokio/releases)\n- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.8.2...tokio-1.9.0)\n\n---\nupdated-dependencies:\n- dependency-name: tokio\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump tokio from 1.8.2 to 1.9.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2021-07-27T01:28:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b581c185ba404e5c3c99affecb06bfd7e7b06c26",
"body": "Bumps [jsonrpc-core](https://github.com/paritytech/jsonrpc) from 17.1.0 to 18.0.0.\n- [Release notes](https://github.com/paritytech/jsonrpc/releases)\n- [Commits](https://github.com/paritytech/jsonrpc/compare/jsonrpc-core-17.1.0...v18.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: jsonrpc-core\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump jsonrpc-core from 17.1.0 to 18.0.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2021-07-27T01:26:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13c9d57b2b25368c1e9f82c4a6acb903b879e82f",
"body": "Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.15 to 0.3.16.\n- [Release notes](https://github.com/rust-lang/futures-rs/releases)\n- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.15.\n[…]\n.16)\n\n---\nupdated-dependencies:\n- dependency-name: futures-util\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump futures-util from 0.3.15 to 0.3.16",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2021-07-27T01:24:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b2c76dc627d1cabe83b69a025fccb8ea8259d2a5",
"body": null,
"is_bot": false,
"headline": "Improve `Range` documentation and organization.",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-27T01:04:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f62ec6e51e99dce9e93600801c3637c196c592b6",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into great_line_ending_and_cursor_range_cleanup",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-26T18:19:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ee6ba5b38ebeb86006bb2e42734a2285eb354df",
"body": null,
"is_bot": false,
"headline": "Address some PR comments.",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-26T17:51:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88d6f652390922b389667f469b6d308db569bdaf",
"body": "* Use tree like structure to store keymaps\r\n\r\n* Allow multi key keymaps in config file\r\n\r\n* Allow multi key keymaps in insert mode\r\n\r\n* Make keymap state self contained\r\n\r\n* Add keymap! macro for ergonomic declaration\r\n\r\n* Add descriptions for editor commands\r\n\r\n* Allow keymap! to take multiple keys\n[…]\nmode suffixes from keymaps\r\n\r\n* Preserve order of keys when showing infobox\r\n\r\n* Make command descriptions smaller\r\n\r\n* Strip infobox title prefix from items\r\n\r\n* Strip infobox title prefix from items",
"is_bot": false,
"headline": "Allow multi key remappings in config file (#454)",
"author_name": "Gokul Soumya",
"author_login": "sudormrfbin",
"committed_at": "2021-07-26T16:07:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "01247acf0cd06fcb3ba3b033e215b9b13b632816",
"body": null,
"is_bot": false,
"headline": "Start searches at the right side of the block cursor.",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-26T15:50:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0883b4fae03343978e61fc377775d7ba93f86b40",
"body": null,
"is_bot": false,
"headline": "Collect some common patterns into methods on `Range`.",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-26T15:40:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a630fb5d2022b264bcac34317bbadd0973bd57d4",
"body": null,
"is_bot": false,
"headline": "fix: change primary cursor color in bogster theme",
"author_name": "gbaranski",
"author_login": "gbaranski",
"committed_at": "2021-07-26T14:10:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7c85007972b18bf57c1ed23d40f42d56fe1f470",
"body": "Fix #492",
"is_bot": false,
"headline": "Fix append newline indent",
"author_name": "Ivan Tham",
"author_login": "pickfire",
"committed_at": "2021-07-26T13:36:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63e54e30a74bb0d1d782877ddbbcf95f2817d061",
"body": "Implementation is similar to kakoune: we store the entries into\na register.",
"is_bot": false,
"headline": "Implement in-memory prompt history",
"author_name": "Blaž Hrastnik",
"author_login": "archseer",
"committed_at": "2021-07-26T02:19:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29cefa1be860e38a11347f0798159e0f4ddfe173",
"body": null,
"is_bot": false,
"headline": "rust: Indent multi line call expressions one level deeper",
"author_name": "Blaž Hrastnik",
"author_login": "archseer",
"committed_at": "2021-07-26T02:19:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f24007b30f9655b2d5e74ccf8164fafed8b54d77",
"body": "if/if let are already handled by block, and keeping these scopes would\nindent else blocks one level too far.",
"is_bot": false,
"headline": "Improve rust indentation queries",
"author_name": "Blaž Hrastnik",
"author_login": "archseer",
"committed_at": "2021-07-26T02:19:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "112ae5cffe8cc645623cd2cb04cbee2e69c37a09",
"body": "* Implement `margin` calculation for uncommenting\r\n\r\n* Move `margin` calculation to `find_line_comment`\r\n\r\n* Fix comment bug with multiple selections on a line\r\n\r\n* Fix `find_line_comment` test for new return type\r\n\r\n* Generate a single vec of lines for comment toggle\r\n\r\n`toggle_line_comments` colle\n[…]\nCreate `changes` with capacity instead of reserving\r\n\r\n* Remove unnecessary clones in `test_find_line_comment`\r\n\r\n* Add test case for 0 margin comments\r\n\r\n* Add comments explaining `find_line_comment`",
"is_bot": false,
"headline": "Determine whether to use a margin of 0 or 1 when uncommenting (#476)",
"author_name": "Omnikar",
"author_login": "Omnikar",
"committed_at": "2021-07-26T02:00:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e07e42dcfb24dae348c625822abf74fa87968bff",
"body": null,
"is_bot": false,
"headline": "fix(term): undo-ing code actions",
"author_name": "Gokul Soumya",
"author_login": "sudormrfbin",
"committed_at": "2021-07-25T10:49:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8da58fe44a040ad6219891251d3b86d6026d0260",
"body": null,
"is_bot": false,
"headline": "fix(term): use existing implementation of edits_to_transaction",
"author_name": "gbaranski",
"author_login": "gbaranski",
"committed_at": "2021-07-25T10:49:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41f62c31572ce05080e8a3469457895f0de7c6e8",
"body": null,
"is_bot": false,
"headline": "build(nix): fix build issues",
"author_name": "Yusuf Bera Ertan",
"author_login": "90-008",
"committed_at": "2021-07-25T10:47:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f96b8b769b3c7457935b5c02db870af97036f7b6",
"body": "Also fix a bunch of bugs related to it.",
"is_bot": false,
"headline": "Switch to a cleaner range-head moving abstraction.",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-24T14:44:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a8a01df6b54f7c169b2c22d4e057eb4925c8a1b",
"body": null,
"is_bot": false,
"headline": "Add missing keybinds to docs",
"author_name": "Gokul Soumya",
"author_login": "sudormrfbin",
"committed_at": "2021-07-24T11:11:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48e344a2a813b875ca813be726387692b7ba0762",
"body": "* wip: Code actions\r\n\r\n* fix(term): use current macro instead Context::context\r\n\r\n* feat(lsp): set code_action capabilities\r\n\r\n* feat(term): set SPC-a to code_action\r\n\r\n* feat(term): wip on applying code actions\r\n\r\n* deps: `cargo update`\r\n\r\n* feat(term): applying code actions edits\r\n\r\n* fix(term): c\n[…]\ner\r\n\r\n* fix(term): apply cargo-clippy suggestions\r\n\r\n* fix(term): replace todo!'s with editor.set_error\r\n\r\nCo-authored-by: Blaž Hrastnik <blaz@mxxn.io>\r\nCo-authored-by: Ivan Tham <pickfire@riseup.net>",
"is_bot": false,
"headline": "feat: code actions - document edits (#478)",
"author_name": "Grzegorz Baranski",
"author_login": "gbaranski",
"committed_at": "2021-07-24T01:26:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "20723495d3ee82047bc7584e9eca1424d1256f4c",
"body": "They worked correctly when extending, but not for normal cursor\nmovement.",
"is_bot": false,
"headline": "Fixed find_till_char and find_char commands.",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-24T01:03:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f43dc40398ff8372b1612241081926bac6d2055",
"body": null,
"is_bot": false,
"headline": "Fix surround replace command replacing the wrong position on the right.",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-24T00:52:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43594049ddd6b0ec3794807016ab3cd2a6a38834",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into great_line_ending_and_cursor_range_cleanup",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-24T00:23:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "427ae6ac6cfdd2a89580692dadd45f1a8dc02d2c",
"body": null,
"is_bot": false,
"headline": "Put selection in separate variable in commands code.",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-24T00:06:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad814b8c2eba229e99524f412077315dd1d24127",
"body": null,
"is_bot": false,
"headline": "Fix append mode, and make insertion always happen at head of range.",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-23T21:27:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bda4f5c1cdd2f84a06647f7dce45a8f6d06401ae",
"body": null,
"is_bot": false,
"headline": "Simplify replace dashes with underscore",
"author_name": "Ivan Tham",
"author_login": "pickfire",
"committed_at": "2021-07-23T09:37:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1789dfabfe68c00dda3b861b828ea7a50860f6e7",
"body": "Fixes #472",
"is_bot": false,
"headline": "fix: ui/menu: Don't allow scrolling past the end of completion",
"author_name": "Blaž Hrastnik",
"author_login": "archseer",
"committed_at": "2021-07-23T09:12:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5d438705b3554c078adbe99cc64323967ff2406",
"body": "Closes #480",
"is_bot": false,
"headline": "Add rustfmt.toml to force formatting to use rustfmt defaults",
"author_name": "Blaž Hrastnik",
"author_login": "archseer",
"committed_at": "2021-07-23T09:11:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "817a7e0bd68c2430e5dcb7b6c612043329a62231",
"body": "Fixes #487",
"is_bot": false,
"headline": "fix: Only try expanding directory completion if it makes sense",
"author_name": "Blaž Hrastnik",
"author_login": "archseer",
"committed_at": "2021-07-23T09:10:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58d08d36ae6a2c6efbf175247bb096fae6629eb1",
"body": null,
"is_bot": false,
"headline": "Simplify ui/menu.rs",
"author_name": "Blaž Hrastnik",
"author_login": "archseer",
"committed_at": "2021-07-23T09:10:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffb8057a7fcd65b5caaa1e86b66c6f6e0fb5270f",
"body": null,
"is_bot": false,
"headline": "Fix ocassional panic when matching brackets.",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-23T01:47:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25103833b2dc5d6edf1beca396fa838294fc114a",
"body": null,
"is_bot": false,
"headline": "mark reloaded buffers as unchanged",
"author_name": "Shafkath Shuhan",
"author_login": "kirawi",
"committed_at": "2021-07-23T00:39:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd684ef6931d11632274d87c9a42d4fabb51c074",
"body": "Still needs to be done, but should be part of a separate PR.",
"is_bot": false,
"headline": "Revert display-width-based vertical cursor movement.",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-22T20:21:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5841954f58702ba2eabc17d96f0bf167cb13af24",
"body": null,
"is_bot": false,
"headline": "Calculate the line that the range head is on correctly.",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-22T18:17:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "673338bdb6064ff98e8822a251fd31664909610d",
"body": null,
"is_bot": false,
"headline": "Use `Range::line_range()` in some more places I missed.",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-22T17:50:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4bd5b37669708361a0a6cd2917464b010e6b7f5",
"body": "Fixed warning:\r\n\r\n```\r\nwarning: the item `fmt` is imported redundantly\r\n --> helix-core/src/syntax.rs:98:9\r\n |\r\n16 | fmt,\r\n | --- the item `fmt` is already imported here\r\n...\r\n98 | use std::fmt;\r\n | ^^^^^^^^\r\n |\r\n```",
"is_bot": false,
"headline": "The item `fmt` was imported redundantly",
"author_name": "fossdd",
"author_login": null,
"committed_at": "2021-07-22T13:39:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eba0bbda2ee10e9ba53f01f1d324d2c4c82229d2",
"body": "Inspired by space ' in doom emacs.",
"is_bot": false,
"headline": "Resume last picker",
"author_name": "Ivan Tham",
"author_login": "pickfire",
"committed_at": "2021-07-22T02:22:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d07704e6ff59ed2eee664bb14e9c6a8c42ee4fb",
"body": "This is currently a bit of a hack, and still doesn't behave quite how we\nprobably want. Left a TODO.",
"is_bot": false,
"headline": "Fix append mode not editing correctly.",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-21T16:56:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "063aa9452d7c41e486a143b9f7e14fb5d14ad808",
"body": null,
"is_bot": false,
"headline": "Fix yank not working with internally zero-width ranges.",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-21T16:32:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc85c85501306f4d3e5e6c802590816cdaf29c13",
"body": null,
"is_bot": false,
"headline": "Fix selections not being modified quite correctly with text edits.",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-21T16:23:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df0ed80931c358262fd6858306e28806c0523068",
"body": "Corrects primary selection color and makes matching cursor easier to spot.",
"is_bot": false,
"headline": "Update dark_plus.toml",
"author_name": "Kirawi",
"author_login": "kirawi",
"committed_at": "2021-07-21T02:52:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "198fe409513d43bc2c38fbb148131bf8cab58d19",
"body": null,
"is_bot": false,
"headline": "Don't insert a final line ending on file load/reload.",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-21T01:40:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c848ed7abc7605c1bb1c6c98dfac23cadcb9e439",
"body": null,
"is_bot": false,
"headline": "Fixes for misc bugs with view movement.",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-21T01:15:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5534a6d10dacf6fc48e4891781038be278ca744",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into great_line_ending_and_cursor_range_cleanup",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-20T20:35:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1194fc842a7b91045b6b71f839fc9a9b5a5b19ef",
"body": null,
"is_bot": false,
"headline": "Use new `Range::line_range()` method in more places, as appropriate.",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-20T19:40:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9300ec35f1baeab92a5375814b91bb81c66de73",
"body": null,
"is_bot": false,
"headline": "Fix comment toggle command also sometimes toggling the next line.",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-20T19:23:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c6b5581f01371a00dc7f6f6e1720ad8af61ec7a",
"body": "This also fixes a bug with `Selection::normalize()`, that could\nresult in an out-of-bounds primary index.",
"is_bot": false,
"headline": "Fix various bugs related to goto-end-of-line command.",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-20T18:58:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8a3980e464a9c98c3f76cada6c46a66498dc2bf",
"body": null,
"is_bot": false,
"headline": "Fix line-wise `p` pasting before the current line instead of after.",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-20T17:56:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1910fa77235de8e85c39ea2f390af243f18dfc81",
"body": null,
"is_bot": false,
"headline": "Fix incorrect line hihglight when a selection is at the end of a line.",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-20T17:26:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17f9dfce7ef3e1cfffe58979d78e42cceec5918d",
"body": null,
"is_bot": false,
"headline": "Fix typo",
"author_name": "Ivan Tham",
"author_login": "pickfire",
"committed_at": "2021-07-20T13:10:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "585d6f8242588ebcaa17b1fc9332b7126702e59c",
"body": null,
"is_bot": false,
"headline": "Fixes toggle_comment not finding the correct language comment token",
"author_name": "Luctius",
"author_login": null,
"committed_at": "2021-07-20T08:10:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d754c72b4d26f5904fbd15802f38f28c908871e1",
"body": "Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.8.1 to 1.8.2.\n- [Release notes](https://github.com/tokio-rs/tokio/releases)\n- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.8.1...tokio-1.8.2)\n\n---\nupdated-dependencies:\n- dependency-name: tokio\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump tokio from 1.8.1 to 1.8.2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2021-07-20T05:31:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1792dc6f935f581e7fed3842b1f01e2d5d3d7e05",
"body": "Specifically, if you have text like \"aaaaaaaaa\" and you search\nfor \"a\", the new behavior will actually progress through all of the\n\"a\"s, whereas the previous behavior would be stuck on a single one.",
"is_bot": false,
"headline": "Make search work a little nicer when there are already selections.",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-20T01:29:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c400a60377ba25d69130673fe7c307a4bbe733de",
"body": "Apparently I accidentally deleted that behavior in the cleanup.",
"is_bot": false,
"headline": "Fix `Selection::push()` to make the pushed range primary.",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-20T01:25:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13b0784009cd0c1150ba7fac2bac1465360be6dd",
"body": null,
"is_bot": false,
"headline": "Fix extend line behavior.",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-20T00:44:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e98d669c303576802291ef9826a22066e4191808",
"body": null,
"is_bot": false,
"headline": "Handle edge case in `range_to_target()` correctly.",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-19T19:30:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0311f4fc246f370bb317ab0b1fcb89823347caa",
"body": "This had a bunch of knock-on effects that were buggy, such as bracket\nmatch highlighting.",
"is_bot": false,
"headline": "Fixed primary cursor position calculation to use 1-width semantics.",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-19T16:25:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "079d4ed86df30c78ca00fd4b86f906c3ea9df7db",
"body": "Turned out to be simpler than I thought. Didn't even need to change the\nother use-sites.",
"is_bot": false,
"headline": "Properly fix `last_line` view calculation.",
"author_name": "Nathan Vegdahl",
"author_login": "cessen",
"committed_at": "2021-07-19T15:39:48Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 0,
"latest_release_at": "2021-06-02T13:45:43Z",
"latest_release_tag": "v0.0.8",
"releases_from_tags": true,
"days_since_last_push": 31,
"active_weeks_last_year": 0,
"days_since_latest_release": 1879,
"mean_days_between_releases": 3.5
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "helix-lsp",
"exists": true,
"license": "MPL-2.0",
"keywords": [],
"ecosystem": "crates",
"matches_repo": null,
"registry_url": "https://crates.io/crates/helix-lsp",
"is_deprecated": false,
"latest_version": "0.0.0",
"repository_url": null,
"versions_count": 1,
"total_downloads": 1808,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 4,
"first_published_at": "2021-06-02T03:53:37.763123Z",
"latest_published_at": "2021-06-02T03:53:37.763123Z",
"latest_version_yanked": false,
"days_since_latest_publish": 1880
},
{
"name": "helix-tui",
"exists": true,
"license": "MPL-2.0",
"keywords": [],
"ecosystem": "crates",
"matches_repo": null,
"registry_url": "https://crates.io/crates/helix-tui",
"is_deprecated": false,
"latest_version": "0.0.0",
"repository_url": null,
"versions_count": 1,
"total_downloads": 2101,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 6,
"first_published_at": "2021-06-02T04:15:29.094530Z",
"latest_published_at": "2021-06-02T04:15:29.094530Z",
"latest_version_yanked": false,
"days_since_latest_publish": 1880
},
{
"name": "helix-core",
"exists": true,
"license": "MPL-2.0",
"keywords": [],
"ecosystem": "crates",
"matches_repo": null,
"registry_url": "https://crates.io/crates/helix-core",
"is_deprecated": false,
"latest_version": "0.0.0",
"repository_url": null,
"versions_count": 1,
"total_downloads": 1979,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 8,
"first_published_at": "2021-06-02T03:52:50.038547Z",
"latest_published_at": "2021-06-02T03:52:50.038547Z",
"latest_version_yanked": false,
"days_since_latest_publish": 1880
},
{
"name": "helix-term",
"exists": true,
"license": "MPL-2.0",
"keywords": [],
"ecosystem": "crates",
"matches_repo": null,
"registry_url": "https://crates.io/crates/helix-term",
"is_deprecated": false,
"latest_version": "0.0.0",
"repository_url": null,
"versions_count": 1,
"total_downloads": 8871,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 186,
"first_published_at": "2021-06-02T03:53:07.553790Z",
"latest_published_at": "2021-06-02T03:53:07.553790Z",
"latest_version_yanked": false,
"days_since_latest_publish": 1880
},
{
"name": "helix-view",
"exists": true,
"license": "MPL-2.0",
"keywords": [],
"ecosystem": "crates",
"matches_repo": null,
"registry_url": "https://crates.io/crates/helix-view",
"is_deprecated": false,
"latest_version": "0.0.0",
"repository_url": null,
"versions_count": 1,
"total_downloads": 1815,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 4,
"first_published_at": "2021-06-02T03:53:29.649090Z",
"latest_published_at": "2021-06-02T03:53:29.649090Z",
"latest_version_yanked": false,
"days_since_latest_publish": 1880
},
{
"name": "helix-syntax",
"exists": true,
"license": "MPL-2.0",
"keywords": [],
"ecosystem": "crates",
"matches_repo": null,
"registry_url": "https://crates.io/crates/helix-syntax",
"is_deprecated": false,
"latest_version": "0.0.0",
"repository_url": null,
"versions_count": 1,
"total_downloads": 1731,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 2,
"first_published_at": "2021-06-02T04:08:35.134449Z",
"latest_published_at": "2021-06-02T04:08:35.134449Z",
"latest_version_yanked": false,
"days_since_latest_publish": 1880
}
]
},
"popularity": {
"forks": 0,
"stars": 1,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": true,
"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",
"helix-core/Cargo.toml",
"helix-lsp/Cargo.toml",
"helix-syntax/Cargo.toml",
"helix-term/Cargo.toml",
"helix-tui/Cargo.toml",
"helix-view/Cargo.toml"
],
"largest_source_bytes": 135394,
"source_files_sampled": 83,
"oversized_source_files": 3,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"helix-core/Cargo.toml",
"helix-lsp/Cargo.toml",
"helix-syntax/Cargo.toml",
"helix-term/Cargo.toml",
"helix-tui/Cargo.toml",
"helix-view/Cargo.toml"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "regex",
"direct": true,
"version": "1.5.4",
"severity": "high",
"ecosystem": "crates",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-m5pq-gvj9-9vr8",
"RUSTSEC-2022-0013"
],
"fixed_version": "1.5.5",
"advisory_count": 2,
"oldest_advisory_days": 1600
},
{
"name": "tokio",
"direct": true,
"version": "1.9.0",
"severity": "high",
"ecosystem": "crates",
"cvss_score": 8.1,
"advisory_ids": [
"GHSA-4q83-7cq4-p6wg",
"GHSA-7rrj-xr53-82p7",
"GHSA-fg7r-2g4j-5cgr",
"GHSA-rr8g-9fpq-6wmg",
"RUSTSEC-2021-0124",
"RUSTSEC-2023-0001",
"RUSTSEC-2023-0005",
"RUSTSEC-2025-0023"
],
"fixed_version": "1.44.2",
"advisory_count": 8,
"oldest_advisory_days": 1712
},
{
"name": "crossbeam-utils",
"direct": false,
"version": "0.8.5",
"severity": "high",
"ecosystem": "crates",
"cvss_score": 8.1,
"advisory_ids": [
"GHSA-qc84-gqf4-9926",
"RUSTSEC-2022-0041"
],
"fixed_version": "0.8.7",
"advisory_count": 2,
"oldest_advisory_days": 1631
},
{
"name": "mio",
"direct": false,
"version": "0.7.13",
"severity": "high",
"ecosystem": "crates",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-r8w9-5wcg-vfj7",
"RUSTSEC-2024-0019"
],
"fixed_version": "0.8.11",
"advisory_count": 2,
"oldest_advisory_days": 873
},
{
"name": "thread_local",
"direct": false,
"version": "1.1.3",
"severity": "high",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"GHSA-9hpw-r23r-xgm5",
"RUSTSEC-2022-0006"
],
"fixed_version": "1.1.4",
"advisory_count": 2,
"oldest_advisory_days": 1644
},
{
"name": "idna",
"direct": false,
"version": "0.2.3",
"severity": "moderate",
"ecosystem": "crates",
"cvss_score": 4.8,
"advisory_ids": [
"GHSA-h97m-ww89-6jmq",
"RUSTSEC-2024-0421"
],
"fixed_version": "1.0.0",
"advisory_count": 2,
"oldest_advisory_days": 593
},
{
"name": "rand",
"direct": false,
"version": "0.8.4",
"severity": "low",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"GHSA-cq8v-f236-94qc",
"RUSTSEC-2026-0097"
],
"fixed_version": "0.10.1",
"advisory_count": 2,
"oldest_advisory_days": 107
},
{
"name": "anyhow",
"direct": true,
"version": "1.0.42",
"severity": "unknown",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"RUSTSEC-2026-0190"
],
"fixed_version": "1.0.103",
"advisory_count": 1,
"oldest_advisory_days": 30
},
{
"name": "chrono",
"direct": true,
"version": "0.4.19",
"severity": "unknown",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"RUSTSEC-2020-0159"
],
"fixed_version": "0.4.20",
"advisory_count": 1,
"oldest_advisory_days": 2083
},
{
"name": "instant",
"direct": false,
"version": "0.1.10",
"severity": "unknown",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"RUSTSEC-2024-0384"
],
"fixed_version": null,
"advisory_count": 1,
"oldest_advisory_days": 692
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"low": 1,
"high": 5,
"unknown": 3,
"moderate": 1
},
"advisory_count": 23,
"affected_count": 10,
"assessed_count": 125,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 48,
"direct_affected_count": 4
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "helix-syntax",
"manifest": "helix-core/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "ropey",
"manifest": "helix-core/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.3"
},
{
"name": "smallvec",
"manifest": "helix-core/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.4"
},
{
"name": "tendril",
"manifest": "helix-core/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4.2"
},
{
"name": "unicode-segmentation",
"manifest": "helix-core/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.8"
},
{
"name": "unicode-width",
"manifest": "helix-core/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1"
},
{
"name": "unicode-general-category",
"manifest": "helix-core/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4"
},
{
"name": "tree-sitter",
"manifest": "helix-core/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.19"
},
{
"name": "once_cell",
"manifest": "helix-core/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.8"
},
{
"name": "arc-swap",
"manifest": "helix-core/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "regex",
"manifest": "helix-core/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "serde",
"manifest": "helix-core/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "toml",
"manifest": "helix-core/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.5"
},
{
"name": "similar",
"manifest": "helix-core/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.3"
},
{
"name": "etcetera",
"manifest": "helix-core/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "helix-core",
"manifest": "helix-lsp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "anyhow",
"manifest": "helix-lsp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "futures-executor",
"manifest": "helix-lsp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "futures-util",
"manifest": "helix-lsp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "jsonrpc-core",
"manifest": "helix-lsp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "18.0"
},
{
"name": "log",
"manifest": "helix-lsp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4"
},
{
"name": "lsp-types",
"manifest": "helix-lsp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.89"
},
{
"name": "serde",
"manifest": "helix-lsp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "serde_json",
"manifest": "helix-lsp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "thiserror",
"manifest": "helix-lsp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "tokio",
"manifest": "helix-lsp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.9"
},
{
"name": "tokio-stream",
"manifest": "helix-lsp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.7"
},
{
"name": "tree-sitter",
"manifest": "helix-syntax/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.19"
},
{
"name": "libloading",
"manifest": "helix-syntax/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.7"
},
{
"name": "anyhow",
"manifest": "helix-syntax/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "helix-core",
"manifest": "helix-term/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "helix-view",
"manifest": "helix-term/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "helix-lsp",
"manifest": "helix-term/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "anyhow",
"manifest": "helix-term/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "once_cell",
"manifest": "helix-term/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.8"
},
{
"name": "tokio",
"manifest": "helix-term/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "num_cpus",
"manifest": "helix-term/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "tui",
"manifest": "helix-term/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "crossterm",
"manifest": "helix-term/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.20"
},
{
"name": "signal-hook",
"manifest": "helix-term/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "futures-util",
"manifest": "helix-term/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "fern",
"manifest": "helix-term/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.6"
},
{
"name": "chrono",
"manifest": "helix-term/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4"
},
{
"name": "log",
"manifest": "helix-term/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4"
},
{
"name": "fuzzy-matcher",
"manifest": "helix-term/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "ignore",
"manifest": "helix-term/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4"
},
{
"name": "pulldown-cmark",
"manifest": "helix-term/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.8"
},
{
"name": "toml",
"manifest": "helix-term/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.5"
},
{
"name": "serde_json",
"manifest": "helix-term/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "serde",
"manifest": "helix-term/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "bitflags",
"manifest": "helix-tui/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "cassowary",
"manifest": "helix-tui/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "unicode-segmentation",
"manifest": "helix-tui/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.8"
},
{
"name": "crossterm",
"manifest": "helix-tui/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.20"
},
{
"name": "serde",
"manifest": "helix-tui/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "helix-view",
"manifest": "helix-tui/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "helix-core",
"manifest": "helix-tui/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "bitflags",
"manifest": "helix-view/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "anyhow",
"manifest": "helix-view/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "helix-core",
"manifest": "helix-view/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "helix-lsp",
"manifest": "helix-view/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "crossterm",
"manifest": "helix-view/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.20"
},
{
"name": "once_cell",
"manifest": "helix-view/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.8"
},
{
"name": "url",
"manifest": "helix-view/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2"
},
{
"name": "tokio",
"manifest": "helix-view/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "futures-util",
"manifest": "helix-view/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "slotmap",
"manifest": "helix-view/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "encoding_rs",
"manifest": "helix-view/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.8"
},
{
"name": "chardetng",
"manifest": "helix-view/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1"
},
{
"name": "serde",
"manifest": "helix-view/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "toml",
"manifest": "helix-view/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.5"
},
{
"name": "log",
"manifest": "helix-view/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "~0.4"
},
{
"name": "which",
"manifest": "helix-view/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "4.2"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "anyhow",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "anyhow",
"direct": true,
"version": "1.0.42",
"ecosystem": "crates"
},
{
"name": "arc-swap",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "arc-swap",
"direct": true,
"version": "1.3.0",
"ecosystem": "crates"
},
{
"name": "bitflags",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "bitflags",
"direct": true,
"version": "1.2.1",
"ecosystem": "crates"
},
{
"name": "cassowary",
"direct": true,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "chardetng",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "chardetng",
"direct": true,
"version": "0.1.13",
"ecosystem": "crates"
},
{
"name": "chrono",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "chrono",
"direct": true,
"version": "0.4.19",
"ecosystem": "crates"
},
{
"name": "crossterm",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "crossterm",
"direct": true,
"version": "0.20.0",
"ecosystem": "crates"
},
{
"name": "encoding_rs",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "encoding_rs",
"direct": true,
"version": "0.8.28",
"ecosystem": "crates"
},
{
"name": "etcetera",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "etcetera",
"direct": true,
"version": "0.3.2",
"ecosystem": "crates"
},
{
"name": "fern",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "fern",
"direct": true,
"version": "0.6.0",
"ecosystem": "crates"
},
{
"name": "futures-executor",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "futures-executor",
"direct": true,
"version": "0.3.16",
"ecosystem": "crates"
},
{
"name": "futures-util",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "futures-util",
"direct": true,
"version": "0.3.16",
"ecosystem": "crates"
},
{
"name": "fuzzy-matcher",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "fuzzy-matcher",
"direct": true,
"version": "0.3.7",
"ecosystem": "crates"
},
{
"name": "helix-core",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "helix-core",
"direct": true,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "helix-lsp",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "helix-lsp",
"direct": true,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "helix-syntax",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "helix-syntax",
"direct": true,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "helix-view",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "helix-view",
"direct": true,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "ignore",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "ignore",
"direct": true,
"version": "0.4.18",
"ecosystem": "crates"
},
{
"name": "jsonrpc-core",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "jsonrpc-core",
"direct": true,
"version": "18.0.0",
"ecosystem": "crates"
},
{
"name": "libloading",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "libloading",
"direct": true,
"version": "0.7.0",
"ecosystem": "crates"
},
{
"name": "log",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "log",
"direct": true,
"version": "0.4.14",
"ecosystem": "crates"
},
{
"name": "lsp-types",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "lsp-types",
"direct": true,
"version": "0.89.2",
"ecosystem": "crates"
},
{
"name": "num_cpus",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "num_cpus",
"direct": true,
"version": "1.13.0",
"ecosystem": "crates"
},
{
"name": "once_cell",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "once_cell",
"direct": true,
"version": "1.8.0",
"ecosystem": "crates"
},
{
"name": "pulldown-cmark",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "pulldown-cmark",
"direct": true,
"version": "0.8.0",
"ecosystem": "crates"
},
{
"name": "regex",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "regex",
"direct": true,
"version": "1.5.4",
"ecosystem": "crates"
},
{
"name": "ropey",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "ropey",
"direct": true,
"version": "1.3.1",
"ecosystem": "crates"
},
{
"name": "serde",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde",
"direct": true,
"version": "1.0.127",
"ecosystem": "crates"
},
{
"name": "serde_json",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde_json",
"direct": true,
"version": "1.0.66",
"ecosystem": "crates"
},
{
"name": "signal-hook",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "signal-hook",
"direct": true,
"version": "0.3.9",
"ecosystem": "crates"
},
{
"name": "similar",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "similar",
"direct": true,
"version": "1.3.0",
"ecosystem": "crates"
},
{
"name": "slotmap",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "slotmap",
"direct": true,
"version": "1.0.5",
"ecosystem": "crates"
},
{
"name": "smallvec",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "smallvec",
"direct": true,
"version": "1.6.1",
"ecosystem": "crates"
},
{
"name": "tendril",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "tendril",
"direct": true,
"version": "0.4.2",
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": true,
"version": "1.0.26",
"ecosystem": "crates"
},
{
"name": "tokio",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "tokio",
"direct": true,
"version": "1.9.0",
"ecosystem": "crates"
},
{
"name": "tokio-stream",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "tokio-stream",
"direct": true,
"version": "0.1.7",
"ecosystem": "crates"
},
{
"name": "toml",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "toml",
"direct": true,
"version": "0.5.8",
"ecosystem": "crates"
},
{
"name": "tree-sitter",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "tree-sitter",
"direct": true,
"version": "0.19.5",
"ecosystem": "crates"
},
{
"name": "unicode-general-category",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "unicode-general-category",
"direct": true,
"version": "0.4.0",
"ecosystem": "crates"
},
{
"name": "unicode-segmentation",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "unicode-segmentation",
"direct": true,
"version": "1.8.0",
"ecosystem": "crates"
},
{
"name": "unicode-width",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "unicode-width",
"direct": true,
"version": "0.1.8",
"ecosystem": "crates"
},
{
"name": "url",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "url",
"direct": true,
"version": "2.2.2",
"ecosystem": "crates"
},
{
"name": "which",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "which",
"direct": true,
"version": "4.2.2",
"ecosystem": "crates"
},
{
"name": "aho-corasick",
"direct": false,
"version": "0.7.18",
"ecosystem": "crates"
},
{
"name": "autocfg",
"direct": false,
"version": "1.0.1",
"ecosystem": "crates"
},
{
"name": "bstr",
"direct": false,
"version": "0.2.16",
"ecosystem": "crates"
},
{
"name": "bytes",
"direct": false,
"version": "1.0.1",
"ecosystem": "crates"
},
{
"name": "cc",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "cc",
"direct": false,
"version": "1.0.69",
"ecosystem": "crates"
},
{
"name": "cfg-if",
"direct": false,
"version": "0.1.10",
"ecosystem": "crates"
},
{
"name": "cfg-if",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "clipboard-win",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "clipboard-win",
"direct": false,
"version": "4.2.1",
"ecosystem": "crates"
},
{
"name": "crossbeam-utils",
"direct": false,
"version": "0.8.5",
"ecosystem": "crates"
},
{
"name": "crossterm_winapi",
"direct": false,
"version": "0.8.0",
"ecosystem": "crates"
},
{
"name": "dirs-next",
"direct": false,
"version": "2.0.0",
"ecosystem": "crates"
},
{
"name": "dirs-sys-next",
"direct": false,
"version": "0.1.2",
"ecosystem": "crates"
},
{
"name": "either",
"direct": false,
"version": "1.6.1",
"ecosystem": "crates"
},
{
"name": "error-code",
"direct": false,
"version": "2.3.0",
"ecosystem": "crates"
},
{
"name": "fnv",
"direct": false,
"version": "1.0.7",
"ecosystem": "crates"
},
{
"name": "form_urlencoded",
"direct": false,
"version": "1.0.1",
"ecosystem": "crates"
},
{
"name": "futf",
"direct": false,
"version": "0.1.4",
"ecosystem": "crates"
},
{
"name": "futures-core",
"direct": false,
"version": "0.3.16",
"ecosystem": "crates"
},
{
"name": "futures-task",
"direct": false,
"version": "0.3.16",
"ecosystem": "crates"
},
{
"name": "getrandom",
"direct": false,
"version": "0.2.3",
"ecosystem": "crates"
},
{
"name": "globset",
"direct": false,
"version": "0.4.8",
"ecosystem": "crates"
},
{
"name": "helix-term",
"direct": false,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "helix-tui",
"direct": false,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "hermit-abi",
"direct": false,
"version": "0.1.19",
"ecosystem": "crates"
},
{
"name": "idna",
"direct": false,
"version": "0.2.3",
"ecosystem": "crates"
},
{
"name": "instant",
"direct": false,
"version": "0.1.10",
"ecosystem": "crates"
},
{
"name": "itoa",
"direct": false,
"version": "0.4.7",
"ecosystem": "crates"
},
{
"name": "lazy_static",
"direct": false,
"version": "1.4.0",
"ecosystem": "crates"
},
{
"name": "libc",
"direct": false,
"version": "0.2.98",
"ecosystem": "crates"
},
{
"name": "lock_api",
"direct": false,
"version": "0.4.4",
"ecosystem": "crates"
},
{
"name": "mac",
"direct": false,
"version": "0.1.1",
"ecosystem": "crates"
},
{
"name": "matches",
"direct": false,
"version": "0.1.8",
"ecosystem": "crates"
},
{
"name": "memchr",
"direct": false,
"version": "2.4.0",
"ecosystem": "crates"
},
{
"name": "mio",
"direct": false,
"version": "0.7.13",
"ecosystem": "crates"
},
{
"name": "miow",
"direct": false,
"version": "0.3.7",
"ecosystem": "crates"
},
{
"name": "new_debug_unreachable",
"direct": false,
"version": "1.0.4",
"ecosystem": "crates"
},
{
"name": "ntapi",
"direct": false,
"version": "0.3.6",
"ecosystem": "crates"
},
{
"name": "num-integer",
"direct": false,
"version": "0.1.44",
"ecosystem": "crates"
},
{
"name": "num-traits",
"direct": false,
"version": "0.2.14",
"ecosystem": "crates"
},
{
"name": "parking_lot",
"direct": false,
"version": "0.11.1",
"ecosystem": "crates"
},
{
"name": "parking_lot_core",
"direct": false,
"version": "0.8.3",
"ecosystem": "crates"
},
{
"name": "percent-encoding",
"direct": false,
"version": "2.1.0",
"ecosystem": "crates"
},
{
"name": "pin-project-lite",
"direct": false,
"version": "0.2.7",
"ecosystem": "crates"
},
{
"name": "pin-utils",
"direct": false,
"version": "0.1.0",
"ecosystem": "crates"
},
{
"name": "proc-macro2",
"direct": false,
"version": "1.0.27",
"ecosystem": "crates"
},
{
"name": "quickcheck",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "quickcheck",
"direct": false,
"version": "1.0.3",
"ecosystem": "crates"
},
{
"name": "quote",
"direct": false,
"version": "1.0.9",
"ecosystem": "crates"
},
{
"name": "rand",
"direct": false,
"version": "0.8.4",
"ecosystem": "crates"
},
{
"name": "rand_core",
"direct": false,
"version": "0.6.3",
"ecosystem": "crates"
},
{
"name": "redox_syscall",
"direct": false,
"version": "0.2.9",
"ecosystem": "crates"
},
{
"name": "redox_users",
"direct": false,
"version": "0.4.0",
"ecosystem": "crates"
},
{
"name": "regex-syntax",
"direct": false,
"version": "0.6.25",
"ecosystem": "crates"
},
{
"name": "ryu",
"direct": false,
"version": "1.0.5",
"ecosystem": "crates"
},
{
"name": "same-file",
"direct": false,
"version": "1.0.6",
"ecosystem": "crates"
},
{
"name": "scopeguard",
"direct": false,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "serde_derive",
"direct": false,
"version": "1.0.127",
"ecosystem": "crates"
},
{
"name": "serde_repr",
"direct": false,
"version": "0.1.7",
"ecosystem": "crates"
},
{
"name": "signal-hook-mio",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "signal-hook-registry",
"direct": false,
"version": "1.4.0",
"ecosystem": "crates"
},
{
"name": "signal-hook-tokio",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "signal-hook-tokio",
"direct": false,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "slab",
"direct": false,
"version": "0.4.3",
"ecosystem": "crates"
},
{
"name": "str-buf",
"direct": false,
"version": "1.0.5",
"ecosystem": "crates"
},
{
"name": "syn",
"direct": false,
"version": "1.0.73",
"ecosystem": "crates"
},
{
"name": "thiserror-impl",
"direct": false,
"version": "1.0.26",
"ecosystem": "crates"
},
{
"name": "thread_local",
"direct": false,
"version": "1.1.3",
"ecosystem": "crates"
},
{
"name": "threadpool",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "threadpool",
"direct": false,
"version": "1.8.1",
"ecosystem": "crates"
},
{
"name": "tinyvec",
"direct": false,
"version": "1.3.0",
"ecosystem": "crates"
},
{
"name": "tinyvec_macros",
"direct": false,
"version": "0.1.0",
"ecosystem": "crates"
},
{
"name": "tokio-macros",
"direct": false,
"version": "1.3.0",
"ecosystem": "crates"
},
{
"name": "unicase",
"direct": false,
"version": "2.6.0",
"ecosystem": "crates"
},
{
"name": "unicode-bidi",
"direct": false,
"version": "0.3.5",
"ecosystem": "crates"
},
{
"name": "unicode-normalization",
"direct": false,
"version": "0.1.19",
"ecosystem": "crates"
},
{
"name": "unicode-xid",
"direct": false,
"version": "0.2.2",
"ecosystem": "crates"
},
{
"name": "utf-8",
"direct": false,
"version": "0.7.6",
"ecosystem": "crates"
},
{
"name": "version_check",
"direct": false,
"version": "0.9.3",
"ecosystem": "crates"
},
{
"name": "walkdir",
"direct": false,
"version": "2.3.2",
"ecosystem": "crates"
},
{
"name": "wasi",
"direct": false,
"version": "0.10.2+wasi-snapshot-preview1",
"ecosystem": "crates"
},
{
"name": "winapi",
"direct": false,
"version": "0.3.9",
"ecosystem": "crates"
},
{
"name": "winapi-i686-pc-windows-gnu",
"direct": false,
"version": "0.4.0",
"ecosystem": "crates"
},
{
"name": "winapi-util",
"direct": false,
"version": "0.1.5",
"ecosystem": "crates"
},
{
"name": "winapi-x86_64-pc-windows-gnu",
"direct": false,
"version": "0.4.0",
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 173,
"direct_count": 87,
"indirect_count": 86
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 2,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "archseer",
"commits": 726,
"avatar_url": "https://avatars.githubusercontent.com/u/1372918?v=4"
},
{
"type": "User",
"login": "cessen",
"commits": 108,
"avatar_url": "https://avatars.githubusercontent.com/u/1579058?v=4"
},
{
"type": "User",
"login": "vv9k",
"commits": 82,
"avatar_url": "https://avatars.githubusercontent.com/u/46892771?v=4"
},
{
"type": "User",
"login": "janhrastnik",
"commits": 70,
"avatar_url": "https://avatars.githubusercontent.com/u/25058758?v=4"
},
{
"type": "User",
"login": "pickfire",
"commits": 53,
"avatar_url": "https://avatars.githubusercontent.com/u/4687791?v=4"
},
{
"type": "User",
"login": "sudormrfbin",
"commits": 33,
"avatar_url": "https://avatars.githubusercontent.com/u/23398472?v=4"
},
{
"type": "User",
"login": "kirawi",
"commits": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/67773714?v=4"
},
{
"type": "User",
"login": "CBenoit",
"commits": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/3809077?v=4"
},
{
"type": "User",
"login": "notoria",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/134132164?v=4"
},
{
"type": "User",
"login": "hovsater",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/503025?v=4"
}
],
"contributors_sampled": 41,
"top_contributor_share": 0.601
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build.yml",
"gh-pages.yml",
"release.yml"
],
"has_docs_dir": true,
"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": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 19 contributing companies or organizations",
"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": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "13 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "953125d3f381880f288afa2b59f9936e76d534fa",
"ran_at": "2026-07-26T09:48:06Z",
"aggregate_score": 3.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [],
"last_merged_pr_at": "2021-12-26T14:00:20Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/pickfire/helix",
"host": "github.com",
"name": "helix",
"owner": "pickfire"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "Abandonment Policy applies a 60% multiplier to weighted overall health and gives it a ceiling of 49.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 49,
"pct": 60
}
}
],
"value": 25,
"inputs": {
"security": 36,
"vitality": 30,
"community": 19,
"governance": 57,
"engineering": 56,
"abandonment_cap": 49,
"abandonment_state": "likely_abandoned",
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 41,
"overall_after_abandonment_multiplier": 25
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 30,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 18,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 0.92,
"days_since_last_push": 31,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 31 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 31
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"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": 48,
"inputs": {
"releases_count": 7,
"latest_release_tag": "v0.0.8",
"releases_from_tags": true,
"days_since_latest_release": 1879,
"mean_days_between_releases": 3.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "7 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 7
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1879 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1879
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~3.5 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 3.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": "moderate",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"cap": 49,
"state": "likely_abandoned",
"guards": [
"no_open_demand"
],
"signals": [
"unfixed_advisory",
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 0,
"unanswered_open_issues": 0,
"days_since_last_merged_pr": 1672,
"days_since_last_human_commit": 1815,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 1815 days; 3 unmet obligation(s): a fixed advisory left unapplied, releases stalled, Scorecard reports it unmaintained",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 1815,
"count": 3,
"signals": "a fixed advisory left unapplied, releases stalled, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 19,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 1,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 1
}
}
],
"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": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MPL-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MPL-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "at_risk",
"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": 39,
"inputs": {
"packages": [
"helix-lsp",
"helix-tui",
"helix-core",
"helix-term",
"helix-view",
"helix-syntax"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 18305,
"monthly_downloads": 210
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "210 downloads/month across crates",
"points": 31,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 210,
"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": 57,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 41,
"top_contributor_share": 0.601
},
"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 60% of commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 60
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "41 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 41
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 19 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 2,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "2/2 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 2,
"decided": 2
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 64,
"inputs": {
"followers": 161,
"owner_type": "User",
"is_verified": null,
"owner_login": "pickfire",
"public_repos": 249,
"account_age_days": 4790
},
"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": "161 followers of pickfire",
"points": 15.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 161,
"login": "pickfire"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "249 public repos, account ~13 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 249
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"packages": [
"helix-lsp",
"helix-tui",
"helix-core",
"helix-term",
"helix-view",
"helix-syntax"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 1880
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "6 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 6,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 1880 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1880
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "1 published versions",
"points": 4,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 1
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 56,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "https://helix-editor.com",
"has_readme": false,
"has_docs_dir": true,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://helix-editor.com",
"points": 15,
"status": "met",
"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": 36,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 33,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 3.3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 19 contributing companies or organizations",
"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": "update tool detected",
"points": 7.5,
"status": "met",
"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": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "13 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "at_risk",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 125 resolved dependencies against OSV; 48 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 125
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 48
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 49,
"inputs": {
"source": "osv",
"advisories": 23,
"affected_packages": 10,
"assessed_packages": 125,
"unassessed_packages": 48,
"affected_by_severity": "high 5, moderate 1, low 1, unknown 3",
"direct_affected_packages": 4
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "4 affected: regex 1.5.4 (high 7.5), tokio 1.9.0 (high 8.1), anyhow 1.0.42 (unknown), +1 more",
"points": 9.2,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 4,
"packages": "regex 1.5.4 (high 7.5), tokio 1.9.0 (high 8.1), anyhow 1.0.42 (unknown)"
}
},
{
"code": "advisories_affected_more",
"params": {
"count": 1
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "3 advisory-carrying package(s) unaddressed past 90 days; oldest published 2083 days ago",
"points": 27.3,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 3,
"oldest": 2083
}
}
],
"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": 125,
"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": 10
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 53,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.304,
"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": "28 of 92 human commits state their intent (structured subject or explanatory body)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 28,
"sampled": 92
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_nix": true,
"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",
"helix-core/Cargo.toml",
"helix-lsp/Cargo.toml",
"helix-syntax/Cargo.toml",
"helix-term/Cargo.toml",
"helix-tui/Cargo.toml",
"helix-view/Cargo.toml"
],
"dependency_bot_commit_share": 0.08
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, helix-core/Cargo.toml, helix-lsp/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, helix-core/Cargo.toml, helix-lsp/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": "Nix, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Nix, 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": "8 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 8,
"sampled": 100
}
}
],
"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": 98,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 135394,
"source_files_sampled": 83,
"oversized_source_files": 3
},
"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": "3/83 source files over 60KB",
"points": 53,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 83,
"oversized": 3
}
}
],
"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",
"Community profile unavailable"
],
"report_type": "repository",
"generated_at": "2026-07-26T09:48:22.714223Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/p/pickfire/helix.svg",
"full_name": "pickfire/helix",
"license_state": "standard",
"license_spdx": "MPL-2.0"
}