Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 463,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 348046,
"Just": 3557,
"JavaScript": 4837
},
"pushed_at": "2026-07-24T17:28:23Z",
"created_at": "2024-10-12T18:46:49Z",
"owner_type": "User",
"updated_at": "2026-07-24T17:28:08Z",
"description": "Easily update Docker Compose Image to their latest versions.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://patrick-arndt.dev",
"name": "P. Arndt",
"type": "User",
"login": "p-arndt",
"company": null,
"location": "Germany",
"followers": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/46527411?v=4",
"created_at": "2019-01-09T12:55:21Z",
"is_verified": null,
"public_repos": 34,
"account_age_days": 2756
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2026-07-24T17:31:22Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-07-18T18:14:52Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2026-07-18T17:50:39Z"
},
{
"tag": "v0.5.0-pre.9",
"kind": "prerelease",
"published_at": "2026-07-18T17:40:39Z"
},
{
"tag": "0.4.1",
"kind": "patch",
"published_at": "2026-03-16T18:54:28Z"
},
{
"tag": "0.4.0",
"kind": "minor",
"published_at": "2026-03-16T18:48:08Z"
},
{
"tag": "0.3.0",
"kind": "minor",
"published_at": "2026-03-13T16:40:39Z"
},
{
"tag": "0.2.2",
"kind": "patch",
"published_at": "2024-10-18T18:48:13Z"
},
{
"tag": "0.2.1",
"kind": "patch",
"published_at": "2024-10-18T18:36:46Z"
},
{
"tag": "0.2.0",
"kind": "minor",
"published_at": "2024-10-17T23:28:07Z"
}
],
"recent_commits": [
{
"oid": "d89ee796fba9a8332c63de49b37a15f3bbb1528c",
"body": "Feat/tui by default",
"is_bot": false,
"headline": "Merge pull request #9 from p-arndt/feat/tui-by-default",
"author_name": "P. Arndt",
"author_login": "p-arndt",
"committed_at": "2026-07-24T17:27:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f635ac87a8e4d2b5a347c8b8ebd1f3a1de6e9e6d",
"body": null,
"is_bot": false,
"headline": "chore: update section headers in README for consistency",
"author_name": "p-arndt",
"author_login": "p-arndt",
"committed_at": "2026-07-24T17:27:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "542edbb7dde6d3f9e524710efa4fa68d332175e6",
"body": "Running bare `ccu` now opens the TUI. The non-interactive report moves\nbehind `ccu check`, which takes the report-only flags (-u, -r, -f,\n-major, -minor, -patch). The TUI is what the tool is for, so it should\nnot need a flag to reach; and splitting the report off as a subcommand\nmeans the flags it a\n[…]\nxt is laid out with a tabwriter.\n\nBREAKING CHANGE: the non-interactive report is no longer what a bare\n`ccu` runs; use `ccu check`. Old invocations still work for this release\nwith a deprecation hint.",
"is_bot": false,
"headline": "feat!: make the TUI the default and add check/help/version commands",
"author_name": "p-arndt",
"author_login": "p-arndt",
"committed_at": "2026-07-24T17:27:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "97de195e8d1357f48f26d8d224565e8025b6f1e3",
"body": null,
"is_bot": false,
"headline": "chore: update README [skip ci]",
"author_name": "p-arndt",
"author_login": "p-arndt",
"committed_at": "2026-07-19T10:52:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b529c71c7b3a98d09c766216a0dc0006ed050820",
"body": null,
"is_bot": false,
"headline": "release: v0.6.0",
"author_name": "p-arndt",
"author_login": "p-arndt",
"committed_at": "2026-07-18T18:12:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f851b513cedf2e8918620221356e7e4026d87ee",
"body": "- Added comprehensive tests for tree construction, ensuring correct node representation for various directory structures.\n- Enhanced the `entry` struct to include a node index for better tracking of tree nodes.\n- Updated key handling to support collapsing and expanding nodes, improving user interact\n[…]\nto allow subtree selection and deselection, maintaining clarity on selected updates.\n- Adjusted rendering logic to utilize the new node index, ensuring accurate display of headers and rows in the TUI.",
"is_bot": false,
"headline": "feat: implement tree structure and navigation improvements in TUI",
"author_name": "p-arndt",
"author_login": "p-arndt",
"committed_at": "2026-07-18T18:11:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2b2cda7c91ecadf81a3bc059ebcc8563cdaaf414",
"body": "…mmands",
"is_bot": false,
"headline": "feat: enhance command handling for self-update and check-update subco…",
"author_name": "p-arndt",
"author_login": "p-arndt",
"committed_at": "2026-07-18T18:00:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "042dc924d6c7718d9da25dccfcf699e3721d34f2",
"body": null,
"is_bot": false,
"headline": "release: v0.5.1",
"author_name": "p-arndt",
"author_login": "p-arndt",
"committed_at": "2026-07-18T17:47:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de944fbea8b2453b428c767a8f269374012d85d3",
"body": null,
"is_bot": false,
"headline": "fix: improve command selection for Docker Compose in Restart method",
"author_name": "p-arndt",
"author_login": "p-arndt",
"committed_at": "2026-07-18T17:46:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "518f2e7a87f74bd7f55cf3eaee058d84fab6b237",
"body": "…ges [skip ci]",
"is_bot": false,
"headline": "fix: update build targets in release workflow to reflect Go 1.24 chan…",
"author_name": "p-arndt",
"author_login": "p-arndt",
"committed_at": "2026-07-18T17:36:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d0822a9de8a8c6090bc1a5376aff6a9239a653d",
"body": null,
"is_bot": false,
"headline": "release: v0.5.0",
"author_name": "p-arndt",
"author_login": "p-arndt",
"committed_at": "2026-07-18T17:31:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f882fcacab26ddb53f77299e33a6ddda2d42d74",
"body": null,
"is_bot": false,
"headline": "fix: update repository references from Padi2312 to p-arndt",
"author_name": "p-arndt",
"author_login": "p-arndt",
"committed_at": "2026-07-18T17:29:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6df0e533ca989085b5a0b7a7ee088a1f565f0083",
"body": "feat: add update functionality with version management and tests",
"is_bot": false,
"headline": "Merge pull request #8 from p-arndt/feature/auto-update",
"author_name": "P. Arndt",
"author_login": "p-arndt",
"committed_at": "2026-07-18T17:26:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eac5b5a37f3b94afc3fb4f292d41e61a102723e1",
"body": "- Implement version comparison and validation logic in version.go\n- Create functions to check for newer versions and identify development versions\n- Introduce a checksum verification mechanism for binary updates\n- Add tests for version comparison, update checks, and checksum validation in version_test.go and update_test.go\n- Set up a mock release server for testing update scenarios\n- Ensure safe handling of untrusted version inputs to prevent security issues",
"is_bot": false,
"headline": "feat: add update functionality with version management and tests",
"author_name": "p-arndt",
"author_login": "p-arndt",
"committed_at": "2026-07-18T17:23:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63285c72aa4da048cd8a600bf5b85c92df13e29e",
"body": "Feature/ccu tui",
"is_bot": false,
"headline": "Merge pull request #7 from p-arndt/feature/ccu-tui",
"author_name": "P. Arndt",
"author_login": "p-arndt",
"committed_at": "2026-07-18T17:10:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ff72b05a23308847e8e0f909da9b65856c24ed0",
"body": "… feedback",
"is_bot": false,
"headline": "feat(tui): enhance key bindings for applying updates and improve user…",
"author_name": "p-arndt",
"author_login": "p-arndt",
"committed_at": "2026-07-18T17:05:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3381a014d0e3cf4d2e52083129cdb9846c53ba0",
"body": null,
"is_bot": false,
"headline": "feat(tui): add issues pane with navigation and display for scan errors",
"author_name": "p-arndt",
"author_login": "p-arndt",
"committed_at": "2026-07-18T16:58:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21961590864c6840c098f3b9a9c5ce8ea1f5bf0a",
"body": "- Added support for toggling, collapsing, and expanding file groups in the TUI.\n- Introduced new key bindings: `z` for toggling groups, `C` for collapsing all, and `E` for expanding all.\n- Updated the model to maintain a map of collapsed groups, ensuring the UI reflects the current state of each gro\n[…]\naders and rows seamlessly.\n- Updated tests to cover new functionality and ensure cursor behavior remains consistent.\n- Improved the visual theme for better distinction between different update levels.",
"is_bot": false,
"headline": "feat(tui): implement collapsible file groups with new key bindings",
"author_name": "p-arndt",
"author_login": "p-arndt",
"committed_at": "2026-07-18T16:48:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "edd7fb3df42d2edb45e65d95931bbc621494e921",
"body": "…nt handling\n\n- Added `update.go` and `view.go` to manage the TUI for scanning updates.\n- Implemented event-driven architecture to handle scan events and UI updates.\n- Introduced spinner for visual feedback during scanning.\n- Enhanced status line to display scan progress and errors.\n- Added mouse an\n[…]\nerror handling and context management for non-interactive mode\n\n- Added signal handling for graceful shutdown on interrupt signals.\n- Enhanced logging for better error visibility during update checks.",
"is_bot": false,
"headline": "feat(tui): implement interactive scanning UI with log polling and eve…",
"author_name": "p-arndt",
"author_login": "p-arndt",
"committed_at": "2026-07-18T16:37:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c636082dd65b93121e8157104deb07c3c2569c54",
"body": null,
"is_bot": false,
"headline": "feat: implement CI workflow and release process with version management",
"author_name": "p-arndt",
"author_login": "p-arndt",
"committed_at": "2026-07-18T16:30:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf0a6eb6b12fce9ef7e58312de90da4d69db80a9",
"body": "…cksum\n\nfeat: implement SHA checksum checking and update handling",
"is_bot": false,
"headline": "Merge pull request #6 from p-arndt/feature/allow-checking-for-sha-che…",
"author_name": "P. Arndt",
"author_login": "p-arndt",
"committed_at": "2026-07-18T16:07:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "daa3cf0a47285d46c63545a1c4fd5e03515f7869",
"body": "…igests",
"is_bot": false,
"headline": "feat: implement SHA checksum checking and update handling for image d…",
"author_name": "p-arndt",
"author_login": "p-arndt",
"committed_at": "2026-07-18T16:06:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11dbc889313fcaa321d3df1978ab1569b2ec56bf",
"body": null,
"is_bot": false,
"headline": "version: 0.4.1",
"author_name": "p-arndt",
"author_login": "p-arndt",
"committed_at": "2026-03-16T18:53:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87f0d95e6158db877fa495ca99e2eae9ee66da77",
"body": null,
"is_bot": false,
"headline": "feat: handle permission errors in GetComposeFilePaths",
"author_name": "p-arndt",
"author_login": "p-arndt",
"committed_at": "2026-03-16T18:53:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0c722a25becdd5250c60a7616ece1c2adb900f3",
"body": null,
"is_bot": false,
"headline": "version: 0.4.0",
"author_name": "p-arndt",
"author_login": "p-arndt",
"committed_at": "2026-03-16T18:47:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74d180e3b663841bb67c060771d46108b19fb652",
"body": null,
"is_bot": false,
"headline": "feat: add exclude option for directories in compose file path retrieval",
"author_name": "p-arndt",
"author_login": "p-arndt",
"committed_at": "2026-03-16T18:47:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1e1fafcfd63c9be4b2b4b360a4ed479fbc4b7da",
"body": null,
"is_bot": false,
"headline": "Merge branch 'develop'",
"author_name": "p-arndt",
"author_login": "p-arndt",
"committed_at": "2026-03-13T16:40:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f61986c10f171c9e7eb9504aae61a08adcb6866a",
"body": null,
"is_bot": false,
"headline": "version: 0.3.0",
"author_name": "p-arndt",
"author_login": "p-arndt",
"committed_at": "2026-03-13T16:39:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "477c6eb8715b001d784f6b125eafbc7c5f7a8a02",
"body": "…ection",
"is_bot": false,
"headline": "feat: enhance logging with structured output and add update level det…",
"author_name": "p-arndt",
"author_login": "p-arndt",
"committed_at": "2026-03-13T16:38:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4837911a0172b3a4488756eb4c5fe95db3788007",
"body": "…r stable releases",
"is_bot": false,
"headline": "feat: update version selection logic to skip prerelease candidates fo…",
"author_name": "p-arndt",
"author_login": "p-arndt",
"committed_at": "2026-03-13T16:34:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f1445a1c3b4bf0657265db0da3d00e80b7e70fb",
"body": null,
"is_bot": false,
"headline": "chore: update test files",
"author_name": "p-arndt",
"author_login": "p-arndt",
"committed_at": "2026-03-13T16:15:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52cbb5910a6ada107587b25ce3f63ff8c9026ab6",
"body": "…eval",
"is_bot": false,
"headline": "feat: add new test compose files and update test cases for path retri…",
"author_name": "p-arndt",
"author_login": "p-arndt",
"committed_at": "2026-03-13T16:14:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74901617061f213c2cdc05f81988dde0934ae65f",
"body": null,
"is_bot": false,
"headline": "feat: update dependencies and use regclient instead of http requests",
"author_name": "p-arndt",
"author_login": "p-arndt",
"committed_at": "2026-03-13T16:13:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc127697c7cac63ac20fe51c0cbd27f3bde79602",
"body": null,
"is_bot": false,
"headline": "feat: enhance image name and tag parsing with OCI support",
"author_name": "p-arndt",
"author_login": "p-arndt",
"committed_at": "2026-03-13T16:13:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc95e1f58b51621e593edccccf8eaeaff47b3ce4",
"body": null,
"is_bot": false,
"headline": "feat: allow non-strict semver versions + tags with v as prefix",
"author_name": "p-arndt",
"author_login": "p-arndt",
"committed_at": "2026-03-13T16:12:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "951e979961af6b9dda05084b2b17b935d6658cc5",
"body": "v0.2.2",
"is_bot": false,
"headline": "Merge pull request #4 from Padi2312/develop",
"author_name": "P. Arndt",
"author_login": "p-arndt",
"committed_at": "2024-10-18T18:47:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55d0c157948d7d6e7fe64815979965b4971dcc23",
"body": null,
"is_bot": false,
"headline": "v0.2.2",
"author_name": "padi2312",
"author_login": "p-arndt",
"committed_at": "2024-10-18T18:47:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3bcbecde2163dce2d2616f20b9f120b6c581c3f",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into develop",
"author_name": "padi2312",
"author_login": "p-arndt",
"committed_at": "2024-10-18T18:46:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cae0f2f72dcac8f8e88b45a7c898d8550903c1a3",
"body": null,
"is_bot": false,
"headline": "try fixing docker compose restart bug",
"author_name": "padi2312",
"author_login": "p-arndt",
"committed_at": "2024-10-18T18:45:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a626404b4bf88fcffcc34d3be17792b7c87f79df",
"body": "v0.2.1",
"is_bot": false,
"headline": "Merge pull request #3 from Padi2312/develop",
"author_name": "P. Arndt",
"author_login": "p-arndt",
"committed_at": "2024-10-18T18:36:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cc599e7fc6eed0479afe40c54c651b19d2c3d1c",
"body": null,
"is_bot": false,
"headline": "v0.2.1",
"author_name": "padi2312",
"author_login": "p-arndt",
"committed_at": "2024-10-18T18:33:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ea6793acbf2c786c12f286cf9377c09735e7c58",
"body": null,
"is_bot": false,
"headline": "Check which docker compose version is installed",
"author_name": "padi2312",
"author_login": "p-arndt",
"committed_at": "2024-10-18T18:32:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ebd1eedb9e4c44cef3dc9ed0a9471137673f218",
"body": null,
"is_bot": false,
"headline": "do some go funcs",
"author_name": "padi2312",
"author_login": "p-arndt",
"committed_at": "2024-10-18T18:17:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1d4080112f5b69074c32cd6813fbe988db31d55",
"body": null,
"is_bot": false,
"headline": "Update README.md [skip ci]",
"author_name": "P. Arndt",
"author_login": "p-arndt",
"committed_at": "2024-10-17T23:43:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d64c525e4f432773c1a383fe8ef6366b829e2db",
"body": null,
"is_bot": false,
"headline": "[skip ci] Update README.md",
"author_name": "P. Arndt",
"author_login": "p-arndt",
"committed_at": "2024-10-17T23:42:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aea4f11f0129f0b632c7dee8b21153c82fcd80ab",
"body": null,
"is_bot": false,
"headline": "Merge branch 'develop'",
"author_name": "padi2312",
"author_login": "p-arndt",
"committed_at": "2024-10-17T23:27:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dde54ddeaa94111fec3fb6f713db4cc6ba03ee4",
"body": null,
"is_bot": false,
"headline": "Fix pipeline",
"author_name": "padi2312",
"author_login": "p-arndt",
"committed_at": "2024-10-17T23:26:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1faee15f6543eba81500fc158324f7d98c9788ed",
"body": "v0.2.0",
"is_bot": false,
"headline": "Merge pull request #1 from Padi2312/develop",
"author_name": "P. Arndt",
"author_login": "p-arndt",
"committed_at": "2024-10-17T23:22:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a25bf99be10b0cfd2024963f142570c32590203",
"body": null,
"is_bot": false,
"headline": "update pipelines",
"author_name": "padi2312",
"author_login": "p-arndt",
"committed_at": "2024-10-17T23:19:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bbeeb21fa96f6831988f1797f558bf2519acadc",
"body": null,
"is_bot": false,
"headline": "v0.2.0",
"author_name": "padi2312",
"author_login": "p-arndt",
"committed_at": "2024-10-17T23:14:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd968581a76bc482d658a15396cca41061137ab5",
"body": null,
"is_bot": false,
"headline": "Update README + go mod tidy",
"author_name": "padi2312",
"author_login": "p-arndt",
"committed_at": "2024-10-17T23:14:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f9dad67c622a4a99be809d70db39106ae275c73",
"body": null,
"is_bot": false,
"headline": "Refactor code add more tests",
"author_name": "padi2312",
"author_login": "p-arndt",
"committed_at": "2024-10-17T23:00:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c0c818c20fc812d3935274f581a005dcee12cfd",
"body": null,
"is_bot": false,
"headline": "Update README + tests",
"author_name": "padi2312",
"author_login": "p-arndt",
"committed_at": "2024-10-15T18:31:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "957e6ca64f7d3e62e12ecac513ffdd5aaf5c0409",
"body": null,
"is_bot": false,
"headline": "update pipelines",
"author_name": "padi2312",
"author_login": "p-arndt",
"committed_at": "2024-10-15T18:13:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "552c1cc81847e84feb6b1a2e51d4619c1418faa3",
"body": null,
"is_bot": false,
"headline": "fix pipeline + add version",
"author_name": "padi2312",
"author_login": "p-arndt",
"committed_at": "2024-10-15T18:10:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f6f6a028900795da5e3dac88ea6956983a36dac",
"body": null,
"is_bot": false,
"headline": "Started adding tests",
"author_name": "padi2312",
"author_login": "p-arndt",
"committed_at": "2024-10-15T18:07:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb1bc3228c3ddd003815b624943f25be1538f688",
"body": null,
"is_bot": false,
"headline": "Added github workflows",
"author_name": "padi2312",
"author_login": "p-arndt",
"committed_at": "2024-10-15T17:45:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1afeeeada64b6e13486893856ecb1910e3de79df",
"body": null,
"is_bot": false,
"headline": "add support for major, minor and patch flag for more control",
"author_name": "padi2312",
"author_login": "p-arndt",
"committed_at": "2024-10-15T17:40:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "305575b8e5bc7d0a9e4cecd6c5b1f795c92bcf27",
"body": "…more",
"is_bot": false,
"headline": "Refactoring + colorized logs + backup of original compose file + and …",
"author_name": "padi2312",
"author_login": "p-arndt",
"committed_at": "2024-10-14T20:42:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "162c2f3200a28ea49181e880695af99edc91b6ba",
"body": null,
"is_bot": false,
"headline": "Add update to file and restart service option + refactor update checker",
"author_name": "padi2312",
"author_login": "p-arndt",
"committed_at": "2024-10-12T20:47:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c510e8650c163380dbc561257ede80dd514e2c3",
"body": null,
"is_bot": false,
"headline": "Initial Commit",
"author_name": "padi2312",
"author_login": "p-arndt",
"committed_at": "2024-10-12T19:49:39Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 10,
"commits_last_year": 35,
"latest_release_at": "2026-07-24T17:31:22Z",
"latest_release_tag": "v0.7.0",
"releases_from_tags": false,
"days_since_last_push": 2,
"active_weeks_last_year": 4,
"days_since_latest_release": 2,
"mean_days_between_releases": 71.6
},
"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/p-arndt/compose-check-updates",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/p-arndt/compose-check-updates",
"is_deprecated": false,
"latest_version": "v0.7.0",
"repository_url": "https://github.com/p-arndt/compose-check-updates",
"versions_count": 5,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-24T17:28:21Z",
"latest_version_yanked": null,
"days_since_latest_publish": 2
}
]
},
"popularity": {
"forks": 2,
"stars": 1,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2026-01-04",
"count": 1
},
{
"date": "2026-03-02",
"count": 1
}
],
"complete": true,
"collected": 2,
"total_forks": 2
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"justfile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 36113,
"source_files_sampled": 45,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.3.8",
"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": {
"unknown": 1
},
"advisory_count": 1,
"affected_count": 1,
"assessed_count": 34,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/Masterminds/semver/v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.5.0"
},
{
"name": "github.com/charmbracelet/bubbles",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.0"
},
{
"name": "github.com/charmbracelet/bubbletea",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.10"
},
{
"name": "github.com/charmbracelet/lipgloss",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.0"
},
{
"name": "github.com/mattn/go-isatty",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.20"
},
{
"name": "github.com/muesli/termenv",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.16.0"
},
{
"name": "github.com/regclient/regclient",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.11.5"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.1"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/charmbracelet/bubbles",
"direct": true,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/bubbletea",
"direct": true,
"version": "v1.3.10",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/lipgloss",
"direct": true,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/masterminds/semver/v3",
"direct": true,
"version": "v3.5.0",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-isatty",
"direct": true,
"version": "v0.0.20",
"ecosystem": "go"
},
{
"name": "github.com/muesli/termenv",
"direct": true,
"version": "v0.16.0",
"ecosystem": "go"
},
{
"name": "github.com/regclient/regclient",
"direct": true,
"version": "v0.11.5",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": true,
"version": "v1.11.1",
"ecosystem": "go"
},
{
"name": "github.com/aymanbagabas/go-osc52/v2",
"direct": false,
"version": "v2.0.1",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/colorprofile",
"direct": false,
"version": "v0.4.1",
"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/clipperhouse/displaywidth",
"direct": false,
"version": "v0.9.0",
"ecosystem": "go"
},
{
"name": "github.com/clipperhouse/stringish",
"direct": false,
"version": "v0.1.1",
"ecosystem": "go"
},
{
"name": "github.com/clipperhouse/uax29/v2",
"direct": false,
"version": "v2.5.0",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/docker/libtrust",
"direct": false,
"version": "v0.0.0-20160708172513-aabc10ec26b7",
"ecosystem": "go"
},
{
"name": "github.com/erikgeiser/coninput",
"direct": false,
"version": "v0.0.0-20211004153227-1c3628e74d0f",
"ecosystem": "go"
},
{
"name": "github.com/klauspost/compress",
"direct": false,
"version": "v1.19.0",
"ecosystem": "go"
},
{
"name": "github.com/lucasb-eyer/go-colorful",
"direct": false,
"version": "v1.3.0",
"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/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/opencontainers/go-digest",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/rivo/uniseg",
"direct": false,
"version": "v0.4.7",
"ecosystem": "go"
},
{
"name": "github.com/sirupsen/logrus",
"direct": false,
"version": "v1.9.4",
"ecosystem": "go"
},
{
"name": "github.com/ulikunitz/xz",
"direct": false,
"version": "v0.5.15",
"ecosystem": "go"
},
{
"name": "github.com/xo/terminfo",
"direct": false,
"version": "v0.0.0-20220910002029-abceb7e1c41e",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.47.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.3.8",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": false,
"version": "v3.0.1",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 34,
"direct_count": 8,
"indirect_count": 26
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 7,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 1,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "p-arndt",
"commits": 61,
"avatar_url": "https://avatars.githubusercontent.com/u/46527411?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"release.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 7,
"reason": "3 out of 4 merged PRs checked by a CI test -- score normalized to 7",
"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/21 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": "22 commit(s) and 1 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": 10,
"reason": "all dependencies are pinned",
"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": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "d89ee796fba9a8332c63de49b37a15f3bbb1528c",
"ran_at": "2026-07-27T16:56:21Z",
"aggregate_score": 4.1,
"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-24T17:29:16Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-24T17:28:00Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/p-arndt/compose-check-updates",
"host": "github.com",
"name": "compose-check-updates",
"owner": "p-arndt"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"security": 53,
"vitality": 71,
"community": 24,
"governance": 56,
"engineering": 53
},
"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": 63,
"inputs": {
"commits_last_year": 35,
"human_commit_share": 1,
"days_since_last_push": 2,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 2 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 2
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "35 commits in the last year",
"points": 14,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 35
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "22 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"releases_count": 10,
"latest_release_tag": "v0.7.0",
"releases_from_tags": false,
"days_since_latest_release": 2,
"mean_days_between_releases": 71.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "10 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 10
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 2
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~71.6 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 71.6
}
}
],
"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": "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": 2,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 2 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 2
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 24,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 2,
"stars": 1,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 1
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "2 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 2
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 56,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"merged_prs": 7,
"open_issues": 0,
"closed_issues": 1,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "7/8 decided PRs merged",
"points": 33.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 7,
"decided": 8
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/21 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": 52,
"inputs": {
"followers": 14,
"owner_type": "User",
"is_verified": null,
"owner_login": "p-arndt",
"public_repos": 34,
"account_age_days": 2756
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "14 followers of p-arndt",
"points": 8.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 14,
"login": "p-arndt"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "34 public repos, account ~7 yr old",
"points": 23.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 34
}
},
{
"code": "account_age_years",
"params": {
"years": 7
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/p-arndt/compose-check-updates"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 2
},
"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 2 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 2
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "5 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 5
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 53,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 62,
"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": "3 out of 4 merged PRs checked by a CI test -- score normalized to 7",
"points": 14,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 53,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 41,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.1
},
"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": "3 out of 4 merged PRs checked by a CI test -- score normalized to 7",
"points": 1.8,
"status": "partial",
"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/21 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": "22 commit(s) and 1 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": "all dependencies are pinned",
"points": 5,
"status": "met",
"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": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 34 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 34
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 1,
"affected_packages": 1,
"assessed_packages": 34,
"unassessed_packages": 0,
"affected_by_severity": "unknown 1",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "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": 34,
"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": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 62,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.607,
"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": "37 of 61 human commits state their intent (structured subject or explanatory body)",
"points": 32.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 37,
"sampled": 61
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"justfile"
],
"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": "justfile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "justfile"
}
}
],
"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": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 61",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 61
}
}
],
"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": "all dependencies are pinned",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 36113,
"source_files_sampled": 45,
"oversized_source_files": 0
},
"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": "0/45 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 45,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-27T16:56:30.354475Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/p/p-arndt/compose-check-updates.svg",
"full_name": "p-arndt/compose-check-updates",
"license_state": "standard",
"license_spdx": "MIT"
}