Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"lazyssh",
"ssh",
"ssh-client",
"ssh-config"
],
"is_fork": false,
"size_kb": 1978,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 386568,
"Makefile": 5991
},
"pushed_at": "2026-06-04T05:10:29Z",
"created_at": "2026-03-24T15:34:33Z",
"owner_type": "User",
"updated_at": "2026-06-04T05:10:33Z",
"description": "A modern SSH manager for terminal users to quickly connect, search, and organize your servers. | 面向终端用户的现代 SSH 管理器,快速连接、搜索和整理你的服务器。",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "urzeye",
"type": "User",
"login": "urzeye",
"company": null,
"location": "Beijing",
"followers": 30,
"avatar_url": "https://avatars.githubusercontent.com/u/20869204?v=4",
"created_at": "2016-08-06T02:55:54Z",
"is_verified": null,
"public_repos": 44,
"account_age_days": 3638
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2026.6.4",
"kind": "patch",
"published_at": "2026-06-04T03:23:20Z"
},
{
"tag": "v0.5.2",
"kind": "patch",
"published_at": "2026-03-25T01:00:35Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2026-03-24T17:57:55Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-03-24T17:41:52Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-03-24T16:46:31Z"
}
],
"recent_commits": [
{
"oid": "cee1c4665903196c77d2aabe71d1a8fcfb05f35b",
"body": null,
"is_bot": false,
"headline": "docs(release): align release names with tags",
"author_name": "urzeye",
"author_login": "urzeye",
"committed_at": "2026-06-04T05:10:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a27d024fff93befe49f8483bd4b7b0825fd1319",
"body": null,
"is_bot": false,
"headline": "docs: readme",
"author_name": "urzeye",
"author_login": "urzeye",
"committed_at": "2026-06-04T04:13:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c0fb05da20c04f3dd012b3a39df5fa298f7abcf",
"body": null,
"is_bot": false,
"headline": "docs: add original author support links",
"author_name": "urzeye",
"author_login": "urzeye",
"committed_at": "2026-06-04T04:04:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83c07785d6baeb0584ad6325d1bd3a8938eb51db",
"body": null,
"is_bot": false,
"headline": "fix(release): use semver date tags",
"author_name": "urzeye",
"author_login": "urzeye",
"committed_at": "2026-06-04T03:20:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bea871862bb29a255d9d9a45262cb42d55181a4d",
"body": null,
"is_bot": false,
"headline": "fix(release): use wildcard date tag trigger",
"author_name": "urzeye",
"author_login": "urzeye",
"committed_at": "2026-06-04T03:02:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47c526d67a277931f7158070c8fcda0e60d8b3ab",
"body": null,
"is_bot": false,
"headline": "chore(release): prefix date release tags",
"author_name": "urzeye",
"author_login": "urzeye",
"committed_at": "2026-06-04T02:49:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47c39b79f22be88c85cf6396593e462885c9086e",
"body": null,
"is_bot": false,
"headline": "chore(release): use date-based versions",
"author_name": "urzeye",
"author_login": "urzeye",
"committed_at": "2026-06-04T02:32:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e40234845594f81de1bf78d6901c5bc91ebc587d",
"body": "## Summary\n- auto-refresh the read-only Active Sessions panel every 10 seconds\n- show the full SSH destination when it differs from the display alias\n- label forwarding specs in session rows and document the\nauto-refreshing panel\n\n## Scope\n- intentionally does not add kill-session or add-from-active\n[…]\n/tmp/lazyssh-linux-active-sessions-refresh-check ./cmd\n- GOOS=windows GOARCH=amd64 GOCACHE=/private/tmp/lazyssh-gocache go\nbuild -o /private/tmp/lazyssh-windows-active-sessions-refresh-check.exe\n./cmd",
"is_bot": false,
"headline": "feat(ui): auto-refresh active sessions (#4)",
"author_name": "urzeye",
"author_login": "urzeye",
"committed_at": "2026-06-04T00:53:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e673e5533f9f9619c9538b1bbc0a9b3868714edb",
"body": "## Summary\n- add a read-only Active Sessions panel that lists running local SSH\nclient processes\n- parse common ssh command forms, including config-file options and\nport-forwarding flags\n- refresh active sessions with the existing background refresh flow\n- document the new read-only session visibili\n[…]\n/tmp/lazyssh-gocache\nGOLANGCI_LINT_CACHE=/private/tmp/lazyssh-golangci-cache\n./bin/golangci-lint run\n- GOCACHE=/private/tmp/lazyssh-gocache go build -o\n/private/tmp/lazyssh-active-sessions-check ./cmd",
"is_bot": false,
"headline": "feat(ui): show active ssh sessions (#3)",
"author_name": "urzeye",
"author_login": "urzeye",
"committed_at": "2026-06-03T16:05:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1ecc3b957869ef5a6500f7fc531043cf760b7bac",
"body": "## Summary\n- add dark/light theme palette support and persist the selected mode\n- add a global T shortcut to toggle themes from the main TUI\n- apply theme colors to the main shell, header, list, details, status,\nhint, and form chrome\n- document the new theme toggle in English and Chinese READMEs\n- i\n[…]\nE=/private/tmp/lazyssh-gocache\nGOLANGCI_LINT_CACHE=/private/tmp/lazyssh-golangci-cache\n./bin/golangci-lint run\n- GOCACHE=/private/tmp/lazyssh-gocache go build -o\n/private/tmp/lazyssh-theme-check ./cmd",
"is_bot": false,
"headline": "feat(ui): add theme toggle (#2)",
"author_name": "urzeye",
"author_login": "urzeye",
"committed_at": "2026-06-03T15:19:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "72b6344c765cf125db93e3615064ed8cbf22f9a5",
"body": "feat: add read-only ssh config mode",
"is_bot": false,
"headline": "Merge pull request #1 from urzeye/upstream-sync-readonly-mode",
"author_name": "urzeye",
"author_login": "urzeye",
"committed_at": "2026-06-03T14:09:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d53d4e1fe82a716e5b4c14bb9d7f7082218f279",
"body": null,
"is_bot": false,
"headline": "fix: wrap readonly flag registration",
"author_name": "urzeye",
"author_login": "urzeye",
"committed_at": "2026-06-03T14:05:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0617f8406caba2cc8a9faa3a576d089cabf1d966",
"body": null,
"is_bot": false,
"headline": "feat: add read-only ssh config mode",
"author_name": "urzeye",
"author_login": "urzeye",
"committed_at": "2026-06-03T13:58:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea0d4d74b6888aca3e11b4b1cdb55bb89703e195",
"body": null,
"is_bot": false,
"headline": "docs: link original project in README",
"author_name": "urzeye",
"author_login": "urzeye",
"committed_at": "2026-03-25T04:48:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f9e6caf74dc79fab4d1a4cba2e407a13ab5c153",
"body": null,
"is_bot": false,
"headline": "docs: add bilingual README",
"author_name": "urzeye",
"author_login": "urzeye",
"committed_at": "2026-03-25T04:41:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48e32c2065b3bdff5d85fbdb01379800de5d770e",
"body": null,
"is_bot": false,
"headline": "docs: update readme for config workflow improvements",
"author_name": "urzeye",
"author_login": "urzeye",
"committed_at": "2026-03-25T00:45:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa9669c0e07ee166838e9d98ab19bed3a3f58dec",
"body": null,
"is_bot": false,
"headline": "test: cover update formatting regression",
"author_name": "urzeye",
"author_login": "urzeye",
"committed_at": "2026-03-24T18:30:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55f650b84474b685e5521b58967533a499004310",
"body": null,
"is_bot": false,
"headline": "fix: store identity files relative to home",
"author_name": "urzeye",
"author_login": "urzeye",
"committed_at": "2026-03-24T18:28:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4c4193b4df427ce61d708fa1acc6ac08953d7a2",
"body": null,
"is_bot": false,
"headline": "fix: apply effective ssh config values",
"author_name": "urzeye",
"author_login": "urzeye",
"committed_at": "2026-03-24T18:25:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3288ccc880697de1e1350a21291b9a75eb8403c8",
"body": null,
"is_bot": false,
"headline": "fix: preserve symlinked ssh config paths",
"author_name": "urzeye",
"author_login": "urzeye",
"committed_at": "2026-03-24T18:19:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42c5637b5473d161bfb58359e934451804510cdf",
"body": null,
"is_bot": false,
"headline": "docs: point header repo link to fork",
"author_name": "urzeye",
"author_login": "urzeye",
"committed_at": "2026-03-24T18:12:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "870efc4964a94c61749fad36de5c206e3a7fb81a",
"body": null,
"is_bot": false,
"headline": "ci: upgrade github actions runtime dependencies",
"author_name": "urzeye",
"author_login": "urzeye",
"committed_at": "2026-03-24T17:52:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae37a5f42c1cf181001db9d262c36f8b3fe7a71e",
"body": null,
"is_bot": false,
"headline": "ci: skip release when tag already exists",
"author_name": "urzeye",
"author_login": "urzeye",
"committed_at": "2026-03-24T17:49:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "599914c15f6d8d4e120f79536008650865bcc53c",
"body": null,
"is_bot": false,
"headline": "fix: make ci quality checks pass",
"author_name": "urzeye",
"author_login": "urzeye",
"committed_at": "2026-03-24T17:49:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c91247b93f4bfa0ce0e9efb5ed6163556b0d9744",
"body": null,
"is_bot": false,
"headline": "docs: document managed ssh config mode",
"author_name": "urzeye",
"author_login": "urzeye",
"committed_at": "2026-03-24T17:29:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b9dacb57335d1dd0d0f09252e54449135e660bd",
"body": null,
"is_bot": false,
"headline": "feat: add managed ssh config mode",
"author_name": "urzeye",
"author_login": "urzeye",
"committed_at": "2026-03-24T17:29:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79a45aeab92503bd7504ade8df46eb3e682bc0ef",
"body": null,
"is_bot": false,
"headline": "docs: translate readme to chinese",
"author_name": "urzeye",
"author_login": "urzeye",
"committed_at": "2026-03-24T16:42:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b031be73faa28e0e952d90b2a86e1d3bf6cac06",
"body": null,
"is_bot": false,
"headline": "ci: update goreleaser action to v7",
"author_name": "urzeye",
"author_login": "urzeye",
"committed_at": "2026-03-24T16:34:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d8a03eaca851b213f1f7fda5b5d4276fdb28485",
"body": null,
"is_bot": false,
"headline": "ci: fix release workflow for fork",
"author_name": "urzeye",
"author_login": "urzeye",
"committed_at": "2026-03-24T16:33:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38a9cfb9b64820a811443c421c24614220adb355",
"body": null,
"is_bot": false,
"headline": "docs: add chinese fork overview",
"author_name": "urzeye",
"author_login": "urzeye",
"committed_at": "2026-03-24T16:27:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59f8da6107cbdb549cc4ea0c54a624ff0cb74c06",
"body": null,
"is_bot": false,
"headline": "feat(ui): add collapsible search bar",
"author_name": "urzeye",
"author_login": "urzeye",
"committed_at": "2026-03-24T16:17:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19fb8bbaf6b2d1dc36b86150ae9d6c9ad4467568",
"body": null,
"is_bot": false,
"headline": "feat(search): rank matches by fuzzy relevance",
"author_name": "urzeye",
"author_login": "urzeye",
"committed_at": "2026-03-24T16:08:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a477bd9a252e39c1e19b57bd74b9700635213b3f",
"body": null,
"is_bot": false,
"headline": "feat(ui): mark included ssh hosts in the list",
"author_name": "urzeye",
"author_login": "urzeye",
"committed_at": "2026-03-24T16:05:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e83ea6c7f7f1c7d8be6cce17c9d5049939eb17d2",
"body": "(cherry picked from commit 54d33dedca48f5409a574f4675ecbe4ad996f447)",
"is_bot": false,
"headline": "fix: after clicking the mouse, j/k cannot be used.",
"author_name": "Olalalao",
"author_login": "OlalalalaO",
"committed_at": "2026-03-24T16:01:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "958290f14de0d79f28b4c8a7cb2a78c663ab597d",
"body": "(cherry picked from commit 93957520fd6893d056c960c3a5f646770bdeeb73)",
"is_bot": false,
"headline": "feat(ui): add numeric focus shortcuts for search, servers, details",
"author_name": "Kiran Yadav",
"author_login": "k161196",
"committed_at": "2026-03-24T16:01:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec17167c31727d79da35211546c01effd698acd6",
"body": "(cherry picked from commit 466729b7d5ac202ba478574a2d9e3812e7284ea0)",
"is_bot": false,
"headline": "feat: copy host",
"author_name": "levinion",
"author_login": "levinion",
"committed_at": "2026-03-24T16:01:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d7bb0563b6167aa59292a48b5c0c45313037b05",
"body": "(cherry picked from commit 51b3105b7ed0680a6d2f13e50ac0648d24dc2cef)",
"is_bot": false,
"headline": "feat: persist sort mode",
"author_name": "Yifan Gao",
"author_login": "gaoyifan",
"committed_at": "2026-03-24T16:00:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88e2d00bc3c99fc883216a8bb9a8bb42c70a39dd",
"body": "Previously, pressing backspace while typing in an input field (e.g., when\nadding a new SSH host) would switch tabs instead of deleting characters.\nThis was problematic especially on Windows where backspace is commonly\nused for text editing.\n\nNow the app checks if the user is focused on an input field before\ncapturing Ctrl+H for tab switching. If in an input field, backspace\nworks normally for text editing.\n\nFixes #92\n\n(cherry picked from commit afa333e4ed85c9b439c6ceb1a2f91e5d5fc87fc9)",
"is_bot": false,
"headline": "fix: allow backspace to delete characters in input fields",
"author_name": "leosun",
"author_login": "breakersun",
"committed_at": "2026-03-24T16:00:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8a4ba6e3254d7ae84253fd6f25411cafd2b44b3",
"body": "(cherry picked from commit 5d1fd5ffc752627130a05cb4f99359273d448038)",
"is_bot": false,
"headline": "fix: align server alias",
"author_name": "Xiaolin Zhang",
"author_login": "leoncamel",
"committed_at": "2026-03-24T15:59:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dbb9df032131bed92c045dd9f5027e14bc8fa6c",
"body": "(cherry picked from commit 5fada77b4cb7a9fec821b5df8ae94f121bc2578c)",
"is_bot": false,
"headline": "fix(ui): allow at and colon in username",
"author_name": "GOBERT Romain",
"author_login": null,
"committed_at": "2026-03-24T15:59:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98f33be3ddbb71e7aeb45f29686f0c8da2009e35",
"body": null,
"is_bot": false,
"headline": "feat: add custom ssh config path support",
"author_name": "urzeye",
"author_login": "urzeye",
"committed_at": "2026-03-24T15:58:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "098fc5483550f55d78d8acc3f2c2ebf37c2a5e22",
"body": null,
"is_bot": false,
"headline": "feat: support include-based ssh configs",
"author_name": "urzeye",
"author_login": "urzeye",
"committed_at": "2026-03-24T15:56:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07cb2abb1abf65d4036a7574c2b33a1808d5614f",
"body": null,
"is_bot": false,
"headline": "improve(ui): enhance server search experience (#71)",
"author_name": "Adam ABICHOU",
"author_login": "aabichou",
"committed_at": "2025-10-09T20:37:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "460bb0ffcf8c44220cfb1060281ed6a9fdd8014b",
"body": null,
"is_bot": false,
"headline": "fix: solve windows build issue (#70)",
"author_name": "Adem Baccara",
"author_login": "Adembc",
"committed_at": "2025-10-08T20:33:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20fb256c29decfc3e4fff63d899d027f7b8694f4",
"body": null,
"is_bot": false,
"headline": "fix: solve windows build issue (#69)",
"author_name": "Adem Baccara",
"author_login": "Adembc",
"committed_at": "2025-10-08T20:20:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4be74bf8317c3f15b8431238b35f83c5a6b5bce",
"body": null,
"is_bot": false,
"headline": "feat: support interactive SSH port forwarding (#67)",
"author_name": "Adem Baccara",
"author_login": "Adembc",
"committed_at": "2025-10-08T19:38:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ad07193ff7afc7abcea30c9223eeca2442dc295",
"body": null,
"is_bot": false,
"headline": "fix: preserve trailing blank lines when adding SSH config fields (#66)",
"author_name": "Adem Baccara",
"author_login": "Adembc",
"committed_at": "2025-09-30T08:20:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c216180c74b1424c8d1677007bbf1219695ce9b",
"body": null,
"is_bot": false,
"headline": "ci: add action to enforce semantic PR titles and run tests (#55)",
"author_name": "Adem Baccara",
"author_login": "Adembc",
"committed_at": "2025-09-23T20:53:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b9f866d559fa9281d292a3dd2941050da1e89db",
"body": null,
"is_bot": false,
"headline": "feat: Add 60+ SSH config field support with enhanced UI (#50)",
"author_name": "Pei-Tang Huang",
"author_login": "tan9",
"committed_at": "2025-09-18T19:36:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e75b61e81909d0dec4dc1fa7948ece3fe89114ea",
"body": null,
"is_bot": false,
"headline": "feat: backup the original file before manage it by lazyssh (#49)",
"author_name": "Adem Baccara",
"author_login": "Adembc",
"committed_at": "2025-09-12T18:32:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7fb586e73b97782535bd3718d1952347235525e",
"body": "…aged fields, comments, and directives (#45)\n\nThis PR introduces a major refactor of the SSH config parsing and writing logic. The new implementation is more robust and secure, ensuring that only the intended changes are applied while preserving the original file’s structure.\n\nKey changes\n\n- Lossles\n[…]\n\n\n- Multiple aliases: Support defining and managing multiple aliases for a single server.\n\n- Testability: Code has been refactored with testability in mind. Follow-up PRs will include dedicated tests.",
"is_bot": false,
"headline": "feat(parser): refactor ssh_config parser and writer to preserve unman…",
"author_name": "Adem Baccara",
"author_login": "Adembc",
"committed_at": "2025-09-10T22:24:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "78c660dc591409ecda442b1ea8c9b109c27c2acc",
"body": null,
"is_bot": false,
"headline": "chore(templates): fix GitHub issue template",
"author_name": "Adem Baccara",
"author_login": "Adembc",
"committed_at": "2025-09-08T20:22:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "886eb45ff29d439d4b32fdd1d5320ad7b3b8a3f2",
"body": null,
"is_bot": false,
"headline": "chore(templates): fix GitHub issue template",
"author_name": "Adem Baccara",
"author_login": "Adembc",
"committed_at": "2025-09-08T20:15:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64d850815c41262494ca12d7c460297786abf7ae",
"body": null,
"is_bot": false,
"headline": "chore(templates): add GitHub issue and pull request templates (#39)",
"author_name": "Adem Baccara",
"author_login": "Adembc",
"committed_at": "2025-09-08T20:09:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9b874ff761ba3203e1f60ce9fe5a649edcf6246",
"body": null,
"is_bot": false,
"headline": "feat(ui): remove splash screen and confirm ssh modal (#23)",
"author_name": "Adem Baccara",
"author_login": "Adembc",
"committed_at": "2025-09-04T23:01:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1e31290accc5b4c57c766b810f757e6758c8bbf",
"body": null,
"is_bot": false,
"headline": "feat: add 'j' and 'k' as keybindings for navigation (#9)",
"author_name": "Robin Tuszik",
"author_login": "rtuszik",
"committed_at": "2025-09-03T07:22:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b41eeecbf7b770bbc14c7039e2c331044e941ae5",
"body": null,
"is_bot": false,
"headline": "feat(config): add automatic backup before modifying config file (#7)",
"author_name": "Adem Baccara",
"author_login": "Adembc",
"committed_at": "2025-08-31T09:01:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a963974df7de8f15438e52bbce5197b96315384",
"body": null,
"is_bot": false,
"headline": "docs: improve installation guide (#6)",
"author_name": "Adem Baccara",
"author_login": "Adembc",
"committed_at": "2025-08-30T21:54:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74620c8f59495a419e6e63d73189df4e32145bec",
"body": null,
"is_bot": false,
"headline": "ci: add GoReleaser + CI workflow for cross-platform releases (#5)",
"author_name": "Adem Baccara",
"author_login": "Adembc",
"committed_at": "2025-08-30T20:56:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75b0170461de37021c3e44a97a57eaf4993e235a",
"body": null,
"is_bot": false,
"headline": "improve docs (#4)",
"author_name": "Adem Baccara",
"author_login": "Adembc",
"committed_at": "2025-08-30T14:53:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2f38b1e962845a543a936b5a0858b1b6ea84339",
"body": null,
"is_bot": false,
"headline": "Revise README with new installation options and demo",
"author_name": "Adem Baccara",
"author_login": "Adembc",
"committed_at": "2025-08-27T18:51:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e3f7ebc37a10ff8ec47f8c56d4b708d2e4a0053",
"body": null,
"is_bot": false,
"headline": "implement core logic (#3)",
"author_name": "Adem Baccara",
"author_login": "Adembc",
"committed_at": "2025-08-27T15:56:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9225188e8943a4c22eaae10d27a0805fb9ef251",
"body": null,
"is_bot": false,
"headline": "feat: add makefile and fix lint issues (#2)",
"author_name": "Adem Baccara",
"author_login": "Adembc",
"committed_at": "2025-08-17T16:54:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd658e9c7b68579fc2587bf3681763106465b073",
"body": null,
"is_bot": false,
"headline": "feat: build the ui with in memory data (#1)",
"author_name": "Adem Baccara",
"author_login": "Adembc",
"committed_at": "2025-08-17T13:08:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41efd3823ef2b05c0495bea8c3034d547940dd02",
"body": null,
"is_bot": false,
"headline": "improve ui architecture",
"author_name": "Adem Baccara",
"author_login": "Adembc",
"committed_at": "2025-08-17T13:02:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78b14d4ad46aed96fa42b284ea66d1d45c7e35e7",
"body": null,
"is_bot": false,
"headline": "separte ui for data and business logic",
"author_name": "Adem Baccara",
"author_login": "Adembc",
"committed_at": "2025-08-17T10:09:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1cd867357cd0b7f99fc04df470d8f6b314451e7",
"body": null,
"is_bot": false,
"headline": "improve ui",
"author_name": "Adem Baccara",
"author_login": "Adembc",
"committed_at": "2025-08-14T13:34:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b499aade8e653c78a390e4b5bcb6e7437036e26",
"body": null,
"is_bot": false,
"headline": "draft ui",
"author_name": "Adem Baccara",
"author_login": "Adembc",
"committed_at": "2025-08-14T11:08:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97aa006f976c6e8ecc023d332fd27140b4300386",
"body": null,
"is_bot": false,
"headline": "draft ui",
"author_name": "Adem Baccara",
"author_login": "Adembc",
"committed_at": "2025-08-14T10:51:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96f67d0572cf9973637cb52cb113681713848738",
"body": null,
"is_bot": false,
"headline": "add simple Readme file",
"author_name": "Adem Baccara",
"author_login": "Adembc",
"committed_at": "2025-08-13T09:39:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4c9825febd6625271e12872c76fcd8b28337a77",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Adem Baccara",
"author_login": "Adembc",
"committed_at": "2025-08-13T09:33:09Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 71,
"latest_release_at": "2026-06-04T03:23:20Z",
"latest_release_tag": "v2026.6.4",
"releases_from_tags": false,
"days_since_last_push": 49,
"active_weeks_last_year": 19,
"days_since_latest_release": 49,
"mean_days_between_releases": 17.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/urzeye/lazyssh",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/urzeye/lazyssh",
"is_deprecated": false,
"latest_version": "v0.5.2",
"repository_url": "https://github.com/urzeye/lazyssh",
"versions_count": 4,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-03-25T00:45:35Z",
"latest_version_yanked": null,
"days_since_latest_publish": 120
}
]
},
"popularity": {
"forks": 0,
"stars": 3,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 79492,
"source_files_sampled": 56,
"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/atotto/clipboard",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.1.4"
},
{
"name": "github.com/gdamore/tcell/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.9.0"
},
{
"name": "github.com/kevinburke/ssh_config",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.4.0"
},
{
"name": "github.com/mattn/go-runewidth",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.16"
},
{
"name": "github.com/rivo/tview",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20250625164341-a4a78f1e05cb"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.9.1"
},
{
"name": "go.uber.org/zap",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.27.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 4,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "urzeye",
"commits": 35,
"avatar_url": "https://avatars.githubusercontent.com/u/20869204?v=4"
},
{
"type": "User",
"login": "Adembc",
"commits": 26,
"avatar_url": "https://avatars.githubusercontent.com/u/71262172?v=4"
},
{
"type": "User",
"login": "aabichou",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/55128590?v=4"
},
{
"type": "User",
"login": "k161196",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/30747245?v=4"
},
{
"type": "User",
"login": "OlalalalaO",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/46838921?v=4"
},
{
"type": "User",
"login": "tan9",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/638068?v=4"
},
{
"type": "User",
"login": "rtuszik",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/47579899?v=4"
},
{
"type": "User",
"login": "leoncamel",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/218590?v=4"
},
{
"type": "User",
"login": "gaoyifan",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5450996?v=4"
},
{
"type": "User",
"login": "breakersun",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/6301217?v=4"
}
],
"contributors_sampled": 11,
"top_contributor_share": 0.5
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"go.yml",
"release.yml",
"semantic-prs.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": 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": 10,
"reason": "4 out of 4 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 0/28 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "13 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"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": "cee1c4665903196c77d2aabe71d1a8fcfb05f35b",
"ran_at": "2026-07-23T10:22:37Z",
"aggregate_score": 3.9,
"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-06-04T05:11:12Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-06-04T00:53:07Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/urzeye/lazyssh",
"host": "github.com",
"name": "lazyssh",
"owner": "urzeye"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"security": 39,
"vitality": 71,
"community": 26,
"governance": 61,
"engineering": 84
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 71,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"commits_last_year": 71,
"human_commit_share": 1,
"days_since_last_push": 49,
"active_weeks_last_year": 19
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 49 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 49
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "19/52 weeks with commits",
"points": 13.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 19
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "71 commits in the last year",
"points": 16.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 71
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "13 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 5,
"latest_release_tag": "v2026.6.4",
"releases_from_tags": false,
"days_since_latest_release": 49,
"mean_days_between_releases": 17.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "5 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 5
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 49 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 49
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~17.9 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 17.9
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 26,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 5,
"inputs": {
"forks": 0,
"stars": 3,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "3 stars",
"points": 4.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 3
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "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 (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 61,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 11,
"top_contributor_share": 0.5
},
"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 50% of commits",
"points": 11.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 50
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "11 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 11
}
}
],
"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): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 4,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "4/4 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 4,
"decided": 4
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/28 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 56,
"inputs": {
"followers": 30,
"owner_type": "User",
"is_verified": null,
"owner_login": "urzeye",
"public_repos": 44,
"account_age_days": 3638
},
"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": "30 followers of urzeye",
"points": 10.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 30,
"login": "urzeye"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "44 public repos, account ~9 yr old",
"points": 24,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 44
}
},
{
"code": "account_age_years",
"params": {
"years": 9
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"github.com/urzeye/lazyssh"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 120
},
"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 120 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 120
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "4 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 4
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 84,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"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": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".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": "4 out of 4 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": [
"lazyssh",
"ssh",
"ssh-client",
"ssh-config"
],
"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": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 39,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"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": "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": "4 out of 4 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 0/28 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "13 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"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": 13
},
"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": 65,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.887,
"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": "63 of 71 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 63,
"sampled": 71
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 72,
"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,
"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": "no agent-authored commits among the last 71",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 71
}
}
],
"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": 99,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 79492,
"source_files_sampled": 56,
"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/56 source files over 60KB",
"points": 54,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 56,
"oversized": 1
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-23T10:22:50.447547Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/u/urzeye/lazyssh.svg",
"full_name": "urzeye/lazyssh",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}