Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 572,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 92468,
"Makefile": 427
},
"pushed_at": "2021-06-28T16:17:28Z",
"created_at": "2021-06-28T14:26:47Z",
"owner_type": "User",
"updated_at": "2021-12-02T16:04:27Z",
"description": "An ArgoCD plugin to retrieve secrets from Hashicorp Vault and inject them into Kubernetes secrets",
"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"
]
},
"owner": {
"blog": null,
"name": "Jake Wernette",
"type": "User",
"login": "werne2j",
"company": null,
"location": "United States",
"followers": 24,
"avatar_url": "https://avatars.githubusercontent.com/u/5973248?v=4",
"created_at": "2013-11-18T20:45:43Z",
"is_verified": null,
"public_repos": 22,
"account_age_days": 4632
},
"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": "v1.1.2",
"kind": "patch",
"published_at": "2021-06-28T15:03:56Z"
}
],
"recent_commits": [
{
"oid": "a68c9a3bb2fef11ed6f3f77da09d8de4903f7c51",
"body": null,
"is_bot": false,
"headline": "fix: issue warning when default aws region is used (#155)",
"author_name": "Floris Van den Abeele",
"author_login": "fvdnabee",
"committed_at": "2021-06-24T12:35:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51f53f5db7aed5ea460a1bc85524ca51ce1ec0f0",
"body": null,
"is_bot": false,
"headline": "fix: set AWS_ AVP secret/config entries as env vars (IBM#148)",
"author_name": "Floris Van den Abeele",
"author_login": "fvdnabee",
"committed_at": "2021-06-22T19:00:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d97c64462bfe7cab0e6855b065a54071bcda778",
"body": null,
"is_bot": false,
"headline": "fix: don't panic on aws new session error + new test cases (IBM#148)",
"author_name": "Floris Van den Abeele",
"author_login": "fvdnabee",
"committed_at": "2021-06-22T19:00:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "daaa08c4ca46c10ee418245c2eebaea18d8f29c9",
"body": null,
"is_bot": false,
"headline": "fix: update README on AWS env variables (IBM#148)",
"author_name": "Floris Van den Abeele",
"author_login": "fvdnabee",
"committed_at": "2021-06-22T19:00:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbfd8f4bfe84eb56d274f9ae3e05196b1a088f93",
"body": "Just use the default credentials chain present in the go AWS SDK, which\nsupports other authentication methods besides env variables.",
"is_bot": false,
"headline": "fix: remove unnecessary env vars check for AWS credentials (IBM#148)",
"author_name": "Floris Van den Abeele",
"author_login": "fvdnabee",
"committed_at": "2021-06-22T19:00:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a347d6158af2824551e0b0b0c9edd3fe22376c2e",
"body": null,
"is_bot": false,
"headline": "chore: bump version to 1.1.1 (#149)",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-06-16T14:37:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4c586bf35d7e982dcdb2db944aece124f308ff0",
"body": "…… (#146)",
"is_bot": false,
"headline": "fix: update placeholder regex to match multiple occurences in same st…",
"author_name": "Laurent Lavaud",
"author_login": "llavaud",
"committed_at": "2021-06-16T12:54:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fb13cc8b33d5c2340d497fd945badfbdc4d37fb",
"body": null,
"is_bot": false,
"headline": "fix: corrected init containter ref (#147)",
"author_name": "James Skeen",
"author_login": "jbaskeen",
"committed_at": "2021-06-15T13:42:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "494377d9a7f4c9de74ed4da817dbccdb4f22773d",
"body": "- The command args in the manifest were broken with erroneous newlines.\r\nI chained the commands as opposed to using newlines to limit formatting\r\nweirdness.\r\n- Update the manifest pull version to latest",
"is_bot": false,
"headline": "fix: update broken command arg (#145)",
"author_name": "James Skeen",
"author_login": "jbaskeen",
"committed_at": "2021-06-12T15:27:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6489838282ce6606c9ac9ce9b1c675849e450ba0",
"body": null,
"is_bot": false,
"headline": "chore: bump version to 1.1.0 (#142)",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-06-10T19:17:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3210c8cbe046932d7dbe94e34d9918e75cbc9247",
"body": null,
"is_bot": false,
"headline": "docs: add documentation for base64 decode feature #124",
"author_name": "TJ Miller",
"author_login": "teejaded",
"committed_at": "2021-06-10T19:06:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94b8f6dca1e555fc96970d251b7904920d609cd0",
"body": null,
"is_bot": false,
"headline": "fix: implicitly base64 encode base64 secret values",
"author_name": "TJ Miller",
"author_login": "teejaded",
"committed_at": "2021-06-10T19:06:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36291c4e78193ccb50cf631b20563b8e1f8dddb6",
"body": null,
"is_bot": false,
"headline": "fix: Set proper aws default region (#141)",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-06-10T15:44:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2e68f115ca053c5b0ccd03be4023d5c98c59788",
"body": null,
"is_bot": false,
"headline": "fix: remove avp prefix from aws env vars (#134)",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-06-09T14:36:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60292a8e8407628226582a532eda3560899fb8b2",
"body": null,
"is_bot": false,
"headline": "feat: Skip <string>'s with absence of path annotation (#137)",
"author_name": "Josh Kayani",
"author_login": "jkayani",
"committed_at": "2021-06-09T13:59:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "183a1f3c24d2b458c082a02926d3e19cfa9ec2b6",
"body": null,
"is_bot": false,
"headline": "test: add kube.secretReplacement unit tests",
"author_name": "TJ Miller",
"author_login": "teejaded",
"committed_at": "2021-06-08T17:02:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e913218b01650601de16641f7fa41484df550e7",
"body": null,
"is_bot": false,
"headline": "feat: decode base64 encoded placeholders in secrets",
"author_name": "TJ Miller",
"author_login": "teejaded",
"committed_at": "2021-06-08T17:02:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba1506fe8a60ba9314475c9d738fc21db6f11502",
"body": "* feat: allow objects to be passed from STDIN\r\n\r\n* docs: update documentation for stdin in generate\r\n\r\n* refactor: fix error response and add additional test.\r\n\r\nCo-authored-by: Jordan Hoover <jordan.hoover@toyotaconnected.com>",
"is_bot": false,
"headline": "feat: allow objects to be passed from STDIN. (#129)",
"author_name": "Jordan Hoover",
"author_login": "jhoover4",
"committed_at": "2021-06-04T18:35:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e90579d7968c79a5f91ca8cf526c3e2188290c6",
"body": "chore: merge next into main to prepare for 1.0.0 release",
"is_bot": false,
"headline": "Merge pull request #115 from IBM/next",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-05-11T16:35:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a91728e7baf9ced6c07eef7c812c653d736b6c05",
"body": null,
"is_bot": false,
"headline": "chore: update changelog",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-05-11T16:28:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f18ef842ece11b8033dc2408ba3f68a6edc77e87",
"body": null,
"is_bot": false,
"headline": "docs: Clarify config file formats",
"author_name": "Josh Kayani",
"author_login": "jkayani",
"committed_at": "2021-05-11T15:43:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fa5f23228454291eff69d74107f4515753d2c22",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into next",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-05-10T19:12:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea85991eb3e9f48d65405634bec429555e7affb8",
"body": null,
"is_bot": false,
"headline": "chore: bump version (#123)",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-05-10T19:02:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "050fe06ed482505319759ec88a07a4be131dd7b8",
"body": "…r (#122)",
"is_bot": false,
"headline": "fix: Set VAULT_ variables from Viper and display replace errors bette…",
"author_name": "Josh Kayani",
"author_login": "jkayani",
"committed_at": "2021-05-10T18:19:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "296f95d7fb671b2b54be7735631f35e6e312d518",
"body": null,
"is_bot": false,
"headline": "fix: Remove unnecessary panics on replace (#121)",
"author_name": "Josh Kayani",
"author_login": "jkayani",
"committed_at": "2021-05-10T17:51:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "381acc89e240318f979ed49f92c9aefcbd6d07dc",
"body": null,
"is_bot": false,
"headline": "Merge branch 'next' of github.com:IBM/argocd-vault-plugin into next",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-04-29T15:15:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b77e8bcd45f9602a8fda3d1ed18a0ebb3742f79",
"body": null,
"is_bot": false,
"headline": "docs: Update examples in readme",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-04-29T15:15:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "825193ac7172198e6d45df75faa5ab85b5a5b4fe",
"body": null,
"is_bot": false,
"headline": "docs: Update readme formatting",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-04-21T20:08:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f099b465da407bc5e95c1e1f0ca1e9ad1bfe6ef",
"body": null,
"is_bot": false,
"headline": "feat: Update annotations to use kubernetes convention (#114)",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-04-21T15:08:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e16d2613b5e3296e8d27819277bda5706da1a350",
"body": null,
"is_bot": false,
"headline": "docs: Add missing prefix to supported parameters",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-04-12T15:14:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bce020d1f905030709846996882d9e6a408a6a20",
"body": null,
"is_bot": false,
"headline": "feat: Add support for AWS Secrets Manager (#110)",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-04-12T15:14:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5b259942ddf1c9c5d3689ea80dd7ce443443120",
"body": null,
"is_bot": false,
"headline": "feat: Allow passing <path:..> as a placeholder (#106)",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-04-12T15:14:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6ce78138e3db8709bd22d42dab43c839198edd1",
"body": null,
"is_bot": false,
"headline": "feat: Use default vault environment variables (#94)",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-04-12T15:14:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "244600703016800334fd2d53335874733b58a031",
"body": "Co-authored-by: pmo <pmo@pmo-rhel.philmoses.com>",
"is_bot": false,
"headline": "chore: fix readme spelling error (#111)",
"author_name": "pmo",
"author_login": "pbmoses",
"committed_at": "2021-04-12T15:13:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e31f72e8dadf181945dbfa2577c38e3ab88636d",
"body": null,
"is_bot": false,
"headline": "docs: Add note about service account needing TokenReview access (#108)",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-04-09T18:47:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3e1083e799d1008a8365061eb70aac2b6563538",
"body": null,
"is_bot": false,
"headline": "chore: Bump version to 0.7.0 (#105)",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-03-24T19:40:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efa270ad331121fa118b530119e7739dd48bfe07",
"body": "* feat: Add avp_ignore annotation to ignore YAMLs\r\n\r\n* docs: Explain avp_ignore\r\n\r\n* tests: Restore tests",
"is_bot": false,
"headline": "feat: Add avp_ignore annotation to ignore YAMLs (#104)",
"author_name": "Josh Kayani",
"author_login": "jkayani",
"committed_at": "2021-03-24T19:35:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bb1451c6a2c665f166926ea51b4ffbb7cff0652",
"body": null,
"is_bot": false,
"headline": "chore: Update changelog (#100)",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-03-16T18:19:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc7f3c90cffc0faf9bf71cf9f57e2bae9e4f8d3e",
"body": "Co-authored-by: Jacob Wernette <werne2j@gmail.com>",
"is_bot": false,
"headline": "fix: Increase timeout on DefaultHttpClient to 60s (#99)",
"author_name": "Ravi Khetani",
"author_login": "khetanir",
"committed_at": "2021-03-16T18:11:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4eb496da26e72c961b086f4ed78378021ff5d404",
"body": "\r\nBREAKING CHANGE: Secrets will now have to be base64 encoded in Vault to use the data field of a Kubernetes secret",
"is_bot": false,
"headline": "feat!: Remove base64 encoding (#96)",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-03-16T17:56:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7910aff555fa98e1eadd2a576d615c62b0049ba",
"body": null,
"is_bot": false,
"headline": "chore: Bump version to 0.5.1 (#91)",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-03-10T20:46:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd0f43b54414b05b067713433449dd0c5adb4ed5",
"body": null,
"is_bot": false,
"headline": "test: Add e2e tests for generate command and test vault (#90)",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-03-10T18:16:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7256c833a2c69347177f4103d69daa519a4c604",
"body": null,
"is_bot": false,
"headline": "fix: skip empty manifests (#89)",
"author_name": "George Lambadas",
"author_login": "GeorgeLambadas",
"committed_at": "2021-03-09T17:26:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cb210a7fadcd5f054c58eb399bc40aea422af02",
"body": null,
"is_bot": false,
"headline": "chore: bump version to 0.5.0 (#79)",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-03-02T16:48:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "708cbc023141f23e14e39b7249b5600b406b4f80",
"body": null,
"is_bot": false,
"headline": "feat: Make k8s mount path optional (#82)",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-03-02T16:21:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1982ff186c6b67beeb12b57834d7b64f73096fc",
"body": "Co-authored-by: Danni Skov Høglund <dsh@danskecommodities.com>",
"is_bot": false,
"headline": "fix: k8s auth type reversed args (#81)",
"author_name": "Danni Skov Høglund",
"author_login": "skuffe",
"committed_at": "2021-03-02T15:19:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ca870cca5b50e384e5e64e879392dd31094ec79",
"body": null,
"is_bot": false,
"headline": "feat: Add support for cacert, capath and skip verify variables (#78)",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-03-01T18:20:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54297af008d8fcff2a46a9e58f6ef837f775d2af",
"body": null,
"is_bot": false,
"headline": "feat: Add kustomize to argocd-cm kustomize patch (#77)",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-03-01T17:08:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1332decef274ee69b777a31b49eafed0bfe12e33",
"body": null,
"is_bot": false,
"headline": "fix: Add check for empty map in secret manager logic (#75)",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-02-25T20:43:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5e8aafb0cf1e8008488499f87e7731a2c43c09e",
"body": null,
"is_bot": false,
"headline": "feat: Support Vault Namespace (#76)",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-02-25T20:14:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c16832e82a71c078c75783c835aaa59d2a51236",
"body": null,
"is_bot": false,
"headline": "docs: Add kustomize app to easily spin up argocd with plugin (#71)",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-02-25T16:53:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4b324892329f6db338c59f5a06540c826b5bc88",
"body": null,
"is_bot": false,
"headline": "feat: Support Kubernetes auth (#65)",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-02-25T16:31:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7e5c969176d9a121dae0f23331b7724da9d17d1",
"body": null,
"is_bot": false,
"headline": "chore: Update version to 0.4.1 (#72)",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-02-24T16:01:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60f95f4e3fa5456c181686d6fc0e3b79d1d88f5d",
"body": null,
"is_bot": false,
"headline": "fix: Change secretData to stringData (#70)",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-02-24T15:45:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "373a4ac54f7f69af0438c6c2362985bc01ff025f",
"body": null,
"is_bot": false,
"headline": "docs: Add examples and table of contents (#67)",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-02-23T16:11:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8672a6785153a0e08a8d2fe1cbe219619d9988c",
"body": null,
"is_bot": false,
"headline": "chore: Update version to 0.4.0 (#64)",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-02-18T17:19:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8cfdaada5c5a8e9e001203bbb1c21c076a6f156",
"body": "* fix: Emit YAMLs without placeholders as-is\r\n\r\n* tests: Test for replacement and GetSecrets logic\r\n\r\nCo-authored-by: Jacob Wernette <werne2j@gmail.com>",
"is_bot": false,
"headline": "fix: Handle YAMLs with non-placeholder strings properly (#62)",
"author_name": "Josh Kayani",
"author_login": "jkayani",
"committed_at": "2021-02-17T20:12:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a28fb9d5d97ef9d107acebe34e519b62825917c",
"body": null,
"is_bot": false,
"headline": "docs: Update usage to have specific examples for each backend/auth (#61)",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-02-16T20:18:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e8ddfbd9528c82596750ba362ffe23d7ef449ee",
"body": null,
"is_bot": false,
"headline": "tests: Add more tests for utils",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-02-13T21:44:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5653cbb6f4000f2f21babb7a41710ec69b3eda3",
"body": null,
"is_bot": false,
"headline": "refactor: Update all TODO comments",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-02-13T21:44:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66e0c218decd56deec343c2bda42d760bfb920b7",
"body": null,
"is_bot": false,
"headline": "fix: Fix PR template typo",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-02-13T21:44:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49a9793927c1100cf6b9126df6e40167db9f2048",
"body": null,
"is_bot": false,
"headline": "refactor: Move auth to own path, split out config and types",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-02-13T21:44:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07dfb9e311124518e99ae8988678e73e005b6076",
"body": null,
"is_bot": false,
"headline": "refactor: Rename vault to backends, start using AuthType interface",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-02-13T21:44:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d59a2de5932303191abe6fb44c0963297f23a128",
"body": null,
"is_bot": false,
"headline": "fix: Update usage to be argocd-vault-plugin (#56)",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-02-08T15:57:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fe0e85ae1d811ac7f87b9a492bb4e0284870c86",
"body": null,
"is_bot": false,
"headline": "fix: Include .yml extension and helpful kvv2 message (#51)",
"author_name": "Josh Kayani",
"author_login": "jkayani",
"committed_at": "2021-02-05T20:26:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "023ed6d99a0c282a4b0c2ecbec6761ae9a11682d",
"body": null,
"is_bot": false,
"headline": "feat: Add support for kvv2 (#49)",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-02-05T18:09:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05a4a891e3fe96bb44692384488bb9f02bc3534a",
"body": null,
"is_bot": false,
"headline": "docs: Minor readme tweaks (#46)",
"author_name": "Tim Collins",
"author_login": "tico24",
"committed_at": "2021-02-04T16:19:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "249c342651d2c29de929c68eb7c430929598414f",
"body": null,
"is_bot": false,
"headline": "docs: Update readme to include chmod of binary (#48)",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-02-04T15:57:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "045476494bc4fdd99dc219bec17e2f511bf78c6b",
"body": null,
"is_bot": false,
"headline": "docs: Update contributing, add code of conduct (#43)",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-02-02T15:52:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bda38a302c335ae2143b981671e8b1e73f60430",
"body": "* fix: Change some logic to avoid yaml issues\r\n\r\n* fix: Do not print errs to stdout\r\n\r\n* docs: Formatting\r\n\r\nCo-authored-by: Josh Kayani <joshkayani@gmail.com>",
"is_bot": false,
"headline": "fix: Change some logic to avoid yaml issues (#41)",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-01-25T22:13:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "708a4853fa8e5bd50e296aeeb8a280302edc9404",
"body": null,
"is_bot": false,
"headline": "fix: Set token before writing to file, silent fail if error (#39)",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-01-22T18:43:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c358e9e544dfe5c2603b0b8706c2228390ed3ea7",
"body": null,
"is_bot": false,
"headline": "chore: bumb version to 0.2.0 (#36)",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-01-13T18:13:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76ec825083b81765f8b6083a53b3d50a3d948f2c",
"body": null,
"is_bot": false,
"headline": "feat: Read/Write vault token to/from file (#35)",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2021-01-13T17:56:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "383aff3277f203c2eb8862385d04c592966104bc",
"body": null,
"is_bot": false,
"headline": "feat: Read configuration from files, Secrets, and env variables (#33)",
"author_name": "Josh Kayani",
"author_login": "jkayani",
"committed_at": "2021-01-06T21:34:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdd621785cd8c341d0046b820340553a60fb47a7",
"body": null,
"is_bot": false,
"headline": "docs: Update readme to include better usage instructions (#28)",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2020-12-08T18:16:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf8b25d791960a43a973fa5f9895aec3275ab219",
"body": null,
"is_bot": false,
"headline": "feat: Support IBM Secret Manager (#29)",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2020-12-08T18:07:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "415f5b087ab3a8b859e6be97fd9a76697ab55b48",
"body": null,
"is_bot": false,
"headline": "feat: Allow for all kubernetes kinds, accept path as annotation (#26)",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2020-12-02T20:48:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43d167f8f9c521aaa84f0dbcc3660af38ecc49b0",
"body": null,
"is_bot": false,
"headline": "docs: Add Go report card to README",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2020-11-20T14:44:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "620ba38f0c6ebb9bb922d0c4fdb91cd0a65b32ff",
"body": "feat: Support for Service resource and multi-document YAML files",
"is_bot": false,
"headline": "Merge pull request #22 from IBM/service",
"author_name": "Josh Kayani",
"author_login": "jkayani",
"committed_at": "2020-11-19T17:21:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9eedd2d193c5df3c5c933a63b39070380c157dbc",
"body": null,
"is_bot": false,
"headline": "refactor: Rebase and get secrets for Services",
"author_name": "Josh Kayani",
"author_login": "jkayani",
"committed_at": "2020-11-19T17:07:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "506fb9fbeaff612c3a90f901decadf816a0e3bfb",
"body": null,
"is_bot": false,
"headline": "tests: For Service and error-path Deployment",
"author_name": "Josh Kayani",
"author_login": "jkayani",
"committed_at": "2020-11-19T17:06:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1015ebb9b9b40f18707b21f300859302a52e1c4e",
"body": null,
"is_bot": false,
"headline": "feat: Support Service and multi-YAML documents",
"author_name": "Josh Kayani",
"author_login": "jkayani",
"committed_at": "2020-11-19T17:06:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d8638c56469950b226597b12717f03fd2b2ca7c",
"body": null,
"is_bot": false,
"headline": "refactor: Use YAML decoder since guaranteed YAML input",
"author_name": "Josh Kayani",
"author_login": "jkayani",
"committed_at": "2020-11-19T17:06:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "591ab12ac86141ea8e1c01b63a905cf2fbf55e73",
"body": "* feat: Use config for prefix, some logic changes\r\n\r\n* refactor: dont pass prefix around\r\n\r\n* chore: Add some tests for vault code\r\n\r\n* fix: Add /config to newconfig template",
"is_bot": false,
"headline": "feat: Use config for prefix, some logic changes, tests (#21)",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2020-11-19T17:02:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "402cc8bbeb059544e07a4811c197d0ec3378f87c",
"body": "/assets/argo_vault_logo.png -- 95.54kb -> 74.18kb (22.36%)\r\n\r\nSigned-off-by: ImgBotApp <ImgBotHelp@gmail.com>\r\n\r\nCo-authored-by: ImgBotApp <ImgBotHelp@gmail.com>",
"is_bot": true,
"headline": "[ImgBot] Optimize images (#20)",
"author_name": "imgbot[bot]",
"author_login": "imgbot[bot]",
"committed_at": "2020-11-19T13:01:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afda1c0691f565be857c93587f4f48c1f5a29d76",
"body": null,
"is_bot": false,
"headline": "docs: Update logo to have less space",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2020-11-18T17:57:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41f0e12873f82cd9353c2374a23486f7076853ba",
"body": "docs: Add logo to readme",
"is_bot": false,
"headline": "Merge pull request #19 from IBM/avplogo",
"author_name": "Josh Kayani",
"author_login": "jkayani",
"committed_at": "2020-11-18T17:51:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ce15d28434a2eb5c52ed46d9223566b7856acf5",
"body": null,
"is_bot": false,
"headline": "docs: Add logo to readme",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2020-11-18T17:41:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1e4176cc61f8aa48257470c297f6114f1c1031a",
"body": null,
"is_bot": false,
"headline": "feat: Support ConfigMap templates (#18)",
"author_name": "Josh Kayani",
"author_login": "jkayani",
"committed_at": "2020-11-18T16:24:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb676f528e532c9762d96c1b8903b2c88458c5f4",
"body": "tests: Find/replace logic",
"is_bot": false,
"headline": "Merge pull request #17 from IBM/tests",
"author_name": "Josh Kayani",
"author_login": "jkayani",
"committed_at": "2020-11-17T18:53:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1da4ebec6e9fd898f0098c13889c0e7623a862a8",
"body": null,
"is_bot": false,
"headline": "chore: Skip Windows in tests",
"author_name": "Josh Kayani",
"author_login": "jkayani",
"committed_at": "2020-11-17T18:49:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17515bca4d4b63643b9d36a77f697709cfb05b4e",
"body": null,
"is_bot": false,
"headline": "chore: go mod tidy",
"author_name": "Josh Kayani",
"author_login": "jkayani",
"committed_at": "2020-11-17T18:46:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e019a8beb1f87e963c8e513396670fb0978a370",
"body": null,
"is_bot": false,
"headline": "fix: Add line endings for Windows?",
"author_name": "Josh Kayani",
"author_login": "jkayani",
"committed_at": "2020-11-17T18:42:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8dd827e64e9e2c1eb4924d4e2cf3a0470ca5d88d",
"body": null,
"is_bot": false,
"headline": "refactor: Rename fixtures",
"author_name": "Josh Kayani",
"author_login": "jkayani",
"committed_at": "2020-11-17T18:24:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99fb167c421a190db4fb713d1662741514012a1c",
"body": null,
"is_bot": false,
"headline": "tests: ToYAML tests",
"author_name": "Josh Kayani",
"author_login": "jkayani",
"committed_at": "2020-11-17T18:23:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8041b473609f1b7af302bbeb6dafe0383cb8d48",
"body": null,
"is_bot": false,
"headline": "fix: Support bools from Vault",
"author_name": "Josh Kayani",
"author_login": "jkayani",
"committed_at": "2020-11-17T16:51:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cf8700c647677c37b0c9c7f5315f5982cd244fd",
"body": null,
"is_bot": false,
"headline": "tests: Tests for failure, secrets",
"author_name": "Josh Kayani",
"author_login": "jkayani",
"committed_at": "2020-11-17T16:36:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dca331d00e21eb23c8592e6e57d0694a62548730",
"body": null,
"is_bot": false,
"headline": "tests: Testing generic replacement",
"author_name": "Josh Kayani",
"author_login": "jkayani",
"committed_at": "2020-11-17T16:08:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e38971dba120431b80e57078143a9dfe10289be",
"body": "Connect auth to manifest generation",
"is_bot": false,
"headline": "Merge pull request #16 from IBM/initialAuth",
"author_name": "Josh Kayani",
"author_login": "jkayani",
"committed_at": "2020-11-17T16:02:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab4d1178f016f5a2dae505b983c11e8fdde2a648",
"body": null,
"is_bot": false,
"headline": "fix: Typo and remove unused function",
"author_name": "Jacob Wernette",
"author_login": "werne2j",
"committed_at": "2020-11-17T15:56:15Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 0,
"latest_release_at": "2021-06-28T15:03:56Z",
"latest_release_tag": "v1.1.2",
"releases_from_tags": false,
"days_since_last_push": 1853,
"active_weeks_last_year": 0,
"days_since_latest_release": 1853,
"mean_days_between_releases": null
},
"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": [
{
"name": "github.com/IBM/argocd-vault-plugin",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": false,
"registry_url": "https://pkg.go.dev/github.com/IBM/argocd-vault-plugin",
"is_deprecated": false,
"latest_version": "v1.18.1",
"repository_url": "https://github.com/IBM/argocd-vault-plugin",
"versions_count": 41,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2024-06-07T03:15:13Z",
"latest_version_yanked": null,
"days_since_latest_publish": 779
}
]
},
"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,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"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": 18176,
"source_files_sampled": 33,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"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": [
"go"
],
"dependencies": [
{
"name": "github.com/aws/aws-sdk-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.34.28"
},
{
"name": "github.com/hashicorp/vault",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "github.com/hashicorp/vault/api",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.5-0.20201001211907-38d91b749c77"
},
{
"name": "github.com/hashicorp/vault/sdk",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.1.14-0.20201109203410-5e6e24692b32"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.1"
},
{
"name": "github.com/spf13/viper",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.7.0"
},
{
"name": "k8s.io/apimachinery",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.19.4"
},
{
"name": "k8s.io/client-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.19.4"
},
{
"name": "sigs.k8s.io/yaml",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
}
],
"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": "werne2j",
"commits": 71,
"avatar_url": "https://avatars.githubusercontent.com/u/5973248?v=4"
},
{
"type": "User",
"login": "jkayani",
"commits": 40,
"avatar_url": "https://avatars.githubusercontent.com/u/7196382?v=4"
},
{
"type": "User",
"login": "fvdnabee",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/1157936?v=4"
},
{
"type": "User",
"login": "teejaded",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/3037973?v=4"
},
{
"type": "User",
"login": "jbaskeen",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/6549820?v=4"
},
{
"type": "User",
"login": "skuffe",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1579080?v=4"
},
{
"type": "User",
"login": "GeorgeLambadas",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/6062551?v=4"
},
{
"type": "User",
"login": "jhoover4",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/20507620?v=4"
},
{
"type": "User",
"login": "llavaud",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/13728129?v=4"
},
{
"type": "User",
"login": "khetanir",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/21220983?v=4"
}
],
"contributors_sampled": 13,
"top_contributor_share": 0.546
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"codeql.yml",
"pipeline.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 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": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 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": 10,
"reason": "SAST tool detected: CodeQL",
"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": "187 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "a68c9a3bb2fef11ed6f3f77da09d8de4903f7c51",
"ran_at": "2026-07-26T09:18:54Z",
"aggregate_score": 2.7,
"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": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/werne2j/argocd-vault-plugin",
"host": "github.com",
"name": "argocd-vault-plugin",
"owner": "werne2j"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"security": 27,
"vitality": 17,
"community": 12,
"governance": 31,
"engineering": 40
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 17,
"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.99,
"days_since_last_push": 1853,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1853 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 1853
}
}
],
"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": null,
"notes": [],
"value": 40,
"inputs": {
"releases_count": 1,
"latest_release_tag": "v1.1.2",
"releases_from_tags": false,
"days_since_latest_release": 1853,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1853 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1853
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "dormant",
"guards": [
"no_open_demand"
],
"signals": [
"scorecard_unmaintained"
],
"red_flag": false,
"multiplier_pct": 100,
"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": 1857,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 1857 days, with nothing left unanswered; held at dormant by nothing open to answer",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_quiet",
"params": {
"days": 1857
}
},
{
"code": "abandonment_guarded",
"params": {
"guards": "nothing open to answer"
}
}
],
"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": 31,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 13,
"top_contributor_share": 0.546
},
"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 55% of commits",
"points": 10.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 55
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "13 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 13
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"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": 52,
"inputs": {
"followers": 24,
"owner_type": "User",
"is_verified": null,
"owner_login": "werne2j",
"public_repos": 22,
"account_age_days": 4632
},
"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": "24 followers of werne2j",
"points": 10.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 24,
"login": "werne2j"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "22 public repos, account ~12 yr old",
"points": 21.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 22
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 40,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"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": 60,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "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": 27,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 27,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 2.7
},
"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 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "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": "SAST tool detected: CodeQL",
"points": 5,
"status": "met",
"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": "187 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"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": 57,
"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.98,
"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": "97 of 99 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 97,
"sampled": 99
}
}
],
"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": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 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": 18176,
"source_files_sampled": 33,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/33 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 33,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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",
"go package 'github.com/IBM/argocd-vault-plugin' points at a different repository (https://github.com/IBM/argocd-vault-plugin); excluded from ecosystem scoring",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-26T09:19:04.976444Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/w/werne2j/argocd-vault-plugin.svg",
"full_name": "werne2j/argocd-vault-plugin",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}