JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 536,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 236867,
"Nix": 1247,
"Shell": 10
},
"pushed_at": "2026-07-18T20:13:03Z",
"created_at": "2026-04-01T08:20:07Z",
"owner_type": "User",
"updated_at": "2026-07-24T21:55:28Z",
"description": "Terminal based spreadsheet tool",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "maaslalani.com",
"name": "Maas Lalani",
"type": "User",
"login": "maaslalani",
"company": null,
"location": null,
"followers": 1868,
"avatar_url": "https://avatars.githubusercontent.com/u/42545625?v=4",
"created_at": "2018-08-20T14:25:22Z",
"is_verified": null,
"public_repos": 46,
"account_age_days": 2895
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-07-18T20:13:03Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-04-05T01:28:06Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-04-02T12:38:52Z"
}
],
"recent_commits": [
{
"oid": "88792494684f959d58d00bf4fc595f9a9f05c3ff",
"body": "* feat: configurable keybindings via Helix-style TOML config\n\nRefactor hardcoded switch statements into action-based dispatch with\nper-mode keymaps. Users can override bindings via\n$XDG_CONFIG_HOME/sheets/config.toml using [keys.normal], [keys.insert],\nand [keys.select] tables. Set a key to \"nop\" to\n[…]\nef key exits and acts).\nJump still happens live; escape/enter/other keys end the pending\nstate. Unskips the April integration test.\n\n---------\n\nCo-authored-by: Adrian Galilea <adriangalilea@gmail.com>",
"is_bot": false,
"headline": "Cherry pick Helix style config (#67)",
"author_name": "Maas Lalani",
"author_login": "maaslalani",
"committed_at": "2026-07-16T05:36:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e27e403de7bfb9dd7c374bafa8e3c7b3945e580b",
"body": "This reverts commit 45ac88b616ee3600487bd2d4805ded7d99bb6379.",
"is_bot": false,
"headline": "Revert \"Change normal button color from blue to purple (#65)\"",
"author_name": "Maas Lalani",
"author_login": "maaslalani",
"committed_at": "2026-07-16T05:24:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45ac88b616ee3600487bd2d4805ded7d99bb6379",
"body": "Closes #60\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Change normal button color from blue to purple (#65)",
"author_name": "Maas Lalani",
"author_login": "maaslalani",
"committed_at": "2026-05-27T20:25:09Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a5af8b38bb68003d041d9827d12914a5ae5ace7e",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Maas Lalani",
"author_login": "maaslalani",
"committed_at": "2026-05-02T23:39:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26df87dae31f23d3eb47046948b27e27b43ca93a",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Maas Lalani",
"author_login": "maaslalani",
"committed_at": "2026-04-26T19:59:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6aab205615053be48f96a27ac9ca8b967f3af85",
"body": "When inserting a column at position totalCols-1 (the last valid column),\ncells at that column were shifted to position totalCols, which is out of\nbounds. This caused those cells to be silently dropped.\n\nFixed by:\n1. Clamping insertCol to totalCols-1 instead of totalCols\n2. Returning early if insertC\n[…]\ntotalCols-1\n\nThis prevents insertion at the last column position, avoiding data loss.\n\nCo-authored-by: Test User <test@example.com>\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix data loss bug when inserting column at last position (#38)",
"author_name": "Qiaochu Hu",
"author_login": "hobostay",
"committed_at": "2026-04-20T01:31:59Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "28c0b09bab59206ab7533325a08aecb05a8473a4",
"body": "* chore: pin to 25.11\n\n* fix: make default target `default`\n\n* style: format flake.nix",
"is_bot": false,
"headline": "chore: use `default` target and pin version to 25.11 (#42)",
"author_name": "Mahyar Mirrashed",
"author_login": "mahyarmirrashed",
"committed_at": "2026-04-20T01:28:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7beaf1a26ce4302880778fb306fa2861eabca726",
"body": null,
"is_bot": false,
"headline": "docs: add Homebrew installation instructions (#41)",
"author_name": "Rui Chen",
"author_login": "chenrui333",
"committed_at": "2026-04-09T01:38:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35fab309872ab6a8009e4c5c7ecd5df2949d16d7",
"body": "Adds .md/.markdown file support. Reads pipe-delimited tables\n(skipping separator rows), writes with aligned columns and\nproper header separators. Closes #31.",
"is_bot": false,
"headline": "add markdown table read/write support (#32)",
"author_name": "qorex",
"author_login": null,
"committed_at": "2026-04-08T07:08:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b6382d3e6d40a3388a329ca0a5804aff03b83c5",
"body": "- Displays error message when trying to exit with dirty state\n- Allows overriding exit protection using '!' suffix",
"is_bot": false,
"headline": "feat: add warnings for unsaved changes on quit: (#36)",
"author_name": "Guillermo Galavis",
"author_login": "druxorey",
"committed_at": "2026-04-08T07:02:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5aeb4c272dc0c183c64ef73110bdd2bd209c671e",
"body": "Co-authored-by: dl-alexandre <dl-alexandre@noreply.codeberg.org>",
"is_bot": false,
"headline": "test: fix stale renderContentLine call (#30)",
"author_name": "Dalton Alexandre",
"author_login": "dl-alexandre",
"committed_at": "2026-04-06T22:07:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ab7d11408ae249ee2423093ce4c2f0fb83d5505",
"body": null,
"is_bot": false,
"headline": "feat: add :? as alias for :help (#14)",
"author_name": "indium114",
"author_login": "indium114",
"committed_at": "2026-04-05T08:22:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "539f4b185d34499d63f392e8234b82454e30f6be",
"body": null,
"is_bot": false,
"headline": "chore: bump version in Nix package to 0.2.0 (#16)",
"author_name": "indium114",
"author_login": "indium114",
"committed_at": "2026-04-05T08:21:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24df540b17799a7e6848eab2f992ce22f1a4000e",
"body": null,
"is_bot": false,
"headline": "feat: support files up to 50k rows",
"author_name": "Maas Lalani",
"author_login": "maaslalani",
"committed_at": "2026-04-05T01:26:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d61419ae40b0ce3944d4cc551d8e0cea469ed58",
"body": "Introduce a small delimiter helper for CSV and TSV files.\nPreserve existing CSV load and save behavior while adding TSV\nsupport.\nEmit tab-separated query output when the source file is TSV.\nAdd tests for TSV loading, querying, and writing.",
"is_bot": false,
"headline": "Add TSV support and delimiter-aware output (#3)",
"author_name": "nirv",
"author_login": "AnarchistHoneybun",
"committed_at": "2026-04-04T21:44:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8303ca178caf786cbcba75606cefd822f683b1b",
"body": null,
"is_bot": false,
"headline": "feat: add mouse support",
"author_name": "Maas Lalani",
"author_login": "maaslalani",
"committed_at": "2026-04-04T21:40:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12b13b56b36218bbe1b0389d6e5782b53b356cc6",
"body": "renderTextInput used rune counts to calculate visible window bounds\nand padding, which produces incorrect widths for characters where\ndisplay width differs from rune count (e.g. wide CJK characters,\ncombining marks). Switch to runewidth-based calculations matching\nthe fix already applied to fit/alignCenter/fitLeft/truncate.",
"is_bot": false,
"headline": "fix: use display width instead of rune count in insert mode text input",
"author_name": "Maas Lalani",
"author_login": "maaslalani",
"committed_at": "2026-04-04T21:32:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e62140513ef6055d97ed64a5ce218bc7b6391e2",
"body": "The fit, fitLeft, alignCenter, and truncate functions used len(value)\n(byte count) to measure string width. Multi-byte UTF-8 characters like\naccented letters (é, ñ, ü) caused incorrect padding and truncation\nbecause their byte length exceeds their display width.\n\nSwitch to runewidth.StringWidth for display-width-aware measurement\nand runewidth.Truncate for proper truncation.",
"is_bot": false,
"headline": "fix: use display width instead of byte length for accented characters",
"author_name": "Maas Lalani",
"author_login": "maaslalani",
"committed_at": "2026-04-04T21:23:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b11a6fccb6de0177ae2d0a51f0676fe96a0d8fc",
"body": null,
"is_bot": false,
"headline": "feat: formatting",
"author_name": "Maas Lalani",
"author_login": "maaslalani",
"committed_at": "2026-04-04T21:15:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f831bb16abccbf1f493c86a5a36961003bf9cd2",
"body": null,
"is_bot": false,
"headline": "a / A shift columns",
"author_name": "Maas Lalani",
"author_login": "maaslalani",
"committed_at": "2026-04-03T22:39:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee22261f224536e352345ddd049a5c4fcc5640f7",
"body": "Add nix flake for package and devshell",
"is_bot": false,
"headline": "Merge pull request #2 from indium114/main",
"author_name": "Maas Lalani",
"author_login": "maaslalani",
"committed_at": "2026-04-02T13:44:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1024e05cd3bc6ef1cb59ded9821e37ae62dede71",
"body": null,
"is_bot": false,
"headline": "chore: add .envrc for nix devshell",
"author_name": "indium114",
"author_login": "indium114",
"committed_at": "2026-04-02T13:33:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17c5acfa3916f896ba8109205c1db35eee7fb701",
"body": null,
"is_bot": false,
"headline": "chore: add nix build result to gitignore",
"author_name": "indium114",
"author_login": "indium114",
"committed_at": "2026-04-02T13:33:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f1a0d4f36b18ad8e6d1256825b84fe17e691cc9",
"body": null,
"is_bot": false,
"headline": "chore: commit flake.lock",
"author_name": "indium114",
"author_login": "indium114",
"committed_at": "2026-04-02T13:31:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "312b19c4b2d1faa0b67c541e753fa6646f32b472",
"body": null,
"is_bot": false,
"headline": "chore(flake.nix): fix vendorHash",
"author_name": "indium114",
"author_login": "indium114",
"committed_at": "2026-04-02T13:31:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d91a649c3c2758f978c84332e2dd9b309c6e984",
"body": null,
"is_bot": false,
"headline": "chore: add flake.nix",
"author_name": "indium114",
"author_login": "indium114",
"committed_at": "2026-04-02T13:27:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b6bce095e5abad31d75ea757b92b9dcc2af29b3",
"body": null,
"is_bot": false,
"headline": "goreleaser",
"author_name": "Maas Lalani",
"author_login": "maaslalani",
"committed_at": "2026-04-02T12:36:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b015c9d88ac78c4c99bb4412e9a31996b4d4c35",
"body": null,
"is_bot": false,
"headline": "docs: budget.csv fix",
"author_name": "Maas Lalani",
"author_login": "maaslalani",
"committed_at": "2026-04-02T03:06:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3e549f10c3ea6aab9e3b621cf78654058dcde21",
"body": "Standardized keyboard shortcuts to lowercase for consistency.",
"is_bot": false,
"headline": "Normalize keyboard shortcut formatting in README",
"author_name": "Maas Lalani",
"author_login": "maaslalani",
"committed_at": "2026-04-02T03:03:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbdd3c181a4e7281ee13b9725206cdae35715f4d",
"body": null,
"is_bot": false,
"headline": "docs: better help",
"author_name": "Maas Lalani",
"author_login": "maaslalani",
"committed_at": "2026-04-02T00:05:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9075d4aa83f9347b0a120c162964e3cd9435fd44",
"body": "Removed duplicate image tag and line breaks.",
"is_bot": false,
"headline": "Clean up README by removing duplicate content",
"author_name": "Maas Lalani",
"author_login": "maaslalani",
"committed_at": "2026-04-01T23:46:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd6dda2489803bb2a6081f2019563712d84a3a45",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Maas Lalani",
"author_login": "maaslalani",
"committed_at": "2026-04-01T23:45:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8db59f240b42cadd287f758f4efe4ed2fba8deb",
"body": null,
"is_bot": false,
"headline": "docs: center demo",
"author_name": "Maas Lalani",
"author_login": "maaslalani",
"committed_at": "2026-04-01T23:37:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e844bee8e7f150dc52d506001ea5f339aeec93f",
"body": null,
"is_bot": false,
"headline": "docs: tip on quickly adding formulas",
"author_name": "Maas Lalani",
"author_login": "maaslalani",
"committed_at": "2026-04-01T23:34:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69771bd8b54f197c3d567f61cd6fd7f0c416d7ac",
"body": null,
"is_bot": false,
"headline": "refactor: project restructure",
"author_name": "Maas Lalani",
"author_login": "maaslalani",
"committed_at": "2026-04-01T23:30:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "898987ea94685aadda2c2102f6ca487590ad6a6b",
"body": null,
"is_bot": false,
"headline": "docs: cleanup",
"author_name": "Maas Lalani",
"author_login": "maaslalani",
"committed_at": "2026-04-01T23:19:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a6d8adb8d21c8b806966f1bda9c8cb58da55085",
"body": null,
"is_bot": false,
"headline": "feat: query ranges",
"author_name": "Maas Lalani",
"author_login": "maaslalani",
"committed_at": "2026-04-01T23:16:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b93bd58049caea5c630472cc7f7cf26e6442708",
"body": null,
"is_bot": false,
"headline": "feat: read from stdin",
"author_name": "Maas Lalani",
"author_login": "maaslalani",
"committed_at": "2026-04-01T22:43:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c1071a8c3c25ceb89ac91c5d0562ed629e478de",
"body": null,
"is_bot": false,
"headline": "docs: add navigation",
"author_name": "Maas Lalani",
"author_login": "maaslalani",
"committed_at": "2026-04-01T22:29:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4a596f52ef281d62919a2c263a1d74c1a15fe12",
"body": null,
"is_bot": false,
"headline": "fix: typo",
"author_name": "Maas Lalani",
"author_login": "maaslalani",
"committed_at": "2026-04-01T10:52:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d40432985e93c8f9ca850885f06822aba5fe9b1",
"body": null,
"is_bot": false,
"headline": "demo width",
"author_name": "Maas Lalani",
"author_login": "maaslalani",
"committed_at": "2026-04-01T10:51:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9d4dfcdc9b6153c029ec3d3758e59e0dce9060d",
"body": null,
"is_bot": false,
"headline": "sheets file.csv B9=100",
"author_name": "Maas Lalani",
"author_login": "maaslalani",
"committed_at": "2026-04-01T10:49:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "242369c7299b6230b7581fd622fb08dc47634f5f",
"body": null,
"is_bot": false,
"headline": "demo",
"author_name": "Maas Lalani",
"author_login": "maaslalani",
"committed_at": "2026-04-01T10:28:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a02b15e696ec1bb2cceb90107cbc4a66929cd56",
"body": null,
"is_bot": false,
"headline": "LICENSE + README",
"author_name": "Maas Lalani",
"author_login": "maaslalani",
"committed_at": "2026-04-01T08:38:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d83f7bd2c2e0e7e77931f0d5c8819aa863183cf",
"body": null,
"is_bot": false,
"headline": "initial commit",
"author_name": "Maas Lalani",
"author_login": "maaslalani",
"committed_at": "2026-04-01T08:19:13Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 45,
"latest_release_at": "2026-07-18T20:13:03Z",
"latest_release_tag": "v0.3.0",
"releases_from_tags": false,
"days_since_last_push": 6,
"active_weeks_last_year": 7,
"days_since_latest_release": 6,
"mean_days_between_releases": 53.7
},
"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": "github.com/maaslalani/sheets",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/maaslalani/sheets",
"is_deprecated": false,
"latest_version": "v0.3.0",
"repository_url": "https://github.com/maaslalani/sheets",
"versions_count": 3,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-16T05:36:26Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
}
]
},
"popularity": {
"forks": 61,
"stars": 2288,
"watchers": 6,
"fork_history": {
"days": [
{
"date": "2026-04-02",
"count": 3
},
{
"date": "2026-04-03",
"count": 2
},
{
"date": "2026-04-04",
"count": 5
},
{
"date": "2026-04-05",
"count": 4
},
{
"date": "2026-04-06",
"count": 13
},
{
"date": "2026-04-07",
"count": 5
},
{
"date": "2026-04-08",
"count": 6
},
{
"date": "2026-04-09",
"count": 6
},
{
"date": "2026-04-10",
"count": 1
},
{
"date": "2026-04-11",
"count": 4
},
{
"date": "2026-04-12",
"count": 1
},
{
"date": "2026-04-15",
"count": 1
},
{
"date": "2026-04-18",
"count": 1
},
{
"date": "2026-04-21",
"count": 1
},
{
"date": "2026-05-06",
"count": 1
},
{
"date": "2026-05-15",
"count": 1
},
{
"date": "2026-05-31",
"count": 1
},
{
"date": "2026-06-08",
"count": 2
},
{
"date": "2026-06-15",
"count": 1
},
{
"date": "2026-07-15",
"count": 1
}
],
"complete": true,
"collected": 60,
"total_forks": 61
},
"star_history": null,
"open_issues_and_prs": 32
},
"ai_readiness": {
"has_nix": true,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 90283,
"source_files_sampled": 22,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"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": [
"go"
],
"dependencies": [
{
"name": "github.com/charmbracelet/bubbles",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.0"
},
{
"name": "github.com/charmbracelet/bubbletea",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.10"
},
{
"name": "github.com/charmbracelet/lipgloss",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.0"
},
{
"name": "github.com/hinshun/vt10x",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20220301184237-5011da428d02"
}
],
"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": 7,
"merged_prs": 11,
"open_issues": 25,
"closed_ratio": 0.39,
"closed_issues": 16,
"closed_unmerged_prs": 9
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "maaslalani",
"commits": 31,
"avatar_url": "https://avatars.githubusercontent.com/u/42545625?v=4"
},
{
"type": "User",
"login": "indium114",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/156162907?v=4"
},
{
"type": "User",
"login": "dl-alexandre",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/166029845?v=4"
},
{
"type": "User",
"login": "druxorey",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/137116223?v=4"
},
{
"type": "User",
"login": "mahyarmirrashed",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/59240843?v=4"
},
{
"type": "User",
"login": "hobostay",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/110803307?v=4"
},
{
"type": "User",
"login": "chenrui333",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1580956?v=4"
},
{
"type": "User",
"login": "AnarchistHoneybun",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/74085528?v=4"
}
],
"contributors_sampled": 8,
"top_contributor_share": 0.705
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"release.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"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": 0,
"reason": "0 out of 11 merged PRs checked by a CI test -- score normalized to 0",
"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": 4,
"reason": "Found 10/25 approved changesets -- score normalized to 4",
"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": 8,
"reason": "5 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 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": 8,
"reason": "2 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "88792494684f959d58d00bf4fc595f9a9f05c3ff",
"ran_at": "2026-07-25T03:51:41Z",
"aggregate_score": 3.8,
"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-18T20:14:25Z",
"oldest_open_prs": [
{
"number": 9,
"created_at": "2026-04-03T18:03:30Z",
"last_comment_at": "2026-04-04T22:25:04Z",
"last_comment_author": "druxorey"
},
{
"number": 33,
"created_at": "2026-04-07T19:58:10Z",
"last_comment_at": "2026-04-09T10:25:34Z",
"last_comment_author": "dirsigler"
},
{
"number": 34,
"created_at": "2026-04-07T22:17:02Z",
"last_comment_at": "2026-04-11T07:37:17Z",
"last_comment_author": "erhhung"
},
{
"number": 45,
"created_at": "2026-04-09T18:48:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 48,
"created_at": "2026-04-16T15:43:07Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 51,
"created_at": "2026-04-21T06:06:56Z",
"last_comment_at": "2026-04-30T19:31:49Z",
"last_comment_author": "shubham399"
},
{
"number": 66,
"created_at": "2026-05-31T14:52:40Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-16T05:36:26Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 6,
"created_at": "2026-04-02T20:55:20Z",
"last_comment_at": "2026-04-10T19:39:28Z",
"last_comment_author": "manning390"
},
{
"number": 7,
"created_at": "2026-04-02T22:10:36Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 8,
"created_at": "2026-04-03T03:29:07Z",
"last_comment_at": "2026-04-04T00:18:59Z",
"last_comment_author": "maaslalani"
},
{
"number": 11,
"created_at": "2026-04-04T10:41:12Z",
"last_comment_at": "2026-04-17T14:12:43Z",
"last_comment_author": "hinricht"
},
{
"number": 19,
"created_at": "2026-04-05T22:44:33Z",
"last_comment_at": "2026-04-06T10:51:53Z",
"last_comment_author": "lee-b"
},
{
"number": 20,
"created_at": "2026-04-05T22:46:29Z",
"last_comment_at": "2026-04-06T10:24:34Z",
"last_comment_author": "verysleepylemon"
},
{
"number": 21,
"created_at": "2026-04-05T22:48:37Z",
"last_comment_at": "2026-04-06T10:24:35Z",
"last_comment_author": "verysleepylemon"
},
{
"number": 24,
"created_at": "2026-04-06T10:49:35Z",
"last_comment_at": "2026-04-22T22:42:19Z",
"last_comment_author": "nikmennega"
},
{
"number": 25,
"created_at": "2026-04-06T10:54:12Z",
"last_comment_at": "2026-04-06T16:46:39Z",
"last_comment_author": "rajeshpaddy"
},
{
"number": 28,
"created_at": "2026-04-06T16:50:58Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 29,
"created_at": "2026-04-06T17:15:05Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 39,
"created_at": "2026-04-08T09:15:50Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 40,
"created_at": "2026-04-08T10:56:02Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 52,
"created_at": "2026-04-30T19:44:24Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 53,
"created_at": "2026-05-01T03:52:09Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 57,
"created_at": "2026-05-08T14:33:06Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 58,
"created_at": "2026-05-27T17:17:23Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 68,
"created_at": "2026-07-17T12:28:34Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 69,
"created_at": "2026-07-17T12:28:37Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 70,
"created_at": "2026-07-17T12:28:39Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/maaslalani/sheets",
"host": "github.com",
"name": "sheets",
"owner": "maaslalani"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"security": 38,
"vitality": 72,
"community": 62,
"governance": 55,
"engineering": 45
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 72,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"commits_last_year": 45,
"human_commit_share": 1,
"days_since_last_push": 6,
"active_weeks_last_year": 7
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "7/52 weeks with commits",
"points": 4.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 7
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "45 commits in the last year",
"points": 14.9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 45
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "5 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 8",
"points": 8,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"releases_count": 3,
"latest_release_tag": "v0.3.0",
"releases_from_tags": false,
"days_since_latest_release": 6,
"mean_days_between_releases": 53.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~53.7 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 53.7
}
}
],
"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": "moderate",
"name": "Community & Adoption",
"value": 62,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 73,
"inputs": {
"forks": 61,
"stars": 2288,
"watchers": 6,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2,288 stars",
"points": 54.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 2288
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "61 forks",
"points": 14.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 61
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "6 watchers",
"points": 3.9,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 6
}
}
],
"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
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 55,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 8,
"top_contributor_share": 0.705
},
"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 70% of commits",
"points": 6.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 70
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "8 contributors",
"points": 10.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 8
}
}
],
"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": 45,
"inputs": {
"merged_prs": 11,
"open_issues": 25,
"closed_issues": 16,
"issue_closed_ratio": 0.39,
"closed_unmerged_prs": 9
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "39% of issues closed",
"points": 18.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 39
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "11/20 decided PRs merged",
"points": 21,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 11,
"decided": 20
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 10/25 approved changesets -- score normalized to 4",
"points": 6,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"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": 72,
"inputs": {
"followers": 1868,
"owner_type": "User",
"is_verified": null,
"owner_login": "maaslalani",
"public_repos": 46,
"account_age_days": 2895
},
"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": "1,868 followers of maaslalani",
"points": 23.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1868,
"login": "maaslalani"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "46 public repos, account ~7 yr old",
"points": 24.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 46
}
},
{
"code": "account_age_years",
"params": {
"years": 7
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"github.com/maaslalani/sheets"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 8
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 8 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 8
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "3 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 3
}
}
],
"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": 45,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 11 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": "at_risk",
"name": "Security",
"value": 38,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 3.8
},
"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": "0 out of 11 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 10/25 approved changesets -- score normalized to 4",
"points": 3,
"status": "partial",
"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": "5 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 8",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "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": "2 existing vulnerabilities detected",
"points": 6,
"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": 6
},
"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": 58,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.733,
"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": "33 of 45 human commits state their intent (structured subject or explanatory body)",
"points": 39.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 33,
"sampled": 45
}
}
],
"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": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.044,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"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": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"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": "2 of the last 45 commits agent-authored or agent-credited",
"points": 8.9,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 2,
"sampled": 45
}
}
],
"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": 98,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 90283,
"source_files_sampled": 22,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/22 source files over 60KB",
"points": 52.5,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 22,
"oversized": 1
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"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-07-25T03:51:56.869535Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/maaslalani/sheets.svg",
"full_name": "maaslalani/sheets",
"license_state": "standard",
"license_spdx": "MIT"
}