Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"golang",
"linear",
"tui",
"tview",
"terminal"
],
"is_fork": false,
"size_kb": 40384,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 636222,
"Makefile": 2028
},
"pushed_at": "2026-07-27T17:38:34Z",
"created_at": "2026-01-13T19:34:10Z",
"owner_type": "User",
"updated_at": "2026-07-30T09:05:25Z",
"description": "A terminal user interface (TUI) for Linear built with Go and tview.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Roey Azroel",
"type": "User",
"login": "roeyazroel",
"company": null,
"location": null,
"followers": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/7561778?v=4",
"created_at": "2014-05-12T19:29:07Z",
"is_verified": null,
"public_repos": 25,
"account_age_days": 4463
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2026-07-27T17:40:26Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2026-07-21T09:08:11Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2026-05-31T20:43:58Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2026-01-25T18:26:32Z"
},
{
"tag": "v0.6.1",
"kind": "patch",
"published_at": "2026-01-15T18:23:55Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-01-15T12:31:03Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-01-15T11:16:44Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-01-15T10:40:27Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-01-15T10:35:45Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-01-14T21:30:34Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-01-14T20:44:02Z"
}
],
"recent_commits": [
{
"oid": "a707e115aeceb161b61a24bacc1146469bf01de3",
"body": null,
"is_bot": false,
"headline": "feat: open a configured default team or project on startup (#13)",
"author_name": "Ben Phillips",
"author_login": "tavva",
"committed_at": "2026-07-27T17:36:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bac4a22d54a4781ba26c5c6b39e973e277d27f3",
"body": "* Add OAuth login implementation plan for issue #12\n\nDocument Non-TDD architecture, PKCE login/logout flows, credential\nstorage, auth resolution order, and test plan as the EXECUTE contract.\nStop ignoring .docs so RIPER-5 plan files can be versioned.\n\nCo-authored-by: mrazroel <mrazroel@users.noreply\n[…]\nfrom Login.\n\nCo-authored-by: mrazroel <mrazroel@users.noreply.github.com>\n\n---------\n\nCo-authored-by: Cursor Agent <cursoragent@cursor.com>\nCo-authored-by: mrazroel <mrazroel@users.noreply.github.com>",
"is_bot": false,
"headline": "oauth login (#14)",
"author_name": "Roey Azroel",
"author_login": "roeyazroel",
"committed_at": "2026-07-21T09:04:06Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "fe5850af2b6420cd3bf9f0462d89018d338ddeb7",
"body": "* Add planning and collaboration support to Linear TUI\n\n* Fix CI checks for planning collaboration support\n\n* feat: add live debounced search",
"is_bot": false,
"headline": "Add planning and collaboration support to Linear TUI (#10)",
"author_name": "Roey Azroel",
"author_login": "roeyazroel",
"committed_at": "2026-05-31T20:37:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb8942c10b8cfb1c911c01e8340c0208bc4ff029",
"body": "…e and user experience; remove the original MP4 file.",
"is_bot": false,
"headline": "Replace demo video in README with GIF for improved loading performanc…",
"author_name": "mrazroel",
"author_login": "roeyazroel",
"committed_at": "2026-01-25T18:35:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d92d459244e3a7ac41329873ed83c4dc23ac8e8",
"body": null,
"is_bot": false,
"headline": "Update README to include demo video for enhanced user experience",
"author_name": "mrazroel",
"author_login": "roeyazroel",
"committed_at": "2026-01-25T18:30:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14167230856fe24d0f1d352b6ebc67c660aaaf16",
"body": "- Introduced mutexes in `runner_test.go` and `agent_command_test.go` to synchronize access to shared state, ensuring thread safety during concurrent operations.\n- Updated test logic to use mutexes for capturing output and managing UI state, improving reliability of tests.\n- Refactored code to maintain clarity while enhancing performance in multi-threaded scenarios.",
"is_bot": false,
"headline": "Enhance test concurrency with mutex for thread safety",
"author_name": "mrazroel",
"author_login": "roeyazroel",
"committed_at": "2026-01-25T18:15:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0cef3a5d0b5f08ae575983c69fff3fafd691074",
"body": null,
"is_bot": false,
"headline": "Create dependabot.yml",
"author_name": "Roey Azroel",
"author_login": "roeyazroel",
"committed_at": "2026-01-25T18:13:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c629b2ae94e106102a30713c30c311b441103c3f",
"body": "- Introduced a new `handleAskAgent` function to streamline the process of asking the agent about selected issues, enhancing code readability and maintainability.\n- Removed redundant code from the command definition for asking the agent, consolidating logic into the new handler.\n- Updated the `loadPi\n[…]\nnous loading of picker data for workflow states and users, improving responsiveness in the UI.\n- Cleaned up deprecated methods and comments in the TUI components to enhance clarity and reduce clutter.",
"is_bot": false,
"headline": "Refactor agent command handling and improve UI interactions",
"author_name": "mrazroel",
"author_login": "roeyazroel",
"committed_at": "2026-01-25T17:54:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c5ce67f8784d16f5ecfc606700f3701d7cfa2649",
"body": "- Updated README to include new features such as agent runs via command palette, agent prompt templates, and clipboard actions.\n- Modified application configuration to load settings from a JSON file, allowing for live updates and improved user experience.\n- Introduced new UI elements including a settings modal and enhanced themes for better accessibility.\n- Refactored logging to provide more context in error messages and improved overall application structure for better maintainability.",
"is_bot": false,
"headline": "Enhance README and application configuration for agent support",
"author_name": "mrazroel",
"author_login": "roeyazroel",
"committed_at": "2026-01-25T17:52:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b1273e81a1a4df593c47224c77d645d9db47313",
"body": "- Introduced a read-write mutex (`issuesMu`) to protect access to the `issues` and `selectedIssue` fields in the `App` struct, ensuring thread safety during concurrent operations.\n- Updated various methods across the application to use the mutex for safe access to shared state, including issue fetching, selection, and UI updates.\n- Enhanced test coverage for issue fetching and selection to validate the new concurrency handling.",
"is_bot": false,
"headline": "Refactor issue handling with mutex for thread safety",
"author_name": "mrazroel",
"author_login": "roeyazroel",
"committed_at": "2026-01-15T18:21:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6c4df9299653cbcf3f3b95ce98faaec3fd72405",
"body": "- Introduced `FetchIssuesPage` method to handle paginated fetching of issues, returning pagination metadata.\n- Updated `searchIssues` and `fetchIssuesWithFilter` methods to utilize the new pagination structure.\n- Added tests for default pagination behavior and handling of no next page scenarios in `client_test.go`.\n- Updated `.gitignore` to include `.gocache` for better environment management.",
"is_bot": false,
"headline": "Add pagination support for issue fetching and enhance test coverage",
"author_name": "mrazroel",
"author_login": "roeyazroel",
"committed_at": "2026-01-15T12:29:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70cf38787d1cf8c868a3f0f2b971c6dfde7567a0",
"body": "- Added comments to `searchIssues` and `fetchIssuesWithFilter` methods to indicate unavoidable duplication due to GraphQL library requirements.\n- Removed unused `issueNode` struct to clean up the codebase and improve maintainability.",
"is_bot": false,
"headline": "Refactor issue fetching methods and add duplication notes",
"author_name": "mrazroel",
"author_login": "roeyazroel",
"committed_at": "2026-01-15T11:13:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0429c1709e6b3db280bee4924b0210abb2d21f21",
"body": "- Updated `FetchIssues` method to utilize Linear's `searchIssues` query for improved search capabilities, allowing searches by title, description, and comments.\n- Refactored issue parsing logic into a dedicated `parseIssueNode` function for better readability and maintainability.\n- Modified README t\n[…]\nmmand definitions to clarify shortcut displays and removed unnecessary command shortcuts for better usability.\n- Improved handling of command shortcuts in the TUI for a more intuitive user experience.",
"is_bot": false,
"headline": "Enhance issue fetching and search functionality",
"author_name": "mrazroel",
"author_login": "roeyazroel",
"committed_at": "2026-01-15T11:10:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e6fee86a9131f4f62cfdb6a0d545707ad7db29f7",
"body": "* Add issue fetching completeness plan\n\nCo-authored-by: roeyazroel <roeyazroel@gmail.com>\n\n* Add paginated issue fetch progress\n\nCo-authored-by: roeyazroel <roeyazroel@gmail.com>\n\n* Update plan task status\n\nCo-authored-by: roeyazroel <roeyazroel@gmail.com>\n\n* Enhance search functionality by adding c\n[…]\nearch filters as it is not filterable in Linear's IssueFilter type.\n- Adjusted command definitions to clarify search clearing options.\n\n---------\n\nCo-authored-by: Cursor Agent <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Cursor/issue fetching completeness d6a4 (#2)",
"author_name": "Roey Azroel",
"author_login": "roeyazroel",
"committed_at": "2026-01-15T10:33:02Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "92c3076ac1e986ef9371dd82ffb8be32426ba5a6",
"body": "fix search and clear search bugs",
"is_bot": false,
"headline": "Merge pull request #1 from roeyazroel/cursor/search-clear-issues-1d9a",
"author_name": "Roey Azroel",
"author_login": "roeyazroel",
"committed_at": "2026-01-15T07:44:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4094e796a291554e073ee10425f9919ce96a03f",
"body": "Co-authored-by: roeyazroel <roeyazroel@gmail.com>",
"is_bot": false,
"headline": "Queue issue refreshes while loading",
"author_name": "Cursor Agent",
"author_login": "cursoragent",
"committed_at": "2026-01-15T07:25:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c2adff5f08a038d15fe77f2449866ae227c0bdd",
"body": "Co-authored-by: roeyazroel <roeyazroel@gmail.com>",
"is_bot": false,
"headline": "Improve issue search filtering",
"author_name": "Cursor Agent",
"author_login": "cursoragent",
"committed_at": "2026-01-15T07:15:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a101e4d671721c6e13ea46a4f74d07da00f9013",
"body": "Co-authored-by: roeyazroel <roeyazroel@gmail.com>",
"is_bot": false,
"headline": "Sync search palette query",
"author_name": "Cursor Agent",
"author_login": "cursoragent",
"committed_at": "2026-01-15T07:15:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e698ab4443a49e473be1bd59489dd4ef5a25eee",
"body": "Co-authored-by: roeyazroel <roeyazroel@gmail.com>",
"is_bot": false,
"headline": "Fix clear search shortcut",
"author_name": "Cursor Agent",
"author_login": "cursoragent",
"committed_at": "2026-01-15T06:38:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7c9dac590a11d48324602898c53caeb6abc6d33",
"body": "…s, adjusting complexity thresholds, and refining environment variable handling in tests",
"is_bot": false,
"headline": "chore: update golangci-lint configuration by modifying linter setting…",
"author_name": "mrazroel",
"author_login": "roeyazroel",
"committed_at": "2026-01-14T21:48:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de7bde76505b87a7e271a6c887a3e0ff3a31eee1",
"body": "…iable handling",
"is_bot": false,
"headline": "fix: enhance CommentCreateInput type and improve test environment var…",
"author_name": "mrazroel",
"author_login": "roeyazroel",
"committed_at": "2026-01-14T21:27:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "052f0b5d396fdd9f8522e629e5424ddf50364fb1",
"body": "…line caching logic in TeamCache",
"is_bot": false,
"headline": "refactor: improve error handling in logger and API client, and stream…",
"author_name": "mrazroel",
"author_login": "roeyazroel",
"committed_at": "2026-01-14T21:21:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e0fa04f229e6f6d2d3fadfc1b3e98a0a0397293",
"body": "… a dedicated section for better clarity and maintainability",
"is_bot": false,
"headline": "chore: reorganize golangci-lint configuration by moving exclusions to…",
"author_name": "mrazroel",
"author_login": "roeyazroel",
"committed_at": "2026-01-14T21:08:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c2eef258e00f3026ea8eedb4ebcfae576945b33",
"body": "… enhancing errcheck settings, and adjusting revive rules",
"is_bot": false,
"headline": "chore: refine golangci-lint configuration by updating version format,…",
"author_name": "mrazroel",
"author_login": "roeyazroel",
"committed_at": "2026-01-14T21:06:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d9aa6391a5ed4f74f929c0d9dd188635aee0cce",
"body": null,
"is_bot": false,
"headline": "chore: upgrade golangci-lint-action from v6 to v7 in CI workflow",
"author_name": "mrazroel",
"author_login": "roeyazroel",
"committed_at": "2026-01-14T21:04:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe9b932d200c33bd540161524b3af1f02508e1df",
"body": "…and goimports formatters, and remove unused linters",
"is_bot": false,
"headline": "chore: update golangci-lint configuration to version 2, enable gofmt …",
"author_name": "mrazroel",
"author_login": "roeyazroel",
"committed_at": "2026-01-14T21:03:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67f622cd493e6fb2d93acc97ce69a981871a8087",
"body": "…ge instructions",
"is_bot": false,
"headline": "docs: update README with new features, configuration options, and usa…",
"author_name": "mrazroel",
"author_login": "roeyazroel",
"committed_at": "2026-01-14T21:00:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cac35a88de5b26e2a00253b0edf9b11f66f5c4cd",
"body": null,
"is_bot": false,
"headline": "style: format code with gofmt",
"author_name": "mrazroel",
"author_login": "roeyazroel",
"committed_at": "2026-01-14T20:42:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "121baee77cc96e2a661612422882426ea0675ba6",
"body": null,
"is_bot": false,
"headline": "fix: add cmd/linear-tui to git (was incorrectly ignored)",
"author_name": "mrazroel",
"author_login": "roeyazroel",
"committed_at": "2026-01-14T20:40:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3846c67d6130ae2b1983ec1bb8f8dfa6dd91f30e",
"body": null,
"is_bot": false,
"headline": "first commit",
"author_name": "mrazroel",
"author_login": "roeyazroel",
"committed_at": "2026-01-14T20:36:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd8550ef93d24bf4dda2795f45409c6a6a975e05",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Roey Azroel",
"author_login": "roeyazroel",
"committed_at": "2026-01-13T19:34:10Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 11,
"commits_last_year": 31,
"latest_release_at": "2026-07-27T17:40:26Z",
"latest_release_tag": "v0.10.0",
"releases_from_tags": false,
"days_since_last_push": 5,
"active_weeks_last_year": 5,
"days_since_latest_release": 5,
"mean_days_between_releases": 21.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 71,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "github.com/roeyazroel/linear-tui",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/roeyazroel/linear-tui",
"is_deprecated": false,
"latest_version": "v0.10.0",
"repository_url": "https://github.com/roeyazroel/linear-tui",
"versions_count": 11,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-27T17:36:09Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
}
]
},
"popularity": {
"forks": 15,
"stars": 48,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2026-02-04",
"count": 1
},
{
"date": "2026-02-11",
"count": 2
},
{
"date": "2026-03-18",
"count": 1
},
{
"date": "2026-05-08",
"count": 2
},
{
"date": "2026-05-13",
"count": 1
},
{
"date": "2026-05-14",
"count": 1
},
{
"date": "2026-06-21",
"count": 1
},
{
"date": "2026-07-09",
"count": 1
},
{
"date": "2026-07-15",
"count": 1
},
{
"date": "2026-07-16",
"count": 1
},
{
"date": "2026-07-31",
"count": 1
}
],
"complete": true,
"collected": 13,
"total_forks": 15
},
"star_history": null,
"open_issues_and_prs": 6
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 80462,
"source_files_sampled": 79,
"oversized_source_files": 2,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.33.0",
"severity": "moderate",
"ecosystem": "go",
"cvss_score": 6.5,
"advisory_ids": [
"GHSA-5cv4-jp36-h3mw",
"GHSA-qxp5-gwg8-xv66",
"GHSA-vvgc-356p-c3xw",
"GO-2025-3503",
"GO-2025-3595",
"GO-2026-4440",
"GO-2026-4441",
"GO-2026-4918",
"GO-2026-5025",
"GO-2026-5026"
],
"fixed_version": "1.26.3",
"advisory_count": 15,
"oldest_advisory_days": 507
},
{
"name": "github.com/yuin/goldmark",
"direct": false,
"version": "v1.7.8",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5320"
],
"fixed_version": "1.7.17",
"advisory_count": 1,
"oldest_advisory_days": 25
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.38.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 71
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.31.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5970"
],
"fixed_version": "0.39.0",
"advisory_count": 1,
"oldest_advisory_days": 18
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 3,
"moderate": 1
},
"advisory_count": 18,
"affected_count": 4,
"assessed_count": 30,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/charmbracelet/glamour",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.10.0"
},
{
"name": "github.com/gdamore/tcell/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.13.7"
},
{
"name": "github.com/rivo/tview",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.42.0"
},
{
"name": "github.com/shurcooL/graphql",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20230722043721-ed46e5a46466"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/charmbracelet/glamour",
"direct": true,
"version": "v0.10.0",
"ecosystem": "go"
},
{
"name": "github.com/gdamore/tcell/v2",
"direct": true,
"version": "v2.13.7",
"ecosystem": "go"
},
{
"name": "github.com/rivo/tview",
"direct": true,
"version": "v0.42.0",
"ecosystem": "go"
},
{
"name": "github.com/shurcool/graphql",
"direct": true,
"version": "v0.0.0-20230722043721-ed46e5a46466",
"ecosystem": "go"
},
{
"name": "github.com/alecthomas/chroma/v2",
"direct": false,
"version": "v2.14.0",
"ecosystem": "go"
},
{
"name": "github.com/aymanbagabas/go-osc52/v2",
"direct": false,
"version": "v2.0.1",
"ecosystem": "go"
},
{
"name": "github.com/aymerick/douceur",
"direct": false,
"version": "v0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/colorprofile",
"direct": false,
"version": "v0.2.3-0.20250311203215-f60798e515dc",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/lipgloss",
"direct": false,
"version": "v1.1.1-0.20250404203927-76690c660834",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/x/ansi",
"direct": false,
"version": "v0.8.0",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/x/cellbuf",
"direct": false,
"version": "v0.0.13",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/x/exp/slice",
"direct": false,
"version": "v0.0.0-20250327172914-2fdc97757edf",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/x/term",
"direct": false,
"version": "v0.2.1",
"ecosystem": "go"
},
{
"name": "github.com/dlclark/regexp2",
"direct": false,
"version": "v1.11.0",
"ecosystem": "go"
},
{
"name": "github.com/gdamore/encoding",
"direct": false,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/gorilla/css",
"direct": false,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/lucasb-eyer/go-colorful",
"direct": false,
"version": "v1.3.0",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-isatty",
"direct": false,
"version": "v0.0.20",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-runewidth",
"direct": false,
"version": "v0.0.16",
"ecosystem": "go"
},
{
"name": "github.com/microcosm-cc/bluemonday",
"direct": false,
"version": "v1.0.27",
"ecosystem": "go"
},
{
"name": "github.com/muesli/reflow",
"direct": false,
"version": "v0.3.0",
"ecosystem": "go"
},
{
"name": "github.com/muesli/termenv",
"direct": false,
"version": "v0.16.0",
"ecosystem": "go"
},
{
"name": "github.com/rivo/uniseg",
"direct": false,
"version": "v0.4.7",
"ecosystem": "go"
},
{
"name": "github.com/xo/terminfo",
"direct": false,
"version": "v0.0.0-20220910002029-abceb7e1c41e",
"ecosystem": "go"
},
{
"name": "github.com/yuin/goldmark",
"direct": false,
"version": "v1.7.8",
"ecosystem": "go"
},
{
"name": "github.com/yuin/goldmark-emoji",
"direct": false,
"version": "v1.0.5",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.33.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.38.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/term",
"direct": false,
"version": "v0.37.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.31.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 30,
"direct_count": 4,
"indirect_count": 26
}
},
"maintainership": {
"issues": {
"open_prs": 6,
"merged_prs": 5,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 4,
"closed_unmerged_prs": 3
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "roeyazroel",
"commits": 26,
"avatar_url": "https://avatars.githubusercontent.com/u/7561778?v=4"
},
{
"type": "User",
"login": "cursoragent",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/199161495?v=4"
},
{
"type": "User",
"login": "tavva",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/135811?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.839
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 9,
"reason": "binaries present in source code",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 3,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "5 out of 5 merged PRs checked by a CI test -- score normalized to 10",
"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 1/26 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": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 5,
"reason": "3 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 5",
"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": 2,
"reason": "SAST tool is not run on all commits -- score normalized to 2",
"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": 0,
"reason": "15 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "a707e115aeceb161b61a24bacc1146469bf01de3",
"ran_at": "2026-08-01T18:40:27Z",
"aggregate_score": 3.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-29T17:18:09Z",
"oldest_open_prs": [
{
"number": 8,
"created_at": "2026-03-15T13:52:31Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 9,
"created_at": "2026-04-26T13:52:40Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 15,
"created_at": "2026-07-31T18:54:54Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 16,
"created_at": "2026-07-31T18:55:13Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 17,
"created_at": "2026-07-31T18:55:15Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 18,
"created_at": "2026-07-31T18:55:17Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-27T17:36:10Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/roeyazroel/linear-tui",
"host": "github.com",
"name": "linear-tui",
"owner": "roeyazroel"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": "The weighted overall 64 is calibrated to 73 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 64,
"calibrated": 73,
"calibration": "2026-08-02"
}
}
],
"value": 73,
"inputs": {
"security": 51,
"vitality": 71,
"community": 56,
"governance": 54,
"calibration": "2026-08-02",
"engineering": 84,
"ai_readiness": 72,
"weighted_overall_raw": 64
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 71,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"commits_last_year": 31,
"human_commit_share": 1,
"days_since_last_push": 5,
"active_weeks_last_year": 5
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "5/52 weeks with commits",
"points": 3.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 5
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "31 commits in the last year",
"points": 13.5,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 31
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "3 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 11,
"latest_release_tag": "v0.10.0",
"releases_from_tags": false,
"days_since_latest_release": 5,
"mean_days_between_releases": 21.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "11 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 11
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~21.5 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 21.5
}
}
],
"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": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 8,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 8 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 8
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 56,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "weak",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"forks": 15,
"stars": 48,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "48 stars",
"points": 27.1,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 48
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "15 forks",
"points": 9.6,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 15
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": true
},
"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": 18,
"status": "met",
"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": 6.3,
"status": "met",
"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": 54,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 17,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.839
},
"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 84% of commits",
"points": 3.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 84
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "3 contributors",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 3
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 70,
"inputs": {
"merged_prs": 5,
"open_issues": 0,
"closed_issues": 4,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 3,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 42,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "5/8 decided PRs merged",
"points": 18.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 5,
"decided": 8
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/26 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "weak",
"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": 46,
"inputs": {
"followers": 3,
"owner_type": "User",
"is_verified": null,
"owner_login": "roeyazroel",
"public_repos": 25,
"account_age_days": 4463
},
"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": "3 followers of roeyazroel",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 3,
"login": "roeyazroel"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "25 public repos, account ~12 yr old",
"points": 22.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 25
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/roeyazroel/linear-tui"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 5
},
"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 5 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 5
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "11 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 11
}
}
],
"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": "excellent",
"name": "Engineering Quality",
"value": 84,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"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": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".golangci.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"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": "5 out of 5 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"topics": [
"golang",
"linear",
"tui",
"tview",
"terminal"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"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": 25,
"status": "met",
"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": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 51,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 3.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "binaries present in source code",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "5 out of 5 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"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 1/26 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": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "3 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 5",
"points": 3.8,
"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 2",
"points": 1,
"status": "partial",
"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": "15 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "exceptional",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 30 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 30
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 18,
"affected_packages": 4,
"assessed_packages": 30,
"unassessed_packages": 0,
"affected_by_severity": "moderate 1, unknown 3",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "exceptional",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 30,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"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"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 1
},
"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": "good",
"name": "AI Readiness",
"value": 72,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "weak",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.71,
"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": "22 of 31 human commits state their intent (structured subject or explanatory body)",
"points": 37.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 22,
"sampled": 31
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "excellent",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 87,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.065,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"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": ".golangci.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"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": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "2 of the last 31 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 2,
"sampled": 31
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "dependency automation configured, none observed in the sampled commits",
"points": 5,
"status": "partial",
"details": [
{
"code": "dependency_bot_config_only",
"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": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 80462,
"source_files_sampled": 79,
"oversized_source_files": 2
},
"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": "2/79 source files over 60KB",
"points": 53.6,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 79,
"oversized": 2
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [
"application"
],
"labels": [
"tui"
],
"scores": {
"tui": 12,
"library": 3
},
"primary": "tui",
"evidence": [
{
"tier": "dependencies",
"label": "tui",
"source": "dep:github.com/gdamore/tcell/v2",
"weight": 4
},
{
"tier": "dependencies",
"label": "tui",
"source": "dep:github.com/rivo/tview",
"weight": 4
},
{
"tier": "distribution",
"label": "library",
"source": "registry:go",
"weight": 3
},
{
"tier": "description",
"label": "tui",
"source": "description:tui",
"weight": 2
},
{
"tier": "tags",
"label": "tui",
"source": "tag:tui",
"weight": 2
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": true,
"consumed_by_code": false
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-08-01T18:40:38.755637Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/r/roeyazroel/linear-tui.svg",
"full_name": "roeyazroel/linear-tui",
"license_state": "standard",
"license_spdx": "MIT"
}