Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"cicd",
"continuous-deployment",
"deployment",
"gitops",
"nix",
"nixos"
],
"is_fork": false,
"size_kb": 840,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 298144,
"Nix": 28974
},
"pushed_at": "2026-07-21T05:54:20Z",
"created_at": "2022-12-10T09:13:26Z",
"owner_type": "User",
"updated_at": "2026-07-26T14:57:20Z",
"description": "GitOps For NixOS Servers and Laptops",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "lewo.abesis.fr",
"name": "lewo",
"type": "User",
"login": "nlewo",
"company": null,
"location": "France",
"followers": 113,
"avatar_url": "https://avatars.githubusercontent.com/u/3425311?v=4",
"created_at": "2013-01-30T07:50:07Z",
"is_verified": null,
"public_repos": 91,
"account_age_days": 4925
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.14.0",
"kind": "minor",
"published_at": "2026-07-19T08:06:54Z"
},
{
"tag": "v0.13.0",
"kind": "minor",
"published_at": "2026-05-08T05:52:50Z"
},
{
"tag": "v0.12.0",
"kind": "minor",
"published_at": "2026-03-24T18:36:58Z"
},
{
"tag": "v0.11.0",
"kind": "minor",
"published_at": "2026-02-18T09:30:33Z"
},
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2026-01-01T10:31:00Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2025-10-11T08:25:48Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2025-07-13T16:38:40Z"
},
{
"tag": "v0.7.1",
"kind": "patch",
"published_at": "2025-06-08T16:26:30Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2025-06-01T18:51:55Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2025-03-29T10:53:08Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2024-08-17T18:48:35Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2024-06-30T15:31:09Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2024-04-09T18:22:41Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2024-03-12T18:14:45Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2024-03-01T15:05:49Z"
}
],
"recent_commits": [
{
"oid": "c32a4e457cd3bc99d6c18631707e9d8294f4b5d0",
"body": "…-duration-yaml-tag\n\ntypes: read confirmer duration from autoconfirm_duration",
"is_bot": false,
"headline": "Merge pull request #180 from PatrickHuetter/fix/confirmer-autoconfirm…",
"author_name": "lewo",
"author_login": "nlewo",
"committed_at": "2026-07-21T05:54:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3337c976e7733f68b99a1c00c713feb73495a946",
"body": "Stream builder and deployer logs over GRPC",
"is_bot": false,
"headline": "Merge pull request #172 from nlewo/stream-logs",
"author_name": "lewo",
"author_login": "nlewo",
"committed_at": "2026-07-19T08:15:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed92afc48978fb15a2535ebd5c5f63b3010e3b78",
"body": null,
"is_bot": false,
"headline": "Release v0.14.0",
"author_name": "lewo",
"author_login": null,
"committed_at": "2026-07-19T08:04:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7332fdd89998515983ac909b93edca37ef8656e",
"body": null,
"is_bot": false,
"headline": "logs: refactoring",
"author_name": "lewo",
"author_login": null,
"committed_at": "2026-07-19T05:39:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c8a531fc772206d46257f6b9fed2d2fcc4e7e29",
"body": "The NixOS module (nix/module-options.nix) exposes the option\nautoconfirm_duration and nix/comin-config.nix writes it to the generated\nconfig, but the Confirmer struct tag was auto_duration, so the value was\nnever read: mode=auto confirmed immediately (autoconfirm = 0 seconds).\n\nAlign the struct tag with the module option and the docs. Affects both the\nbuild and the deploy confirmer.\n\nFixes #179",
"is_bot": false,
"headline": "types: read confirmer duration from autoconfirm_duration",
"author_name": "Patrick Hütter",
"author_login": "PatrickHuetter",
"committed_at": "2026-07-18T20:32:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c3a2ab54622ede9864488626bc2edc4ff80882f",
"body": null,
"is_bot": false,
"headline": "logs: still logs them with logrus",
"author_name": "lewo",
"author_login": null,
"committed_at": "2026-07-18T15:07:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "334150c4c620f82bcffe26d5a73afd61ad8510bb",
"body": null,
"is_bot": false,
"headline": "cmd.watch: print logs",
"author_name": "lewo",
"author_login": null,
"committed_at": "2026-07-18T15:07:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1bcffba47c50b854829c15b2305e6667370f2e7",
"body": null,
"is_bot": false,
"headline": "cmd.events: pretty print events",
"author_name": "lewo",
"author_login": null,
"committed_at": "2026-07-18T15:07:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c40fb0520280b598af881755abbff08f31a3f34",
"body": null,
"is_bot": false,
"headline": "deployer: stream logs",
"author_name": "lewo",
"author_login": null,
"committed_at": "2026-07-18T15:07:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "516e4e7d2384af9c958cf17da693c744cd00124a",
"body": null,
"is_bot": false,
"headline": "cmd/events: add --json",
"author_name": "lewo",
"author_login": null,
"committed_at": "2026-07-18T15:07:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4f86c9dc86d2c5739015c42c0ea8abc2dd69427",
"body": "This is use to stream some comin logs over GRPC.",
"is_bot": false,
"headline": "Add broker.GetLogger",
"author_name": "lewo",
"author_login": null,
"committed_at": "2026-07-18T15:07:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be66fa8cee0eb0bca1df9cf4e0afdd05a83c1de8",
"body": "readme: improvements",
"is_bot": false,
"headline": "Merge pull request #178 from nlewo/readme-2",
"author_name": "lewo",
"author_login": "nlewo",
"committed_at": "2026-07-18T08:25:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99980b57b88345cb026629e7b2d546accdb372d4",
"body": null,
"is_bot": false,
"headline": "readme: improvements",
"author_name": "lewo",
"author_login": null,
"committed_at": "2026-07-18T08:21:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68f2419be788d5fd1c1d43cfed16caf0eeb74511",
"body": null,
"is_bot": false,
"headline": "Fix the ssh import because of non rebased merge",
"author_name": "lewo",
"author_login": null,
"committed_at": "2026-07-18T08:18:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4d27953ecd0b781142505e3f3d8fc0885f185c6",
"body": "Add support for SSH-signed commits",
"is_bot": false,
"headline": "Merge pull request #171 from basnijholt/feat/ssh-commit-signing",
"author_name": "lewo",
"author_login": "nlewo",
"committed_at": "2026-07-18T07:11:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "366d66d261300483329d6644d4ca0b853f304b84",
"body": "Implement ssh auth",
"is_bot": false,
"headline": "Merge pull request #175 from camja014/implement-ssh-auth-take-2",
"author_name": "lewo",
"author_login": "nlewo",
"committed_at": "2026-07-14T06:03:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a26c45684e85fd71af21c887deb634d159c60eb2",
"body": "…-output-panic\n\nfix(executor): return error on short nix-instantiate output instead of panicking",
"is_bot": false,
"headline": "Merge pull request #177 from AruneshDwivedi/fix/parseDerivation-short…",
"author_name": "lewo",
"author_login": "nlewo",
"committed_at": "2026-07-13T05:51:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5ddc192d6247b532743f79ce0b8e969d114d84e",
"body": "…f panicking\n\nSigned-off-by: Arunesh Dwivedi <arunesh.devops@gmail.com>",
"is_bot": false,
"headline": "fix(executor): return error on short nix-instantiate output instead o…",
"author_name": "Arunesh Dwivedi",
"author_login": "AruneshDwivedi",
"committed_at": "2026-07-12T04:17:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a36b165fc2dfdddde3ad8b7fa4ccf691c63c7e6f",
"body": "Updated the `ssh_deploy_key_path` and `ssh_known_hosts_path` module\noption types and default values to address module assertion failures.\n\nWhen `access_token_path` was set, and `ssh_deploy_key_path` was left as\ndefault, a newly added module assertion would fail as\n`ssh_deploy_key_path` defaulted to `null`, and was being compared\nagainst a string value.\n\nUpdating the option types to `str` and defaulting them to `\"\"` resolves\nthis issue.",
"is_bot": false,
"headline": "Fix SSH auth option types and defaults",
"author_name": "Cameron Ackerman",
"author_login": "camja014",
"committed_at": "2026-07-10T01:38:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afe48a610e8a45f7d0f6542568c1b87b3aaf8044",
"body": "Adds new `remote.auth.ssh_deploy_key_path` and\n`remote.auth.ssh_known_hosts_path` module options to support SSH key\nauthentication. Nix config assertions have been added to\nensure only one of `remote.auth.access_token_path` or\n`remote.auth.ssh_deploy_key_path` is set.\n\n`ssh_known_hosts_path` is exp\n[…]\nknown_hosts`\nto avoid go-git's default known_hosts lookup behavior, which will\nattempt to check the running user's home directory. This fails as comin\nruns as a SystemD service where $HOME is not set.",
"is_bot": false,
"headline": "feat: add SSH key authentication support",
"author_name": "Cameron Ackerman",
"author_login": "camja014",
"committed_at": "2026-07-10T01:12:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "33e038be1b817015deabb4104237462e607e69c3",
"body": "…and-eval-timeouts\n\nCustomizable build and eval timeouts",
"is_bot": false,
"headline": "Merge pull request #174 from krzysztofkusmierczyk/customizable-build-…",
"author_name": "lewo",
"author_login": "nlewo",
"committed_at": "2026-07-08T06:10:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46cf780b043080cdbaceb45848c4269f96564c34",
"body": null,
"is_bot": false,
"headline": "Customizable build and eval timeouts",
"author_name": "Krzysztof Kuśmierczyk",
"author_login": "krzysztofkusmierczyk",
"committed_at": "2026-07-06T08:06:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ded5429aa5c7ad7b695e9e33a5d22d76350bef66",
"body": null,
"is_bot": false,
"headline": "fix: avoid deprecated ssh.KeyAlgoDSA constant in signature check",
"author_name": "Bas Nijholt",
"author_login": "basnijholt",
"committed_at": "2026-07-06T05:52:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31b3f478e69a06ef6f2642f790dbef2b1fe5b41c",
"body": "- Refuse ssh-rsa and ssh-dss signature algorithms in SSH signatures,\n matching OpenSSH's sshsig behavior, since x/crypto otherwise accepts\n SHA-1 based signatures for RSA keys.\n- Parse the allowed signers file once in New() and store the parsed\n signers instead of re-parsing on every update.\n- Report both GPG and SSH verification errors when both trust sources\n are configured, instead of only the last one.",
"is_bot": false,
"headline": "fix: reject SHA-1 SSH signature algorithms and simplify signer handling",
"author_name": "Bas Nijholt",
"author_login": "basnijholt",
"committed_at": "2026-07-01T23:36:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1233dacd00f8fea5843d0b1ddef3ecb6f89a16f7",
"body": null,
"is_bot": false,
"headline": "fix: address SSH signing review feedback",
"author_name": "Bas Nijholt",
"author_login": "basnijholt",
"committed_at": "2026-07-01T18:48:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "274066905f12d3892a4ff828318acfc5629f0eda",
"body": null,
"is_bot": false,
"headline": "feat: support SSH commit signature verification",
"author_name": "Bas Nijholt",
"author_login": "basnijholt",
"committed_at": "2026-06-30T19:22:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec4b64a43faf5261ad4dc35b4e008c2bafc2e8db",
"body": "This reverts commit 065ef1d2150089c60cd57a88d91cd013c751ab69.\n\nBecause the assertion doesn't work as expected.",
"is_bot": false,
"headline": "Revert \"feat: add SSH key authentication support\"",
"author_name": "lewo",
"author_login": null,
"committed_at": "2026-06-26T23:10:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02ec6308b9a9a440da96f40b4e0ebaf2ab6e9145",
"body": "Implement ssh key auth",
"is_bot": false,
"headline": "Merge pull request #166 from camja014/implement-ssh-auth",
"author_name": "lewo",
"author_login": "nlewo",
"committed_at": "2026-06-26T22:33:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "065ef1d2150089c60cd57a88d91cd013c751ab69",
"body": "Adds new `remote.auth.ssh_deploy_key_path` and\n`remote.auth.ssh_known_hosts_path` module options to support SSH key\nauthentication. Nix config assertions have been added to\nensure only one of `remote.auth.access_token_path` or\n`remote.auth.ssh_deploy_key_path` is set.\n\n`ssh_known_hosts_path` is exp\n[…]\nknown_hosts`\nto avoid go-git's default known_hosts lookup behavior, which will\nattempt to check the running user's home directory. This fails as comin\nruns as a SystemD service where $HOME is not set.",
"is_bot": false,
"headline": "feat: add SSH key authentication support",
"author_name": "Cameron Ackerman",
"author_login": "camja014",
"committed_at": "2026-06-26T12:41:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "577889cd334325f6a8125db12d86e5ce7250899b",
"body": "fix: deployment status always done",
"is_bot": false,
"headline": "Merge pull request #169 from Keyruu/main",
"author_name": "lewo",
"author_login": "nlewo",
"committed_at": "2026-06-24T06:18:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff3983e68e298f3db3f73095865c980bd454bb98",
"body": null,
"is_bot": false,
"headline": "fix: deployment status always done",
"author_name": "Lucas",
"author_login": "Keyruu",
"committed_at": "2026-06-23T20:11:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7282d581b4e3312d4be9d4514d033300d2695a3d",
"body": "Removing the unused function RepositoryClone.",
"is_bot": false,
"headline": "chore: Remove unused function RepositoryClone",
"author_name": "Cameron Ackerman",
"author_login": "camja014",
"committed_at": "2026-06-21T14:59:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4132225bd0a9e699e11958fa514bcc6fbe6c99a3",
"body": "Move client from internal to pkg",
"is_bot": false,
"headline": "Merge pull request #168 from nlewo/client-to-pkg",
"author_name": "lewo",
"author_login": "nlewo",
"committed_at": "2026-06-21T08:31:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a065a7aaa1309d51719cbb23b2663931102f48c3",
"body": null,
"is_bot": false,
"headline": "Use the client.Stream function instead of client.Events",
"author_name": "lewo",
"author_login": null,
"committed_at": "2026-06-20T06:09:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e601e055a6ce5e625109d8590ae010b56d77ddd",
"body": null,
"is_bot": false,
"headline": "Move client from internal to pkg",
"author_name": "lewo",
"author_login": null,
"committed_at": "2026-06-20T05:59:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7dd124136e1ed1203f9d940a910429196d599a93",
"body": "Fix the retention algorithm",
"is_bot": false,
"headline": "Merge pull request #167 from nlewo/retention",
"author_name": "lewo",
"author_login": "nlewo",
"committed_at": "2026-06-20T05:58:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7c49a8ed1e138d6ac2d2061942b69f85a2dff35",
"body": null,
"is_bot": false,
"headline": "Fix the retention algorithm",
"author_name": "lewo",
"author_login": null,
"committed_at": "2026-06-20T05:50:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56320254c8e651c052fb1a175470821a476c5bb1",
"body": "Metrics: use broker to collect metrics and expose failed status",
"is_bot": false,
"headline": "Merge pull request #161 from elisaado/main",
"author_name": "lewo",
"author_login": "nlewo",
"committed_at": "2026-06-01T18:54:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "534833a2e2f7ceec2c84c2743298655ef0b60562",
"body": null,
"is_bot": false,
"headline": "prometheus: fix copy paste error",
"author_name": "Eli Saado",
"author_login": "elisaado",
"committed_at": "2026-06-01T01:22:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43a7bb999673aa74159df60a3292ba960d9a9954",
"body": "…ppear",
"is_bot": false,
"headline": "prometheus: fix bug where only the last remote's fetch status would a…",
"author_name": "Eli Saado",
"author_login": "elisaado",
"committed_at": "2026-06-01T01:14:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8acdae3398db52adc5e517e83f67b9e07995d5f8",
"body": null,
"is_bot": false,
"headline": "prometheus: remove unused function",
"author_name": "Eli Saado",
"author_login": "elisaado",
"committed_at": "2026-06-01T01:04:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f14d338d755239c27131cbf6b466be4bbb20f91",
"body": "Move the tui to pkg",
"is_bot": false,
"headline": "Merge pull request #164 from nlewo/pkg-tui",
"author_name": "lewo",
"author_login": "nlewo",
"committed_at": "2026-05-31T04:15:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7868e57cef191bf3499579aef197ffcb1533a891",
"body": null,
"is_bot": false,
"headline": "prometheus: rewrite to use switch/case instead of an if-wall",
"author_name": "Eli Saado",
"author_login": "elisaado",
"committed_at": "2026-05-29T18:03:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4395ba3ca45daea55efd74054f8a4d0a828f503a",
"body": null,
"is_bot": false,
"headline": "prometheus: rework last_fetch_failed to update metric per remote",
"author_name": "Eli Saado",
"author_login": "elisaado",
"committed_at": "2026-05-29T17:58:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a20ccb3b383d47689b6f49c4d45f94f8447e1593",
"body": null,
"is_bot": false,
"headline": "prometheus: also update deploymentinfo after a deployment",
"author_name": "Eli Saado",
"author_login": "elisaado",
"committed_at": "2026-05-29T17:52:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30af78eb9739883671f80ca657720d0a4789b824",
"body": null,
"is_bot": false,
"headline": "prometheus: inline function calls",
"author_name": "Eli Saado",
"author_login": "elisaado",
"committed_at": "2026-05-29T17:45:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b6521dfceff68f7ab91719c87f8b57687c49ba0",
"body": null,
"is_bot": false,
"headline": "prometheus: rename status metrics to be comin specific",
"author_name": "Eli Saado",
"author_login": "elisaado",
"committed_at": "2026-05-29T17:33:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "220580c13cf45243ccf78b5d51113ea35f2f47f4",
"body": null,
"is_bot": false,
"headline": "prometheus: remove metric collection from manager",
"author_name": "Eli Saado",
"author_login": "elisaado",
"committed_at": "2026-05-29T17:33:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a707a7305b65a1e94587a2f38f37d21d2a5a12f9",
"body": null,
"is_bot": false,
"headline": "prometheus: subscribe on app start",
"author_name": "Eli Saado",
"author_login": "elisaado",
"committed_at": "2026-05-29T17:33:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b428f2132882746e288c1b38cf5f75351b16435",
"body": "…etrics",
"is_bot": false,
"headline": "prometheus: add subscribe function that handles broker messages for m…",
"author_name": "Eli Saado",
"author_login": "elisaado",
"committed_at": "2026-05-29T17:33:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cf08577cb9abfc82eea31adb61f19837769f6df",
"body": null,
"is_bot": false,
"headline": "prometheus: fix function name case",
"author_name": "Eli Saado",
"author_login": "elisaado",
"committed_at": "2026-05-29T17:33:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a46f52b70c712cbee096c3bee206c8b78346a3c",
"body": null,
"is_bot": false,
"headline": "prometheus: add separate eval guage",
"author_name": "Eli Saado",
"author_login": "elisaado",
"committed_at": "2026-05-29T17:33:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "726cf1ca3adced4778c5b4c63c39be9eaf3f67e0",
"body": null,
"is_bot": false,
"headline": "prometheus: rename guages to indicate failure",
"author_name": "Eli Saado",
"author_login": "elisaado",
"committed_at": "2026-05-29T17:33:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b34f67ded2822df2dc7aa393aa1ef36c0df997e",
"body": null,
"is_bot": false,
"headline": "prometheus: remove deprecated metrics calls",
"author_name": "Eli Saado",
"author_login": "elisaado",
"committed_at": "2026-05-29T17:33:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1889040cb672072e42a1d4f0f8f5713a649b3e32",
"body": "… status of stages",
"is_bot": false,
"headline": "prometheus: remove deprecated collector and add collectors indicating…",
"author_name": "Eli Saado",
"author_login": "elisaado",
"committed_at": "2026-05-29T17:33:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3779c9ba895e3f69402b1009a7f4c3e01ef982c4",
"body": null,
"is_bot": false,
"headline": "Move the tui to pkg",
"author_name": "lewo",
"author_login": null,
"committed_at": "2026-05-29T04:47:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d14e173ebe9ffe07b40ddd4b8890a033661e0a6b",
"body": "Ensure a builder.GenerationUuid exists when resuming",
"is_bot": false,
"headline": "Merge pull request #162 from nlewo/fix-resume",
"author_name": "lewo",
"author_login": "nlewo",
"committed_at": "2026-05-29T04:36:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f18245698797ecdcd7b2f3df79464cce53c63e30",
"body": null,
"is_bot": false,
"headline": "Ensure a builder.GenerationUuid exists when resuming",
"author_name": "lewo",
"author_login": null,
"committed_at": "2026-05-28T20:38:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfe05b79cb31a635e3410b514bd5503642e16117",
"body": "Add the hostname to the manager",
"is_bot": false,
"headline": "Merge pull request #160 from nlewo/manager-hostname",
"author_name": "lewo",
"author_login": "nlewo",
"committed_at": "2026-05-23T07:42:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "476d06cb3abc785d6bcd95d70c7aff2ac4b6f77c",
"body": null,
"is_bot": false,
"headline": "manager: expose the hostname",
"author_name": "lewo",
"author_login": null,
"committed_at": "2026-05-23T07:34:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6255274dcc916dc25c90f0c53c70860e15ac87b5",
"body": "Expose the protobuf package",
"is_bot": false,
"headline": "Merge pull request #158 from nlewo/expose-protobuf",
"author_name": "lewo",
"author_login": "nlewo",
"committed_at": "2026-05-21T19:57:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65cb5a4390eccc272d1846a8b76e41082ee94190",
"body": null,
"is_bot": false,
"headline": "protobuf: add a created_at field to events",
"author_name": "lewo",
"author_login": null,
"committed_at": "2026-05-21T14:54:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87bdcbed10cfad822e39815eaaffd41a3e3f0ea2",
"body": null,
"is_bot": false,
"headline": "Expose the protobuf package",
"author_name": "lewo",
"author_login": null,
"committed_at": "2026-05-21T14:54:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2b3da42bb84a25f075994d98199b5fdac34b36a",
"body": "Support switch inhibitors",
"is_bot": false,
"headline": "Merge pull request #156 from nlewo/feature-inhibitor",
"author_name": "lewo",
"author_login": "nlewo",
"committed_at": "2026-05-19T20:29:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e08774e9139dd3290d4c6e6bd5b8380e6c1737cf",
"body": "Delete the local repository when not bare",
"is_bot": false,
"headline": "Merge pull request #157 from nlewo/delete-non-bare",
"author_name": "lewo",
"author_login": "nlewo",
"committed_at": "2026-05-19T20:29:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc3a2f31599a053cef1dc01c753d748ea79241ed",
"body": "This is required because go-git clone doesn't behave like git and it\nmakes the evaluation of non flake repositories failing.",
"is_bot": false,
"headline": "Delete the local repository when not bare",
"author_name": "lewo",
"author_login": null,
"committed_at": "2026-05-19T09:17:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6cf4a8428181f914237851f300badc18020a713",
"body": "NixOS introduced the switch inhibitors feature which is used to detect\nthat a switch would break the system, meaning a reboot would be required instead.\n\nWhen comin detects such situations, it changes the switch operation to\na boot operation.\n\nThis is reported by the comin status: Deployment.Operati\n[…]\navailable at https://github.com/nixos/nixpkgs/blob/ddce4d809a16b9f0614e76636063282f6fb02908/nixos/modules/system/activation/switchable-system.nix#L101.\n\nFixes https://github.com/nlewo/comin/issues/155",
"is_bot": false,
"headline": "Support switch inhibitors",
"author_name": "lewo",
"author_login": null,
"committed_at": "2026-05-19T03:53:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b838a7dbea7db31cf5ced2021881b61a806c60b4",
"body": "Replace command deployment switch-latest by deployent submit-latest",
"is_bot": false,
"headline": "Merge pull request #152 from nlewo/submit-latest",
"author_name": "lewo",
"author_login": "nlewo",
"committed_at": "2026-05-08T05:59:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08a12cf404c0bc5321259cf92937fa8a1839e002",
"body": null,
"is_bot": false,
"headline": "Release v0.13.0",
"author_name": "lewo",
"author_login": null,
"committed_at": "2026-05-08T05:49:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad4a9a9ff4907912345c399849b9f98d851aced1",
"body": "Use a bare local repository",
"is_bot": false,
"headline": "Merge pull request #154 from nlewo/git-bare",
"author_name": "lewo",
"author_login": "nlewo",
"committed_at": "2026-05-07T05:05:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "358ae056b81a53a7cb8f877dde7a69d7c3244995",
"body": "Initially, comin was evaluating Nix expression for the local\nrepository. But, since few releases, it clone this repository to solve\nrace issues.\n\nWe then no longer to checkout this repository, neither hard reset and\nso on.",
"is_bot": false,
"headline": "Use a bare local repository",
"author_name": "lewo",
"author_login": null,
"committed_at": "2026-05-01T09:42:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44f4c45baa1a012341167badf8374aad30779f85",
"body": "Note this also force the deployment, even it is the same than the\nprevious one.",
"is_bot": false,
"headline": "Replace command deployment switch-latest by deployent submit-latest",
"author_name": "Antoine Eiche",
"author_login": "nlewo",
"committed_at": "2026-04-26T06:09:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23ef7bb0c8db885acd06b05482727c30b7423aa8",
"body": "Add support for proxies",
"is_bot": false,
"headline": "Merge pull request #150 from nlewo/proxy",
"author_name": "lewo",
"author_login": "nlewo",
"committed_at": "2026-04-16T13:20:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e84b1d5e9ff20b52401d741a557c1c9e941c6004",
"body": "This seems to be required by Nix to query the binary cache.",
"is_bot": false,
"headline": "Add support for proxies",
"author_name": "lewo",
"author_login": null,
"committed_at": "2026-04-16T13:13:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e244a0413cfd53e4a081eb6e367a516cdee3ab24",
"body": "watch: add the fetcher",
"is_bot": false,
"headline": "Merge pull request #146 from nlewo/watch-fetcher",
"author_name": "lewo",
"author_login": "nlewo",
"committed_at": "2026-04-05T08:07:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "768b6eeb36342f024c8fe09ba23d6ed6ddc79d4f",
"body": null,
"is_bot": false,
"headline": "watch: add the fetcher",
"author_name": "Antoine Eiche",
"author_login": "nlewo",
"committed_at": "2026-04-05T08:01:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84149d1ce9fbcecc952e0822044730363c9162dd",
"body": "Watch client command",
"is_bot": false,
"headline": "Merge pull request #145 from nlewo/watch",
"author_name": "lewo",
"author_login": "nlewo",
"committed_at": "2026-04-05T07:56:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da741fe1d3b33655c2efbd0abd4c7dc77b1fa6ce",
"body": null,
"is_bot": false,
"headline": "Add comin watch command",
"author_name": "Antoine Eiche",
"author_login": "nlewo",
"committed_at": "2026-04-05T07:52:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8efb7f3036d0b83dd8cf99ef5a95108d96889d2d",
"body": null,
"is_bot": false,
"headline": "desktop: fix typo",
"author_name": "Antoine Eiche",
"author_login": "nlewo",
"committed_at": "2026-04-02T04:38:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c7aee465cb6e2ddc8ac382f866e75afcc6c2d74",
"body": null,
"is_bot": false,
"headline": "cli: improving messages",
"author_name": "Antoine Eiche",
"author_login": "nlewo",
"committed_at": "2026-03-29T08:59:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ecfc7f6299be8ffe08754dddb6e915fcd56c3d7",
"body": "Better retention",
"is_bot": false,
"headline": "Merge pull request #139 from nlewo/better-retention",
"author_name": "lewo",
"author_login": "nlewo",
"committed_at": "2026-03-29T05:44:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2456912d27519ffd969e162938fac079c2f739e",
"body": null,
"is_bot": false,
"headline": "Release v0.12.0",
"author_name": "Antoine Eiche",
"author_login": "nlewo",
"committed_at": "2026-03-24T18:35:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "936d54a926d5a094200219ec84565a68cf747bc0",
"body": null,
"is_bot": false,
"headline": "Better retention mecanism",
"author_name": "Antoine Eiche",
"author_login": "nlewo",
"committed_at": "2026-03-21T09:59:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d38e5047e1548713db6e430fd9b1dfc7781aa10",
"body": "feat: add submodule support",
"is_bot": false,
"headline": "Merge pull request #141 from Keyruu/main",
"author_name": "lewo",
"author_login": "nlewo",
"committed_at": "2026-03-14T08:04:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "269ef4334f202b226eef804c0be0201891fb9c5d",
"body": "Avoid starting a GRPC server when another one is already running",
"is_bot": false,
"headline": "Merge pull request #143 from nlewo/protect-server",
"author_name": "lewo",
"author_login": "nlewo",
"committed_at": "2026-03-08T09:28:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a5ddc025463513fdebc7ad0241207e25c27695b",
"body": null,
"is_bot": false,
"headline": "Avoid starting a GRPC server when another one is already running",
"author_name": "Antoine Eiche",
"author_login": "nlewo",
"committed_at": "2026-03-08T08:52:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa3707920cce29c8c9d00bf6d3901ee5881d7c4a",
"body": null,
"is_bot": false,
"headline": "fix: module-options for submodules",
"author_name": "Lucas",
"author_login": "Keyruu",
"committed_at": "2026-03-02T13:27:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3125c37f85bc0752930bb66a72f532e9ff9eb82",
"body": "Fix golint",
"is_bot": false,
"headline": "Merge pull request #142 from nlewo/fix-golint",
"author_name": "lewo",
"author_login": "nlewo",
"committed_at": "2026-03-01T08:28:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3e953715cd8f319e42ffee95a6c60c696b1a9ca",
"body": null,
"is_bot": false,
"headline": "Readd go in the dev shell",
"author_name": "Antoine Eiche",
"author_login": "nlewo",
"committed_at": "2026-03-01T07:02:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e77172095ba74d79474899ad66b08b8828f50a9a",
"body": null,
"is_bot": false,
"headline": "Run go test in another derivation to speedup build time",
"author_name": "Antoine Eiche",
"author_login": "nlewo",
"committed_at": "2026-03-01T07:02:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "407198cbd13e00b39318ef54d3d290fe004b8005",
"body": null,
"is_bot": false,
"headline": "Move golangci-lint to flake checks",
"author_name": "Antoine Eiche",
"author_login": "nlewo",
"committed_at": "2026-03-01T07:02:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "541aa79a28dbec1bfdac8c2fd9bd1ba6f325f497",
"body": null,
"is_bot": false,
"headline": "feat: add submodule support",
"author_name": "Lucas",
"author_login": "Keyruu",
"committed_at": "2026-02-26T20:15:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5bbf20a7e3afe492ab5b05e0250635f4e51da44",
"body": "feat: reformat everything and add flake check",
"is_bot": false,
"headline": "Merge pull request #140 from Keyruu/nixfmt",
"author_name": "lewo",
"author_login": "nlewo",
"committed_at": "2026-02-25T10:30:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83a8eb102600ec9056850cd2981336e1aa6988d0",
"body": null,
"is_bot": false,
"headline": "feat: reformat everything and add flake check",
"author_name": "Lucas",
"author_login": "Keyruu",
"committed_at": "2026-02-24T20:52:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "283a8026f6debb8e9e6b200a7cc302a5cf1a2747",
"body": null,
"is_bot": false,
"headline": "readme: add matrix room",
"author_name": "Antoine Eiche",
"author_login": "nlewo",
"committed_at": "2026-02-22T09:38:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2899e67c621e6e72ff5015b5d76bdc20935014a3",
"body": null,
"is_bot": false,
"headline": "Release v0.11.0",
"author_name": "Antoine Eiche",
"author_login": "nlewo",
"committed_at": "2026-02-18T09:23:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f5f1c2f3e9843fec7dccc224efc49913c83bf3c",
"body": "feat: use two gauges for suspend and reboot",
"is_bot": false,
"headline": "Merge pull request #138 from Keyruu/main",
"author_name": "lewo",
"author_login": "nlewo",
"committed_at": "2026-02-18T09:20:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aaf2b2733215641ac3bc988088222084e1514adb",
"body": null,
"is_bot": false,
"headline": "feat: use two gauges for suspend and reboot",
"author_name": "Lucas",
"author_login": "Keyruu",
"committed_at": "2026-02-08T10:27:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a651f36e6a211be6d3f51ffffe9cb2bd9a4a3cef",
"body": "feat: add is_suspended to host info metric",
"is_bot": false,
"headline": "Merge pull request #137 from Keyruu/main",
"author_name": "lewo",
"author_login": "nlewo",
"committed_at": "2026-02-05T21:54:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a88044ab036a8c1247fe05c3ea9a65d43d4b3d35",
"body": null,
"is_bot": false,
"headline": "feat: add is_suspended to host info metric",
"author_name": "Lucas",
"author_login": "Keyruu",
"committed_at": "2026-02-05T21:14:25Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 15,
"commits_last_year": 186,
"latest_release_at": "2026-07-19T08:06:54Z",
"latest_release_tag": "v0.14.0",
"releases_from_tags": false,
"days_since_last_push": 5,
"active_weeks_last_year": 42,
"days_since_latest_release": 7,
"mean_days_between_releases": 53
},
"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/nlewo/comin",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/nlewo/comin",
"is_deprecated": false,
"latest_version": "v0.14.0",
"repository_url": "https://github.com/nlewo/comin",
"versions_count": 17,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-19T08:04:32Z",
"latest_version_yanked": null,
"days_since_latest_publish": 7
}
]
},
"popularity": {
"forks": 58,
"stars": 957,
"watchers": 7,
"fork_history": {
"days": [
{
"date": "2024-03-05",
"count": 1
},
{
"date": "2024-03-06",
"count": 1
},
{
"date": "2024-03-18",
"count": 1
},
{
"date": "2024-04-15",
"count": 1
},
{
"date": "2024-04-17",
"count": 1
},
{
"date": "2024-05-04",
"count": 1
},
{
"date": "2024-05-27",
"count": 1
},
{
"date": "2024-06-17",
"count": 1
},
{
"date": "2024-07-04",
"count": 1
},
{
"date": "2024-10-14",
"count": 1
},
{
"date": "2024-10-18",
"count": 1
},
{
"date": "2024-11-09",
"count": 1
},
{
"date": "2024-11-30",
"count": 1
},
{
"date": "2024-12-20",
"count": 1
},
{
"date": "2025-01-10",
"count": 1
},
{
"date": "2025-01-16",
"count": 1
},
{
"date": "2025-02-04",
"count": 1
},
{
"date": "2025-02-23",
"count": 1
},
{
"date": "2025-03-30",
"count": 1
},
{
"date": "2025-04-04",
"count": 1
},
{
"date": "2025-04-05",
"count": 1
},
{
"date": "2025-04-14",
"count": 1
},
{
"date": "2025-05-08",
"count": 1
},
{
"date": "2025-05-10",
"count": 1
},
{
"date": "2025-06-16",
"count": 1
},
{
"date": "2025-06-30",
"count": 1
},
{
"date": "2025-07-03",
"count": 1
},
{
"date": "2025-07-06",
"count": 1
},
{
"date": "2025-07-27",
"count": 1
},
{
"date": "2025-08-22",
"count": 1
},
{
"date": "2025-08-23",
"count": 1
},
{
"date": "2025-08-26",
"count": 1
},
{
"date": "2025-10-17",
"count": 1
},
{
"date": "2025-10-24",
"count": 1
},
{
"date": "2025-10-25",
"count": 1
},
{
"date": "2025-11-06",
"count": 1
},
{
"date": "2025-11-19",
"count": 1
},
{
"date": "2025-11-22",
"count": 1
},
{
"date": "2025-12-07",
"count": 1
},
{
"date": "2026-01-20",
"count": 1
},
{
"date": "2026-01-29",
"count": 1
},
{
"date": "2026-02-02",
"count": 1
},
{
"date": "2026-02-12",
"count": 1
},
{
"date": "2026-04-07",
"count": 1
},
{
"date": "2026-04-10",
"count": 1
},
{
"date": "2026-04-18",
"count": 1
},
{
"date": "2026-05-01",
"count": 1
},
{
"date": "2026-05-05",
"count": 1
},
{
"date": "2026-05-19",
"count": 2
},
{
"date": "2026-05-23",
"count": 1
},
{
"date": "2026-06-10",
"count": 1
},
{
"date": "2026-06-30",
"count": 1
},
{
"date": "2026-07-06",
"count": 1
},
{
"date": "2026-07-10",
"count": 1
},
{
"date": "2026-07-12",
"count": 1
},
{
"date": "2026-07-14",
"count": 1
},
{
"date": "2026-07-18",
"count": 1
}
],
"complete": true,
"collected": 58,
"total_forks": 58
},
"star_history": null,
"open_issues_and_prs": 39
},
"ai_readiness": {
"has_nix": true,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [
"pkg/protobuf/services.proto"
],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 97782,
"source_files_sampled": 63,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "github.com/go-git/go-git/v5",
"direct": true,
"version": "v5.11.0",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 9.8,
"advisory_ids": [
"GHSA-37cx-329c-33x3",
"GHSA-389r-gv7p-r3rp",
"GHSA-3xc5-wrhm-f963",
"GHSA-crhj-59gh-8x96",
"GHSA-gm2x-2g9h-ccm8",
"GHSA-jhf3-xxhw-2wpp",
"GHSA-m7cr-m3pv-hgrp",
"GHSA-r9px-m959-cxf4",
"GHSA-v725-9546-7q7m",
"GHSA-w5pp-99ch-qj29"
],
"fixed_version": "6.0.0-alpha.4",
"advisory_count": 20,
"oldest_advisory_days": 566
},
{
"name": "golang.org/x/crypto",
"direct": true,
"version": "v0.39.0",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 10,
"advisory_ids": [
"GHSA-45gg-vh54-h5m9",
"GHSA-5cgq-3rg8-m6cv",
"GHSA-78mq-xcr3-xm33",
"GHSA-89gr-r52h-f8rx",
"GHSA-9m57-25v3-79x9",
"GHSA-f5wc-c3c7-36mc",
"GHSA-f6x5-jh6r-wrfv",
"GHSA-j5w8-q4qc-rx2x",
"GHSA-jppx-rxg9-jmrx",
"GHSA-q4h4-gmj2-qvw2"
],
"fixed_version": "0.52.0",
"advisory_count": 32,
"oldest_advisory_days": 255
},
{
"name": "google.golang.org/grpc",
"direct": true,
"version": "v1.75.0",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 9.1,
"advisory_ids": [
"GHSA-hrxh-6v49-42gf",
"GHSA-p77j-4mvh-x3m3",
"GO-2026-4762"
],
"fixed_version": "1.82.1",
"advisory_count": 3,
"oldest_advisory_days": 130
},
{
"name": "github.com/go-git/go-billy/v5",
"direct": false,
"version": "v5.5.0",
"severity": "high",
"ecosystem": "go",
"cvss_score": 8.1,
"advisory_ids": [
"GHSA-m3xc-h892-ggx6",
"GHSA-qw64-3x98-g7q2",
"GO-2026-5490",
"GO-2026-5597"
],
"fixed_version": "6.0.0-alpha.1",
"advisory_count": 4,
"oldest_advisory_days": 74
},
{
"name": "github.com/cloudflare/circl",
"direct": false,
"version": "v1.3.7",
"severity": "moderate",
"ecosystem": "go",
"cvss_score": 5.6,
"advisory_ids": [
"GHSA-2x5j-vhc8-9cwm",
"GHSA-q9hv-hpm4-hj6x",
"GO-2025-3754",
"GO-2026-4550"
],
"fixed_version": "1.6.3",
"advisory_count": 4,
"oldest_advisory_days": 411
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.41.0",
"severity": "moderate",
"ecosystem": "go",
"cvss_score": 6.5,
"advisory_ids": [
"GHSA-5cv4-jp36-h3mw",
"GO-2026-4440",
"GO-2026-4441",
"GO-2026-4918",
"GO-2026-5025",
"GO-2026-5026",
"GO-2026-5027",
"GO-2026-5028",
"GO-2026-5029",
"GO-2026-5030"
],
"fixed_version": "1.26.3",
"advisory_count": 11,
"oldest_advisory_days": 171
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.42.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 65
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.26.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5970"
],
"fixed_version": "0.39.0",
"advisory_count": 1,
"oldest_advisory_days": 12
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 1,
"unknown": 2,
"critical": 3,
"moderate": 2
},
"advisory_count": 76,
"affected_count": 8,
"assessed_count": 82,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 3
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "charm.land/lipgloss/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.0.2"
},
{
"name": "github.com/ProtonMail/go-crypto",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.5"
},
{
"name": "github.com/charmbracelet/bubbletea",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.10"
},
{
"name": "github.com/dustin/go-humanize",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.1"
},
{
"name": "github.com/gen2brain/beeep",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.11.2"
},
{
"name": "github.com/go-co-op/gocron/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.11.0"
},
{
"name": "github.com/go-git/go-git/v5",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v5.11.0"
},
{
"name": "github.com/google/uuid",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "github.com/prometheus/client_golang",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.19.0"
},
{
"name": "github.com/sirupsen/logrus",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.9.3"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.8.0"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.9.0"
},
{
"name": "golang.org/x/crypto",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.39.0"
},
{
"name": "google.golang.org/grpc",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.75.0"
},
{
"name": "google.golang.org/protobuf",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.9"
},
{
"name": "gopkg.in/yaml.v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.4.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "charm.land/lipgloss/v2",
"direct": true,
"version": "v2.0.2",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/bubbletea",
"direct": true,
"version": "v1.3.10",
"ecosystem": "go"
},
{
"name": "github.com/dustin/go-humanize",
"direct": true,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/gen2brain/beeep",
"direct": true,
"version": "v0.11.2",
"ecosystem": "go"
},
{
"name": "github.com/go-co-op/gocron/v2",
"direct": true,
"version": "v2.11.0",
"ecosystem": "go"
},
{
"name": "github.com/go-git/go-git/v5",
"direct": true,
"version": "v5.11.0",
"ecosystem": "go"
},
{
"name": "github.com/google/uuid",
"direct": true,
"version": "v1.6.0",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/client_golang",
"direct": true,
"version": "v1.19.0",
"ecosystem": "go"
},
{
"name": "github.com/protonmail/go-crypto",
"direct": true,
"version": "v1.1.5",
"ecosystem": "go"
},
{
"name": "github.com/sirupsen/logrus",
"direct": true,
"version": "v1.9.3",
"ecosystem": "go"
},
{
"name": "github.com/spf13/cobra",
"direct": true,
"version": "v1.8.0",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": true,
"version": "v1.9.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/crypto",
"direct": true,
"version": "v0.39.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/grpc",
"direct": true,
"version": "v1.75.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/protobuf",
"direct": true,
"version": "v1.36.9",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v2",
"direct": true,
"version": "v2.4.0",
"ecosystem": "go"
},
{
"name": "dario.cat/mergo",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "git.sr.ht/~jackmordaunt/go-toast",
"direct": false,
"version": "v1.1.2",
"ecosystem": "go"
},
{
"name": "github.com/aymanbagabas/go-osc52/v2",
"direct": false,
"version": "v2.0.1",
"ecosystem": "go"
},
{
"name": "github.com/beorn7/perks",
"direct": false,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/cespare/xxhash/v2",
"direct": false,
"version": "v2.3.0",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/bubbles",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/colorprofile",
"direct": false,
"version": "v0.4.2",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/lipgloss",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/ultraviolet",
"direct": false,
"version": "v0.0.0-20251205161215-1948445e3318",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/x/ansi",
"direct": false,
"version": "v0.11.6",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/x/cellbuf",
"direct": false,
"version": "v0.0.15",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/x/term",
"direct": false,
"version": "v0.2.2",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/x/termios",
"direct": false,
"version": "v0.1.1",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/x/windows",
"direct": false,
"version": "v0.2.2",
"ecosystem": "go"
},
{
"name": "github.com/clipperhouse/displaywidth",
"direct": false,
"version": "v0.11.0",
"ecosystem": "go"
},
{
"name": "github.com/clipperhouse/uax29/v2",
"direct": false,
"version": "v2.7.0",
"ecosystem": "go"
},
{
"name": "github.com/cloudflare/circl",
"direct": false,
"version": "v1.3.7",
"ecosystem": "go"
},
{
"name": "github.com/cyphar/filepath-securejoin",
"direct": false,
"version": "v0.2.4",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/emirpasic/gods",
"direct": false,
"version": "v1.18.1",
"ecosystem": "go"
},
{
"name": "github.com/erikgeiser/coninput",
"direct": false,
"version": "v0.0.0-20211004153227-1c3628e74d0f",
"ecosystem": "go"
},
{
"name": "github.com/esiqveland/notify",
"direct": false,
"version": "v0.13.3",
"ecosystem": "go"
},
{
"name": "github.com/go-git/gcfg",
"direct": false,
"version": "v1.5.1-0.20230307220236-3a3c6141e376",
"ecosystem": "go"
},
{
"name": "github.com/go-git/go-billy/v5",
"direct": false,
"version": "v5.5.0",
"ecosystem": "go"
},
{
"name": "github.com/go-ole/go-ole",
"direct": false,
"version": "v1.3.0",
"ecosystem": "go"
},
{
"name": "github.com/godbus/dbus/v5",
"direct": false,
"version": "v5.2.0",
"ecosystem": "go"
},
{
"name": "github.com/golang/groupcache",
"direct": false,
"version": "v0.0.0-20210331224755-41bb18bfe9da",
"ecosystem": "go"
},
{
"name": "github.com/inconshreveable/mousetrap",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/jackmordaunt/icns/v3",
"direct": false,
"version": "v3.0.1",
"ecosystem": "go"
},
{
"name": "github.com/jbenet/go-context",
"direct": false,
"version": "v0.0.0-20150711004518-d14ea06fba99",
"ecosystem": "go"
},
{
"name": "github.com/jonboulle/clockwork",
"direct": false,
"version": "v0.4.0",
"ecosystem": "go"
},
{
"name": "github.com/kevinburke/ssh_config",
"direct": false,
"version": "v1.2.0",
"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-localereader",
"direct": false,
"version": "v0.0.1",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-runewidth",
"direct": false,
"version": "v0.0.19",
"ecosystem": "go"
},
{
"name": "github.com/microsoft/go-winio",
"direct": false,
"version": "v0.6.1",
"ecosystem": "go"
},
{
"name": "github.com/muesli/ansi",
"direct": false,
"version": "v0.0.0-20230316100256-276c6243b2f6",
"ecosystem": "go"
},
{
"name": "github.com/muesli/cancelreader",
"direct": false,
"version": "v0.2.2",
"ecosystem": "go"
},
{
"name": "github.com/muesli/termenv",
"direct": false,
"version": "v0.16.0",
"ecosystem": "go"
},
{
"name": "github.com/nfnt/resize",
"direct": false,
"version": "v0.0.0-20180221191011-83c6a9932646",
"ecosystem": "go"
},
{
"name": "github.com/pjbgf/sha1cd",
"direct": false,
"version": "v0.3.0",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/client_model",
"direct": false,
"version": "v0.5.0",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/common",
"direct": false,
"version": "v0.48.0",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/procfs",
"direct": false,
"version": "v0.12.0",
"ecosystem": "go"
},
{
"name": "github.com/rivo/uniseg",
"direct": false,
"version": "v0.4.7",
"ecosystem": "go"
},
{
"name": "github.com/robfig/cron/v3",
"direct": false,
"version": "v3.0.1",
"ecosystem": "go"
},
{
"name": "github.com/sergeymakinen/go-bmp",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/sergeymakinen/go-ico",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/sergi/go-diff",
"direct": false,
"version": "v1.3.1",
"ecosystem": "go"
},
{
"name": "github.com/skeema/knownhosts",
"direct": false,
"version": "v1.2.1",
"ecosystem": "go"
},
{
"name": "github.com/spf13/pflag",
"direct": false,
"version": "v1.0.5",
"ecosystem": "go"
},
{
"name": "github.com/tadvi/systray",
"direct": false,
"version": "v0.0.0-20190226123456-11a2b8fa57af",
"ecosystem": "go"
},
{
"name": "github.com/xanzy/ssh-agent",
"direct": false,
"version": "v0.3.3",
"ecosystem": "go"
},
{
"name": "github.com/xo/terminfo",
"direct": false,
"version": "v0.0.0-20220910002029-abceb7e1c41e",
"ecosystem": "go"
},
{
"name": "golang.org/x/exp",
"direct": false,
"version": "v0.0.0-20240613232115-7f521ea00fb8",
"ecosystem": "go"
},
{
"name": "golang.org/x/mod",
"direct": false,
"version": "v0.25.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.41.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sync",
"direct": false,
"version": "v0.18.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.42.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.26.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/tools",
"direct": false,
"version": "v0.33.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"direct": false,
"version": "v0.0.0-20250707201910-8d1bb00bc6a7",
"ecosystem": "go"
},
{
"name": "gopkg.in/warnings.v0",
"direct": false,
"version": "v0.1.2",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": false,
"version": "v3.0.1",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 82,
"direct_count": 16,
"indirect_count": 66
}
},
"maintainership": {
"issues": {
"open_prs": 11,
"merged_prs": 100,
"open_issues": 28,
"closed_ratio": 0.588,
"closed_issues": 40,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "nlewo",
"commits": 351,
"avatar_url": "https://avatars.githubusercontent.com/u/3425311?v=4"
},
{
"type": "User",
"login": "elisaado",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/14182500?v=4"
},
{
"type": "User",
"login": "SuperSandro2000",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/7258858?v=4"
},
{
"type": "User",
"login": "Keyruu",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/53177682?v=4"
},
{
"type": "User",
"login": "getchoo",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/48872998?v=4"
},
{
"type": "User",
"login": "zowoq",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/59103226?v=4"
},
{
"type": "User",
"login": "camja014",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/9772105?v=4"
},
{
"type": "User",
"login": "jpds",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/29158971?v=4"
},
{
"type": "User",
"login": "basnijholt",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/6897215?v=4"
},
{
"type": "User",
"login": "ajgon",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/150545?v=4"
}
],
"contributors_sampled": 26,
"top_contributor_share": 0.812
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"go.yml",
"nix.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "9 out of 9 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": 5,
"reason": "Found 7/12 approved changesets -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 21 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 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": "30 commit(s) and 7 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": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "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": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "45 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "c32a4e457cd3bc99d6c18631707e9d8294f4b5d0",
"ran_at": "2026-07-26T22:27:13Z",
"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-07-21T05:57:03Z",
"oldest_open_prs": [
{
"number": 35,
"created_at": "2024-05-03T00:40:15Z",
"last_comment_at": "2024-05-05T08:27:35Z",
"last_comment_author": "jpds"
},
{
"number": 41,
"created_at": "2024-05-03T17:33:09Z",
"last_comment_at": "2024-10-27T15:13:01Z",
"last_comment_author": "nlewo"
},
{
"number": 74,
"created_at": "2025-04-01T14:03:07Z",
"last_comment_at": "2026-05-09T05:08:15Z",
"last_comment_author": "xinyangli"
},
{
"number": 79,
"created_at": "2025-04-14T10:32:44Z",
"last_comment_at": "2026-04-12T04:39:30Z",
"last_comment_author": "coolGi69"
},
{
"number": 99,
"created_at": "2025-09-01T11:52:35Z",
"last_comment_at": "2025-09-06T09:28:39Z",
"last_comment_author": "nlewo"
},
{
"number": 112,
"created_at": "2025-10-25T05:00:57Z",
"last_comment_at": "2025-11-12T04:27:03Z",
"last_comment_author": "ProjectInitiative"
},
{
"number": 148,
"created_at": "2026-04-10T23:20:55Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 151,
"created_at": "2026-04-18T22:55:34Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 153,
"created_at": "2026-04-29T18:01:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 170,
"created_at": "2026-06-26T16:56:22Z",
"last_comment_at": "2026-06-26T23:00:28Z",
"last_comment_author": "nlewo"
},
{
"number": 181,
"created_at": "2026-07-19T08:17:26Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-21T05:54:20Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 1,
"created_at": "2023-04-08T07:29:02Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 3,
"created_at": "2023-05-07T07:13:50Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 4,
"created_at": "2023-05-19T07:06:59Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 7,
"created_at": "2024-03-03T18:30:04Z",
"last_comment_at": "2024-03-19T14:37:07Z",
"last_comment_author": "devzero"
},
{
"number": 8,
"created_at": "2024-03-04T00:42:31Z",
"last_comment_at": "2025-05-13T20:24:09Z",
"last_comment_author": "nlewo"
},
{
"number": 11,
"created_at": "2024-03-08T01:48:00Z",
"last_comment_at": "2025-07-13T16:44:07Z",
"last_comment_author": "nlewo"
},
{
"number": 34,
"created_at": "2024-04-28T12:53:10Z",
"last_comment_at": "2025-10-21T23:24:18Z",
"last_comment_author": "Kitt3120"
},
{
"number": 37,
"created_at": "2024-05-03T00:44:17Z",
"last_comment_at": "2026-06-18T12:24:07Z",
"last_comment_author": "camja014"
},
{
"number": 40,
"created_at": "2024-05-03T17:14:17Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 56,
"created_at": "2024-10-08T04:52:06Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 59,
"created_at": "2024-11-26T15:55:12Z",
"last_comment_at": "2025-12-21T16:00:30Z",
"last_comment_author": "jpds"
},
{
"number": 60,
"created_at": "2024-12-16T18:02:18Z",
"last_comment_at": "2024-12-17T14:26:57Z",
"last_comment_author": "plietar"
},
{
"number": 65,
"created_at": "2025-02-02T08:24:06Z",
"last_comment_at": "2025-04-19T21:55:11Z",
"last_comment_author": "AndersBennedsgaard"
},
{
"number": 72,
"created_at": "2025-03-27T07:30:06Z",
"last_comment_at": "2025-04-02T19:41:08Z",
"last_comment_author": "nlewo"
},
{
"number": 73,
"created_at": "2025-03-30T08:14:10Z",
"last_comment_at": "2025-12-20T04:22:47Z",
"last_comment_author": "ap-1"
},
{
"number": 76,
"created_at": "2025-04-03T08:45:53Z",
"last_comment_at": "2025-04-03T09:34:52Z",
"last_comment_author": "mrdev023"
},
{
"number": 78,
"created_at": "2025-04-14T10:31:50Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 86,
"created_at": "2025-05-28T10:32:20Z",
"last_comment_at": "2026-01-20T07:40:19Z",
"last_comment_author": "nlewo"
},
{
"number": 92,
"created_at": "2025-07-15T10:04:20Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 110,
"created_at": "2025-10-23T15:46:27Z",
"last_comment_at": "2025-10-27T03:56:07Z",
"last_comment_author": "aster-void"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/nlewo/comin",
"host": "github.com",
"name": "comin",
"owner": "nlewo"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"security": 39,
"vitality": 93,
"community": 59,
"governance": 65,
"engineering": 75
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 93,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 93,
"inputs": {
"commits_last_year": 186,
"human_commit_share": 1,
"days_since_last_push": 5,
"active_weeks_last_year": 42
},
"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": "42/52 weeks with commits",
"points": 29.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 42
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "186 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 186
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 7 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": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 92,
"inputs": {
"releases_count": 15,
"latest_release_tag": "v0.14.0",
"releases_from_tags": false,
"days_since_latest_release": 7,
"mean_days_between_releases": 53
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "15 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 15
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~53 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 53
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"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": 5,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 5 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 5
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 59,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"forks": 58,
"stars": 957,
"watchers": 7,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "957 stars",
"points": 48.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 957
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "58 forks",
"points": 14.6,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 58
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "7 watchers",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 7
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 65,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 26,
"top_contributor_share": 0.812
},
"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 81% of commits",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 81
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "26 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 26
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 21 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"merged_prs": 100,
"open_issues": 28,
"closed_issues": 40,
"issue_closed_ratio": 0.588,
"closed_unmerged_prs": 2
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "59% of issues closed",
"points": 27.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 59
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "100/102 decided PRs merged",
"points": 37.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 100,
"decided": 102
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 7/12 approved changesets -- score normalized to 5",
"points": 7.5,
"status": "partial",
"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": 62,
"inputs": {
"followers": 113,
"owner_type": "User",
"is_verified": null,
"owner_login": "nlewo",
"public_repos": 91,
"account_age_days": 4925
},
"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": "113 followers of nlewo",
"points": 14.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 113,
"login": "nlewo"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "91 public repos, account ~13 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 91
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/nlewo/comin"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 7
},
"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 7 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 7
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "17 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 17
}
}
],
"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": 75,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "9 out of 9 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": [
"cicd",
"continuous-deployment",
"deployment",
"gitops",
"nix",
"nixos"
],
"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": "6 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 6
}
}
],
"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": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 39,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"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": "9 out of 9 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 7/12 approved changesets -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 21 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "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": "30 commit(s) and 7 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 not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "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": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "45 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "at_risk",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 82 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"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 82
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 37,
"inputs": {
"source": "osv",
"advisories": 76,
"affected_packages": 8,
"assessed_packages": 82,
"unassessed_packages": 0,
"affected_by_severity": "critical 3, high 1, moderate 2, unknown 2",
"direct_affected_packages": 3
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "3 affected: github.com/go-git/go-git/v5 v5.11.0 (critical 9.8), golang.org/x/crypto v0.39.0 (critical 10.0), google.golang.org/grpc v1.75.0 (critical 9.1)",
"points": 4.8,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 3,
"packages": "github.com/go-git/go-git/v5 v5.11.0 (critical 9.8), golang.org/x/crypto v0.39.0 (critical 10.0), google.golang.org/grpc v1.75.0 (critical 9.1)"
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "3 advisory-carrying package(s) unaddressed past 90 days; oldest published 566 days ago",
"points": 23.2,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 3,
"oldest": 566
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 82,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 23
},
"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": 55,
"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.76,
"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": "76 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 76,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"has_nix": true,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Nix, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Nix, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 97782,
"source_files_sampled": 63,
"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/63 source files over 60KB",
"points": 54.1,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 63,
"oversized": 1
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [],
"has_mcp_signal": false,
"api_schema_files": [
"pkg/protobuf/services.proto"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "pkg/protobuf/services.proto",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "pkg/protobuf/services.proto"
}
}
],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-26T22:27:36.381353Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/n/nlewo/comin.svg",
"full_name": "nlewo/comin",
"license_state": "standard",
"license_spdx": "MIT"
}