Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 6384,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 116041,
"Makefile": 2388,
"Dockerfile": 122
},
"pushed_at": "2023-04-03T23:30:44Z",
"created_at": "2017-05-29T03:10:59Z",
"owner_type": "User",
"updated_at": "2026-06-15T08:48:33Z",
"description": "A Kubernetes controller and tool for one-way encrypted Secrets",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Angus Lees",
"type": "User",
"login": "anguslees",
"company": "@Canva",
"location": "Australia",
"followers": 241,
"avatar_url": "https://avatars.githubusercontent.com/u/224224?v=4",
"created_at": "2010-03-17T00:20:56Z",
"is_verified": null,
"public_repos": 222,
"account_age_days": 5971
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2017-06-20T08:45:28Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2017-06-08T11:16:07Z"
},
{
"tag": "v0.0.1",
"kind": "patch",
"published_at": "2017-06-05T23:57:43Z"
}
],
"recent_commits": [
{
"oid": "2e3902bcd6bdc870894f5599b87b6b3583e2bfc5",
"body": "126: client-go version bump to release-7.0 r=anguslees a=jipperinbham\n\nalso includes version bumps of k8s.io/api and k8s.io/apimachinery to release-1.10 with a new vendor of github.com/json-iterator/go due to an issue (https://github.com/kubernetes/apimachinery/issues/46) with client-go v7.0\r\n\r\naddresses #110 \n\nCo-authored-by: JP Phillips <jonphill9@gmail.com>",
"is_bot": true,
"headline": "Merge #126",
"author_name": "bors[bot]",
"author_login": "bors[bot]",
"committed_at": "2018-11-13T05:11:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51aaa460552d2e7c0a256e59160ff0181fdd11b6",
"body": "also includes version bumps of k8s.io/api and k8s.io/apimachinery to release-1.10 with a new vendor of github.com/json-iterator/go due to an issue (https://github.com/kubernetes/apimachinery/issues/46) with client-go v7.0\n\naddresses #110",
"is_bot": false,
"headline": "client-go version bump to release-7.0",
"author_name": "JP Phillips",
"author_login": "jipperinbham",
"committed_at": "2018-11-13T03:09:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a55e79c4ad01ab7ce2575013ff57707076231bf",
"body": "121: Add the ability to check whether a sealed secret is valid r=anguslees a=wjam\n\nMake it easier to verify whether a sealed secret is valid, without having to rely on reading the logs of the controller. Example: `cat manifest.yml | kubeseal --validate`\r\nFixes #118\n\nCo-authored-by: Will May <will.j.may@gmail.com>",
"is_bot": true,
"headline": "Merge #121",
"author_name": "bors[bot]",
"author_login": "bors[bot]",
"committed_at": "2018-11-05T05:52:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adfe7477c59f174b6413ee6ebd4e98dcdccf27da",
"body": "* Use a different namespace for the `--verify` integration test\n* Rate limit the number of requests to verify endpoint based on remote IP address",
"is_bot": false,
"headline": "Changes from code review",
"author_name": "Will May",
"author_login": "wjam",
"committed_at": "2018-11-03T17:33:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce9c3d58658d5733a0e60ea9ac8581faa2ef233c",
"body": "122: Add notes on how to built and test sealed-secrets r=anguslees a=wjam\n\nWhile the steps to run the integration tests could certainly be simplified, such as by building the binaries for multiple architectures at once and ensure the Docker build only uses the Linux one, this at least documents the current steps\n\nCo-authored-by: Will May <will.j.may@gmail.com>",
"is_bot": true,
"headline": "Merge #122",
"author_name": "bors[bot]",
"author_login": "bors[bot]",
"committed_at": "2018-11-01T03:44:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "004837cedfad021f4d6793139076ebc47be52ad8",
"body": null,
"is_bot": false,
"headline": "Add notes on how to built and test sealed-secrets",
"author_name": "Will May",
"author_login": "wjam",
"committed_at": "2018-10-24T20:13:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b931cbc4fde97baf0a1d2bf6b5a7024b7ac886fe",
"body": "Make it easier to verify whether a sealed secret is valid, without having to rely on reading the logs of the controller. Example: `cat manifest.yml | kubeseal --validate`\nFixes #118",
"is_bot": false,
"headline": "Add the ability to check whether a sealed secret is valid",
"author_name": "Will May",
"author_login": "wjam",
"committed_at": "2018-10-24T19:54:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "570304202b2ab3d134b7f4001b6be4303a7b9f11",
"body": "115: Update README.md r=anguslees a=dreadatour\n\n- Fix `kubectl replace` command.\r\n- Format backup and recover SealedSecrets encryption private key shell command to be consistent with the rest README file.\n\nCo-authored-by: Vladimir Rudnyh <dreadatour@gmail.com>",
"is_bot": true,
"headline": "Merge #115",
"author_name": "bors[bot]",
"author_login": "bors[bot]",
"committed_at": "2018-09-14T00:55:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0d3f0bebf8f4cf70a497bc0ca554fb1f2f0896d",
"body": "- Fix `kubectl replace` command.\r\n- Format backup and recover SealedSecrets encryption private key shell command to be consistent with the rest README file.",
"is_bot": false,
"headline": "Update README.md",
"author_name": "Vladimir Rudnyh",
"author_login": "dreadatour",
"committed_at": "2018-09-13T14:47:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2adfd62dd9e6f1f631c9c5b7407a91b00fc4976",
"body": "94: Add version flag to kubeseal r=anguslees a=c-knowles\n\nFixes https://github.com/bitnami-labs/sealed-secrets/issues/55.\r\n\r\nHad to add `kubeseal` make target to PHONY list to have it work well.\r\n\r\nMight want to add to controller as well.\n\nCo-authored-by: Chris Knowles <c-knowles@users.noreply.github.com>",
"is_bot": true,
"headline": "Merge #94",
"author_name": "bors[bot]",
"author_login": "bors[bot]",
"committed_at": "2018-05-10T03:55:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "770da625b6c06672ece24b6ce1e69ec0d44194ff",
"body": null,
"is_bot": false,
"headline": "Add ldflags to static compilation",
"author_name": "Chris Knowles",
"author_login": "c-knowles",
"committed_at": "2018-05-10T03:25:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c91f47098b4f6e682ccd5bb1759ee0a840626ba8",
"body": null,
"is_bot": false,
"headline": "Controller version flag and startup log",
"author_name": "Chris Knowles",
"author_login": "c-knowles",
"committed_at": "2018-05-09T13:45:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f31858ecf37ec5b6702723bdcc6e57141097ae16",
"body": null,
"is_bot": false,
"headline": "Version test improvements",
"author_name": "Chris Knowles",
"author_login": "c-knowles",
"committed_at": "2018-05-09T13:07:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ed807b1f33e269cb9c5f60c8a048f7d9e6caee6",
"body": null,
"is_bot": false,
"headline": "Missing colon in version output",
"author_name": "Chris Knowles",
"author_login": "c-knowles",
"committed_at": "2018-05-09T13:07:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8915dafe458edffd2893e602282642df3950342",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into feature/kubeseal-version-flag",
"author_name": "Chris Knowles",
"author_login": "c-knowles",
"committed_at": "2018-05-09T10:34:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "133762452fe53b708c9bf6683f53b4e4f6806e32",
"body": null,
"is_bot": false,
"headline": "Support multiple ldflags",
"author_name": "Chris Knowles",
"author_login": "c-knowles",
"committed_at": "2018-05-09T10:31:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc7ff5a1bcc4fea4cc42b27e36d8a9fde8040275",
"body": null,
"is_bot": false,
"headline": "Be explicit about the returned version",
"author_name": "Chris Knowles",
"author_login": "c-knowles",
"committed_at": "2018-05-09T10:30:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99636d9717f118b0528d746fb4d7c420851e4d9d",
"body": "96: Switch to kube.libsonnet for generating deployment YAML r=anguslees a=anguslees\n\nThis *should* be a semantic no-op, even though the produced YAML is\r\nnot identical (varies in some explicit defaults, names vs numeric\r\nports, etc)\n\nCo-authored-by: Angus Lees <gus@inodes.org>",
"is_bot": true,
"headline": "Merge #96",
"author_name": "bors[bot]",
"author_login": "bors[bot]",
"committed_at": "2018-05-09T08:06:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eafef871c90ca2b565441a1ac59f6f6193f61568",
"body": "This *should* be a semantic no-op, even though the produced YAML is\nnot identical (varies in some explicit defaults, names vs numeric\nports, etc)",
"is_bot": false,
"headline": "Switch to kube.libsonnet for generating deployment YAML",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2018-05-09T07:45:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5ffb75684d83e3faf578403327eb395e0f140b4",
"body": "Enforce the \"not rocket science\" rule.\n\nbors modifies the usual github CI workflow in a subtle but important\nway:\n\nWith regular github, the CI test (eg: travis-ci) needs to pass before\nthe Merge button goes green - but the PR might be against a stale\nversion of master, and the test *does not have to\n[…]\n://graydon.livejournal.com/186550.html for the blog version\nof the above.\n\n(*) bors approval is indicated with a `bors r+` github comment. See\nhttps://bors.tech/documentation/ for other bot commands.",
"is_bot": false,
"headline": "Add support for bors-ng github bot",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2018-05-09T06:19:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c643314a2ded11c78b31c363d92176f9133979a2",
"body": "kubecfg 0.7.1 was never released for osx, but our travis testing\nfailed to notice because it was still using the previously cached\nkubecfg binary.\n\na) Change to kubecfg 0.7.2\nb) Always use the expected version of kubecfg so an error like this\n won't slip through CI testing again\nc) Ditto for minikube, kubectl",
"is_bot": false,
"headline": "Fix master/osx builds: switch to kubecfg 0.7.2",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2018-05-09T05:45:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e53c90c90cb2825c9f3aabc5804b6632a59b70ae",
"body": null,
"is_bot": false,
"headline": "Fix the build - ksonnet 0.7.1 for darwin appears to be have yanked",
"author_name": "Chris Knowles",
"author_login": "c-knowles",
"committed_at": "2018-05-06T15:00:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa362cd777ac114a6d5f54ebb57ddf7178dd8b79",
"body": "Fixes https://github.com/bitnami-labs/sealed-secrets/issues/55.\n\nHad to add `kubeseal` make target to PHONY list to have it work well.\n\nMight want to add to controller as well.",
"is_bot": false,
"headline": "Add version flag to kubeseal",
"author_name": "Chris Knowles",
"author_login": "c-knowles",
"committed_at": "2018-05-06T14:26:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac3d3813bb5044de3a8de959517c21fc1ee7941d",
"body": "Not so useful now, but will be if/when we bring in schema auto-generation.",
"is_bot": false,
"headline": "Add +optional annotation",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2018-04-27T00:07:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fae87d924f1a0e6db10dd6e44fa51e8ccf54a66d",
"body": null,
"is_bot": false,
"headline": "Make sure secret type does not get dropped after sealing and unsealing",
"author_name": "Lino Carrillo",
"author_login": null,
"committed_at": "2018-04-27T00:07:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bda0af6a6a8abebc9ff359dd2e5e22d54cb40798",
"body": "Improve integration test coverage to exercise both negative\npaths (various types of invalid SealedSecrets), and new per-key\nencryption.\n\nAdd `omitempty` to spec.data, fixing an issue when Spec.Data was\n`nil` (yay for tests).\n\nAlso: bump version of kubecfg used to generate manifest YAML.",
"is_bot": false,
"headline": "Omit empty spec.data, and improve integration test coverage",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2018-03-21T23:31:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70d1aaeebd21449e061486344497e715fec1e051",
"body": null,
"is_bot": false,
"headline": "Set controller command as image entrypoint",
"author_name": "Will Medlar",
"author_login": "wmedlar",
"committed_at": "2018-03-09T06:50:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47a5e87d4f6df9e83f82f1140cd41e9f6ff6bff3",
"body": "…lly2\n\nEncrypt secrets individually - rebased",
"is_bot": false,
"headline": "Merge pull request #73 from sullerandras/sa/encrypt-secrets-individua…",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2018-03-05T02:37:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52f32b5683b7ebda5b3336560e6a9ef1a59930b6",
"body": "because it seems like it's not supported by kubernetes 1.9: https://github.com/kubernetes/kubernetes/issues/59485#issuecomment-368399539",
"is_bot": false,
"headline": "Remove validation from crd",
"author_name": "Andras Suller",
"author_login": "sullerandras",
"committed_at": "2018-03-05T01:49:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a250e12612871c616b2da14b4542bbb2642f2b25",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into sa/encrypt-secrets-individually2",
"author_name": "Andras Suller",
"author_login": "sullerandras",
"committed_at": "2018-03-05T01:43:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48fda98767f06e91fb6a98099f48fcd1a2b24b52",
"body": "Update README.md to include specific algorithms and key lengths.\r\n\r\nFor reference, the specific code (in the current version) exists in:\r\n- key generation: `cmd/controller/main.go`\r\n- encryption/decryption: `sealed-secrets/pkg/crypto/crypto.go`\r\n\r\nFixes #80 [ci skip]",
"is_bot": false,
"headline": "Include more crypto details",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2018-03-01T05:10:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c9eff64397e84fb3dc55f1b8eb52156c211e264",
"body": null,
"is_bot": false,
"headline": "I think we need `type: object` here",
"author_name": "Andras Suller",
"author_login": "sullerandras",
"committed_at": "2018-02-21T09:28:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2dc423415479d9f755f697bc674d6befd79c8518",
"body": null,
"is_bot": false,
"headline": "Fix spec.encryptedData validation regex",
"author_name": "Andras Suller",
"author_login": "sullerandras",
"committed_at": "2018-02-21T09:25:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69d7fa55e871e22bd2edd7ff02bafdb7b6f35b21",
"body": "$ make generate\ngo generate ./cmd/... ./pkg/...\nGenerating deepcopy funcs\nGenerating clientset for sealed-secrets:v1alpha1 at github.com/bitnami-labs/sealed-secrets/pkg/client/clientset\nGenerating listers for sealed-secrets:v1alpha1 at github.com/bitnami-labs/sealed-secrets/pkg/client/listers\nGenerating informers for sealed-secrets:v1alpha1 at github.com/bitnami-labs/sealed-secrets/pkg/client/informers",
"is_bot": false,
"headline": "Ran `make generate`",
"author_name": "Andras Suller",
"author_login": "sullerandras",
"committed_at": "2018-02-21T07:54:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fa2d9cd30010296d810edd12d8d0bfd0dd1133f",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into sa/encrypt-secrets-individually2",
"author_name": "Andras Suller",
"author_login": "sullerandras",
"committed_at": "2018-02-21T07:46:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8ea403737092c8207e76bf8b54c583fedb5be92",
"body": "Add integration framework and tests",
"is_bot": false,
"headline": "Merge pull request #76 from anguslees/integrationtest",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2018-02-09T15:53:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24008452a5234c37cda0f3dd31a3d61ad25413db",
"body": null,
"is_bot": false,
"headline": "Vendor updates from previous commit",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2018-02-09T14:53:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6f2e7ece31b091f21e228d32781f59a9f5b2944",
"body": null,
"is_bot": false,
"headline": "Add integration framework and tests",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2018-02-09T14:53:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9732bc3c752696329972ed66e85d5d07a5eac5d2",
"body": "Remove obsolete autogenerated files",
"is_bot": false,
"headline": "Merge pull request #77 from anguslees/rmoldgen",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2018-02-07T15:45:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2aaa5adca278c52b21a5d0abe9c15a9c2309180c",
"body": "Fix spec.data validation regex",
"is_bot": false,
"headline": "Merge pull request #78 from anguslees/schemafix",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2018-02-07T15:36:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d00b78a6c35c8e172a63569c10d5ac7cf60e6d5",
"body": "Rather embarrassing fix for a completely incorrect regex in the\nCRD validation schema.\n\nFixes #71",
"is_bot": false,
"headline": "Fix spec.data validation regex",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2018-02-07T15:29:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0620b68008dcdb85a39ee3976a5173cb1fe51ce1",
"body": null,
"is_bot": false,
"headline": "Remove obsolete autogenerated files",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2018-02-07T08:50:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18f8465255f2d34e4d75dcccffef97c25994cb6a",
"body": "move to bitnami-labs",
"is_bot": false,
"headline": "Merge pull request #75 from anguslees/sebgoa-master",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2018-02-06T17:06:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d086031bdd8657ff04ebc5f4f5d9ef1048da7015",
"body": null,
"is_bot": false,
"headline": "move to bitnami-labs",
"author_name": "Sebastien Goasguen",
"author_login": "sebgoa",
"committed_at": "2018-02-06T16:56:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c9c7ece62e5c6f042f01e6ab67cdb6c673ee0f3",
"body": null,
"is_bot": false,
"headline": "Add deprecation comment",
"author_name": "Andras Suller",
"author_login": "sullerandras",
"committed_at": "2017-12-21T01:25:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fec5475637601708de5272b5543a21e20062539",
"body": "So we can support both the \"old\" format where everything was encrypted in the \"data\" attribute and the \"new\" format where the each secret is encrypted individually.",
"is_bot": false,
"headline": "Use encryptedData for new sealed secrets",
"author_name": "Andras Suller",
"author_login": "sullerandras",
"committed_at": "2017-12-20T04:10:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8eca1aca9adae5ba9aae7c3edd3ee19f392b76e9",
"body": null,
"is_bot": false,
"headline": "Update readme: values are encrypted individually",
"author_name": "Andras Suller",
"author_login": "sullerandras",
"committed_at": "2017-12-20T04:02:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ef6a27e3ee2c7c1ca8002437b6fc9103568dd74",
"body": null,
"is_bot": false,
"headline": "Update crd jsonnet with the new pattern",
"author_name": "Andras Suller",
"author_login": "sullerandras",
"committed_at": "2017-12-20T04:02:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf0e75bc2f37ce4a9f102266f19dd39b10f2cb20",
"body": "Resolves https://github.com/bitnami/sealed-secrets/issues/63",
"is_bot": false,
"headline": "Encrypts secrets individually",
"author_name": "Andras Suller",
"author_login": "sullerandras",
"committed_at": "2017-12-20T04:02:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47925396bb5c0d630ab3ea8e876171b3c1343a94",
"body": "Big code refactor: client-go v5, and code-generator",
"is_bot": false,
"headline": "Merge pull request #70 from anguslees/clientgen",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2017-12-19T03:39:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a544aa1936531db6402802c0552f9f5e0222da6",
"body": "Newer apimachinery fails to build on go 1.7:\n\n```\nvendor/k8s.io/apimachinery/pkg/apis/meta/fuzzer/fuzzer.go:144: c.Uint64 undefined (type fuzz.Continue has no field or method Uint64)\nvendor/k8s.io/apimachinery/pkg/apis/meta/fuzzer/fuzzer.go:156: c.Uint64 undefined (type fuzz.Continue has no field or method Uint64)\n```",
"is_bot": false,
"headline": "Drop support for go1.7",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2017-12-15T20:07:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cc3a30dda22cf705ea0a0c339bafc439565991c",
"body": "On go1.8 (at least) \"go vet\" produces:\n\n```\npkg/client/clientset/versioned/fake/clientset_generated.go:46: literal copies lock value from fakePtr: github.com/bitnami/sealed-secrets/vendor/k8s.io/client-go/testing.Fake\n```\n\nThis is in autogenerated code, so can't easily be fixed; and test-only\ncode, so isn't a critical issue.\n\nUnfortunately go1.8 also doesn't support the `-copylocks=false` flag\nto disable this specific check. Instead, just only run `go vet` on\nlatest (go1.9) go version.",
"is_bot": false,
"headline": "Run `go vet` only on go 1.9",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2017-12-15T20:07:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba3ae9923ecc1264ccaa668317fb9276d8b1b5ff",
"body": "Huge code update, which should be an effective no-op.\n\nAlso refactored the small amount of crypto code into pkg/crypto.",
"is_bot": false,
"headline": "Move to code-generator and client-go v5",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2017-12-15T20:07:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce7822d1cb5d0d11abd7f451fc757c68cb515819",
"body": "Move client-go v3.0 -> release-5\n\nInvolved many other vendor updates - in particular apimachinery, etc\nk8s projects to release-1.8",
"is_bot": false,
"headline": "Move to client-go release-5",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2017-12-15T02:24:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b86679e5d7cdb3c38dd730f16c20ea5a32dea225",
"body": "Fix formatting error in README",
"is_bot": false,
"headline": "Merge pull request #65 from sullerandras/patch-1",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2017-11-26T20:56:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88d6202a262d07e984d93e63e79ae6fc9f723c85",
"body": null,
"is_bot": false,
"headline": "Fix formatting error in README",
"author_name": "Andras Suller",
"author_login": "sullerandras",
"committed_at": "2017-11-23T03:30:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3167680882319f08bdef11a231d4629d6da6f03a",
"body": "Allow setting custom label for encrypt/decrypt",
"is_bot": false,
"headline": "Merge pull request #61 from bakins/bakins/annotation-for-label",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2017-11-20T02:49:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "333845fbcd90a041232b51d5a877a17745ebd372",
"body": null,
"is_bot": false,
"headline": "Annotation defines secret as availible clusterwide",
"author_name": "Brian Akins",
"author_login": null,
"committed_at": "2017-11-15T11:52:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab540e2d673c48525ce84cb142fba9949cb5cf29",
"body": null,
"is_bot": false,
"headline": "Just check for empty value for label",
"author_name": "Brian Akins",
"author_login": null,
"committed_at": "2017-10-31T11:38:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af8ef63bbd59df1821d3c926b649f5bcc5e57b56",
"body": "Ensure label in secret matches label in sealed secret",
"is_bot": false,
"headline": "Allow setting custom label for encrypt/decrypt",
"author_name": "Brian Akins",
"author_login": null,
"committed_at": "2017-10-28T13:51:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9d2972b9f1f668891a12d171462275396cd4658",
"body": "Revert change to kubeseal github release paths",
"is_bot": false,
"headline": "Merge pull request #60 from anguslees/releasebin",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2017-10-02T06:24:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38350d2d53c188fbaef645b347763028c04ba753",
"body": "This reverts a small part of fb7628db56118b946244fca4d7fce2a561b91dd5\n\nTurns out travis' github client strips subdir paths in binaries,\nmaking that approach infeasible.",
"is_bot": false,
"headline": "Revert kubeseal github release names",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2017-10-02T06:11:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2748dfba4ce1f70728550c3a2a6e7f374b5d895a",
"body": "Add an openapi schema declaration to the CRD",
"is_bot": false,
"headline": "Merge pull request #57 from anguslees/crd-schema",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2017-09-22T02:16:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2490c3a6a16ae2127e47878e1f550af93a763e5",
"body": "This prepares us for the associated alpha feature in k8s 1.8. See\nhttps://github.com/kubernetes/kubernetes.github.io/pull/5290 for docs.",
"is_bot": false,
"headline": "Add an openapi schema declaration to the CRD",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2017-09-21T06:09:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd7c385e9c0436366f954dad7839d8fc3e53ca2b",
"body": "kubeseal: Add --fetch-cert to dump cert to stdout",
"is_bot": false,
"headline": "Merge pull request #53 from anguslees/dumpcert",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2017-09-21T06:09:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6da235d231d06cd0fd7d15a21129f6018c82460b",
"body": "This change adds a `--fetch-cert` option, which dumps the certificate\nto stdout and exits. Hopefully this makes it easier to use `--cert`\nand the offline workflow.\n\nFixes #48",
"is_bot": false,
"headline": "kubeseal: Add --fetch-cert to dump cert to stdout",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2017-09-21T03:13:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1530705ab681da93b81c55c8373cbca82eb1efe7",
"body": "Ignore \"not found\" when garbage collecting Secret",
"is_bot": false,
"headline": "Merge pull request #56 from anguslees/gc404",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2017-09-21T03:12:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "249d78a3432596d647a30a3650a6c57879758c3b",
"body": "Fixes #54",
"is_bot": false,
"headline": "Ignore \"not found\" when garbage collecting Secret",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2017-09-20T01:14:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b432389634ee55686e06703f75d83ac78c4981cd",
"body": "kubeseal: Strip read-only ObjectMeta fields in input (if present)",
"is_bot": false,
"headline": "Merge pull request #52 from anguslees/inputclean",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2017-09-18T06:43:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "684e65277c415259de900abd7bd047187ff770b9",
"body": "Fixes #43",
"is_bot": false,
"headline": "kubeseal: Strip read-only ObjectMeta fields in input (if present)",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2017-09-18T06:00:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5348c4a6aad3914c0489efbc1486013bde7501e1",
"body": "kubeseal: Abort on empty data or missing metadata.name in input",
"is_bot": false,
"headline": "Merge pull request #51 from anguslees/inputcheck",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2017-09-18T05:59:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2091be70ed987f90a1686af7362bc19ad730537",
"body": "Fixes #36",
"is_bot": false,
"headline": "kubeseal: Abort on empty data or missing metadata.name in input",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2017-09-18T05:03:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33b638d37103dd5f137101354d9721d33eebc8dc",
"body": "Add CRD configuration and TPR->CRD migration instructions",
"is_bot": false,
"headline": "Merge pull request #49 from anguslees/crd",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2017-09-18T01:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb7628db56118b946244fca4d7fce2a561b91dd5",
"body": "Also renames the travis->github released binary to prevent having to\nrename the binary back to `kubeseal` after download.",
"is_bot": false,
"headline": "Add CRD configuration and TPR->CRD migration instructions",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2017-09-15T04:27:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a161d2b86fba905d1644207eed86379329f1784e",
"body": "Update travis to go-1.9 and kubecfg-0.4.0",
"is_bot": false,
"headline": "Merge pull request #50 from anguslees/go19",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2017-09-15T04:25:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8892d560d2c5279e096a5859c14e4f5c3edd11a9",
"body": null,
"is_bot": false,
"headline": "Update travis to go-1.9 and kubecfg-0.4.0",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2017-09-12T08:23:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cba0a91bce710977ef9df81701dca14e9d550fed",
"body": "* Add oidc and gcp auth providers\r\n\r\n* add dependencies for oidc and gcp auth providers\r\n\r\n* Just use k8s.io/client-go/plugin/pkg/client/auth rather than load individually\r\n\r\n* more vendors\r\n\r\n* Remove debug code",
"is_bot": false,
"headline": "Add oidc and gcp auth providers (#41)",
"author_name": "Brian Akins",
"author_login": "bakins",
"committed_at": "2017-08-14T05:49:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18864507cd6808b89bea4dfeca5941b73035d17b",
"body": "Add support for YAML output",
"is_bot": false,
"headline": "Merge pull request #42 from bakins/yaml-output",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2017-08-10T12:35:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d447f4d29369a65669a7523b60b9701ecc65e62f",
"body": null,
"is_bot": false,
"headline": "correctly print outputformat",
"author_name": "Brian Akins",
"author_login": null,
"committed_at": "2017-08-10T11:48:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74664d5746cd545140bd17c3a9dba7ecdd06ffbc",
"body": null,
"is_bot": false,
"headline": "Add support for YAML output",
"author_name": "Brian Akins",
"author_login": null,
"committed_at": "2017-08-10T11:45:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "371a9ebd3cb6891855fc96cab0a92382b0ef0748",
"body": "Improve controller security",
"is_bot": false,
"headline": "Merge pull request #38 from tompizmor/non-root-image",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2017-07-31T01:44:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2baaa39e29f8d77a47c988f35bdd3119ff1ac651",
"body": null,
"is_bot": false,
"headline": "Fix issues with ksonnet-lib beta.1",
"author_name": "tompizmor",
"author_login": "tompizmor",
"committed_at": "2017-07-28T08:53:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d6b6ce9fbbe9f085e1d28f23fb6a8ba14b18393",
"body": null,
"is_bot": false,
"headline": "Improve controller security",
"author_name": "tompizmor",
"author_login": "tompizmor",
"committed_at": "2017-07-27T14:20:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3eed24ed6d11d6742e58916ca801a95abefa889f",
"body": "Improve example usage to clarify that input is a fully formed Secret",
"is_bot": false,
"headline": "Merge pull request #35 from anguslees/master",
"author_name": "Jorge Bianquetti",
"author_login": "jbianquetti-nami",
"committed_at": "2017-07-20T08:35:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2544098d9905eed7203fa482336e58e329a945a5",
"body": "Helps with (but does not fix) #34",
"is_bot": false,
"headline": "Improve example usage to clarify that input is a fully formed Secret",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2017-07-20T01:36:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1aaf2c69152fabe5ecd4bbaff72e0d1742936546",
"body": "Add FAQ to README.md file.",
"is_bot": false,
"headline": "Merge pull request #33 from bitnami/addFAQ",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2017-07-19T07:45:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1425e2b91e5cdea218d54e684d4acaa432229f8d",
"body": null,
"is_bot": false,
"headline": "README.md",
"author_name": "Jorge Bianquetti",
"author_login": "jbianquetti-nami",
"committed_at": "2017-07-18T10:53:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d4b4b6b9db31405af99d3d523aa44f769983f8f",
"body": "Update vendored deps to latest versions",
"is_bot": false,
"headline": "Merge pull request #32 from anguslees/updep",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2017-07-12T06:31:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "799af4d62d89cc326217a34b9e75ceb049f9b31e",
"body": "`govendor fetch +v` followed by some minor cleanup of unused packages, etc.",
"is_bot": false,
"headline": "Update vendored deps to latest versions",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2017-07-12T05:51:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c97918680718bda9dbb344e298128d779ab27930",
"body": "Fix deploy golang version comparison",
"is_bot": false,
"headline": "Merge pull request #31 from anguslees/master",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2017-07-11T02:40:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f69793522de7bdc67d4b9fe1a6f5b0e78bd4a518",
"body": "Travis' native `deploy.on.go` version check is opaque and confusing.\nReplace with shell condition.",
"is_bot": false,
"headline": "Fix deploy golang version comparison",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2017-07-11T02:30:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1349109a4cc4fbc1669eb3af11fa4ea21470c00d",
"body": "travis: fix TRAVIS_GO_VERSION handling",
"is_bot": false,
"headline": "Merge pull request #30 from anguslees/master",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2017-07-11T02:16:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e058375e012332c008cebc0da4bcd718baafeda",
"body": "This change effectively reverts the previous\ne51f7f600b3251133c77d1c9789b6ab3bacf3d0f commit.\nTRAVIS_GO_VERSION *is* confusingly `1.8` (no patch revision) for some\ngo versions and `1.8.3` (with patch revision) for other go versions.\n\nThis change restores the previous regex pattern match, improving it to\nalso deal with the no-patch-revision case.",
"is_bot": false,
"headline": "travis: Fix TRAVIS_GO_VERSION handling (again)",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2017-07-11T01:41:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5903102baef1207d4ac925d96a3227c7890d503c",
"body": "Fix travis criteria for pushing to :latest",
"is_bot": false,
"headline": "Merge pull request #28 from anguslees/master",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2017-06-29T09:03:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e51f7f600b3251133c77d1c9789b6ab3bacf3d0f",
"body": "`TRAVIS_GO_VERSION` is of the form `1.8`, not `1.8.x`",
"is_bot": false,
"headline": "Fix travis criteria for pushing to :latest",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2017-06-29T08:48:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06235e9a753cd9e25db693b810ec22ae3107d816",
"body": "To help current and future debugging...",
"is_bot": false,
"headline": "Add some verbosity to travis after_success",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2017-06-29T08:38:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65038cd0218c4973a7801ab97fd3f84c5b823f2b",
"body": "Bash quoting is fun :(",
"is_bot": false,
"headline": "Fix regex match in travis.yml after_success (#27)",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2017-06-29T08:05:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a98deb0a232ad522e5d96fb283ff23b8580c6f61",
"body": "Add goreportcard button",
"is_bot": false,
"headline": "Merge pull request #26 from anguslees/norbac",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2017-06-29T04:55:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a14173d07a3e2e9107df7425d1c6e98226791a9",
"body": "100% good, we may as well be proud of that result :)",
"is_bot": false,
"headline": "Add goreportcard button",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2017-06-29T04:12:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa44630b902b671f8a22d979ce1feb6f3f05a374",
"body": "Add minimal manifest - no RBAC rules",
"is_bot": false,
"headline": "Merge pull request #24 from anguslees/norbac",
"author_name": "Angus Lees",
"author_login": "anguslees",
"committed_at": "2017-06-22T08:08:43Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 0,
"latest_release_at": "2017-06-20T08:45:28Z",
"latest_release_tag": "v0.2.0",
"releases_from_tags": true,
"days_since_last_push": 1205,
"active_weeks_last_year": 0,
"days_since_latest_release": 3319,
"mean_days_between_releases": 7.2
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile",
"vendor/github.com/emicklei/go-restful/Makefile",
"vendor/github.com/gogo/protobuf/gogoproto/Makefile",
"vendor/github.com/gogo/protobuf/proto/Makefile",
"vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/Makefile",
"vendor/github.com/gogo/protobuf/protoc-gen-gogo/plugin/Makefile",
"vendor/github.com/golang/protobuf/proto/Makefile",
"vendor/github.com/throttled/throttled/Makefile",
"vendor/golang.org/x/net/http2/Makefile",
"vendor/golang.org/x/text/language/Makefile"
],
"api_schema_files": [
"vendor/github.com/gogo/protobuf/gogoproto/gogo.proto",
"vendor/github.com/golang/protobuf/ptypes/any/any.proto",
"vendor/github.com/golang/protobuf/ptypes/duration/duration.proto",
"vendor/github.com/golang/protobuf/ptypes/timestamp/timestamp.proto",
"vendor/github.com/googleapis/gnostic/OpenAPIv2/OpenAPIv2.proto",
"vendor/github.com/googleapis/gnostic/extensions/extension.proto",
"vendor/google.golang.org/appengine/internal/app_identity/app_identity_service.proto",
"vendor/google.golang.org/appengine/internal/base/api_base.proto",
"vendor/google.golang.org/appengine/internal/datastore/datastore_v3.proto",
"vendor/google.golang.org/appengine/internal/log/log_service.proto",
"vendor/google.golang.org/appengine/internal/modules/modules_service.proto",
"vendor/google.golang.org/appengine/internal/remote_api/remote_api.proto",
"vendor/k8s.io/api/admissionregistration/v1alpha1/generated.proto",
"vendor/k8s.io/api/admissionregistration/v1beta1/generated.proto",
"vendor/k8s.io/api/apps/v1/generated.proto",
"vendor/k8s.io/api/apps/v1beta1/generated.proto",
"vendor/k8s.io/api/apps/v1beta2/generated.proto",
"vendor/k8s.io/api/authentication/v1/generated.proto",
"vendor/k8s.io/api/authentication/v1beta1/generated.proto",
"vendor/k8s.io/api/authorization/v1/generated.proto",
"vendor/k8s.io/api/authorization/v1beta1/generated.proto",
"vendor/k8s.io/api/autoscaling/v1/generated.proto",
"vendor/k8s.io/api/autoscaling/v2beta1/generated.proto",
"vendor/k8s.io/api/batch/v1/generated.proto",
"vendor/k8s.io/api/batch/v1beta1/generated.proto",
"vendor/k8s.io/api/batch/v2alpha1/generated.proto",
"vendor/k8s.io/api/certificates/v1beta1/generated.proto",
"vendor/k8s.io/api/core/v1/generated.proto",
"vendor/k8s.io/api/events/v1beta1/generated.proto",
"vendor/k8s.io/api/extensions/v1beta1/generated.proto",
"vendor/k8s.io/api/networking/v1/generated.proto",
"vendor/k8s.io/api/policy/v1beta1/generated.proto",
"vendor/k8s.io/api/rbac/v1/generated.proto",
"vendor/k8s.io/api/rbac/v1alpha1/generated.proto",
"vendor/k8s.io/api/rbac/v1beta1/generated.proto",
"vendor/k8s.io/api/scheduling/v1alpha1/generated.proto",
"vendor/k8s.io/api/settings/v1alpha1/generated.proto",
"vendor/k8s.io/api/storage/v1/generated.proto",
"vendor/k8s.io/api/storage/v1alpha1/generated.proto",
"vendor/k8s.io/api/storage/v1beta1/generated.proto",
"vendor/k8s.io/apimachinery/pkg/api/resource/generated.proto",
"vendor/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto",
"vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/generated.proto",
"vendor/k8s.io/apimachinery/pkg/runtime/generated.proto",
"vendor/k8s.io/apimachinery/pkg/runtime/schema/generated.proto",
"vendor/k8s.io/apimachinery/pkg/util/intstr/generated.proto"
],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 7639,
"source_files_sampled": 38,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "anguslees",
"commits": 109,
"avatar_url": "https://avatars.githubusercontent.com/u/224224?v=4"
},
{
"type": "User",
"login": "sullerandras",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/394358?v=4"
},
{
"type": "User",
"login": "c-knowles",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/80964508?v=4"
},
{
"type": "User",
"login": "wjam",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/3914751?v=4"
},
{
"type": "User",
"login": "tompizmor",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/4026184?v=4"
},
{
"type": "User",
"login": "jbianquetti-nami",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/22960194?v=4"
},
{
"type": "User",
"login": "arapulido",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/925437?v=4"
},
{
"type": "User",
"login": "bakins",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/205350?v=4"
},
{
"type": "User",
"login": "jipperinbham",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/829493?v=4"
},
{
"type": "User",
"login": "sebgoa",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1886299?v=4"
}
],
"contributors_sampled": 12,
"top_contributor_share": 0.762
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"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": null,
"reason": "no pull request found",
"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/30 approved changesets -- score normalized to 0",
"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": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 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": 0,
"reason": "no SAST tool detected",
"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": null,
"reason": "No tokens found",
"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": "2e3902bcd6bdc870894f5599b87b6b3583e2bfc5",
"ran_at": "2026-07-22T10:10:10Z",
"aggregate_score": 2.8,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/anguslees/sealed-secrets",
"host": "github.com",
"name": "sealed-secrets",
"owner": "anguslees"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "Abandonment Policy applies a 85% multiplier to weighted overall health.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 0,
"pct": 85
}
}
],
"value": 20,
"inputs": {
"security": 28,
"vitality": 20,
"community": 12,
"governance": 35,
"engineering": 22,
"abandonment_cap": null,
"abandonment_state": "at_risk",
"abandonment_multiplier": 85,
"weighted_overall_before_abandonment": 24,
"overall_after_abandonment_multiplier": 20
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 20,
"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.94,
"days_since_last_push": 1205,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1205 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 1205
}
}
],
"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": "at_risk",
"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": 48,
"inputs": {
"releases_count": 3,
"latest_release_tag": "v0.2.0",
"releases_from_tags": true,
"days_since_latest_release": 3319,
"mean_days_between_releases": 7.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 3319 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 3319
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~7.2 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 7.2
}
}
],
"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": 85,
"inputs": {
"cap": null,
"state": "at_risk",
"guards": [
"no_open_demand"
],
"signals": [
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 85,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 0,
"unanswered_open_issues": 0,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 2808,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 2808 days; 2 unmet obligation(s): releases stalled, Scorecard reports it unmaintained",
"points": 85,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 2808,
"count": 2,
"signals": "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": "critical",
"name": "Community & Adoption",
"value": 12,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": false,
"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": 0,
"status": "missed",
"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": "at_risk",
"name": "Sustainability & Governance",
"value": 35,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 12,
"top_contributor_share": 0.762
},
"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 76% of commits",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 76
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "12 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 12
}
}
],
"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": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 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": 65,
"inputs": {
"followers": 241,
"owner_type": "User",
"is_verified": null,
"owner_login": "anguslees",
"public_repos": 222,
"account_age_days": 5971
},
"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": "241 followers of anguslees",
"points": 17.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 241,
"login": "anguslees"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "222 public repos, account ~16 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 222
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "critical",
"name": "Engineering Quality",
"value": 22,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "critical",
"name": "Documentation",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": false,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"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": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 28,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 28,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 2.8
},
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"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 workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "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": "no SAST tool detected",
"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": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 10
},
"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": 61,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 31,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.574,
"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": "54 of 94 human commits state their intent (structured subject or explanatory body)",
"points": 30.6,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 54,
"sampled": 94
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"Makefile",
"vendor/github.com/emicklei/go-restful/Makefile",
"vendor/github.com/gogo/protobuf/gogoproto/Makefile",
"vendor/github.com/gogo/protobuf/proto/Makefile",
"vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/Makefile",
"vendor/github.com/gogo/protobuf/protoc-gen-gogo/plugin/Makefile",
"vendor/github.com/golang/protobuf/proto/Makefile",
"vendor/github.com/throttled/throttled/Makefile",
"vendor/golang.org/x/net/http2/Makefile",
"vendor/golang.org/x/text/language/Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile, vendor/github.com/emicklei/go-restful/Makefile, vendor/github.com/gogo/protobuf/gogoproto/Makefile, vendor/github.com/gogo/protobuf/proto/Makefile, vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/Makefile, vendor/github.com/gogo/protobuf/protoc-gen-gogo/plugin/Makefile, vendor/github.com/golang/protobuf/proto/Makefile, vendor/github.com/throttled/throttled/Makefile, vendor/golang.org/x/net/http2/Makefile, vendor/golang.org/x/text/language/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile, vendor/github.com/emicklei/go-restful/Makefile, vendor/github.com/gogo/protobuf/gogoproto/Makefile, vendor/github.com/gogo/protobuf/proto/Makefile, vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/Makefile, vendor/github.com/gogo/protobuf/protoc-gen-gogo/plugin/Makefile, vendor/github.com/golang/protobuf/proto/Makefile, vendor/github.com/throttled/throttled/Makefile, vendor/golang.org/x/net/http2/Makefile, vendor/golang.org/x/text/language/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": "Dockerfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 7639,
"source_files_sampled": 38,
"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/38 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 38,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "good",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": [
"vendor/github.com/gogo/protobuf/gogoproto/gogo.proto",
"vendor/github.com/golang/protobuf/ptypes/any/any.proto",
"vendor/github.com/golang/protobuf/ptypes/duration/duration.proto",
"vendor/github.com/golang/protobuf/ptypes/timestamp/timestamp.proto",
"vendor/github.com/googleapis/gnostic/OpenAPIv2/OpenAPIv2.proto",
"vendor/github.com/googleapis/gnostic/extensions/extension.proto",
"vendor/google.golang.org/appengine/internal/app_identity/app_identity_service.proto",
"vendor/google.golang.org/appengine/internal/base/api_base.proto",
"vendor/google.golang.org/appengine/internal/datastore/datastore_v3.proto",
"vendor/google.golang.org/appengine/internal/log/log_service.proto",
"vendor/google.golang.org/appengine/internal/modules/modules_service.proto",
"vendor/google.golang.org/appengine/internal/remote_api/remote_api.proto",
"vendor/k8s.io/api/admissionregistration/v1alpha1/generated.proto",
"vendor/k8s.io/api/admissionregistration/v1beta1/generated.proto",
"vendor/k8s.io/api/apps/v1/generated.proto",
"vendor/k8s.io/api/apps/v1beta1/generated.proto",
"vendor/k8s.io/api/apps/v1beta2/generated.proto",
"vendor/k8s.io/api/authentication/v1/generated.proto",
"vendor/k8s.io/api/authentication/v1beta1/generated.proto",
"vendor/k8s.io/api/authorization/v1/generated.proto",
"vendor/k8s.io/api/authorization/v1beta1/generated.proto",
"vendor/k8s.io/api/autoscaling/v1/generated.proto",
"vendor/k8s.io/api/autoscaling/v2beta1/generated.proto",
"vendor/k8s.io/api/batch/v1/generated.proto",
"vendor/k8s.io/api/batch/v1beta1/generated.proto",
"vendor/k8s.io/api/batch/v2alpha1/generated.proto",
"vendor/k8s.io/api/certificates/v1beta1/generated.proto",
"vendor/k8s.io/api/core/v1/generated.proto",
"vendor/k8s.io/api/events/v1beta1/generated.proto",
"vendor/k8s.io/api/extensions/v1beta1/generated.proto",
"vendor/k8s.io/api/networking/v1/generated.proto",
"vendor/k8s.io/api/policy/v1beta1/generated.proto",
"vendor/k8s.io/api/rbac/v1/generated.proto",
"vendor/k8s.io/api/rbac/v1alpha1/generated.proto",
"vendor/k8s.io/api/rbac/v1beta1/generated.proto",
"vendor/k8s.io/api/scheduling/v1alpha1/generated.proto",
"vendor/k8s.io/api/settings/v1alpha1/generated.proto",
"vendor/k8s.io/api/storage/v1/generated.proto",
"vendor/k8s.io/api/storage/v1alpha1/generated.proto",
"vendor/k8s.io/api/storage/v1beta1/generated.proto",
"vendor/k8s.io/apimachinery/pkg/api/resource/generated.proto",
"vendor/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto",
"vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/generated.proto",
"vendor/k8s.io/apimachinery/pkg/runtime/generated.proto",
"vendor/k8s.io/apimachinery/pkg/runtime/schema/generated.proto",
"vendor/k8s.io/apimachinery/pkg/util/intstr/generated.proto"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "vendor/github.com/gogo/protobuf/gogoproto/gogo.proto, vendor/github.com/golang/protobuf/ptypes/any/any.proto, vendor/github.com/golang/protobuf/ptypes/duration/duration.proto, vendor/github.com/golang/protobuf/ptypes/timestamp/timestamp.proto, vendor/github.com/googleapis/gnostic/OpenAPIv2/OpenAPIv2.proto, vendor/github.com/googleapis/gnostic/extensions/extension.proto, vendor/google.golang.org/appengine/internal/app_identity/app_identity_service.proto, vendor/google.golang.org/appengine/internal/base/api_base.proto, vendor/google.golang.org/appengine/internal/datastore/datastore_v3.proto, vendor/google.golang.org/appengine/internal/log/log_service.proto, vendor/google.golang.org/appengine/internal/modules/modules_service.proto, vendor/google.golang.org/appengine/internal/remote_api/remote_api.proto, vendor/k8s.io/api/admissionregistration/v1alpha1/generated.proto, vendor/k8s.io/api/admissionregistration/v1beta1/generated.proto, vendor/k8s.io/api/apps/v1/generated.proto, vendor/k8s.io/api/apps/v1beta1/generated.proto, vendor/k8s.io/api/apps/v1beta2/generated.proto, vendor/k8s.io/api/authentication/v1/generated.proto, vendor/k8s.io/api/authentication/v1beta1/generated.proto, vendor/k8s.io/api/authorization/v1/generated.proto, vendor/k8s.io/api/authorization/v1beta1/generated.proto, vendor/k8s.io/api/autoscaling/v1/generated.proto, vendor/k8s.io/api/autoscaling/v2beta1/generated.proto, vendor/k8s.io/api/batch/v1/generated.proto, vendor/k8s.io/api/batch/v1beta1/generated.proto, vendor/k8s.io/api/batch/v2alpha1/generated.proto, vendor/k8s.io/api/certificates/v1beta1/generated.proto, vendor/k8s.io/api/core/v1/generated.proto, vendor/k8s.io/api/events/v1beta1/generated.proto, vendor/k8s.io/api/extensions/v1beta1/generated.proto, vendor/k8s.io/api/networking/v1/generated.proto, vendor/k8s.io/api/policy/v1beta1/generated.proto, vendor/k8s.io/api/rbac/v1/generated.proto, vendor/k8s.io/api/rbac/v1alpha1/generated.proto, vendor/k8s.io/api/rbac/v1beta1/generated.proto, vendor/k8s.io/api/scheduling/v1alpha1/generated.proto, vendor/k8s.io/api/settings/v1alpha1/generated.proto, vendor/k8s.io/api/storage/v1/generated.proto, vendor/k8s.io/api/storage/v1alpha1/generated.proto, vendor/k8s.io/api/storage/v1beta1/generated.proto, vendor/k8s.io/apimachinery/pkg/api/resource/generated.proto, vendor/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto, vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/generated.proto, vendor/k8s.io/apimachinery/pkg/runtime/generated.proto, vendor/k8s.io/apimachinery/pkg/runtime/schema/generated.proto, vendor/k8s.io/apimachinery/pkg/util/intstr/generated.proto",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "vendor/github.com/gogo/protobuf/gogoproto/gogo.proto, vendor/github.com/golang/protobuf/ptypes/any/any.proto, vendor/github.com/golang/protobuf/ptypes/duration/duration.proto, vendor/github.com/golang/protobuf/ptypes/timestamp/timestamp.proto, vendor/github.com/googleapis/gnostic/OpenAPIv2/OpenAPIv2.proto, vendor/github.com/googleapis/gnostic/extensions/extension.proto, vendor/google.golang.org/appengine/internal/app_identity/app_identity_service.proto, vendor/google.golang.org/appengine/internal/base/api_base.proto, vendor/google.golang.org/appengine/internal/datastore/datastore_v3.proto, vendor/google.golang.org/appengine/internal/log/log_service.proto, vendor/google.golang.org/appengine/internal/modules/modules_service.proto, vendor/google.golang.org/appengine/internal/remote_api/remote_api.proto, vendor/k8s.io/api/admissionregistration/v1alpha1/generated.proto, vendor/k8s.io/api/admissionregistration/v1beta1/generated.proto, vendor/k8s.io/api/apps/v1/generated.proto, vendor/k8s.io/api/apps/v1beta1/generated.proto, vendor/k8s.io/api/apps/v1beta2/generated.proto, vendor/k8s.io/api/authentication/v1/generated.proto, vendor/k8s.io/api/authentication/v1beta1/generated.proto, vendor/k8s.io/api/authorization/v1/generated.proto, vendor/k8s.io/api/authorization/v1beta1/generated.proto, vendor/k8s.io/api/autoscaling/v1/generated.proto, vendor/k8s.io/api/autoscaling/v2beta1/generated.proto, vendor/k8s.io/api/batch/v1/generated.proto, vendor/k8s.io/api/batch/v1beta1/generated.proto, vendor/k8s.io/api/batch/v2alpha1/generated.proto, vendor/k8s.io/api/certificates/v1beta1/generated.proto, vendor/k8s.io/api/core/v1/generated.proto, vendor/k8s.io/api/events/v1beta1/generated.proto, vendor/k8s.io/api/extensions/v1beta1/generated.proto, vendor/k8s.io/api/networking/v1/generated.proto, vendor/k8s.io/api/policy/v1beta1/generated.proto, vendor/k8s.io/api/rbac/v1/generated.proto, vendor/k8s.io/api/rbac/v1alpha1/generated.proto, vendor/k8s.io/api/rbac/v1beta1/generated.proto, vendor/k8s.io/api/scheduling/v1alpha1/generated.proto, vendor/k8s.io/api/settings/v1alpha1/generated.proto, vendor/k8s.io/api/storage/v1/generated.proto, vendor/k8s.io/api/storage/v1alpha1/generated.proto, vendor/k8s.io/api/storage/v1beta1/generated.proto, vendor/k8s.io/apimachinery/pkg/api/resource/generated.proto, vendor/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto, vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/generated.proto, vendor/k8s.io/apimachinery/pkg/runtime/generated.proto, vendor/k8s.io/apimachinery/pkg/runtime/schema/generated.proto, vendor/k8s.io/apimachinery/pkg/util/intstr/generated.proto"
}
}
],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Community profile unavailable",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-22T10:10:23.001174Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/anguslees/sealed-secrets.svg",
"full_name": "anguslees/sealed-secrets",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}