Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"cli",
"tui",
"pipeline",
"shell",
"terminal"
],
"is_fork": false,
"size_kb": 3023,
"has_wiki": false,
"homepage": null,
"languages": {
"Rust": 283110
},
"pushed_at": "2026-07-20T13:17:35Z",
"created_at": "2026-05-05T19:29:45Z",
"owner_type": "User",
"updated_at": "2026-07-31T21:44:30Z",
"description": "Build shell pipelines interactively, without the edit-rerun loop",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": null,
"name": "Tomasz Lipinski",
"type": "User",
"login": "tlipinski",
"company": null,
"location": "Krakow, Poland",
"followers": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/261487?v=4",
"created_at": "2010-05-01T18:28:28Z",
"is_verified": null,
"public_repos": 13,
"account_age_days": 5935
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.10.0",
"kind": "minor",
"published_at": "2026-07-20T13:07:22Z"
},
{
"tag": "v1.9.0",
"kind": "minor",
"published_at": "2026-07-10T18:31:33Z"
},
{
"tag": "v1.8.0",
"kind": "minor",
"published_at": "2026-07-07T18:22:17Z"
},
{
"tag": "v1.7.0",
"kind": "minor",
"published_at": "2026-06-25T18:14:55Z"
},
{
"tag": "v1.6.0",
"kind": "minor",
"published_at": "2026-06-21T18:34:30Z"
},
{
"tag": "v1.5.0",
"kind": "minor",
"published_at": "2026-06-05T18:10:33Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2026-06-02T19:12:53Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2026-05-28T20:34:27Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2026-05-26T19:44:29Z"
},
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2026-05-19T16:37:21Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2026-05-17T07:36:00Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2026-05-14T19:20:39Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2026-05-11T12:58:58Z"
}
],
"recent_commits": [
{
"oid": "410fb59277f4f103caaa91b61a5ab8d2ba3db6e6",
"body": null,
"is_bot": false,
"headline": "chore: Release rura version 1.10.0",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-07-20T13:03:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa85eeb6125a8bf4a277d9e8bf0a20e0cf5016c5",
"body": null,
"is_bot": false,
"headline": "docs: update CHANGELOG for v1.10.0 release",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-07-20T12:55:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "950aee58ba44c30336a5b29bb585306084ff03cc",
"body": null,
"is_bot": false,
"headline": "docs: added execution details key",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-07-20T12:54:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33f6aab15bcd09712de59aa239ccbb9d4b7d3b8e",
"body": null,
"is_bot": false,
"headline": "feat: add file overwrite confirmation dialog for save commands",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-07-20T08:26:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe4f9c8ffdbc2fb543f59b849b5b39cd2a5a8941",
"body": null,
"is_bot": false,
"headline": "fix(search): restore search widget height calculation",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-07-20T07:57:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08858cf41bcdc01a1159b160bfc65bd73759adb7",
"body": null,
"is_bot": false,
"headline": "fix(ui): reset cursor offset when content width changes",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-07-17T19:11:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f4fbd02f6da77b063da5370711e06bfd7fd2597",
"body": null,
"is_bot": false,
"headline": "feat(ui): display exec time with '*' mark for cached commands",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-07-17T19:01:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13e12b601a93c598a59ffcdc84e90d285d630155",
"body": "…ions",
"is_bot": false,
"headline": "refactor: replace `humansize` dependency with custom formatting funct…",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-07-15T13:44:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "732f05de2026aac6b6101e5548d1cdef15d959a6",
"body": null,
"is_bot": false,
"headline": "feat: add line count to details widget",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-07-15T10:30:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e589561c046b57af06afff8c485a6891615a5090",
"body": "…n `ContentWidget`",
"is_bot": false,
"headline": "refactor(ui): replace `main_output_width()` calls with field access i…",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-07-15T09:42:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76ecc5202274acc5d3513b642f657d6bfeff9f65",
"body": null,
"is_bot": false,
"headline": "feat(ui): add \"Execution details\" feature",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-07-14T17:30:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a086b7377e34ce44ea8f1601e9fece3065e8e50",
"body": null,
"is_bot": false,
"headline": "fix(stdin): send `ReaderMsg::Completed` for non tty (no stdin nor file)",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-07-14T17:13:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce1917d271a61fc7bc0d862e175a125e4ffc4f49",
"body": "…related structures",
"is_bot": false,
"headline": "refactor(shell): replace `CmdResult` with `PipelineRun` and refactor …",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-07-13T19:58:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9a842449b20a2931dfaac7bf74b808c0a2767a1",
"body": null,
"is_bot": false,
"headline": "refactor(shell): enhance `ErrOutput` structure",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-07-13T19:04:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dded8fe19ec75e3905803ffb96632eae14a0f464",
"body": "…` dependencies in tests",
"is_bot": false,
"headline": "refactor(tests): simplify `CmdResult` construction and remove `Output…",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-07-13T18:50:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46634ee53711c9adae56499ecbe356808e723a4d",
"body": "… richer output details",
"is_bot": false,
"headline": "refactor(shell): enhance `CmdResult` structure and add `OkOutput` for…",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-07-13T18:26:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "928d1bb5141dd3011eb61c79d4240d8cdb25943b",
"body": null,
"is_bot": false,
"headline": "chore(metadata): update Cargo.toml keywords and categories",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-07-13T18:21:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fbe3c663fda2d92e3d0e72e5829cd800b454952",
"body": "…mmary",
"is_bot": false,
"headline": "chore(metadata): update Cargo.toml description for clearer feature su…",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-07-13T18:17:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "783603f1a45206a3d60b29bd330b9d038f84dda6",
"body": "…mdRunner`",
"is_bot": false,
"headline": "refactor(shell): remove `SplitCmdRunner` in favor of unified `CachedC…",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-07-12T20:01:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "982d9c74eb5dee255362769e74c0ff5c57fbe0ed",
"body": null,
"is_bot": false,
"headline": "docs: add packaging status badge to README",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-07-12T18:28:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "993378d87e62fd2fe9f44d494ecc803cb70a6a7c",
"body": null,
"is_bot": false,
"headline": "chore: Release rura version 1.9.0",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-07-10T18:27:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03f2074885ae3cfab6bf7ef66b157b33384a437b",
"body": null,
"is_bot": false,
"headline": "docs: update CHANGELOG and README for v1.9.0 release",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-07-10T18:26:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bf33a9808a2c1ce3286d6abf9f7d5d2a6642c94",
"body": "… accordingly",
"is_bot": false,
"headline": "fix(keybindings): update follow mode toggle to `F6` and update README…",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-07-10T18:24:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1af677d3800969b0a01116e00473359bc0b707cd",
"body": null,
"is_bot": false,
"headline": "feat(output): add \"follow\" mode for live output",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-07-10T15:59:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c063e63e238993f8301e1bc5426a9a6210e5be5",
"body": null,
"is_bot": false,
"headline": "chore(metadata): disable publishing for cargo release",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-07-10T08:14:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59cbba7b135ac8c3ecf687c304f8e392f06749c7",
"body": "…ing details",
"is_bot": false,
"headline": "docs(stdin): update README and help widget with continuous stdin read…",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-07-09T19:58:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8c9af6da0ca7e7c2da31b93bd0bf83ab5df60f6",
"body": null,
"is_bot": false,
"headline": "feat(stdin): add support for continuous stdin reading",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-07-09T19:50:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e968995dc881b4e56966b82767833133d9ad751d",
"body": null,
"is_bot": false,
"headline": "chore(metadata): add categories and keywords to Cargo.toml",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-07-09T08:38:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a24ff83edd1e689348aaef0241a9bc5f26e2545e",
"body": "…ror_output` in `CmdResult`",
"is_bot": false,
"headline": "refactor(shell): replace `outputs` with explicit `ok_outputs` and `er…",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-07-08T17:53:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68e5ba6079e0966c182b2dc4f119c8db210f5c80",
"body": null,
"is_bot": false,
"headline": "chore: Release rura version 1.8.0",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-07-07T18:18:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bbac689595d608dbc408ddd6689af0c7469735f",
"body": null,
"is_bot": false,
"headline": "docs: update CHANGELOG for v1.8.0 release",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-07-07T18:16:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f46ee1f96439abc90b22c27598ce1c995364f7d",
"body": null,
"is_bot": false,
"headline": "docs: add installation instructions for DEB and RPM packages to README",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-07-07T18:11:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f78c4ada1e8eec2dd5c96289c107019675b0183",
"body": null,
"is_bot": false,
"headline": "feat: build DEB and RPM packages during release",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-07-07T17:56:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16a2d0fe039619da9db424228cb4c5aa60b1c1e5",
"body": null,
"is_bot": false,
"headline": "chore: add DEB package metadata",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-07-07T17:55:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23372f58be8085939a13aad2019cdbba2bb3771e",
"body": null,
"is_bot": false,
"headline": "feat(help): add \"Show presets\" shortcut to help widget",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-07-05T19:50:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bf66551ec2b57f678aa65895fab4b766e3be62a",
"body": null,
"is_bot": false,
"headline": "chore(deps): update dependency versions in Cargo.toml and Cargo.lock",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-07-03T09:41:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db7cce4515aa14a0702b0b5e7749683470fc3a92",
"body": null,
"is_bot": false,
"headline": "feat(widgets): add shadow support to popup widgets",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-07-03T09:21:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fc027e2572f629b7da795b41d0375675137d303",
"body": "…widgets",
"is_bot": false,
"headline": "refactor: replace `tui-popup` with `Clear`, `Block`, and `Paragraph` …",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-07-03T09:11:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9edc05459f70f43687dbe4bd56dcae1cbcc0a94",
"body": null,
"is_bot": false,
"headline": "chore(deps): update dependencies in Cargo.lock and Cargo.toml",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-07-01T14:11:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a34a98a9291524e6b83fe8f74648ed108dfbad8",
"body": null,
"is_bot": false,
"headline": "chore: add RPM package metadata to Cargo.toml",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-27T14:40:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dbd2fd713ef281832fd10d9732ed29078eb3527",
"body": null,
"is_bot": false,
"headline": "fix: update hint text",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-27T13:05:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ec266757e6541028389b8fdb8c6c673cfee58e9",
"body": null,
"is_bot": false,
"headline": "chore: add authors field to Cargo.toml",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-27T13:02:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8b3fe8d6db364a47df9f388a60bbcdcc519f916",
"body": null,
"is_bot": false,
"headline": "chore: Release rura version 1.7.0",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-25T18:10:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e122b0d22a93154714363c07d4857744474d41d",
"body": null,
"is_bot": false,
"headline": "docs: update CHANGELOG for v1.7.0 release",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-25T18:10:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "052c4522b8916bd5dd3e187bf69b01c66b2559fe",
"body": null,
"is_bot": false,
"headline": "docs: update README with presets and search history details",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-25T17:41:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be5a3d39572883ee95b76c9fc6867828cc70e3a3",
"body": "…plete commands",
"is_bot": false,
"headline": "feat: allow appending values at cursor end in command input for incom…",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-25T14:15:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87fd269017a94376a065b2318d2fc42fcd7a44a9",
"body": "…r new/existing entries.",
"is_bot": false,
"headline": "fix: disappearing entry after cancelling edit. Track editing state fo…",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-25T09:12:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c7d10f5b74731a298c3e6af40893d51f750a597",
"body": null,
"is_bot": false,
"headline": "refactor: remove cycle parameter from `cursor_prev` function",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-25T07:58:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "068cf7cc84d9d2bffbd0da980046d948ce19e21d",
"body": null,
"is_bot": false,
"headline": "feat: add history support for search input",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-25T07:55:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea8e037388053630358044c14cef13656cf1c99e",
"body": null,
"is_bot": false,
"headline": "feat: add line numbers toggle functionality",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-24T17:38:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b27b3dab417972364d07d78ad23b354618247cc7",
"body": null,
"is_bot": false,
"headline": "feat: add presets functionality",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-24T17:01:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6f84f578533fc696cd33797a07d30b9fe6a1a31",
"body": null,
"is_bot": false,
"headline": "docs: add NixOS installation instructions to README",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-23T11:37:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8024628700e768ec272330bef0c3ddf2f6c4a317",
"body": "…ficial one available!",
"is_bot": false,
"headline": "chore: remove Homebrew support from dist-workspace configuration - of…",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-22T15:03:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01f1bed064ce77f24313ccb71f584201ad31d212",
"body": null,
"is_bot": false,
"headline": "chore: Release rura version 1.6.0",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-21T18:24:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cc97d722c31a209088cb2d71ef6d2ffa4beeb68",
"body": null,
"is_bot": false,
"headline": "docs: update CHANGELOG for v1.6.0",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-21T18:24:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1be2682580c95c03049d4bf97ecfdb4eeddd18d0",
"body": "…sing",
"is_bot": false,
"headline": "docs: enhance README introduction with bold emphasis and updated phra…",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-21T11:37:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8d6cbb37e734b25f3a09f14f780b580937dae2d",
"body": null,
"is_bot": false,
"headline": "docs: center logo image in README",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-21T11:25:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7f4afe6e0fc0c11c5ea29a334ee42d8213fa220",
"body": null,
"is_bot": false,
"headline": "docs: fix README table formatting",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-21T11:24:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8fe6c2b24c0a11642bda5913717ab5952469d74",
"body": null,
"is_bot": false,
"headline": "docs: add License section to README",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-21T11:21:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22de9e223502c5b550fe14a9edebcbecf1ff0562",
"body": null,
"is_bot": false,
"headline": "docs: add collapsible demos",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-21T11:18:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a52233457fecf74867db534d175f627d9655b9c",
"body": null,
"is_bot": false,
"headline": "docs: refine README introduction to clarify tool functionality",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-21T11:15:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17d6a4b2095c53777d96aa58163355a37b0d7c5d",
"body": null,
"is_bot": false,
"headline": "docs: reorganize and enhance features list",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-21T11:08:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e1be8b318427b0013d591c842cd54aad6dc82c4",
"body": null,
"is_bot": false,
"headline": "docs: add Diff Mode section with example GIF",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-21T11:02:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d02cfd43a13f12535d8fbc557c27f1e19ac71df",
"body": null,
"is_bot": false,
"headline": "docs: add Diff Mode section with example GIF",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-21T11:00:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdf7f3931b05959e28882b6872ec1f885929e84a",
"body": null,
"is_bot": false,
"headline": "docs: update with diff mode description, keybindings, and theme options",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-21T10:27:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d49c590e4eac1bab0ade75ef194077bf4feb9601",
"body": "…ation and alignment",
"is_bot": false,
"headline": "refactor(ui): restructure status bar layout for better widget organiz…",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-21T10:08:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ecf63b8f6c0b4ee0a016e746c5f106adc29b8e4",
"body": null,
"is_bot": false,
"headline": "refactor(ui): update keybindings and refine UI elements for live modes",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-21T09:57:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3fb64d0a545b4e63b4cfe15ecc081bbb2032aed",
"body": null,
"is_bot": false,
"headline": "feat(ui): add `ToggleLive` and `ToggleLiveUntilCursor` keybindings",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-21T09:50:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b402d6143821764c9a13aeb2bf0aa3c5e495a139",
"body": null,
"is_bot": false,
"headline": "feat: setting base output for diffing functionality",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-21T09:32:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dd11e3a0203fa27d491c59ee770d7c774b6facd",
"body": null,
"is_bot": false,
"headline": "feat: add diffing mode to `OutputWidget` for comparing command outputs",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-13T09:49:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca2d35e638b246c1a77db7df1938e6b647d15a2d",
"body": "…individual `Output`",
"is_bot": false,
"headline": "refactor(ui): update `OutputWidget` to handle `CmdResult` instead of …",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-11T19:10:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d34ddd97f4c78a03a9d56aef06b9ab7ce2ee893",
"body": "…dResult` with `stdin` & `outputs` list",
"is_bot": false,
"headline": "refactor(shell): replace single `output` & `failed_subcommand` in `Cm…",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-10T19:28:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c366d1edcde09976487e0de03232db396e61892",
"body": null,
"is_bot": false,
"headline": "refactor(ui): extract `ContentWidget` from `OutputWidget`",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-09T19:49:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e7ce09f0f6c3bc60cea55480f2b8ff9d9538004",
"body": "…uct with `Vec<String>` and updating error output representation",
"is_bot": false,
"headline": "refactor(ui): simplify `OutputWidget` by replacing `StringOutput` str…",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-09T19:08:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7026b8ef03696b3fc83a4c2c7c34848bcaa553e6",
"body": null,
"is_bot": false,
"headline": "docs(README): update Homebrew installation instructions",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-08T08:17:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2b05901f9ee315e73949b933a89072aa41f5dd6",
"body": "…le format",
"is_bot": false,
"headline": "docs(README): convert CLI arguments and configuration sections to tab…",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-08T07:27:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be701b5675325c070b8c7fd67b9141fa61f01214",
"body": null,
"is_bot": false,
"headline": "docs(README): convert keybinding sections to table format",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-08T07:23:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e84ce18a3f4e5986b7f2bbf61419d2563f128a9",
"body": "…mand editing",
"is_bot": false,
"headline": "docs(README): simplify descriptions for command formatting and subcom…",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-08T07:13:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8daa06afdf0fa5af8cc89a1ffab0a60f139a0d13",
"body": "…puts",
"is_bot": false,
"headline": "refactor(shell): replace `Vec<u8>` with `Arc<[u8]>` for stdin and out…",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-07T19:22:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ce46e532142ad493e592ee5e8bf040c0731c3be",
"body": "…nsistency",
"is_bot": false,
"headline": "refactor(shell): clean up redundant braces in `use` statements for co…",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-06T22:32:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f82844641d32caa214d2a5662bacde993006e87",
"body": "…o `output` directly",
"is_bot": false,
"headline": "refactor(output): remove `main_output` method and update references t…",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-06T22:32:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32a66f2508088f480d078ebe5f7ad153b6869320",
"body": "…te related logic across modules",
"is_bot": false,
"headline": "refactor(output): replace `Output` struct with `Output` enum and upda…",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-06T22:29:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7aba4f0141b1a5521c017e457f42dc90698d09c",
"body": "…ing logic. This mode was worse in any way compared to Pane display.",
"is_bot": false,
"headline": "refactor(output)!: remove `ErrorDisplayMode` and simplify error handl…",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-06T22:10:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c022b83b5caba70044db48c6dbe210186bb3bcf8",
"body": null,
"is_bot": false,
"headline": "refactor: extract file-saving logic to `FileSaver`",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-06T18:11:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "675e7260bd051135cadb82219c12ac2299c8e3f5",
"body": "…nd redundant methods",
"is_bot": false,
"headline": "refactor(output): simplify `Output` API by removing `command` field a…",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-06T17:03:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c20d05c1540d37596b2e3c3f08452cdea510fe9a",
"body": "…th `RefCell<Vec>` for cached runner",
"is_bot": false,
"headline": "refactor(shell): make `CmdRunner::run` immutable and replace `Vec` wi…",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-06T16:34:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab9c7bf531f4235486e7e25cecfb7c271d5c84d6",
"body": "… redundant field visibility modifiers",
"is_bot": false,
"headline": "refactor(shell): simplify `SimpleCmdRunner` initialization and remove…",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-06T14:07:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30f3278579541e0bfb020b6bad19377d20e8d035",
"body": null,
"is_bot": false,
"headline": "refactor: move command runners to `shell` module",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-06T13:56:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bad8e654d3b11002072ff55352cb8a90bcc79e6",
"body": "…across runners",
"is_bot": false,
"headline": "refactor: introduce `CommandBuilder` for structured command building …",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-06T13:10:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "685e73cefc75cdf9bf69074b7be6f585f9b12a2e",
"body": null,
"is_bot": false,
"headline": "refactor: use lightweight `CommandOutput` in command executor",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-06T12:10:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c701f195fa25bc3b044b27ca2f4b9894ddeaa78",
"body": "…ndering functions",
"is_bot": false,
"headline": "refactor: use `Cell` for internal mutability in widgets and adjust re…",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-06T07:55:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a9a20ecf1c15f810d0aa4ba6a40f7764354c7d2",
"body": null,
"is_bot": false,
"headline": "chore: Release rura version 1.5.0",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-05T18:06:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12b5dab8e839e2cadc753aede26ff26df0cbf595",
"body": null,
"is_bot": false,
"headline": "docs(changelog): update for v1.5.0",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-05T18:01:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0864a2e9f1db662a0413fccd38eeda6b611326bc",
"body": null,
"is_bot": false,
"headline": "feat(ui): add scroll support to help popup",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-05T17:39:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c5461c5ff29d2b7d977a8fd45ac7dad6173e7ab",
"body": null,
"is_bot": false,
"headline": "feat(ui): add cut, copy, and paste keybindings for subcommands",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-05T17:13:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f4b6b857a60e55dea1f606a4ab4a1675f4c9947",
"body": null,
"is_bot": false,
"headline": "docs: update README with new features and improvements",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-05T17:06:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "003f8d1fbe5c1db4cfb4ad285cbda69426c15c63",
"body": null,
"is_bot": false,
"headline": "feat(ui): add command formatting",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-05T16:22:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43fb34901526fc946b9d98b9e508ca687cfdfcd7",
"body": null,
"is_bot": false,
"headline": "feat(theme): integrate theming into live mode confirmation popup",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-05T14:37:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2a9efec24361164043478d7700d55557016c80c",
"body": null,
"is_bot": false,
"headline": "feat(theme): add theming support for popup widgets",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-05T14:19:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcc6dc5760831aba96f5de9e9b444b2ba413a75d",
"body": null,
"is_bot": false,
"headline": "docs: add Windows-specific paths for config, history, and logs",
"author_name": "tlipinski",
"author_login": "tlipinski",
"committed_at": "2026-06-05T07:13:45Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 13,
"commits_last_year": 229,
"latest_release_at": "2026-07-20T13:07:22Z",
"latest_release_tag": "v1.10.0",
"releases_from_tags": false,
"days_since_last_push": 11,
"active_weeks_last_year": 15,
"days_since_latest_release": 11,
"mean_days_between_releases": 6.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "rura",
"exists": true,
"license": "MIT",
"keywords": [
"shell",
"cli",
"diff",
"tui",
"pipeline",
"command-line-utilities"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/rura",
"is_deprecated": false,
"latest_version": "1.10.0",
"repository_url": "https://github.com/tlipinski/rura",
"versions_count": 13,
"total_downloads": 423,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 137,
"first_published_at": "2026-05-18T07:28:07.404822Z",
"latest_published_at": "2026-07-20T13:09:45.049471Z",
"latest_version_yanked": false,
"days_since_latest_publish": 11
}
]
},
"popularity": {
"forks": 5,
"stars": 321,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2026-05-20",
"count": 1
},
{
"date": "2026-05-22",
"count": 1
},
{
"date": "2026-05-27",
"count": 1
},
{
"date": "2026-06-03",
"count": 1
},
{
"date": "2026-06-26",
"count": 1
}
],
"complete": true,
"collected": 5,
"total_forks": 5
},
"star_history": null,
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml"
],
"largest_source_bytes": 59380,
"source_files_sampled": 32,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "clap",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "4.6.1"
},
{
"name": "dirs",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "6.0.0"
},
{
"name": "env_logger",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.11.10"
},
{
"name": "ratatui",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.30.2"
},
{
"name": "serde",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.228"
},
{
"name": "toml",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.1.2"
},
{
"name": "tui-input",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.15.3"
},
{
"name": "log",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4.33"
},
{
"name": "crossterm",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.29.0"
},
{
"name": "unicode-width",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2.2"
},
{
"name": "itertools",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.15.0"
},
{
"name": "regex",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.12.4"
},
{
"name": "anyhow",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.102"
},
{
"name": "cfg-if",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.4"
},
{
"name": "similar",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "3.1.1"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 2,
"closed_ratio": 0.75,
"closed_issues": 6,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "tlipinski",
"commits": 229,
"avatar_url": "https://avatars.githubusercontent.com/u/261487?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"release.yml",
"rust.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Cargo.lock"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 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": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"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": 0,
"reason": "Project has not signed or included provenance with any releases.",
"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": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "410fb59277f4f103caaa91b61a5ab8d2ba3db6e6",
"ran_at": "2026-08-01T03:28:30Z",
"aggregate_score": 2.7,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-20T13:07:34Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 10,
"created_at": "2026-07-30T19:54:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 11,
"created_at": "2026-07-31T21:18:50Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/tlipinski/rura",
"host": "github.com",
"name": "rura",
"owner": "tlipinski"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"security": 27,
"vitality": 70,
"community": 45,
"governance": 44,
"engineering": 38
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 70,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"commits_last_year": 229,
"human_commit_share": 1,
"days_since_last_push": 11,
"active_weeks_last_year": 15
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 11 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 11
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "15/52 weeks with commits",
"points": 10.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 15
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "229 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 229
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 13,
"latest_release_tag": "v1.10.0",
"releases_from_tags": false,
"days_since_latest_release": 11,
"mean_days_between_releases": 6.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "13 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 13
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 11 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 11
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~6.9 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 6.9
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 45,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"forks": 5,
"stars": 321,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "321 stars",
"points": 40.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 321
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "5 forks",
"points": 5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 5
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "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": 36,
"inputs": {
"packages": [
"rura"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 423,
"monthly_downloads": 137
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "137 downloads/month across crates",
"points": 28.5,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 137,
"ecosystems": "crates"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 44,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"merged_prs": 0,
"open_issues": 2,
"closed_issues": 6,
"issue_closed_ratio": 0.75,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "75% of issues closed",
"points": 35.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 75
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "0/1 decided PRs merged",
"points": 0,
"status": "missed",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 0,
"decided": 1
}
}
],
"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": "at_risk",
"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": 48,
"inputs": {
"followers": 14,
"owner_type": "User",
"is_verified": null,
"owner_login": "tlipinski",
"public_repos": 13,
"account_age_days": 5935
},
"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": "14 followers of tlipinski",
"points": 8.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 14,
"login": "tlipinski"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "13 public repos, account ~16 yr old",
"points": 20.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 13
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"rura"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 11
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 11 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 11
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "13 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 13
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 38,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"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": 30,
"inputs": {
"has_ci": true,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"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": [
"cli",
"tui",
"pipeline",
"shell",
"terminal"
],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "5 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 5
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 27,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 27,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 2.7
},
"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 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"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": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 48,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"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": "100 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 100,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"has_nix": false,
"has_tests": false,
"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"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 59380,
"source_files_sampled": 32,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/32 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 32,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-08-01T03:28:34.444543Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/tlipinski/rura.svg",
"full_name": "tlipinski/rura",
"license_state": "standard",
"license_spdx": "MIT"
}