JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"kubernetes",
"helm",
"gitops",
"golang",
"brew",
"kbrew",
"kubernetes-deployment"
],
"is_fork": false,
"size_kb": 1097,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 82913,
"Shell": 11518,
"Makefile": 832
},
"pushed_at": "2023-02-25T08:32:05Z",
"created_at": "2021-01-22T10:54:31Z",
"owner_type": "Organization",
"updated_at": "2026-02-02T15:39:44Z",
"description": "kbrew is homebrew for Kubernetes",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go",
"Shell"
]
},
"owner": {
"blog": null,
"name": null,
"type": "Organization",
"login": "kbrew-dev",
"company": null,
"location": null,
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/80323187?v=4",
"created_at": "2021-03-09T10:24:19Z",
"is_verified": null,
"public_repos": 3,
"account_age_days": 1963
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2021-08-03T13:30:30Z"
},
{
"tag": "v0.0.8",
"kind": "patch",
"published_at": "2021-08-02T16:03:22Z"
}
],
"recent_commits": [
{
"oid": "e418f0eadc88452eff3a75f56a5dc33e5b5932a9",
"body": "Signed-off-by: sahil-lakhwani <sahilakhwani@gmail.com>\r\n\r\nIn the current implementation - on use of `--config-dir` the default repo is clone under the config-dir. The PR is to avoid that.\r\nThe PR also removes the requirement that a directory should have a `registries` sub-directory for kbrew to look for recipes in it.",
"is_bot": false,
"headline": "Avoid cloning in config-dir (#123)",
"author_name": "Sahil Lakhwani",
"author_login": "sahil-lakhwani",
"committed_at": "2021-09-24T09:11:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19a388f0ce233142753e0f4e58b12d59e3e2d83e",
"body": "This changes occurrences of Kbrew with kbrew.",
"is_bot": false,
"headline": "Fix typo in kbrew name in the README.md (#117)",
"author_name": "Bhavin Gandhi",
"author_login": "bhavin192",
"committed_at": "2021-08-04T08:25:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8398c1fe006a0b42536e8c20558cb0ed5482ed43",
"body": "* Add FAQ link to Table of content\n\n* Update README.md\n\n* Update README.md\n\nCo-authored-by: Sahil Lakhwani <sahilakhwani@gmail.com>\n\n* Update README.md\n\nCo-authored-by: Sahil Lakhwani <sahilakhwani@gmail.com>\n\nCo-authored-by: Sahil Lakhwani <sahilakhwani@gmail.com>",
"is_bot": false,
"headline": "[README] Add FAQ link to the table of content (#115)",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-08-04T07:55:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11a3fe422c72bc602c1c91d9e03e00254a0b0df7",
"body": null,
"is_bot": false,
"headline": "Adding to FAQ based on feedback from users (#113)",
"author_name": "Vishal",
"author_login": "vishal-biyani",
"committed_at": "2021-08-03T15:28:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af69957c0e646ed2f62510e10be92b076e7ccab7",
"body": null,
"is_bot": false,
"headline": "Release v0.1.0",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-08-03T13:29:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a6f85cf29d3f1ec962661a9f89784b9c4a0a6b3",
"body": null,
"is_bot": false,
"headline": "Fix install demo gif (#112)",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-08-03T13:27:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7461e86f2ddeee227f2d18a0a77be17593da5124",
"body": "Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>",
"is_bot": false,
"headline": "Update install demo gif",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-08-03T13:22:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc8bd7caa2cc11752e042b57df1b4a0c91452244",
"body": "- Add analytics collection documentation\r\n- Improvement in the main README",
"is_bot": false,
"headline": "Analytics documentation (#111)",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-08-03T12:52:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "924e2f578d3a58915dfb00e8923272de0d3b8507",
"body": "* Update README.md\n\n* Add flowchart image\n\nSigned-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>\n\n* Add flowchart image to README and fix grammar\n\n* readme changes for Recipe (#105)\n\nSigned-off-by: sahil-lakhwani <sahilakhwani@gmail.com>\n\n* README changes (#107)\n\n* README changes\r\n\r\nSigned-off-by\n[…]\nADME.md\n\nCo-authored-by: Prasad Ghangal <prasad.ghangal@gmail.com>\nCo-authored-by: Sahil Lakhwani <sahilakhwani@gmail.com>\nCo-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "Update README (#102)",
"author_name": "Vishal",
"author_login": "vishal-biyani",
"committed_at": "2021-08-03T05:11:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0abf97c3e759ea33bbb1307623fa3d64e3674da7",
"body": "Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>",
"is_bot": false,
"headline": "Update CLI description (#109)",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-08-03T04:51:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aace90f934858b8032aa8d8cf2fc5be4b2326861",
"body": null,
"is_bot": false,
"headline": "Release v0.0.8",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-08-02T15:57:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35d36e1cf9ab153c17bf40511731f584f4d234bb",
"body": "Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>",
"is_bot": false,
"headline": "Correct binary install link in README (#108)",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-08-02T15:55:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de2f96729f60ae338609dfcd711f44921fb9e8d5",
"body": "* add license to code files\n\nSigned-off-by: Gaurav Gahlot <gauravgahlot0107@gmail.com>\n\n* update .sh files\n\nSigned-off-by: Gaurav Gahlot <gauravgahlot0107@gmail.com>\n\n* update funcs.go\n\nSigned-off-by: Gaurav Gahlot <gauravgahlot0107@gmail.com>\n\n* typo in header in func.go\n\nSigned-off-by: sahil-lakhwani <sahilakhwani@gmail.com>\n\nCo-authored-by: sahil-lakhwani <sahilakhwani@gmail.com>",
"is_bot": false,
"headline": "Add license to code files (#106)",
"author_name": "Gaurav Gahlot",
"author_login": "gauravgahlot",
"committed_at": "2021-07-30T07:34:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c291d6bf6268dd82471f0d127569a8944778e26",
"body": null,
"is_bot": false,
"headline": "Enable code scan with CodeQL for Go source (#89)",
"author_name": "Sanket Sudake",
"author_login": "sanketsudake",
"committed_at": "2021-07-28T15:17:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc25ad03eb2c81966bfea57cc005521d77b88fc0",
"body": "Add `ready-to-merge` to auto merge the PR",
"is_bot": false,
"headline": "Add Mergify integration to automatically merge PRs on approval (#104)",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-07-28T14:18:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86d55b3bdaf321b7cca583a0b7698bb00f01c177",
"body": "Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>",
"is_bot": false,
"headline": "Switch release repo to kbrew (#103)",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-07-28T11:34:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e32f4566290776accc95733f4a42d47f3bc87fb4",
"body": null,
"is_bot": false,
"headline": "Add badges",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-07-28T08:59:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d21c53f806aa6ede90817603fd7a4902e51e25e",
"body": "Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.5.4 to 3.6.1.\r\n- [Release notes](https://github.com/helm/helm/releases)\r\n- [Commits](https://github.com/helm/helm/compare/v3.5.4...v3.6.1)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: helm.sh/helm/v3\r\n dependency-type: direct:production\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\n\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump helm.sh/helm/v3 from 3.5.4 to 3.6.1 (#101)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2021-07-28T06:28:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2560d9e144236ddc36dfb6bdd072429b57204ee3",
"body": null,
"is_bot": false,
"headline": "Release v0.0.7",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-07-26T12:06:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65fe951b326639339bc82973973faac27aa6d12c",
"body": "Signed-off-by: sahil-lakhwani <sahilakhwani@gmail.com>\r\n\r\nUnmarshalling recipe YAML and then rendering Go template converts everything to strings and actual data types are lost. This PR renders the Go templates and then unmarshalls it to `AppConfig`",
"is_bot": false,
"headline": "render templates before yaml unmarshalling (#100)",
"author_name": "Sahil Lakhwani",
"author_login": "sahil-lakhwani",
"committed_at": "2021-07-26T12:04:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b858d07ed69395ce87698c014c33a55cc5c95e57",
"body": "- Add spinner animations to show the installation process\r\n- Show App details before installing/uninstalling\r\n- Show success/failure emojis for app installation status\r\n- Add new flag `--debug` for verbose logs",
"is_bot": false,
"headline": "Logging framework (#93)",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-07-13T12:45:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e13191df14e746b61c78a8a11e84d1b983347a40",
"body": "GolangCI Lint scans code with different linters and reports issues\r\ndirectly withing github PR also it's easy to configure.\r\n\r\nDocumentation: https://golangci-lint.run/\r\n\r\nSigned-off-by: Sanket Sudake <sanketsudake@gmail.com>",
"is_bot": false,
"headline": "Use golangci-lint run for linting (#95)",
"author_name": "Sanket Sudake",
"author_login": "sanketsudake",
"committed_at": "2021-07-12T06:44:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1ff858a26e9369db15f01aa28fb1d955f7b1558",
"body": null,
"is_bot": false,
"headline": "Release v0.0.6",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-07-01T17:21:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4d1758f1234f790e0e1964f4b976957329e4d27",
"body": "- Add support for `pre_cleanup` and `post_cleanup` stages in recipes\r\n- Improve logging\r\n- Add support for complete app cleanup",
"is_bot": false,
"headline": "App cleanup improvements (#87)",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-06-30T05:40:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4b17e5b864a91f55fcaf1bd6bab6f9ff5504764",
"body": "* add info and args command\r\n\r\nSigned-off-by: sahil-lakhwani <sahilakhwani@gmail.com>\r\n\r\n* comments for Info and Args\r\n\r\nSigned-off-by: sahil-lakhwani <sahilakhwani@gmail.com>\r\n\r\n* show args in info cmd\r\n\r\nSigned-off-by: sahil-lakhwani <sahilakhwani@gmail.com>\r\n\r\n* return error for info\r\n\r\nSigned-off-by: sahil-lakhwani <sahilakhwani@gmail.com>",
"is_bot": false,
"headline": "add info and args command (#88)",
"author_name": "Sahil Lakhwani",
"author_login": "sahil-lakhwani",
"committed_at": "2021-06-29T17:12:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b53107df16f6542c2118d22c580c0bb77dfd1eb",
"body": "Signed-off-by: sahil-lakhwani <sahilakhwani@gmail.com>\r\n\r\nCurrently in case of error for commands, the cli outputs the usage - `SilenceUsage` is to avoid that\r\n\r\nThe error is being printed twice - `SilenceErrors` so that the error is printed only once at [here](https://github.com/kbrew-dev/kbrew/blob/254ab65e8c6963cb2f2871e4a5eb41ec0f58be52/cmd/cli/main.go#L164)",
"is_bot": false,
"headline": "silence usage and error print (#92)",
"author_name": "Sahil Lakhwani",
"author_login": "sahil-lakhwani",
"committed_at": "2021-06-28T04:16:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "254ab65e8c6963cb2f2871e4a5eb41ec0f58be52",
"body": "Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>",
"is_bot": false,
"headline": "Skip namespace creation if name is nil (#91)",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-06-24T09:42:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7045599a494c42fb3fb8f91ae5eb0ad99187e73d",
"body": "Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>",
"is_bot": false,
"headline": "Use correct reference while creating namespace (#90)",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-06-24T07:39:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b0780440b4c49cf69e89421cf46440f726eb766",
"body": "Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>",
"is_bot": false,
"headline": "Fix incorrect exit codes (#84)",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-06-15T07:15:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c32bf32f777b77d48436d95ea2517b9a4f805e26",
"body": "Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>",
"is_bot": false,
"headline": "Skip helm app installation if already exists (#85)",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-06-15T07:14:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9df2ff4954452c5f68bb0efdba8ab1a9b4a49f79",
"body": "* added code to create namespace if it doesn't exist\r\n\r\n* fixed review comments\r\n\r\n* Changed the logic to create namespace",
"is_bot": false,
"headline": "create namespace if it doesn't exist (#83)",
"author_name": "Mahendra Bagul",
"author_login": "bagulm123",
"committed_at": "2021-06-15T04:29:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "696f004a0f04b7b02b0264709c61a2b0affe6e29",
"body": null,
"is_bot": false,
"headline": "Release v0.0.5",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-06-02T16:35:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c200dc2fd7384bdf64bf0b6ee448847a095a9a4",
"body": "Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>",
"is_bot": false,
"headline": "Support helm functions on raw app args (#81)",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-06-02T06:50:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65dc13b4cd5631d042dc9b7bab0361dc402eb1e5",
"body": "* Enhanced version command to check for latest version and warn user\r\n\r\nSigned-off-by: Vishal Biyani <vrbiyani@gmail.com>\r\n\r\n* Remove unnecessary API call to get K8s version\r\n\r\nSigned-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>\r\n\r\n* Fix version comparison issue\r\n\r\nSigned-off-by: Prasad Ghangal\n[…]\noff-by: Prasad Ghangal <prasad.ghangal@gmail.com>\r\n\r\n* Undo unnecessary changes\r\n\r\nSigned-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>\r\n\r\nCo-authored-by: Prasad Ghangal <prasad.ghangal@gmail.com>",
"is_bot": false,
"headline": "Enhanced version command to check for latest version and warn user (#68)",
"author_name": "Vishal",
"author_login": "vishal-biyani",
"committed_at": "2021-06-02T06:30:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "52e5cc336fab766d4331c89a72e1a0b50d7bbd02",
"body": "* Add autocomplete support for kbrew CLI\r\n\r\nSigned-off-by: Sanket Sudake <sanketsudake@gmail.com>\r\n\r\n* Update cmd/cli/main.go\r\n\r\nCo-authored-by: Sahil Lakhwani <sahilakhwani@gmail.com>\r\n\r\nCo-authored-by: Sahil Lakhwani <sahilakhwani@gmail.com>",
"is_bot": false,
"headline": "Add autocomplete support for kbrew CLI (#78)",
"author_name": "Sanket Sudake",
"author_login": "sanketsudake",
"committed_at": "2021-06-01T05:39:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7edf4a86c57e5656e732467fed77324965bff330",
"body": "- Add new command `kbrew analytics` to check status and turn on/off the analytics collection\r\n- Collect following events: `install-success`, `install-fail`, `install-timeout` and `k8s-events`\r\n- Collect and report `k8s-events` in case of `install-fail` and `install-timeout`. \r\n- `k8s-events` are the `Warning` level events for involved Pods",
"is_bot": false,
"headline": "Collect events for analytics (#77)",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-05-31T11:19:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "417649ae0921521709b5f9cd276def57b324d656",
"body": "Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>",
"is_bot": false,
"headline": "Support custom wait for ready timeout (#76)",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-05-26T05:11:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01935e1bfbbc3296b23c0e1de9083e4ea7c09fa7",
"body": "* evaluate raw app arguments\r\n\r\nSigned-off-by: sahil-lakhwani <sahilakhwani@gmail.com>\r\n\r\n* pass patchedManifest on stdin\r\n\r\nSigned-off-by: sahil-lakhwani <sahilakhwani@gmail.com>",
"is_bot": false,
"headline": "Support for raw app args (#71)",
"author_name": "Sahil Lakhwani",
"author_login": "sahil-lakhwani",
"committed_at": "2021-05-21T11:27:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5092d446428be7f41b39f45d22d2c793f9208e58",
"body": "Signed-off-by: sahil-lakhwani <sahilakhwani@gmail.com>",
"is_bot": false,
"headline": "change args value to empty interface (#70)",
"author_name": "Sahil Lakhwani",
"author_login": "sahil-lakhwani",
"committed_at": "2021-05-18T07:16:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa56dbc90e3187356bcd59e5c692633d31ba4ef3",
"body": "* yaml evaluator\r\n\r\nSigned-off-by: sahil-lakhwani <sahilakhwani@gmail.com>\r\n\r\n* turn off yq debug logs\r\n\r\nSigned-off-by: sahil-lakhwani <sahilakhwani@gmail.com>\r\n\r\n* fix lint issues\r\n\r\nSigned-off-by: sahil-lakhwani <sahilakhwani@gmail.com>",
"is_bot": false,
"headline": "yaml evaluator (#69)",
"author_name": "Sahil Lakhwani",
"author_login": "sahil-lakhwani",
"committed_at": "2021-05-18T07:15:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "620db34c92861aae689e9ffe11a7e3731f7406fd",
"body": "Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>",
"is_bot": false,
"headline": "Fix CI go mod failures (#72)",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-05-17T16:39:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02d07c49185c10cfebb4bcbbb55e93eb3a2181e7",
"body": null,
"is_bot": false,
"headline": "Release v0.0.4",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-05-13T04:02:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aeda4850ef0f83273a4c60b06d2068733f07ca1b",
"body": "* args templating engine\r\n\r\nSigned-off-by: sahil-lakhwani <sahilakhwani@gmail.com>\r\n\r\n* remove unnecessary print\r\n\r\nSigned-off-by: sahil-lakhwani <sahilakhwani@gmail.com>\r\n\r\n* copyright header of helm\r\n\r\nSigned-off-by: sahil-lakhwani <sahilakhwani@gmail.com>",
"is_bot": false,
"headline": "Args templating engine (#67)",
"author_name": "Sahil Lakhwani",
"author_login": "sahil-lakhwani",
"committed_at": "2021-05-11T16:34:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec5beb7646751ce631234c9ab9f348ba7b130fad",
"body": "* arguments to helm app\r\n\r\nSigned-off-by: sahil-lakhwani <sahilakhwani@gmail.com>\r\n\r\n* remove template engine\r\n\r\nSigned-off-by: sahil-lakhwani <sahilakhwani@gmail.com>\r\n\r\n* remove unnecessary modules\r\n\r\nSigned-off-by: sahil-lakhwani <sahilakhwani@gmail.com>\r\n\r\n* go sum corrections\r\n\r\nSigned-off-by: sahil-lakhwani <sahilakhwani@gmail.com>",
"is_bot": false,
"headline": "Pass arguments to helm app (#66)",
"author_name": "Sahil Lakhwani",
"author_login": "sahil-lakhwani",
"committed_at": "2021-05-04T07:21:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8047090cf517cefacdd50cbc35eb5736b1fec938",
"body": "Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>",
"is_bot": false,
"headline": "Remove stale recipes dir (#61)",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-04-08T09:35:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41f087dcd7ab0521cefe1e29f3ced3a258f4f766",
"body": "* added go-lint checks\r\n\r\n* added dependency\r\n\r\n* resolved linting issues\r\n\r\n* added codespell file\r\n\r\n* Fixed review comments\r\n\r\n* removed codespell integration\r\n\r\n* Fixed linting issues\r\n\r\n* Fix golint checks and remove unused code\r\n\r\nSigned-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>\r\n\r\nCo-authored-by: Mahendra Bagul <mahendra@infracloud.io>\r\nCo-authored-by: Prasad Ghangal <prasad.ghangal@gmail.com>",
"is_bot": false,
"headline": "Add go lint checks (#52)",
"author_name": "Mahendra Hiraman Bagul",
"author_login": "bagulm123",
"committed_at": "2021-04-08T06:44:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7a932201af16458015e45ea6d93c1deb9251a34",
"body": null,
"is_bot": false,
"headline": "Added link to registry (#53)",
"author_name": "Vishal",
"author_login": "vishal-biyani",
"committed_at": "2021-04-05T11:29:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ee4298dd31479a2f9f4e09ae5522bbd7cc6b91f",
"body": "Signed-off-by: sahil-lakhwani <sahilakhwani@gmail.com>",
"is_bot": false,
"headline": "fix exact match for registry (#51)",
"author_name": "Sahil Lakhwani",
"author_login": "sahil-lakhwani",
"committed_at": "2021-04-05T08:52:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40fe9721b4ce14b3717c09474f5ecccff704b570",
"body": null,
"is_bot": false,
"headline": "Release v0.0.3",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-04-05T05:03:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bea42fd5c82ec787910f7dd55ef5182a4858d734",
"body": "Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>",
"is_bot": false,
"headline": "Add support of Mac build (#50)",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-04-05T05:02:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddcb86d6731c8313ffcc622aa51205fa9a27096f",
"body": null,
"is_bot": false,
"headline": "Release v0.0.2",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-04-05T04:19:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95932686334c6e08e64ef1a7c84b2edb81629757",
"body": null,
"is_bot": false,
"headline": "Update installation steps and command structs (#48)",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-04-04T12:46:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "092be3915df03d41b3e88a4bd7b514918232adb6",
"body": null,
"is_bot": false,
"headline": "Add support to update kbrew registries (#47)",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-04-04T12:46:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b71d2208e357aa9ca8c6770aada658276c2826a4",
"body": "Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>",
"is_bot": false,
"headline": "Use existing executable dir for upgrade (#46)",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-04-04T09:49:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "923ad2e045f7e15499daab47c8253ef346f5eece",
"body": null,
"is_bot": false,
"headline": "Release v0.0.1",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-04-04T07:46:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37314c8a13a20a3b12ef028b35934f221463611b",
"body": "Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>",
"is_bot": false,
"headline": "Update go.sum",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-04-04T07:45:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dff9559bbc26277bf83eba8dafea9a32951c2f2d",
"body": null,
"is_bot": false,
"headline": "Add update command to upgrade kbrew (#45)",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-04-02T05:21:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be50238c37c63609aacb76ed95a06ad8b0a5f62b",
"body": "Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>",
"is_bot": false,
"headline": "Add kbrew version command (#44)",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-04-02T04:07:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8c43543b0cffa4f658c282e2d3ace1f1d493881",
"body": "Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>",
"is_bot": false,
"headline": "Publish releases to kbrew-release repo (#43)",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-04-02T02:51:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fb50bd56e50df885cea9ca16f9450d9581ebef7",
"body": "Co-authored-by: Vishal <vishal-biyani@users.noreply.github.com>",
"is_bot": false,
"headline": "Add release process (#42)",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-03-31T07:16:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49fc8713d4465e4d0e4844a2316be038d50117ee",
"body": null,
"is_bot": false,
"headline": "Add support for kbrew registries (#35)",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-03-23T12:19:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ffb705bb8483c1e0b5e1c7b94d04a774b752570",
"body": "Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>",
"is_bot": false,
"headline": "Cleanup - remove redundant files (#34)",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-03-20T14:41:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f64106905a12e9ff19edc8d0bc26de9c6a59d919",
"body": "Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>",
"is_bot": false,
"headline": "Change repo owner to kbrew-dev (#33)",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-03-20T13:36:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "336ca7d6845e642ca595e2fabb0e5551dd9330da",
"body": "…l (#31)\" (#32)\n\nThis reverts commit d3cddc8c45e8f61572a09c554bc0d9e8136763a0.",
"is_bot": false,
"headline": "Revert \"Add Mergify integration to automatically merge PRs on approva…",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-03-20T13:27:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3cddc8c45e8f61572a09c554bc0d9e8136763a0",
"body": "* Mergify: configuration update\r\n\r\n* Update .mergify.yml",
"is_bot": false,
"headline": "Add Mergify integration to automatically merge PRs on approval (#31)",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-03-20T13:20:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a86ed1ff2288779478f24d63799e6e5122100a4",
"body": "- Increate workloadReadyTimeout to 15 mins\r\n- Fix resource name in WaitForReady logic\r\n- Minor fix in cert-manager recipe",
"is_bot": false,
"headline": "Increate workloadReadyTimeout to 15 mins (#30)",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-03-17T16:51:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a040e286004816e7d3bbbb88da0ba3b6880a6d8",
"body": null,
"is_bot": false,
"headline": "Added details to readme such as instructions and usage commands (#26)",
"author_name": "Vishal",
"author_login": "vishal-biyani",
"committed_at": "2021-03-10T06:40:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "577dd05d213adc4598969edf7ab68a8823268ae5",
"body": "Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>",
"is_bot": false,
"headline": "Set app/chart versions in the recipes (#18)",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-03-03T16:19:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26fcd0daaac6a8356f6d8d62a3235a1ca62c3a03",
"body": "Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>",
"is_bot": false,
"headline": "Add recipe for kafka operator installation (#17)",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-03-03T10:19:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07385765d3a45d46b3c57c81737de742dfed7180",
"body": "Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>",
"is_bot": false,
"headline": "Add support for shell command in install hooks (#15)",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-03-02T09:13:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9343caa29843cac0ff2fb58c609a8c7a86541f6",
"body": "Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>",
"is_bot": false,
"headline": "Add support for pre/post install hooks (#14)",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-03-01T12:03:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "536db2134a706154a9d9c5092fa7589dccca1164",
"body": null,
"is_bot": false,
"headline": "Added a simple workflow to build and test code (#12)",
"author_name": "Vishal",
"author_login": "vishal-biyani",
"committed_at": "2021-02-25T11:56:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01e98249a14fae89f3607ca3077d997fc3b9bf68",
"body": "Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>",
"is_bot": false,
"headline": "Remove redundant files (#13)",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-02-25T11:51:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f8d4fa356614840813d7942bb4c2c2c34bace55",
"body": "Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>",
"is_bot": false,
"headline": "Update imports to point to infracloudio repo (#10)",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-02-25T05:43:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9611982b46d3df5edf1c00feb03baa3704657764",
"body": "Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>",
"is_bot": false,
"headline": "Wait for workloads to be ready after install (#9)",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-02-25T05:36:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12dd2094c53efe5ba44cd0b7b56e6b9f469f5833",
"body": "Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>",
"is_bot": false,
"headline": "Add support for app repository (#7)",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-02-19T11:31:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "343a2395d02dc6fed67567880c7e4cf1168b80c4",
"body": null,
"is_bot": false,
"headline": "Add support to pass and parse config (#3)",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-02-17T07:20:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f850739e57e47aa6eb4e72f2a410850097119bcf",
"body": "Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>",
"is_bot": false,
"headline": "Add support to install, remove and search apps (#2)",
"author_name": "Prasad Ghangal",
"author_login": "PrasadG193",
"committed_at": "2021-02-09T05:54:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55e699e0ef038af0f8e29bbca6b3697752e1fe77",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Vishal",
"author_login": "vishal-biyani",
"committed_at": "2021-01-22T10:54:32Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 2,
"commits_last_year": 0,
"latest_release_at": "2021-08-03T13:30:30Z",
"latest_release_tag": "v0.1.0",
"releases_from_tags": false,
"days_since_last_push": 1245,
"active_weeks_last_year": 0,
"days_since_latest_release": 1816,
"mean_days_between_releases": 0.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/kbrew-dev/kbrew",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/kbrew-dev/kbrew",
"is_deprecated": false,
"latest_version": "v0.1.0",
"repository_url": "https://github.com/kbrew-dev/kbrew",
"versions_count": 9,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2021-08-03T13:29:43Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1816
}
]
},
"popularity": {
"forks": 18,
"stars": 189,
"watchers": 7,
"fork_history": {
"days": [
{
"date": "2021-07-29",
"count": 1
},
{
"date": "2021-08-03",
"count": 2
},
{
"date": "2021-08-04",
"count": 1
},
{
"date": "2021-08-06",
"count": 1
},
{
"date": "2021-08-10",
"count": 1
},
{
"date": "2021-10-25",
"count": 1
},
{
"date": "2021-11-23",
"count": 1
},
{
"date": "2022-01-06",
"count": 1
},
{
"date": "2022-01-16",
"count": 1
},
{
"date": "2022-02-13",
"count": 1
},
{
"date": "2022-02-15",
"count": 2
},
{
"date": "2022-06-25",
"count": 1
},
{
"date": "2022-07-11",
"count": 1
},
{
"date": "2022-10-13",
"count": 1
},
{
"date": "2023-05-26",
"count": 1
},
{
"date": "2023-07-12",
"count": 1
}
],
"complete": true,
"collected": 18,
"total_forks": 18
},
"star_history": null,
"open_issues_and_prs": 44
},
"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": 8984,
"source_files_sampled": 21,
"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": "github.com/go-git/go-git/v5",
"direct": true,
"version": "5.2.0",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 9.8,
"advisory_ids": [
"GHSA-37cx-329c-33x3",
"GHSA-389r-gv7p-r3rp",
"GHSA-3xc5-wrhm-f963",
"GHSA-449p-3h89-pw88",
"GHSA-crhj-59gh-8x96",
"GHSA-gm2x-2g9h-ccm8",
"GHSA-jhf3-xxhw-2wpp",
"GHSA-m7cr-m3pv-hgrp",
"GHSA-mw99-9chc-xw7r",
"GHSA-r9px-m959-cxf4"
],
"fixed_version": "6.0.0-alpha.4",
"advisory_count": 24,
"oldest_advisory_days": 940
},
{
"name": "helm.sh/helm/v3",
"direct": true,
"version": "3.6.1",
"severity": "high",
"ecosystem": "go",
"cvss_score": 8.5,
"advisory_ids": [
"GHSA-4hfp-h4cw-hj8p",
"GHSA-53c4-hhmh-vw5q",
"GHSA-557j-xg8c-q2mm",
"GHSA-5xqw-8hwv-wg92",
"GHSA-67fx-wx78-jx33",
"GHSA-6rx9-889q-vv2r",
"GHSA-7hfp-qfw3-5jxh",
"GHSA-9h84-qmv7-982p",
"GHSA-f9f8-9pmf-xv68",
"GHSA-hr2v-4r36-88hr"
],
"fixed_version": "4.1.4",
"advisory_count": 26,
"oldest_advisory_days": 1424
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "0.0.0-20210510120150-4163338589ed",
"severity": "high",
"ecosystem": "go",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-2wrh-6pvc-2jm9",
"GHSA-4374-p667-p6c8",
"GHSA-4v7x-pqxf-cx7m",
"GHSA-5cv4-jp36-h3mw",
"GHSA-69cg-p879-7622",
"GHSA-83g2-8m93-v3w7",
"GHSA-qppj-fm5r-hxr3",
"GHSA-qxp5-gwg8-xv66",
"GHSA-vvgc-356p-c3xw",
"GHSA-vvpx-j8f3-3w6h"
],
"fixed_version": "12.0.2",
"advisory_count": 32,
"oldest_advisory_days": 1618
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "0.0.0-20210514084401-e8d321eab015",
"severity": "moderate",
"ecosystem": "go",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-p782-xgp4-8hr8",
"GO-2022-0493",
"GO-2026-5024"
],
"fixed_version": "1.18.2",
"advisory_count": 3,
"oldest_advisory_days": 1492
},
{
"name": "github.com/kanisterio/kanister",
"direct": true,
"version": "0.0.0-20210224062123-08e898f3dbf3",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2024-3080"
],
"fixed_version": null,
"advisory_count": 1,
"oldest_advisory_days": 701
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 2,
"unknown": 1,
"critical": 1,
"moderate": 1
},
"advisory_count": 86,
"affected_count": 5,
"assessed_count": 26,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 3
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/BurntSushi/toml",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.3.1"
},
{
"name": "github.com/Masterminds/sprig/v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.2.2"
},
{
"name": "github.com/briandowns/spinner",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.16.0"
},
{
"name": "github.com/go-git/go-git/v5",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v5.2.0"
},
{
"name": "github.com/google/go-cmp",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.5.4"
},
{
"name": "github.com/google/go-github",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v17.0.0+incompatible"
},
{
"name": "github.com/kanisterio/kanister",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20210224062123-08e898f3dbf3"
},
{
"name": "github.com/mikefarah/yq/v4",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v4.9.0"
},
{
"name": "github.com/mitchellh/go-homedir",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.0"
},
{
"name": "github.com/openshift/api",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20200526144822-34f54f12813a"
},
{
"name": "github.com/openshift/client-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20200521150516-05eb9880269c"
},
{
"name": "github.com/pkg/errors",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.9.1"
},
{
"name": "github.com/satori/go.uuid",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.3"
},
{
"name": "github.com/spf13/viper",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.7.1"
},
{
"name": "gopkg.in/check.v1",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.0-20201130134442-10cb98267c6c"
},
{
"name": "gopkg.in/op/go-logging.v1",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.0-20160211212156-b2cb9fa56473"
},
{
"name": "gopkg.in/yaml.v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.4.0"
},
{
"name": "helm.sh/helm/v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.6.1"
},
{
"name": "k8s.io/api",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.21.0"
},
{
"name": "k8s.io/apimachinery",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.21.0"
},
{
"name": "k8s.io/client-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.21.0"
},
{
"name": "sigs.k8s.io/yaml",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/briandowns/spinner",
"direct": true,
"version": "1.16.0",
"ecosystem": "go"
},
{
"name": "github.com/burntsushi/toml",
"direct": true,
"version": "0.3.1",
"ecosystem": "go"
},
{
"name": "github.com/go-git/go-git/v5",
"direct": true,
"version": "5.2.0",
"ecosystem": "go"
},
{
"name": "github.com/google/go-cmp",
"direct": true,
"version": "0.5.4",
"ecosystem": "go"
},
{
"name": "github.com/google/go-github",
"direct": true,
"version": "17.0.0+incompatible",
"ecosystem": "go"
},
{
"name": "github.com/kanisterio/kanister",
"direct": true,
"version": "0.0.0-20210224062123-08e898f3dbf3",
"ecosystem": "go"
},
{
"name": "github.com/masterminds/sprig/v3",
"direct": true,
"version": "3.2.2",
"ecosystem": "go"
},
{
"name": "github.com/mikefarah/yq/v4",
"direct": true,
"version": "4.9.0",
"ecosystem": "go"
},
{
"name": "github.com/mitchellh/go-homedir",
"direct": true,
"version": "1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/openshift/api",
"direct": true,
"version": "0.0.0-20200526144822-34f54f12813a",
"ecosystem": "go"
},
{
"name": "github.com/openshift/client-go",
"direct": true,
"version": "0.0.0-20200521150516-05eb9880269c",
"ecosystem": "go"
},
{
"name": "github.com/pkg/errors",
"direct": true,
"version": "0.9.1",
"ecosystem": "go"
},
{
"name": "github.com/satori/go.uuid",
"direct": true,
"version": "1.2.0",
"ecosystem": "go"
},
{
"name": "github.com/spf13/cobra",
"direct": true,
"version": "1.1.3",
"ecosystem": "go"
},
{
"name": "github.com/spf13/viper",
"direct": true,
"version": "1.7.1",
"ecosystem": "go"
},
{
"name": "gopkg.in/check.v1",
"direct": true,
"version": "1.0.0-20201130134442-10cb98267c6c",
"ecosystem": "go"
},
{
"name": "gopkg.in/op/go-logging.v1",
"direct": true,
"version": "1.0.0-20160211212156-b2cb9fa56473",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v2",
"direct": true,
"version": "2.4.0",
"ecosystem": "go"
},
{
"name": "helm.sh/helm/v3",
"direct": true,
"version": "3.6.1",
"ecosystem": "go"
},
{
"name": "k8s.io/api",
"direct": true,
"version": "0.21.0",
"ecosystem": "go"
},
{
"name": "k8s.io/apimachinery",
"direct": true,
"version": "0.21.0",
"ecosystem": "go"
},
{
"name": "k8s.io/client-go",
"direct": true,
"version": "0.21.0",
"ecosystem": "go"
},
{
"name": "sigs.k8s.io/yaml",
"direct": true,
"version": "1.2.0",
"ecosystem": "go"
},
{
"name": "github.com/google/go-querystring",
"direct": false,
"version": "1.0.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "0.0.0-20210510120150-4163338589ed",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "0.0.0-20210514084401-e8d321eab015",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 26,
"direct_count": 23,
"indirect_count": 3
}
},
"maintainership": {
"issues": {
"open_prs": 7,
"merged_prs": 69,
"open_issues": 37,
"closed_ratio": 0.383,
"closed_issues": 23,
"closed_unmerged_prs": 4
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "PrasadG193",
"commits": 54,
"avatar_url": "https://avatars.githubusercontent.com/u/7098659?v=4"
},
{
"type": "User",
"login": "sahil-lakhwani",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/17122340?v=4"
},
{
"type": "User",
"login": "vishal-biyani",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/1167948?v=4"
},
{
"type": "User",
"login": "sanketsudake",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/1511975?v=4"
},
{
"type": "User",
"login": "bagulm123",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/6149190?v=4"
},
{
"type": "User",
"login": "bhavin192",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5154532?v=4"
},
{
"type": "User",
"login": "gauravgahlot",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/28539256?v=4"
}
],
"contributors_sampled": 7,
"top_contributor_share": 0.692
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"codeql.yaml",
"go.yml"
],
"has_docs_dir": true,
"linter_configs": [
".golangci.yaml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 24 merged PRs checked by a CI test -- score normalized to 0",
"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": 7,
"reason": "Found 21/29 approved changesets -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 4 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 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": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"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": 7,
"reason": "SAST tool detected but not run on all commits",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "85 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "e418f0eadc88452eff3a75f56a5dc33e5b5932a9",
"ran_at": "2026-07-25T05:18:00Z",
"aggregate_score": 4.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": true,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [
{
"number": 116,
"created_at": "2021-08-04T07:44:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 128,
"created_at": "2021-11-28T07:34:47Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 129,
"created_at": "2021-11-30T07:25:54Z",
"last_comment_at": "2022-01-26T15:40:33Z",
"last_comment_author": "sahil-lakhwani"
},
{
"number": 136,
"created_at": "2022-10-13T16:35:34Z",
"last_comment_at": "2022-10-31T08:44:43Z",
"last_comment_author": "Akshit42-hue"
},
{
"number": 138,
"created_at": "2023-02-08T22:41:53Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 139,
"created_at": "2023-02-25T06:36:21Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 140,
"created_at": "2023-02-25T08:32:05Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2021-09-24T09:11:20Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 1,
"created_at": "2021-01-28T09:27:50Z",
"last_comment_at": "2021-04-09T06:29:42Z",
"last_comment_author": "RealHarshThakur"
},
{
"number": 8,
"created_at": "2021-02-19T05:36:21Z",
"last_comment_at": "2021-04-05T10:53:10Z",
"last_comment_author": "PrasadG193"
},
{
"number": 23,
"created_at": "2021-03-09T06:27:44Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 25,
"created_at": "2021-03-09T17:00:59Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 29,
"created_at": "2021-03-10T07:25:34Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 36,
"created_at": "2021-03-21T16:10:30Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 38,
"created_at": "2021-03-21T16:54:09Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 40,
"created_at": "2021-03-30T06:18:42Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 41,
"created_at": "2021-03-30T06:19:26Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 54,
"created_at": "2021-04-06T07:04:18Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 55,
"created_at": "2021-04-06T07:06:36Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 56,
"created_at": "2021-04-06T07:08:00Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 58,
"created_at": "2021-04-07T06:59:06Z",
"last_comment_at": "2021-04-10T11:20:00Z",
"last_comment_author": "vishal-biyani"
},
{
"number": 59,
"created_at": "2021-04-08T06:28:53Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 60,
"created_at": "2021-04-08T09:08:42Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 73,
"created_at": "2021-05-20T09:47:23Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 82,
"created_at": "2021-06-04T07:34:31Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 86,
"created_at": "2021-06-15T13:09:04Z",
"last_comment_at": "2022-02-18T17:45:32Z",
"last_comment_author": "szh"
},
{
"number": 96,
"created_at": "2021-07-12T13:48:52Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 97,
"created_at": "2021-07-12T13:51:04Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/kbrew-dev/kbrew",
"host": "github.com",
"name": "kbrew",
"owner": "kbrew-dev"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "Abandonment Policy applies a 60% multiplier to weighted overall health and gives it a ceiling of 49.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 49,
"pct": 60
}
}
],
"value": 29,
"inputs": {
"security": 42,
"vitality": 22,
"community": 51,
"governance": 52,
"engineering": 72,
"abandonment_cap": 49,
"abandonment_state": "likely_abandoned",
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 48,
"overall_after_abandonment_multiplier": 29
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 22,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 0.987,
"days_since_last_push": 1245,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1245 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 1245
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"releases_count": 2,
"latest_release_tag": "v0.1.0",
"releases_from_tags": false,
"days_since_latest_release": 1816,
"mean_days_between_releases": 0.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "2 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 2
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1816 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1816
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~0.9 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 0.9
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "moderate",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"cap": 49,
"state": "likely_abandoned",
"guards": [],
"signals": [
"unanswered_contributions",
"issue_rot",
"unfixed_advisory",
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 7,
"unanswered_open_issues": 18,
"days_since_last_merged_pr": 1764,
"days_since_last_human_commit": 1764,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 1764 days; 5 unmet obligation(s): pull requests unanswered, issues unanswered, a fixed advisory left unapplied, releases stalled, Scorecard reports it unmaintained",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 1764,
"count": 5,
"signals": "pull requests unanswered, issues unanswered, a fixed advisory left unapplied, releases stalled, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 51,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"forks": 18,
"stars": 189,
"watchers": 7,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "189 stars",
"points": 36.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 189
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "18 forks",
"points": 10.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 18
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "7 watchers",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 7
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 52,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 7,
"top_contributor_share": 0.692
},
"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 69% of commits",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 69
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "7 contributors",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 7
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"merged_prs": 69,
"open_issues": 37,
"closed_issues": 23,
"issue_closed_ratio": 0.383,
"closed_unmerged_prs": 4
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "38% of issues closed",
"points": 17.9,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 38
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "69/73 decided PRs merged",
"points": 36.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 69,
"decided": 73
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 21/29 approved changesets -- score normalized to 7",
"points": 10.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"followers": 0,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "kbrew-dev",
"public_repos": 3,
"account_age_days": 1963
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "0 followers of kbrew-dev",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "kbrew-dev"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "3 public repos, account ~5 yr old",
"points": 15.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 3
}
},
{
"code": "account_age_years",
"params": {
"years": 5
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"github.com/kbrew-dev/kbrew"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 1816
},
"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 1816 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1816
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "9 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 9
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 72,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".golangci.yaml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yaml"
}
}
],
"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": "0 out of 24 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"topics": [
"kubernetes",
"helm",
"gitops",
"golang",
"brew",
"kbrew",
"kubernetes-deployment"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "7 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 7
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 42,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging"
]
}
},
{
"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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 24 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"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 21/29 approved changesets -- score normalized to 7",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "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": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"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 detected but not run on all commits",
"points": 3.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "85 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "at_risk",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 26 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 26
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 43,
"inputs": {
"source": "osv",
"advisories": 86,
"affected_packages": 5,
"assessed_packages": 26,
"unassessed_packages": 0,
"affected_by_severity": "critical 1, high 2, moderate 1, unknown 1",
"direct_affected_packages": 3
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "3 affected: github.com/go-git/go-git/v5 5.2.0 (critical 9.8), helm.sh/helm/v3 3.6.1 (high 8.5), github.com/kanisterio/kanister 0.0.0-20210224062123-08e898f3dbf3 (unknown)",
"points": 5.9,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 3,
"packages": "github.com/go-git/go-git/v5 5.2.0 (critical 9.8), helm.sh/helm/v3 3.6.1 (high 8.5), github.com/kanisterio/kanister 0.0.0-20210224062123-08e898f3dbf3 (unknown)"
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "3 advisory-carrying package(s) unaddressed past 90 days; oldest published 1424 days ago",
"points": 26.1,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 3,
"oldest": 1424
}
}
],
"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": 26,
"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": 12
},
"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": 69,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.821,
"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": "64 of 78 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 64,
"sampled": 78
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.013
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".golangci.yaml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yaml"
}
}
],
"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 79",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 79
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "1 of the last 79 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 1,
"sampled": 79
}
}
],
"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": 8984,
"source_files_sampled": 21,
"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/21 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 21,
"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-25T05:18:17.253078Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/k/kbrew-dev/kbrew.svg",
"full_name": "kbrew-dev/kbrew",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}