JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"cli",
"cobra",
"go",
"golang",
"reflection",
"separation-of-concerns",
"struct-tags",
"cobra-cli"
],
"is_fork": false,
"size_kb": 146,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 53685,
"Makefile": 449
},
"pushed_at": "2026-07-19T19:47:39Z",
"created_at": "2023-10-26T20:20:51Z",
"owner_type": "User",
"updated_at": "2026-07-17T21:40:36Z",
"description": "An opinionated extension library for spf13/cobra, making a stance.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Matthias Friedrich",
"type": "User",
"login": "matzefriedrich",
"company": "@stackitcloud",
"location": "Potsdam",
"followers": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/1573457?v=4",
"created_at": "2012-03-25T14:59:09Z",
"is_verified": null,
"public_repos": 145,
"account_age_days": 5232
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.6.2",
"kind": "patch",
"published_at": "2026-07-17T21:19:11Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2025-09-23T23:56:56Z"
},
{
"tag": "v0.5.3",
"kind": "patch",
"published_at": "2025-09-09T19:15:12Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2025-05-26T20:39:55Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2024-11-27T17:18:28Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2024-09-26T19:40:07Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2024-09-25T22:59:26Z"
},
{
"tag": "v0.2.6",
"kind": "patch",
"published_at": "2024-08-27T20:48:25Z"
},
{
"tag": "v0.2.5",
"kind": "patch",
"published_at": "2024-06-12T18:32:28Z"
},
{
"tag": "v0.2.3",
"kind": "patch",
"published_at": "2024-04-25T22:25:11Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2024-04-22T21:56:36Z"
}
],
"recent_commits": [
{
"oid": "4ad4d817927dca9b7be070dc65c61ac8289521ce",
"body": "…pers and Makefile",
"is_bot": false,
"headline": "test: add comprehensive unit tests for reflection package, update hel…",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2026-07-17T21:40:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efaa4612045271bebc70d6c8d6551185303d29b0",
"body": "* feat: add support for short flag names (shorthands) via 'shorthand' struct tag\n* docs: update CHANGELOG for short flag support\n* docs: update CHANGELOG with release date for v0.6.2\n\n---------\n\nCo-authored-by: Junie <junie@jetbrains.com>",
"is_bot": false,
"headline": "Support for short flag names (#28)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2026-07-17T21:09:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d2e6efdfe1b0a63822a843c61b5ce69db37b744",
"body": "* feat: add support for mapping repeated flags to slices\n\nCo-authored-by: Junie <junie@jetbrains.com>\n\n* chore: update changelog with details on repeated flag slice support\n\n---------\n\nCo-authored-by: Junie <junie@jetbrains.com>",
"is_bot": false,
"headline": "Support for mapping repeated flags to slice fields (#27)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2026-07-17T20:57:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e805cedce5a56a9320610796965eeab2b6f4f2d",
"body": null,
"is_bot": false,
"headline": "Upgrades Go version to 1.26.4",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2026-07-17T20:45:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56a069d1b2f221857fac1a6c648c671ae195ba48",
"body": "* Update Go version to 1.25.5, and upgrades all package dependencies\n* Bumps `github.com/cpuguy83/go-md2man/v2` to v2.0.7\n* Updates Go workflow to use setup-go v6 and go.version-file",
"is_bot": false,
"headline": "Update Go version to 1.25.5, and upgrades all package dependencies (#26)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2025-12-16T20:53:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25d226e219df71cdac3554f3f0b84c7996c8b2cf",
"body": "* Bump github.com/spf13/cobra from 1.10.1 to 1.10.2\n\nBumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.10.1 to 1.10.2.\n- [Release notes](https://github.com/spf13/cobra/releases)\n- [Commits](https://github.com/spf13/cobra/compare/v1.10.1...v1.10.2)\n\n---\nupdated-dependencies:\n- dep\n[…]\ndabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/spf13/cobra from 1.10.1 to 1.10.2 (#25)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-12-16T20:42:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "25981f353d27de549d3dc0f37ff0e67898355a60",
"body": null,
"is_bot": false,
"headline": "Updates the README file",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2025-09-23T23:59:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cfba816bd34cf7aa0a70fc86a3d67f5f21f5b4c",
"body": null,
"is_bot": false,
"headline": "Bumps Go version in GitHub Actions workflow to 1.25",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2025-09-23T23:48:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31d793717fbda038e99afdcaad671ca011d58c83",
"body": "* Extends the TypedCommand interface\n* Adds a context.Context parameter to the Execute method and adopts changes to all usages\n* Adds clean context handling in CreateTypedCommand\n* Removes the command key (no longer needed)\n\n* Bumps `github.com/spf13/pflag` from v1.0.9 to v1.0.10\n\n* Updates the changelog",
"is_bot": false,
"headline": "Adds proper support for command execution with context (#24)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2025-09-23T23:44:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "873108012136c23ee14c96f096964d95d7d02b2f",
"body": "* Bump github.com/stretchr/testify from 1.11.0 to 1.11.1\n\nBumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.11.0 to 1.11.1.\n- [Release notes](https://github.com/stretchr/testify/releases)\n- [Commits](https://github.com/stretchr/testify/compare/v1.11.0...v1.11.1)\n\n---\nup\n[…]\ndabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 (#23)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-09T19:09:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2b19dde0a448706819b015568f014323cd0d0148",
"body": "* Bump github.com/spf13/cobra from 1.9.1 to 1.10.1\n\nBumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.9.1 to 1.10.1.\n- [Release notes](https://github.com/spf13/cobra/releases)\n- [Commits](https://github.com/spf13/cobra/compare/v1.9.1...v1.10.1)\n\n---\nupdated-dependencies:\n- depend\n[…]\ndabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/spf13/cobra from 1.9.1 to 1.10.1 (#22)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-09T19:04:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "92380a3ff899ea60001f79c5e563721d49af412d",
"body": "* Bump github.com/stretchr/testify from 1.10.0 to 1.11.0\n\nBumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.10.0 to 1.11.0.\n- [Release notes](https://github.com/stretchr/testify/releases)\n- [Commits](https://github.com/stretchr/testify/compare/v1.10.0...v1.11.0)\n\n---\nup\n[…]\ndabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 (#21)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-04T22:25:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c0a4cb6b6cbd6cf83cfd7bb73ac394f0daa586f9",
"body": null,
"is_bot": false,
"headline": "Updates the README file",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2025-05-28T21:39:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca5c1c9e15be611e046eb243b4019f0a868dade5",
"body": "* Removes `google/uuid` package dependency; uses a custom thread-safe UID sequence generator.",
"is_bot": false,
"headline": "Removes google/uuid package dependency (#20)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2025-05-27T21:55:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33c4001cf67a074c522364ad158e880b6d3918e8",
"body": null,
"is_bot": false,
"headline": "Removes unused methods from Stack utility",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2025-05-26T21:02:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0303b32564dcc24e2cd7f9e3743d87914b95ef3",
"body": null,
"is_bot": false,
"headline": "Updates the README.md file",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2025-05-26T21:00:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbeccd68d162cb344d10f89ba540187eb76f8a65",
"body": null,
"is_bot": false,
"headline": "Removes unused CaptureStdout utility function",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2025-05-26T20:59:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3de5bda5166997bae6ddb4b6bd9413f5d12fd0db",
"body": "* Removes example command implementations to thin out package dependencies\n* Adds new tests",
"is_bot": false,
"headline": "Thin out package dependencies (#19)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2025-05-26T20:21:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "deb6c9b39cb09dd321021f38cf696adedd79c777",
"body": "* Bump golang.org/x/crypto from 0.31.0 to 0.35.0\n\nBumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.31.0 to 0.35.0.\n- [Commits](https://github.com/golang/crypto/compare/v0.31.0...v0.35.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/crypto\n dependency-version: 0.35.\n[…]\ndabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/crypto from 0.31.0 to 0.35.0 (#18)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-05-19T22:02:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "be01dc0737697bc03edf200638000730d202f427",
"body": "* Bump github.com/ProtonMail/gopenpgp/v2 from 2.8.2 to 2.8.3\n\nBumps [github.com/ProtonMail/gopenpgp/v2](https://github.com/ProtonMail/gopenpgp) from 2.8.2 to 2.8.3.\n- [Release notes](https://github.com/ProtonMail/gopenpgp/releases)\n- [Changelog](https://github.com/ProtonMail/gopenpgp/blob/v2.8.3/CHA\n[…]\ndabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/ProtonMail/gopenpgp/v2 from 2.8.2 to 2.8.3 (#17)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-03-06T19:54:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5d1e0174c83157b584450aeed8047a896dfb2722",
"body": "* Bump github.com/spf13/cobra from 1.8.1 to 1.9.1\n\nBumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.1 to 1.9.1.\n- [Release notes](https://github.com/spf13/cobra/releases)\n- [Commits](https://github.com/spf13/cobra/compare/v1.8.1...v1.9.1)\n\n---\nupdated-dependencies:\n- dependenc\n[…]\ndabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 (#16)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-02-19T15:16:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d75ecafaa5ebafdb5a71dd635d34aa1fc2ee88dc",
"body": "* Bump github.com/ProtonMail/gopenpgp/v2 from 2.8.1 to 2.8.2\r\n\r\nBumps [github.com/ProtonMail/gopenpgp/v2](https://github.com/ProtonMail/gopenpgp) from 2.8.1 to 2.8.2.\r\n- [Release notes](https://github.com/ProtonMail/gopenpgp/releases)\r\n- [Changelog](https://github.com/ProtonMail/gopenpgp/blob/v2.8.2\n[…]\nbot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/ProtonMail/gopenpgp/v2 from 2.8.1 to 2.8.2 (#15)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-01-13T22:34:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "70797dcee7ac111d3bf9022b3d52d83e89cda6ef",
"body": "* Bump golang.org/x/crypto from 0.17.0 to 0.31.0\r\n\r\nBumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.17.0 to 0.31.0.\r\n- [Commits](https://github.com/golang/crypto/compare/v0.17.0...v0.31.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: golang.org/x/crypto\r\n dependency-type: \n[…]\nbot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/crypto from 0.17.0 to 0.31.0 (#14)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-12-16T09:05:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "877383bdfd67ceb3094f6c5cf2f8e21f3960bb7f",
"body": "* Bump github.com/ProtonMail/gopenpgp/v2 from 2.8.0 to 2.8.1\r\n\r\nBumps [github.com/ProtonMail/gopenpgp/v2](https://github.com/ProtonMail/gopenpgp) from 2.8.0 to 2.8.1.\r\n- [Release notes](https://github.com/ProtonMail/gopenpgp/releases)\r\n- [Changelog](https://github.com/ProtonMail/gopenpgp/blob/v2.8.1\n[…]\nbot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/ProtonMail/gopenpgp/v2 from 2.8.0 to 2.8.1 (#13)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-12-03T21:09:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7f29ab995b34337e96a1d6b8bb800f799d42cfc9",
"body": "* Adds Markdown documentation command\r\n* Updates command descriptions and example app details\r\n* Refactors command options to improve flexibility\r\n* Adds tests for rendering markdown command output.",
"is_bot": false,
"headline": "Feature/markdown command (#12)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-11-27T17:11:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b66068f02287f6da4bf000f23d1f0d949df75c1",
"body": "* Bump github.com/stretchr/testify from 1.9.0 to 1.10.0\r\n\r\nBumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.10.0.\r\n- [Release notes](https://github.com/stretchr/testify/releases)\r\n- [Commits](https://github.com/stretchr/testify/compare/v1.9.0...v1.10.0)\r\n\r\n---\n[…]\nbot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#11)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-11-27T09:29:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2ed14aa12814f2ffe854bff82c551b1b26e33153",
"body": null,
"is_bot": false,
"headline": "Updates the changelog",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-11-12T09:31:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9a7de8d1447d684e7fd749e3853f2f9f20bf201",
"body": "Bumps [github.com/ProtonMail/gopenpgp/v2](https://github.com/ProtonMail/gopenpgp) from 2.7.5 to 2.8.0.\r\n- [Release notes](https://github.com/ProtonMail/gopenpgp/releases)\r\n- [Changelog](https://github.com/ProtonMail/gopenpgp/blob/v2.8.0/CHANGELOG.md)\r\n- [Commits](https://github.com/ProtonMail/gopenp\n[…]\n:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/ProtonMail/gopenpgp/v2 from 2.7.5 to 2.8.0 (#10)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-11-12T09:27:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8bd07931d48c7b50278b29c690402b69a7056c0e",
"body": null,
"is_bot": false,
"headline": "Updates the changelog",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-09-26T19:32:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23825a22d0c52503949348bd49abb6b60641c5ba",
"body": "* Add unit tests for CommandLineApplication\r\n* Adds test cases for command execution and introduces the `CaptureStdout` function to capture standard output for a given callback during tests.\r\n* Added test cases for commands of the example apps to validate their execution (to gain coverage through integration tests).",
"is_bot": false,
"headline": "Test coverage (#9)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-09-26T19:24:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30fc209365f331b52ffa75ddf885670ac6636590",
"body": "Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.0 to 1.8.1.\r\n- [Release notes](https://github.com/spf13/cobra/releases)\r\n- [Commits](https://github.com/spf13/cobra/compare/v1.8.0...v1.8.1)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: github.com/spf13/cobra\r\n dependency-\n[…]\n:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#8)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-09-26T07:23:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "853c1cca54a9d32326279fcd819ea9bf8215fc30",
"body": "Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.3.3 to 1.3.7.\r\n- [Release notes](https://github.com/cloudflare/circl/releases)\r\n- [Commits](https://github.com/cloudflare/circl/compare/v1.3.3...v1.3.7)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: github.com/cloudflare/circl\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 (#6)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-09-26T07:16:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a509805e807b02b7385d1b7f751eeecfdb8b9cf",
"body": null,
"is_bot": false,
"headline": "Update dependabot.yml",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-09-26T07:04:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ebfeab142aaf2e988f008aef60a9d716bdba0f4",
"body": null,
"is_bot": false,
"headline": "Create dependabot.yml",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-09-26T07:01:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d79137b51f874fde140fd023a29001d3318b444c",
"body": null,
"is_bot": false,
"headline": "Updates the README.md file",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-09-25T23:26:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55e96a4c1a338b8f6071a2fbe0b817402e8e2129",
"body": "* Update Go version in go.mod to 1.23\r\n* Adds comments to ExecutableCommand interface and BaseCommand\r\n* Refactor CommandArgs initialization with options pattern\r\n* Refactor command structure and consolidate types.\r\n* Refactor: Centralize command types and update dependencies\r\n* Refactor and reorganize internal packages",
"is_bot": false,
"headline": "Pre release/refactorings (#5)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-09-25T22:49:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d748f61205104899cbd42638a3157a7dc6e1be53",
"body": "* Sets the application name and description to the application's root command\r\n* Updates the sample apps",
"is_bot": false,
"headline": "Fix/set application name (#4)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-08-27T20:41:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5a093894caabb1c2446847860e80a0bfbcd946d",
"body": "* Does no longer panic on unsupported fields\r\n\r\n* Updates the changelog",
"is_bot": false,
"headline": "Fix/ignore fields of unsupported type (#3)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-06-12T18:48:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bf40da7d046f217d1a5fe277ec7b53ef3326e62",
"body": "* Handles fields of kind interface (do nothing)",
"is_bot": false,
"headline": "Ignores untagged fields (#2)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-06-12T18:28:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de244cbb75d2591bdf3a4e85030b2840a9d6cecd",
"body": null,
"is_bot": false,
"headline": "Fixes the build",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-04-25T22:38:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1bd9687a7a9c350d6555107538f4e075376c195",
"body": null,
"is_bot": false,
"headline": "Restores project structure",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-04-25T22:23:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "561cef046c848a74a1f9e4aa6c5268cae87d730c",
"body": null,
"is_bot": false,
"headline": "Updates dependencies",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-04-25T22:05:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdb8e2f48d03612a0814c464e8a5a7ffc9c047a8",
"body": null,
"is_bot": false,
"headline": "Adds go.mod file",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-04-25T22:03:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56b05772aa3803e24208e71adb563d9f197e5bd8",
"body": null,
"is_bot": false,
"headline": "Removes go.work.sum",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-04-25T22:02:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96804612f7a1b419492de31324fea9fe0e3b0fa7",
"body": null,
"is_bot": false,
"headline": "Fixes the module paths",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-04-25T21:42:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8c60ef8a4d87c4faed0ead41c83df1e3e51f5d8",
"body": "* Adds the charmer interface to tame cobra\r\n\r\n* Changes the repo into a multi-module workspace\r\n\r\n* Changes the charmer module so that nested command apps can be configured by chaining method calls\r\n\r\n* Sets working directory the pipeline test step\r\n\r\n* Adds the CHANGELOG.md file\r\n\r\n* Refactors the \n[…]\nremoves field accessor methods that are no longer needed)\r\n\r\n* Adds reflection helpers to improve type reflection\r\n\r\n* Adds support for integer and boolean arguments\r\n\r\n* Updates the CHANGELOG.md file",
"is_bot": false,
"headline": "Feature/command line application wrapper (#1)",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-04-25T20:48:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "204ed20054a2f1f840cab870c5d353e4ab9817f3",
"body": null,
"is_bot": false,
"headline": "Updates the README.md file",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2024-02-13T20:37:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26a9cb462cc87e0a9d3e26e29e2bbc97853f698f",
"body": null,
"is_bot": false,
"headline": "Updates the README.md file and adds another example",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2023-10-27T21:33:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f63c45b4c38ee405c24fcad5fb4d4f88377979a",
"body": null,
"is_bot": false,
"headline": "Adds a sample application",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2023-10-27T21:11:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13b79d03368357d01aeb481ec451e0b3d0ee1a58",
"body": null,
"is_bot": false,
"headline": "Adds support for short and long command descriptions",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2023-10-27T21:10:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "156a62cb007f892ce252d0bf5d2d0e02b97ecebf",
"body": null,
"is_bot": false,
"headline": "Changes the Go version",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2023-10-26T22:42:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4796b918867870399b7cbfb7442d1e7d022c336c",
"body": null,
"is_bot": false,
"headline": "Create go.yml",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2023-10-26T22:39:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "132fcb5d5126d7eba454198bd72a78df173ab800",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2023-10-26T22:36:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ee9af80023b0507f7f58146b5564eb82ad1f550",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Matthias Friedrich",
"author_login": "matzefriedrich",
"committed_at": "2023-10-26T20:20:51Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 11,
"commits_last_year": 12,
"latest_release_at": "2026-07-17T21:19:11Z",
"latest_release_tag": "v0.6.2",
"releases_from_tags": false,
"days_since_last_push": 2,
"active_weeks_last_year": 4,
"days_since_latest_release": 4,
"mean_days_between_releases": 90.3
},
"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/matzefriedrich/cobra-extensions",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/matzefriedrich/cobra-extensions",
"is_deprecated": false,
"latest_version": "v0.6.2",
"repository_url": "https://github.com/matzefriedrich/cobra-extensions",
"versions_count": 25,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-17T21:09:18Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4
}
]
},
"popularity": {
"forks": 0,
"stars": 3,
"watchers": 2,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 10052,
"source_files_sampled": 33,
"oversized_source_files": 0,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 626
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 10,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.2"
},
{
"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/spf13/cobra",
"direct": true,
"version": "v1.10.2",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": true,
"version": "v1.11.1",
"ecosystem": "go"
},
{
"name": "github.com/cpuguy83/go-md2man/v2",
"direct": false,
"version": "v2.0.7",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/inconshreveable/mousetrap",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/russross/blackfriday/v2",
"direct": false,
"version": "v2.1.0",
"ecosystem": "go"
},
{
"name": "github.com/spf13/pflag",
"direct": false,
"version": "v1.0.10",
"ecosystem": "go"
},
{
"name": "go.yaml.in/yaml/v3",
"direct": false,
"version": "v3.0.4",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": false,
"version": "v3.0.1",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 10,
"direct_count": 2,
"indirect_count": 8
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 27,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "matzefriedrich",
"commits": 40,
"avatar_url": "https://avatars.githubusercontent.com/u/1573457?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"go.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": 3,
"reason": "7 out of 20 merged PRs checked by a CI test -- score normalized to 3",
"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/18 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 3,
"reason": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"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": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "4ad4d817927dca9b7be070dc65c61ac8289521ce",
"ran_at": "2026-07-22T18:37:35Z",
"aggregate_score": 4.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-20T21:23:16Z",
"oldest_open_prs": [
{
"number": 29,
"created_at": "2026-07-19T19:51:00Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-17T21:09:18Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/matzefriedrich/cobra-extensions",
"host": "github.com",
"name": "cobra-extensions",
"owner": "matzefriedrich"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"security": 54,
"vitality": 68,
"community": 26,
"governance": 55,
"engineering": 52
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 68,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"commits_last_year": 12,
"human_commit_share": 0.741,
"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": "12 commits in the last year",
"points": 10,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 12
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"points": 3,
"status": "partial",
"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": 11,
"latest_release_tag": "v0.6.2",
"releases_from_tags": false,
"days_since_latest_release": 4,
"mean_days_between_releases": 90.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "11 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 11
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~90.3 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 90.3
}
}
],
"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": 4,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 4 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 4
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 26,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 5,
"inputs": {
"forks": 0,
"stars": 3,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "3 stars",
"points": 4.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 3
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 55,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"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 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 69,
"inputs": {
"merged_prs": 27,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "27/28 decided PRs merged",
"points": 36.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 27,
"decided": 28
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/18 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": 55,
"inputs": {
"followers": 18,
"owner_type": "User",
"is_verified": null,
"owner_login": "matzefriedrich",
"public_repos": 145,
"account_age_days": 5232
},
"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": "18 followers of matzefriedrich",
"points": 9.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 18,
"login": "matzefriedrich"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "145 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 145
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/matzefriedrich/cobra-extensions"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 4
},
"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 4 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 4
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "25 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 25
}
}
],
"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": 52,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "7 out of 20 merged PRs checked by a CI test -- score normalized to 3",
"points": 6,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"cli",
"cobra",
"go",
"golang",
"reflection",
"separation-of-concerns",
"struct-tags",
"cobra-cli"
],
"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": "8 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 8
}
}
],
"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": 54,
"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": 42,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.2
},
"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": "7 out of 20 merged PRs checked by a CI test -- score normalized to 3",
"points": 0.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/18 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"points": 2.2,
"status": "partial",
"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": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"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 10 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": 10
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 10,
"unassessed_packages": 0,
"affected_by_severity": "none",
"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": 10,
"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": "good",
"name": "AI Readiness",
"value": 73,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "moderate",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.35,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 626
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md"
}
}
],
"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": "14 of 40 human commits state their intent (structured subject or explanatory body)",
"points": 18.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 14,
"sampled": 40
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.259
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": 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": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 54",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 54
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "14 of the last 54 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 14,
"sampled": 54
}
}
],
"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": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 10052,
"source_files_sampled": 33,
"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/33 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 33,
"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-22T18:37:47.285982Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/matzefriedrich/cobra-extensions.svg",
"full_name": "matzefriedrich/cobra-extensions",
"license_state": "standard",
"license_spdx": "MIT"
}