Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 2075,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 1655175,
"Shell": 2152,
"Earthly": 22279,
"Mermaid": 32310
},
"pushed_at": "2026-07-22T23:24:57Z",
"created_at": "2025-05-22T21:50:07Z",
"owner_type": "Organization",
"updated_at": "2026-07-22T23:25:00Z",
"description": "A command line diff tool for crossplane.",
"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": "https://crossplane.io",
"name": "Crossplane Contrib",
"type": "Organization",
"login": "crossplane-contrib",
"company": null,
"location": null,
"followers": 275,
"avatar_url": "https://avatars.githubusercontent.com/u/65389701?v=4",
"created_at": "2020-05-15T07:13:38Z",
"is_verified": null,
"public_repos": 140,
"account_age_days": 2259
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.8.1",
"kind": "patch",
"published_at": "2026-07-14T19:03:50Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2026-06-26T19:59:12Z"
},
{
"tag": "v0.7.1",
"kind": "patch",
"published_at": "2026-04-30T01:46:58Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2026-04-08T16:11:31Z"
},
{
"tag": "v0.6.2",
"kind": "patch",
"published_at": "2026-03-25T19:12:07Z"
},
{
"tag": "v0.6.1",
"kind": "patch",
"published_at": "2026-03-09T20:47:43Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-02-11T19:21:40Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-01-20T15:59:32Z"
},
{
"tag": "v0.5.0-rc1",
"kind": "prerelease",
"published_at": "2025-12-09T22:03:51Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2025-10-16T15:47:20Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2025-10-16T00:38:43Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2025-10-08T21:06:56Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2025-09-30T16:15:40Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2025-09-17T23:44:39Z"
}
],
"recent_commits": [
{
"oid": "25733b06920e7584ac94986cb5cb9531422e646e",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "fix(deps): update module github.com/go-logr/logr to v1.4.4 (#398)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-22T23:24:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fea944de70fafaf1bd19d007fe6b46228076c88f",
"body": "Two checklist items were vague or inapplicable:\n\n- Drop \"Followed the API promotion workflow\". It is inherited verbatim from\n upstream Crossplane, where API promotion (alpha→beta→GA of CRD API surfaces)\n is a governed process. crossplane-diff is a CLI diff tool that consumes\n Crossplane APIs rath\n[…]\nmove the [docs tracking issue] link definition, an unused (dead)\nreference inherited from upstream that this template never linked to.\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>",
"is_bot": false,
"headline": "docs(pr-template): sharpen the test-doc checklist items (#397)",
"author_name": "Jonathan Ogilvie",
"author_login": "jcogilvie",
"committed_at": "2026-07-22T18:28:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6558d8aece668273e4083ef5244146eb01c94257",
"body": "…ross all namespaces (#392)\n\n* fix(requirements): resolve cluster-wide matchLabels ExtraResources across all namespaces\n\nA go-templating ExtraResources requirement that selects a namespaced kind\n(e.g. v1/Secret) by matchLabels while omitting the namespace is a cluster-wide\n(all-namespaces) lookup in\n[…]\n live). The two cases together pin both namespace scopes.\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>\n\n---------\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>",
"is_bot": false,
"headline": "fix(requirements): resolve cluster-wide matchLabels ExtraResources ac…",
"author_name": "Jonathan Ogilvie",
"author_login": "jcogilvie",
"committed_at": "2026-07-22T18:17:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bdb5253409002250ff904794ad87ad701c748bbf",
"body": "…t (#396)\n\nThe test checklist only had unit and e2e boxes, so integration tests\n(cmd/diff/*_integration_test.go) had no home and were easy to overlook. Broaden\nthe e2e item to \"integration or e2e tests\" and add a guidance comment on which\ntier to reach for: prefer integration tests (envtest + real f\n[…]\nion/render/client logic, and\nreserve e2e tests (test/e2e, minutes) for behavior only a live Crossplane\ncontroller reconcile can prove.\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>",
"is_bot": false,
"headline": "docs(pr-template): account for integration tests in the test checklis…",
"author_name": "Jonathan Ogilvie",
"author_login": "jcogilvie",
"committed_at": "2026-07-22T18:00:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0879dc95cfdf34b7c080844e3ab9d5cd653637cf",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update github/codeql-action digest to e4fba86 (#395)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-22T07:57:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cbb0c55cdf8469ca1776b41c70e8478dee31578",
"body": "…y] (#394)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update module google.golang.org/grpc to v1.82.1 [securit…",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-22T01:19:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa2289f2d2edcc58d544b34e2a657c6b6d0878b8",
"body": "…393)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update module golang.org/x/text to v0.39.0 [security] (#…",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-21T21:01:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56db508ab0acc0a4a54cbb47720f41ab429fd3cd",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update github/codeql-action digest to e064762 (#391)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-21T15:55:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92e7d0904cef14710c51d4181fb26b9dea764515",
"body": "…and revision resolution (#389)\n\ncrossplane-diff ignored spec[.crossplane].compositionRevisionSelector when\ndeciding which CompositionRevision an XR would resolve to. This surfaced as two\nbugs sharing one root cause:\n\n- comp: partitionXRsByUpdatePolicy only checked compositionUpdatePolicy\n (Manual \n[…]\nlicy. Consumers parsing these fields must be updated.\n\nFixes #388\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(comp,xr)!: honor compositionRevisionSelector in impact analysis …",
"author_name": "Jonathan Ogilvie",
"author_login": "jcogilvie",
"committed_at": "2026-07-21T15:42:06Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2d7a9d578bbaed3b795acc364668c189c83d5206",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update actions/checkout digest to 3d3c42e (#390)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-20T20:02:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "366b04d53c9a3825d385f824aef237bc5bdd597d",
"body": "* feat: optionally minimize composition changes in comp subcommand\n\nAdds a --minimize-composition flag to the comp subcommand that collapses\neach changed composition to a single marker line (~~~ Composition/<name>\n(minimized)) instead of the full YAML diff body. Errors and no-change\ncompositions sti\n[…]\ngilvie@users.noreply.github.com>\nCo-authored-by: Jonathan Ogilvie <679297+jcogilvie@users.noreply.github.com>\nCo-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "feat: optionally hide composition changes in comp subcommand (#375)",
"author_name": "J. Fernández",
"author_login": "fernandezcuesta",
"committed_at": "2026-07-20T19:51:45Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "163bd0dfb67727e1de8cb63dd1c8773690882d2c",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency github/codeql-action to v2.26.1 (#384)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-18T13:53:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "032adf7b7e0219fdc93c39c244e47b07f3ab0ebf",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "fix(deps): update module github.com/alecthomas/kong to v1.16.0 (#383)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-17T21:22:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1cc131cb083e2c2d16dd1ae19420bf4a9a4ffab",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update github/codeql-action digest to 7188fc3 (#385)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-17T18:44:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e106dbdae30e461f1296bda214a2ebed7b058d3c",
"body": "…386)\n\n* ci(renovate): automerge dependency updates after 2-day release age\n\nEnable unattended merging of Renovate dependency-update PRs, gated on our\nrequired status checks (unit-tests, e2e-tests) so a failing update never\nmerges.\n\n- Add minimumReleaseAge: '2 days' so an update PR only opens once a\n[…]\ncy\n guard holds regardless of which form GitHub returns.\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>\n\n---------\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>",
"is_bot": false,
"headline": "ci(renovate): automerge dependency updates after 2-day release age (#…",
"author_name": "Jonathan Ogilvie",
"author_login": "jcogilvie",
"committed_at": "2026-07-17T18:34:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "efaa2b2d415aca6ad8c9c6001dbddc3a4fb97583",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update amazon/aws-cli docker tag to v2.35.22 (#382)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-14T16:01:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c05c9a7e8d19907fe4b3ddd99fc11a49104a4f39",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update softprops/action-gh-release digest to 3d0d988 (#381)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-13T22:49:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "baa7a3bc0b4b29633dc7ee29d8b44aebd41e4083",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update amazon/aws-cli docker tag to v2.35.21 (#380)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-13T21:41:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a47fb0f3498ce737ff1df5cd6518aa3aa726548d",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update actions/stale digest to 1e223db (#379)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-10T20:17:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6492eea58ee79bab7beb6ac962fe6fe64271e14d",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency github/codeql-action to v2.26.0 (#369)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-10T19:11:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eac016cfe356fca7dccf13aaa16ea8e6d59a00cf",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency golang to v1.26.5 (#367)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-10T18:59:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04bdba31484b9ea120bac015f7ca4e7fb0abacff",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency helm/helm to v4.2.3 (#374)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-10T18:43:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f551af58e8ff7af41a58576e6b7023aa7e64f545",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update github/codeql-action digest to 99df26d (#366)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-10T17:33:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86171b827ef095595408ebf7126196019b2c0762",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update docker/login-action digest to af1e73f (#365)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-10T17:13:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6755e1fd5defabfdafd0d172f5aa78272e77e097",
"body": "…Views raw/clean split) (#373)\n\n* fix(renderer): apply --ignore-paths in JSON/YAML output\n\nThe structured (JSON/YAML) renderers populated changes[].diff.old,\nchanges[].diff.new, and changes[].diff.spec directly from the raw\nUnstructured.Object on ResourceDiff. The values in --ignore-paths and the\nse\n[…]\n-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>\n\n---------\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(renderer): apply --ignore-paths in JSON/YAML output (via Resource…",
"author_name": "Jonathan Ogilvie",
"author_login": "jcogilvie",
"committed_at": "2026-07-10T16:32:24Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "24319207d39bb2b8a6f2a09aa4e963bc76bb916c",
"body": "* fix(requirements): treat matchName NotFound as unmet requirement\n\nA composition that emits an ExtraResources block using `matchName` for a\nresource that does not exist in the cluster caused `crossplane-diff` to\nabort the affected XR's diff with `cannot get referenced resource ...`.\n`matchLabels` r\n[…]\nrence the actual `--verbose` flag, not klog-style `-v=N`.\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>\n\n---------\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>",
"is_bot": false,
"headline": "fix(requirements): treat matchName NotFound as unmet requirement (#364)",
"author_name": "Jonathan Ogilvie",
"author_login": "jcogilvie",
"committed_at": "2026-07-08T22:01:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0fb86ad7b7fe8b47aa747a4d655ce439a28f6c67",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update e2e-manifests (#362)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-01T15:10:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15fe6f64d6a0c61f0878f57af18699408eff3ff2",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update curlimages/curl docker tag to v8.21.0 (#361)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-29T21:38:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf5507c183912f3bd23944d33d1351e0ed35d09a",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update amazon/aws-cli docker tag to v2.35.12 (#363)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-29T21:28:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39101d3dd39fc24a15738a2c904a0f3a4dcae270",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update amazon/aws-cli docker tag to v2.35.11 (#360)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-29T15:32:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58f29c1cdb5a565705aa32298bac746e427bbcb3",
"body": "…#359)\n\n* refactor(render): unwind multi-composition workaround using cli#159\n\ncrossplane/cli#159 makes dockerRenderEngine.Setup idempotent in the\nnetwork-already-set branch by calling injectNetworkAnnotation there too.\nThat removes the need for EngineRenderFn to capture the docker network\nname off \n[…]\n docker accumulate only no-op cleanups.\"\n\nNo code change.\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>\n\n---------\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>",
"is_bot": false,
"headline": "refactor(render): unwind multi-composition workaround using cli#159 (…",
"author_name": "Jonathan Ogilvie",
"author_login": "jcogilvie",
"committed_at": "2026-06-26T19:53:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c9422f41e1ece1b63a71a19be6ca7956d39517f6",
"body": "The design doc had drifted significantly from the implementation. This\nbrings every section, interface block, and diagram in sync with the\ncurrent cmd/diff/ tree, and adds guidance to CLAUDE.md so future code\nchanges prompt corresponding doc updates.\n\nHighlights:\n- Document the comp subcommand and C\n[…]\n (and regenerate SVGs via the\n minlag/mermaid-cli Docker image).\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: refresh design doc to current architecture (#348)",
"author_name": "Jonathan Ogilvie",
"author_login": "jcogilvie",
"committed_at": "2026-06-26T17:53:25Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4f8b89bd343b40d0d87c02c94788278d26acd57b",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update actions/checkout action to v7 (#353)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-25T22:15:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "299036094227891c0f0eee51f78314e560b283b8",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency helm/helm to v4.2.2 (#351)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-25T21:45:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cd69060b3598e1a0f24f92a294f94d05e9396a6",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update softprops/action-gh-release digest to 718ea10 (#354)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-25T20:04:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47f9105e8ba791b0fe6338aee2b29fe9ae87bff6",
"body": "…sorConfig (#358)\n\nThe Namespace field on ProcessorConfig (and its WithNamespace option) was\nset by both the xr and comp commands but never read anywhere in the diff\npipeline. The xr command even acknowledged this with a \"not actually used\nfor XR diffs\" comment, and the comp command's real --namespa\n[…]\nh\ndefaultProcessorOptions. Update the design doc to drop the now-inaccurate\nbullet in §6.1.2 and the matching future-enhancement item.\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>",
"is_bot": false,
"headline": "refactor(diffprocessor): remove vestigial Namespace field from Proces…",
"author_name": "Jonathan Ogilvie",
"author_login": "jcogilvie",
"committed_at": "2026-06-25T19:32:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2fd02ae9414819976ee9b5c89d35c2b6a77542f6",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "fix(deps): update module github.com/crossplane/cli/v2 to v2.4.0 (#357)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-25T17:40:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa3cd23f41b611e9d780eb5300ed96dd5735bcca",
"body": "…3 [security] (#356)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "fix(deps): update module github.com/crossplane/crossplane/v2 to v2.3.…",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-25T17:20:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2215d6e79e51b76fa6da9ed8e2e4ada87e81fb4",
"body": "…ng (#255)\n\n* Support CROSSPLANE_DIFF_DOCKER_NETWORK env var for container networking\n\nWhen crossplane-diff runs inside a Docker container (e.g. a GitHub\nActions container job), function containers created via the Docker\nsocket land on a different Docker network and are unreachable.\n\nThis adds suppo\n[…]\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>\nCo-authored-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Support CROSSPLANE_DIFF_DOCKER_NETWORK env var for container networki…",
"author_name": "jtucci",
"author_login": "jtucci",
"committed_at": "2026-06-25T14:51:52Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "acb22a22f595ba4b4b3bf95f0499152cbb7ea3fb",
"body": "…is (#350)\n\n* refactor(claim): consume cli's ConvertClaimToXR for new-claim synthesis\n\nReplaces our hand-rolled paving of the synthetic backing XR with a call\nto the upstream `ConvertClaimToXR` helper added to crossplane/cli. We\nstill look up the XRD to pass the authoritative XR kind (XRDs aren't\nre\n[…]\n-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>\n\n---------\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor(claim): consume cli's ConvertClaimToXR for new-claim synthes…",
"author_name": "Jonathan Ogilvie",
"author_login": "jcogilvie",
"committed_at": "2026-06-24T22:28:55Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6f507609f2e1cbabfe51d6ec5764c87243894009",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update amazon/aws-cli docker tag to v2.35.6 (#346)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-17T17:26:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3649a5bef8f7e728677609e510b00411286691c6",
"body": "* refactor(validate): consume cli's structured validation API\n\ncrossplane/cli#66 lands a structured-result validate API at\npkg/validate.SchemaValidate, replacing the previous\ncmd/crossplane/validate.SchemaValidation entry point that produced\nits results by writing prefix-marked lines to a writer. Sw\n[…]\n suppressed because 42 appears as a\n standalone token).\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>\n\n---------\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>",
"is_bot": false,
"headline": "refactor(validate): consume cli's structured validation API (#347)",
"author_name": "Jonathan Ogilvie",
"author_login": "jcogilvie",
"committed_at": "2026-06-17T15:30:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "87d638468e3b354b2e2204ef243f719eca79c02c",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update alpine docker tag to v3.24 (#345)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-16T15:32:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81a7f7f65b92d99df1132016146373bf5cddc09a",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update e2e-manifests (#344)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-15T21:34:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c7d059088bd7826d1e1a435cd3d3f85aac6fd76",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency kubernetes/kubernetes to v1.36.2 (#343)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-15T19:29:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73ef832035253b9ff95fee8cc6a8be146ade1c49",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency helm/helm to v4.2.1 (#342)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-15T18:35:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef305e546b02abf44ae1459b7bf615fd53f840cf",
"body": "* feat(comp): allow filtering downstream resources\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>\n\n* fix: lint\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>\n\n* fix: refactor filter impl\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>\n\n* fix: a\n[…]\nas \"no affected XRs\" rather than as\n a hard failure.\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>\n\n---------\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>",
"is_bot": false,
"headline": "feat(comp): allow filtering downstream resources (#322)",
"author_name": "Jonathan Ogilvie",
"author_login": "jcogilvie",
"committed_at": "2026-06-11T22:32:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b1444400795d0322e650a969640f4c870d9a16c1",
"body": "Bumps golangci-lint v2.11.4 → v2.12.2 (supersedes #309) and addresses\nthe new lint issues that come with it.\n\nThe original v2.12.2 install fails because v2.12.2's bundled install.sh\nin master/install.sh grabs the SBOM file's hash instead of the tarball's\nwhen verifying the download. Switch to the of\n[…]\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>\nCo-authored-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": true,
"headline": "chore(deps): update golangci-lint to v2.12.2 (#309)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-10T20:57:43Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a82deb7957edee2601dc88436472e3ec0425c063",
"body": "….21.6 (#339)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "fix(deps): update module github.com/google/go-containerregistry to v0…",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-10T20:44:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff3ae4a84ca9d4279ce8501787f37088f3c66e54",
"body": "…7.1 (#340)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "fix(deps): update module github.com/crossplane/function-sdk-go to v0.…",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-10T18:03:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29a98c5ed7b9de643d6293abf0cbf15215dd06b6",
"body": "… (#326)\n\n* feat(render): switch to crossplane internal render via crossplane/cli\n\nReplace the in-process `render.Render()` call (Crossplane v2.2-era) with\n`crossplane internal render` driven through `github.com/crossplane/cli/v2`'s\nEngine interface. The binary runs the real composite reconciler, so\n[…]\n.\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>\n\n---------\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>\nCo-authored-by: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(render): switch to crossplane internal render via crossplane/cli…",
"author_name": "Jonathan Ogilvie",
"author_login": "jcogilvie",
"committed_at": "2026-06-10T17:25:33Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "57fa2833519ee7d4e2f047f10efc1b7a1a83163d",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update codecov/codecov-action action to v7 (#337)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-09T22:33:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a2486b2f55378befb609f48f4ddfdcdbb191bf4",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency kubernetes-sigs/kind to v0.32.0 (#332)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-09T22:16:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6277a82b352731e44d8b39311e9a49164289a790",
"body": "* docs: correct required permissions to include patch verb\n\nThe README claimed only read access was needed, but the tool performs a\nserver-side apply with dryRun=All against existing resources, which the\napiserver authorizes with the patch verb. Verified against the in-cluster\nClusterRole used by th\n[…]\n-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>\n\n---------\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: correct required permissions to include patch verb (#335)",
"author_name": "Jonathan Ogilvie",
"author_login": "jcogilvie",
"committed_at": "2026-06-09T21:59:50Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f8d626794e05c35c34e76c7277f4dd431138d835",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update docker/login-action digest to 650006c (#329)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-09T21:59:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9c2db7964b68b6a2535d441ed56ff8c26c88f9c",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update github/codeql-action digest to 8aad20d (#315)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-09T21:31:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edce239c8f0648f91e7dd7c42d7254363cee07b7",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency helm/helm to v4.2.0 (#331)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-09T21:13:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95e3399d017d2ac51df0869858d67321c1157963",
"body": "….21.6 (#330)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "fix(deps): update module github.com/google/go-containerregistry to v0…",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-09T20:47:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e05bef45e72be1f3fc6a2526eb440cc1353cfb4e",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update golang version to v1.26.4 (#317)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-09T19:49:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4892f2cab8723ad6af91dc7aa7efcafa7904cd20",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update actions/checkout digest to df4cb1c (#325)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-09T19:31:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bb6507594a06d4502958fb7e0904775f28d916d",
"body": "Adds Theo Chatzimichos to OWNERS.md per the Crossplane governance\nprocess for adding maintainers. Also strips OWNERS.md and CODEOWNERS\nof upstream-only references (steering-committee and\ncrossplane-maintainers teams, plus maintainers who don't have access\nto this fork) so the CODEOWNERS file is valid for this repo.\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: add @tampakrap as maintainer (#328)",
"author_name": "Jonathan Ogilvie",
"author_login": "jcogilvie",
"committed_at": "2026-06-09T19:06:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9ddd595898419b6793dbe31937620d83255c4d4c",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update codecov/codecov-action digest to fb8b358 (#327)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-09T19:00:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88d3ead74f5b798ab5b098cc0b37b59e51549c44",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update actions/stale digest to eb5cf3a (#324)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-09T18:15:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94ce67d146498ce6056a33b911b376b31bccb030",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency github/codeql-action to v2.25.6 (#316)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-05T17:25:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4b7cdfa39b88a1049e7d9e881476fdc232c575a",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency kubernetes/kubernetes to v1.36.1 (#320)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-05-31T18:33:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46c1441576fdda8ac035368b90236a3d2a7c37b1",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update module golang.org/x/net to v0.55.0 [security] (#323)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-05-27T19:55:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a20cea56478ab304a5685dd127b8a77d37e19ed",
"body": "… (#319)\n\n* feat(comp): add eventual state to comp command; fix ineffective test\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>\n\n* fix: review feedback to remove dead test code\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>\n\n* fix: remove unneeded test\n\nSigned-\n[…]\nsumologic.com>\n\n* fix: move eventual state flag to common\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>\n\n---------\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>",
"is_bot": false,
"headline": "feat(comp): add eventual state to comp command; fix ineffective test…",
"author_name": "Jonathan Ogilvie",
"author_login": "jcogilvie",
"committed_at": "2026-05-18T22:23:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d5a07eba399a3203453149ff01aa69b94ba0cc67",
"body": "…e function image registry (#314)\n\n* feat(diffprocessor): add --function-registry flag to override function image registry\n\nIntroduces a CLI flag that rewrites the registry portion of every function\npackage ref before functions are pulled, via a RegistryOverrideFunctionProvider\nthat wraps the defaul\n[…]\nuse the flag and how it rewrites package refs.\n\nRefs: CLOUDR-1645\n\nSigned-off-by: Stephen Cahill <stephen.cahill@datadoghq.com>\n\n---------\n\nSigned-off-by: Stephen Cahill <stephen.cahill@datadoghq.com>",
"is_bot": false,
"headline": "feat(diffprocessor): add --function-registry-override flag to overrid…",
"author_name": "Stephen Cahill",
"author_login": "cahillsf",
"committed_at": "2026-05-05T20:26:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f6e115a20cc29d7d7a4866b1fa73f6a21d9477cb",
"body": "…st package refs (#313)\n\nWhen a function package ref has both a tag and a digest\n(e.g., func:v0.6.1-0@sha256:751a...), the SHA256 branch of\ngenerateContainerName split on @sha256: but left the colon from the\ntag in the function name, producing an invalid Docker container name.\n\nSigned-off-by: Stephen Cahill <cahillsf9@gmail.com>",
"is_bot": false,
"headline": "fix(function-provider): sanitize colon in container name for tag+dige…",
"author_name": "Stephen Cahill",
"author_login": "cahillsf",
"committed_at": "2026-05-05T17:15:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48998d44d2184eb78d1dbd0a77da58b2000e9c64",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update curlimages/curl docker tag to v8.20.0 (#312)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-05-05T14:47:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c18961634477380d67b8a4c8d833f6b97978ab80",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update e2e-manifests (#311)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-05-04T22:55:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "119962dd5b5e2d9259066855e4894a35920612f8",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update amazon/aws-cli docker tag to v2.34.41 (#310)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-05-04T22:16:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5040798549dff7112787d320d41f2ea7f37480e1",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update github/codeql-action digest to e46ed2c (#308)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-05-04T15:59:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20cf059201eb4dd497396d4f892b01af736eb499",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency github/codeql-action to v2.25.3 (#307)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-05-04T15:45:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1645d1334e0ac60ec445bbbb733ad1bae546ce23",
"body": "….21.5 (#306)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "fix(deps): update module github.com/google/go-containerregistry to v0…",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-30T00:56:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "654f902401c8900446d003a06cb927aa30e087ff",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency helm/helm to v4.1.4 (#283)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-30T00:39:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "078147c5b5226806f59dc7f6b8c979c848c2de4d",
"body": "* fix: version call to server should use kubeconfig context\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>\n\n* fix: update readme for documenting kubecfg precedence\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>\n\n* fix: go mod update\n\nSigned-off-by: Jonathan Ogil\n[…]\nonathan.ogilvie@sumologic.com>\n\n* fix: adversarial review\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>\n\n---------\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>",
"is_bot": false,
"headline": "fix: version call to server should use kubeconfig context (#305)",
"author_name": "Jonathan Ogilvie",
"author_login": "jcogilvie",
"committed_at": "2026-04-30T00:27:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "32739f63bf4018de42cacdd68cd2603f153a4d6d",
"body": "* feat: support ExtraResources in function-go-templating, fix render error handling, update golang\n\nSigned-off-by: Jason Witkowski <jwitkowski@zscaler.com>\n\n* fix: remove prefetching; add new IT cases for extra resources in fn-gotpl as the 2nd+ element in a pipeline\n\nSigned-off-by: Jonathan Ogilvie \n[…]\nzscaler.com>\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>\nCo-authored-by: Jason Witkowski <jwitkowski@zscaler.com>\nCo-authored-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>",
"is_bot": false,
"headline": "feat: support ExtraResources in function-go-templating (#295)",
"author_name": "Jason Witkowski",
"author_login": "jwitko",
"committed_at": "2026-04-29T20:19:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fcf9faa26d1d9c395f282ccd4fbb6c79924094cf",
"body": "* fix(diff): assign placeholder UID to owner refs for new XRs\n\nWhen diffing a new XR against a cluster where composed resources\nalready exist (e.g. after `kubectl delete xr --cascade=orphan`),\nevery composed resource's dry-run apply failed with:\n\n metadata.ownerReferences.uid: Invalid value: \"\": mu\n[…]\nm>\n\n---------\n\nSigned-off-by: Erlend Fonnes <erlend.fonnes@gmail.com>\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>\nCo-authored-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>",
"is_bot": false,
"headline": "fix(diff): assign placeholder UID to owner refs for new XRs (#294)",
"author_name": "Erlend Fonnes",
"author_login": "ErlendF",
"committed_at": "2026-04-29T15:55:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d3b237919ab2f18a00bd2ec905e4e6bbecb0e355",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency kubernetes/kubernetes to v1.36.0 (#304)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-29T01:19:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0fed4ddb2100ddbd2eacc4f8939a565b8636fb9",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update aquasecurity/trivy-action action to v0.36.0 (#303)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-29T01:06:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edd42d8ed6021ef0bce588b4ebfa188720f848f6",
"body": "…1 (#302)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "fix(deps): update module github.com/crossplane/crossplane/v2 to v2.2.…",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-29T00:41:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a8215ed090ac916b886dca6df205432696c877e",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency github/codeql-action to v2.25.2 (#300)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-29T00:29:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60e09daeef853d321ab004079e6d2caedc5c9b8c",
"body": "…(#299)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update mheap/require-checklist-action digest to 9c8100a …",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-28T23:09:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58fc9eaecc05977c01b5cf656b6694edf1374841",
"body": "…to v2.2.1 (#301)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "fix(deps): update module github.com/crossplane/crossplane-runtime/v2 …",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-28T22:57:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33bb51ea4b396a5a71a56a286af12e04e2630ca2",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update github/codeql-action digest to 95e58e9 (#298)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-28T22:33:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "043ff99c11b9f58fbf498f1cb47ec964155aa47f",
"body": "…ity] (#297)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update module go.opentelemetry.io/otel to v1.41.0 [secur…",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-28T22:18:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "599b59bd008ad2b4ad8379087c597b9f13537b75",
"body": "…rity] (#292)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update module github.com/moby/spdystream to v0.5.1 [secu…",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-28T22:05:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32f0944f3b1bc601f506b125e34b8a678c59b9b0",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update softprops/action-gh-release action to v3 (#288)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-28T21:53:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d887389335dfad3cb793218150fc9174b17e5296",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update softprops/action-gh-release action to v2.6.2 (#287)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-28T21:42:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74e81f18240b9288e1e6c993a5fb58bfebb47c22",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update actions/upload-artifact digest to 043fb46 (#286)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-28T21:29:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6abf0b4b149e4dfad7b1eb16cce85cb943f05bb4",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update actions/github-script action to v9 (#284)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-28T21:15:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "710820579147450868770bb6e7e2442139b3041e",
"body": "Signed-off-by: Stephen Cahill <stephen.cahill@datadoghq.com>\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: correct stdin marker in xr help text from -- to - (#293)",
"author_name": "Stephen Cahill",
"author_login": "cahillsf",
"committed_at": "2026-04-28T20:50:43Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6ea960a3e88de97a7ba6d0d5c491f64d4d1f3e20",
"body": "* fix: factor stdout/stderr into Options insteaad of passing as args\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>\n\n* fix: factor stdout/stderr into Options insteaad of passing as args\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>\n\n* fix: Apply suggestions fro\n[…]\n-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>\n\n---------\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>\nCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "refactor: plumb stdout and stderr via options (#296)",
"author_name": "Jonathan Ogilvie",
"author_login": "jcogilvie",
"committed_at": "2026-04-28T20:12:59Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a65f3d920d323c6dc30619f29c4361f4240da34a",
"body": "…ion changes it (#290)\n\n* fix: use existing name for resource when looking up, in case composition changes it\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>\n\n* fix: don't allow partial results\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>\n\n* fix: add test cover\n[…]\nrors; emit to stderr as well; add stderr tests for XRDiff\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>\n\n---------\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>",
"is_bot": false,
"headline": "fix: use existing name for resource when looking up, in case composit…",
"author_name": "Jonathan Ogilvie",
"author_login": "jcogilvie",
"committed_at": "2026-04-13T20:44:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "dd315683f662ef62bb41ebc28b9693d726978c4d",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update golang version to v1.26.2 (#282)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-08T15:59:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a90eb82b988e7ef22e414ccfd63c117296833675",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "fix(deps): update module github.com/alecthomas/kong to v1.15.0 (#277)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-07T20:47:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce653ad476a40d13942950ff133cada2b3f8e1ff",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update amazon/aws-cli docker tag to v2.34.25 (#279)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-07T19:51:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c64af63f7287068f85fe26c39e913a38ff641b51",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update e2e-manifests (#280)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-07T17:23:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7da75bacb2a4948e016bdb50814ff6acaaa38ecc",
"body": "* fix: add support for requirements handling on eventual state\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>\n\n* fix: refactor function cleanup; cache functions everywhere\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>\n\n* fix: deduplicate requirements over itera\n[…]\numologic.com>\n\n* fix: make render iterations configurable\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>\n\n---------\n\nSigned-off-by: Jonathan Ogilvie <jonathan.ogilvie@sumologic.com>",
"is_bot": false,
"headline": "fix: add support for requirements handling on eventual state (#281)",
"author_name": "Jonathan Ogilvie",
"author_login": "jcogilvie",
"committed_at": "2026-04-07T17:08:02Z",
"body_truncated": true,
"is_coding_agent": false
}
],
"releases_count": 14,
"commits_last_year": 326,
"latest_release_at": "2026-07-14T19:03:50Z",
"latest_release_tag": "v0.8.1",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 42,
"days_since_latest_release": 8,
"mean_days_between_releases": 30.1
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 100,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "github.com/crossplane-contrib/crossplane-diff",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/crossplane-contrib/crossplane-diff",
"is_deprecated": false,
"latest_version": "v0.8.1",
"repository_url": "https://github.com/crossplane-contrib/crossplane-diff",
"versions_count": 14,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-14T16:01:11Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
}
]
},
"popularity": {
"forks": 13,
"stars": 41,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2025-10-06",
"count": 1
},
{
"date": "2025-10-30",
"count": 1
},
{
"date": "2026-01-10",
"count": 1
},
{
"date": "2026-01-20",
"count": 1
},
{
"date": "2026-01-29",
"count": 1
},
{
"date": "2026-03-02",
"count": 1
},
{
"date": "2026-03-18",
"count": 1
},
{
"date": "2026-04-06",
"count": 1
},
{
"date": "2026-04-22",
"count": 1
},
{
"date": "2026-04-23",
"count": 1
},
{
"date": "2026-04-27",
"count": 1
},
{
"date": "2026-05-08",
"count": 1
},
{
"date": "2026-07-09",
"count": 1
}
],
"complete": true,
"collected": 13,
"total_forks": 13
},
"star_history": null,
"open_issues_and_prs": 8
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 149335,
"source_files_sampled": 90,
"oversized_source_files": 5,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 26252
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "github.com/docker/docker",
"direct": true,
"version": "v28.5.2+incompatible",
"severity": "high",
"ecosystem": "go",
"cvss_score": 8.8,
"advisory_ids": [
"GHSA-pxq6-2prw-chj9",
"GHSA-rg2x-37c3-w2rh",
"GHSA-vp62-88p7-qqf5",
"GHSA-x744-4wpc-v9h2",
"GHSA-x86f-5xw2-fm2r",
"GO-2026-4883",
"GO-2026-4887",
"GO-2026-5617",
"GO-2026-5668",
"GO-2026-5746"
],
"fixed_version": "29.3.1",
"advisory_count": 10,
"oldest_advisory_days": 117
},
{
"name": "github.com/crossplane/crossplane/v2",
"direct": true,
"version": "v2.3.3",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5709"
],
"fixed_version": null,
"advisory_count": 1,
"oldest_advisory_days": 27
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 1,
"unknown": 1
},
"advisory_count": 11,
"affected_count": 2,
"assessed_count": 145,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 2
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "dario.cat/mergo",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.2"
},
{
"name": "github.com/Masterminds/semver",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.5.0"
},
{
"name": "github.com/alecthomas/kong",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.16.0"
},
{
"name": "github.com/crossplane/cli/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.5.0-rc.0.0.20260626181113-86f5f7a0c4bf"
},
{
"name": "github.com/crossplane/crossplane-runtime/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.4.0-rc.0"
},
{
"name": "github.com/crossplane/crossplane/apis/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.4.0-rc.0"
},
{
"name": "github.com/crossplane/crossplane/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.3.3"
},
{
"name": "github.com/docker/docker",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v28.5.2+incompatible"
},
{
"name": "github.com/google/go-cmp",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.7.0"
},
{
"name": "github.com/google/go-containerregistry",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.21.7"
},
{
"name": "github.com/pkg/errors",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.9.1"
},
{
"name": "github.com/sergi/go-diff",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.4.0"
},
{
"name": "k8s.io/api",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.35.3"
},
{
"name": "k8s.io/apiextensions-apiserver",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.35.3"
},
{
"name": "k8s.io/apimachinery",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.35.3"
},
{
"name": "k8s.io/client-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.35.3"
},
{
"name": "sigs.k8s.io/controller-runtime",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.23.1"
},
{
"name": "sigs.k8s.io/e2e-framework",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.6.0"
},
{
"name": "sigs.k8s.io/yaml",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "github.com/crossplane/function-sdk-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.7.1"
},
{
"name": "github.com/go-logr/logr",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.4.4"
},
{
"name": "github.com/go-logr/stdr",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.2"
},
{
"name": "github.com/google/uuid",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "gopkg.in/yaml.v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.0.1"
},
{
"name": "k8s.io/klog/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.140.0"
},
{
"name": "k8s.io/kube-openapi",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260127142750-a19766b6e2d4"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "dario.cat/mergo",
"direct": true,
"version": "v1.0.2",
"ecosystem": "go"
},
{
"name": "github.com/alecthomas/kong",
"direct": true,
"version": "v1.16.0",
"ecosystem": "go"
},
{
"name": "github.com/crossplane/cli/v2",
"direct": true,
"version": "v2.5.0-rc.0.0.20260626181113-86f5f7a0c4bf",
"ecosystem": "go"
},
{
"name": "github.com/crossplane/crossplane-runtime/v2",
"direct": true,
"version": "v2.4.0-rc.0",
"ecosystem": "go"
},
{
"name": "github.com/crossplane/crossplane/apis/v2",
"direct": true,
"version": "v2.4.0-rc.0",
"ecosystem": "go"
},
{
"name": "github.com/crossplane/crossplane/v2",
"direct": true,
"version": "v2.3.3",
"ecosystem": "go"
},
{
"name": "github.com/crossplane/function-sdk-go",
"direct": true,
"version": "v0.7.1",
"ecosystem": "go"
},
{
"name": "github.com/docker/docker",
"direct": true,
"version": "v28.5.2+incompatible",
"ecosystem": "go"
},
{
"name": "github.com/go-logr/logr",
"direct": true,
"version": "v1.4.4",
"ecosystem": "go"
},
{
"name": "github.com/go-logr/stdr",
"direct": true,
"version": "v1.2.2",
"ecosystem": "go"
},
{
"name": "github.com/google/go-cmp",
"direct": true,
"version": "v0.7.0",
"ecosystem": "go"
},
{
"name": "github.com/google/go-containerregistry",
"direct": true,
"version": "v0.21.7",
"ecosystem": "go"
},
{
"name": "github.com/google/uuid",
"direct": true,
"version": "v1.6.0",
"ecosystem": "go"
},
{
"name": "github.com/masterminds/semver",
"direct": true,
"version": "v1.5.0",
"ecosystem": "go"
},
{
"name": "github.com/pkg/errors",
"direct": true,
"version": "v0.9.1",
"ecosystem": "go"
},
{
"name": "github.com/sergi/go-diff",
"direct": true,
"version": "v1.4.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": true,
"version": "v3.0.1",
"ecosystem": "go"
},
{
"name": "k8s.io/api",
"direct": true,
"version": "v0.35.3",
"ecosystem": "go"
},
{
"name": "k8s.io/apiextensions-apiserver",
"direct": true,
"version": "v0.35.3",
"ecosystem": "go"
},
{
"name": "k8s.io/apimachinery",
"direct": true,
"version": "v0.35.3",
"ecosystem": "go"
},
{
"name": "k8s.io/client-go",
"direct": true,
"version": "v0.35.3",
"ecosystem": "go"
},
{
"name": "k8s.io/klog/v2",
"direct": true,
"version": "v2.140.0",
"ecosystem": "go"
},
{
"name": "k8s.io/kube-openapi",
"direct": true,
"version": "v0.0.0-20260127142750-a19766b6e2d4",
"ecosystem": "go"
},
{
"name": "sigs.k8s.io/controller-runtime",
"direct": true,
"version": "v0.23.1",
"ecosystem": "go"
},
{
"name": "sigs.k8s.io/e2e-framework",
"direct": true,
"version": "v0.6.0",
"ecosystem": "go"
},
{
"name": "sigs.k8s.io/yaml",
"direct": true,
"version": "v1.6.0",
"ecosystem": "go"
},
{
"name": "cel.dev/expr",
"direct": false,
"version": "v0.25.1",
"ecosystem": "go"
},
{
"name": "github.com/antlr4-go/antlr/v4",
"direct": false,
"version": "v4.13.1",
"ecosystem": "go"
},
{
"name": "github.com/azure/go-ansiterm",
"direct": false,
"version": "v0.0.0-20250102033503-faa5f7b0171c",
"ecosystem": "go"
},
{
"name": "github.com/beorn7/perks",
"direct": false,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/blang/semver/v4",
"direct": false,
"version": "v4.0.0",
"ecosystem": "go"
},
{
"name": "github.com/cespare/xxhash/v2",
"direct": false,
"version": "v2.3.0",
"ecosystem": "go"
},
{
"name": "github.com/chai2010/gettext-go",
"direct": false,
"version": "v1.0.2",
"ecosystem": "go"
},
{
"name": "github.com/containerd/errdefs",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/containerd/errdefs/pkg",
"direct": false,
"version": "v0.3.0",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.2-0.20180830191138-d8f796af33cc",
"ecosystem": "go"
},
{
"name": "github.com/distribution/reference",
"direct": false,
"version": "v0.6.0",
"ecosystem": "go"
},
{
"name": "github.com/docker/cli",
"direct": false,
"version": "v29.6.0+incompatible",
"ecosystem": "go"
},
{
"name": "github.com/docker/docker-credential-helpers",
"direct": false,
"version": "v0.9.6",
"ecosystem": "go"
},
{
"name": "github.com/docker/go-connections",
"direct": false,
"version": "v0.7.0",
"ecosystem": "go"
},
{
"name": "github.com/docker/go-units",
"direct": false,
"version": "v0.5.0",
"ecosystem": "go"
},
{
"name": "github.com/emicklei/go-restful/v3",
"direct": false,
"version": "v3.13.0",
"ecosystem": "go"
},
{
"name": "github.com/evanphx/json-patch/v5",
"direct": false,
"version": "v5.9.11",
"ecosystem": "go"
},
{
"name": "github.com/exponent-io/jsonpath",
"direct": false,
"version": "v0.0.0-20210407135951-1de76d718b3f",
"ecosystem": "go"
},
{
"name": "github.com/fatih/color",
"direct": false,
"version": "v1.18.0",
"ecosystem": "go"
},
{
"name": "github.com/felixge/httpsnoop",
"direct": false,
"version": "v1.0.4",
"ecosystem": "go"
},
{
"name": "github.com/fxamacker/cbor/v2",
"direct": false,
"version": "v2.9.0",
"ecosystem": "go"
},
{
"name": "github.com/go-errors/errors",
"direct": false,
"version": "v1.4.2",
"ecosystem": "go"
},
{
"name": "github.com/go-json-experiment/json",
"direct": false,
"version": "v0.0.0-20240815175050-ebd3a8989ca1",
"ecosystem": "go"
},
{
"name": "github.com/go-logr/zapr",
"direct": false,
"version": "v1.3.0",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/jsonpointer",
"direct": false,
"version": "v0.22.5",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/jsonreference",
"direct": false,
"version": "v0.21.5",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag",
"direct": false,
"version": "v0.26.0",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag/cmdutils",
"direct": false,
"version": "v0.26.0",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag/conv",
"direct": false,
"version": "v0.26.0",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag/fileutils",
"direct": false,
"version": "v0.26.0",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag/jsonname",
"direct": false,
"version": "v0.26.0",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag/jsonutils",
"direct": false,
"version": "v0.26.0",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag/loading",
"direct": false,
"version": "v0.26.0",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag/mangling",
"direct": false,
"version": "v0.26.0",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag/netutils",
"direct": false,
"version": "v0.26.0",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag/stringutils",
"direct": false,
"version": "v0.26.0",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag/typeutils",
"direct": false,
"version": "v0.26.0",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag/yamlutils",
"direct": false,
"version": "v0.26.0",
"ecosystem": "go"
},
{
"name": "github.com/gobuffalo/flect",
"direct": false,
"version": "v1.0.3",
"ecosystem": "go"
},
{
"name": "github.com/google/btree",
"direct": false,
"version": "v1.1.3",
"ecosystem": "go"
},
{
"name": "github.com/google/cel-go",
"direct": false,
"version": "v0.28.0",
"ecosystem": "go"
},
{
"name": "github.com/google/gnostic-models",
"direct": false,
"version": "v0.7.1",
"ecosystem": "go"
},
{
"name": "github.com/gorilla/websocket",
"direct": false,
"version": "v1.5.4-0.20250319132907-e064f32e3674",
"ecosystem": "go"
},
{
"name": "github.com/gregjones/httpcache",
"direct": false,
"version": "v0.0.0-20190611155906-901d90724c79",
"ecosystem": "go"
},
{
"name": "github.com/inconshreveable/mousetrap",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/json-iterator/go",
"direct": false,
"version": "v1.1.12",
"ecosystem": "go"
},
{
"name": "github.com/liggitt/tabwriter",
"direct": false,
"version": "v0.0.0-20181228230101-89fcab3d43de",
"ecosystem": "go"
},
{
"name": "github.com/makenowjust/heredoc",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-colorable",
"direct": false,
"version": "v0.1.14",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-isatty",
"direct": false,
"version": "v0.0.22",
"ecosystem": "go"
},
{
"name": "github.com/microsoft/go-winio",
"direct": false,
"version": "v0.6.2",
"ecosystem": "go"
},
{
"name": "github.com/mitchellh/go-wordwrap",
"direct": false,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/moby/docker-image-spec",
"direct": false,
"version": "v1.3.1",
"ecosystem": "go"
},
{
"name": "github.com/moby/spdystream",
"direct": false,
"version": "v0.5.1",
"ecosystem": "go"
},
{
"name": "github.com/moby/sys/sequential",
"direct": false,
"version": "v0.6.0",
"ecosystem": "go"
},
{
"name": "github.com/moby/term",
"direct": false,
"version": "v0.5.2",
"ecosystem": "go"
},
{
"name": "github.com/modern-go/concurrent",
"direct": false,
"version": "v0.0.0-20180306012644-bacd9c7ef1dd",
"ecosystem": "go"
},
{
"name": "github.com/modern-go/reflect2",
"direct": false,
"version": "v1.0.3-0.20250322232337-35a7c28c31ee",
"ecosystem": "go"
},
{
"name": "github.com/monochromegane/go-gitignore",
"direct": false,
"version": "v0.0.0-20200626010858-205db1a8cc00",
"ecosystem": "go"
},
{
"name": "github.com/munnerz/goautoneg",
"direct": false,
"version": "v0.0.0-20191010083416-a7dc8b61c822",
"ecosystem": "go"
},
{
"name": "github.com/mxk/go-flowrate",
"direct": false,
"version": "v0.0.0-20140419014527-cca7078d478f",
"ecosystem": "go"
},
{
"name": "github.com/nxadm/tail",
"direct": false,
"version": "v1.4.11",
"ecosystem": "go"
},
{
"name": "github.com/opencontainers/go-digest",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/opencontainers/image-spec",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/peterbourgon/diskv",
"direct": false,
"version": "v2.0.1+incompatible",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "v1.0.1-0.20181226105442-5d4384ee4fb2",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/client_golang",
"direct": false,
"version": "v1.23.2",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/client_model",
"direct": false,
"version": "v0.6.2",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/common",
"direct": false,
"version": "v0.67.5",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/procfs",
"direct": false,
"version": "v0.19.2",
"ecosystem": "go"
},
{
"name": "github.com/russross/blackfriday/v2",
"direct": false,
"version": "v2.1.0",
"ecosystem": "go"
},
{
"name": "github.com/sirupsen/logrus",
"direct": false,
"version": "v1.9.4",
"ecosystem": "go"
},
{
"name": "github.com/spf13/afero",
"direct": false,
"version": "v1.15.0",
"ecosystem": "go"
},
{
"name": "github.com/spf13/cobra",
"direct": false,
"version": "v1.10.2",
"ecosystem": "go"
},
{
"name": "github.com/spf13/pflag",
"direct": false,
"version": "v1.0.10",
"ecosystem": "go"
},
{
"name": "github.com/vladimirvivien/gexe",
"direct": false,
"version": "v0.4.1",
"ecosystem": "go"
},
{
"name": "github.com/x448/float16",
"direct": false,
"version": "v0.8.4",
"ecosystem": "go"
},
{
"name": "github.com/xlab/treeprint",
"direct": false,
"version": "v1.2.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/auto/sdk",
"direct": false,
"version": "v1.2.1",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",
"direct": false,
"version": "v0.68.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/metric",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/trace",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.uber.org/multierr",
"direct": false,
"version": "v1.11.0",
"ecosystem": "go"
},
{
"name": "go.uber.org/zap",
"direct": false,
"version": "v1.28.0",
"ecosystem": "go"
},
{
"name": "go.yaml.in/yaml/v2",
"direct": false,
"version": "v2.4.3",
"ecosystem": "go"
},
{
"name": "go.yaml.in/yaml/v3",
"direct": false,
"version": "v3.0.4",
"ecosystem": "go"
},
{
"name": "golang.org/x/exp",
"direct": false,
"version": "v0.0.0-20260410095643-746e56fc9e2f",
"ecosystem": "go"
},
{
"name": "golang.org/x/mod",
"direct": false,
"version": "v0.37.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.56.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/oauth2",
"direct": false,
"version": "v0.36.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sync",
"direct": false,
"version": "v0.21.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.46.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/term",
"direct": false,
"version": "v0.44.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.39.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/time",
"direct": false,
"version": "v0.15.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/tools",
"direct": false,
"version": "v0.47.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"direct": false,
"version": "v0.0.0-20260427160629-7cedc36a6bc4",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"direct": false,
"version": "v0.0.0-20260427160629-7cedc36a6bc4",
"ecosystem": "go"
},
{
"name": "google.golang.org/grpc",
"direct": false,
"version": "v1.82.1",
"ecosystem": "go"
},
{
"name": "google.golang.org/protobuf",
"direct": false,
"version": "v1.36.11",
"ecosystem": "go"
},
{
"name": "gopkg.in/evanphx/json-patch.v4",
"direct": false,
"version": "v4.13.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/inf.v0",
"direct": false,
"version": "v0.9.1",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v2",
"direct": false,
"version": "v2.4.0",
"ecosystem": "go"
},
{
"name": "gotest.tools/v3",
"direct": false,
"version": "v3.1.0",
"ecosystem": "go"
},
{
"name": "k8s.io/apiserver",
"direct": false,
"version": "v0.35.3",
"ecosystem": "go"
},
{
"name": "k8s.io/cli-runtime",
"direct": false,
"version": "v0.35.3",
"ecosystem": "go"
},
{
"name": "k8s.io/code-generator",
"direct": false,
"version": "v0.35.3",
"ecosystem": "go"
},
{
"name": "k8s.io/component-base",
"direct": false,
"version": "v0.35.3",
"ecosystem": "go"
},
{
"name": "k8s.io/gengo/v2",
"direct": false,
"version": "v2.0.0-20251215205346-5ee0d033ba5b",
"ecosystem": "go"
},
{
"name": "k8s.io/kubectl",
"direct": false,
"version": "v0.35.3",
"ecosystem": "go"
},
{
"name": "k8s.io/utils",
"direct": false,
"version": "v0.0.0-20260319190234-28399d86e0b5",
"ecosystem": "go"
},
{
"name": "sigs.k8s.io/controller-tools",
"direct": false,
"version": "v0.20.0",
"ecosystem": "go"
},
{
"name": "sigs.k8s.io/json",
"direct": false,
"version": "v0.0.0-20250730193827-2d320260d730",
"ecosystem": "go"
},
{
"name": "sigs.k8s.io/kind",
"direct": false,
"version": "v0.30.0",
"ecosystem": "go"
},
{
"name": "sigs.k8s.io/kustomize/api",
"direct": false,
"version": "v0.20.1",
"ecosystem": "go"
},
{
"name": "sigs.k8s.io/kustomize/kyaml",
"direct": false,
"version": "v0.20.1",
"ecosystem": "go"
},
{
"name": "sigs.k8s.io/randfill",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "sigs.k8s.io/structured-merge-diff/v6",
"direct": false,
"version": "v6.3.2-0.20260122202528-d9cc6641c482",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 145,
"direct_count": 26,
"indirect_count": 119
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 327,
"open_issues": 7,
"closed_ratio": 0.885,
"closed_issues": 54,
"closed_unmerged_prs": 9
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "jcogilvie",
"commits": 82,
"avatar_url": "https://avatars.githubusercontent.com/u/679297?v=4"
},
{
"type": "User",
"login": "cahillsf",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/53151570?v=4"
},
{
"type": "User",
"login": "haarchri",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/21083497?v=4"
},
{
"type": "User",
"login": "ErlendF",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/3951045?v=4"
},
{
"type": "User",
"login": "gontzalson",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/66416444?v=4"
},
{
"type": "User",
"login": "fernandezcuesta",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/7312236?v=4"
},
{
"type": "User",
"login": "jwitko",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1801407?v=4"
},
{
"type": "User",
"login": "negz",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1049349?v=4"
},
{
"type": "User",
"login": "nakamume",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/15121030?v=4"
},
{
"type": "User",
"login": "jtucci",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/12093610?v=4"
}
],
"contributors_sampled": 10,
"top_contributor_share": 0.872
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build-artifacts.yml",
"build-on-label.yml",
"ci.yml",
"commands.yml",
"pr.yml",
"release.yml",
"renovate-auto-approve.yml",
"stale.yml",
"tag.yml"
],
"has_docs_dir": false,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 8,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"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": 1,
"reason": "Found 1/8 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 10,
"reason": "all dependencies are pinned",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 10,
"reason": "SAST tool is run on all commits",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file 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": 4,
"reason": "6 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "25733b06920e7584ac94986cb5cb9531422e646e",
"ran_at": "2026-07-23T05:46:41Z",
"aggregate_score": 6.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-23T01:54:44Z",
"oldest_open_prs": [
{
"number": 372,
"created_at": "2026-07-09T16:31:34Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-22T23:24:56Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 5,
"created_at": "2025-09-17T22:23:39Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 91,
"created_at": "2025-10-16T18:04:41Z",
"last_comment_at": "2026-01-15T01:52:51Z",
"last_comment_author": "github-actions"
},
{
"number": 92,
"created_at": "2025-10-16T18:05:07Z",
"last_comment_at": "2026-01-15T01:52:50Z",
"last_comment_author": "github-actions"
},
{
"number": 334,
"created_at": "2026-06-09T21:26:49Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 341,
"created_at": "2026-06-10T20:43:04Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 349,
"created_at": "2026-06-16T21:23:18Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 368,
"created_at": "2026-07-08T10:02:03Z",
"last_comment_at": "2026-07-09T15:40:53Z",
"last_comment_author": "fernandezcuesta"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/crossplane-contrib/crossplane-diff",
"host": "github.com",
"name": "crossplane-diff",
"owner": "crossplane-contrib"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"security": 62,
"vitality": 92,
"community": 63,
"governance": 66,
"engineering": 70
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 92,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 93,
"inputs": {
"commits_last_year": 326,
"human_commit_share": 0.28,
"days_since_last_push": 0,
"active_weeks_last_year": 42
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "42/52 weeks with commits",
"points": 29.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 42
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "326 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 326
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 14,
"latest_release_tag": "v0.8.1",
"releases_from_tags": false,
"days_since_latest_release": 8,
"mean_days_between_releases": 30.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "14 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 14
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 8 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~30.1 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 30.1
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 63,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"forks": 13,
"stars": 41,
"watchers": 3,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "41 stars",
"points": 26,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 41
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "13 forks",
"points": 9,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 13
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"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": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 66,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 10,
"top_contributor_share": 0.872
},
"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 87% of commits",
"points": 2.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 87
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "10 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 10
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"merged_prs": 327,
"open_issues": 7,
"closed_issues": 54,
"issue_closed_ratio": 0.885,
"closed_unmerged_prs": 9
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "88% of issues closed",
"points": 41.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 88
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "327/336 decided PRs merged",
"points": 37.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 327,
"decided": 336
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/8 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"followers": 275,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "crossplane-contrib",
"public_repos": 140,
"account_age_days": 2259
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "275 followers of crossplane-contrib",
"points": 17.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 275,
"login": "crossplane-contrib"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "140 public repos, account ~6 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 140
}
},
{
"code": "account_age_years",
"params": {
"years": 6
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/crossplane-contrib/crossplane-diff"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 8
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 8 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 8
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "14 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 14
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 70,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "9 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 9
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".golangci.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"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": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 62,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 63,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 6.3
},
"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 is not maximal on development and all release branches",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 1/8 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is run on all commits",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"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": "6 existing vulnerabilities detected",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "moderate",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 145 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 145
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 57,
"inputs": {
"source": "osv",
"advisories": 11,
"affected_packages": 2,
"assessed_packages": 145,
"unassessed_packages": 0,
"affected_by_severity": "high 1, unknown 1",
"direct_affected_packages": 2
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "2 affected: github.com/docker/docker v28.5.2+incompatible (high 8.8), github.com/crossplane/crossplane/v2 v2.3.3 (unknown)",
"points": 9.6,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 2,
"packages": "github.com/docker/docker v28.5.2+incompatible (high 8.8), github.com/crossplane/crossplane/v2 v2.3.3 (unknown)"
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "1 advisory-carrying package(s) unaddressed past 90 days; oldest published 117 days ago",
"points": 32.8,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 1,
"oldest": 117
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 145,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 9
},
"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": "excellent",
"name": "AI Readiness",
"value": 92,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 26252
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "28 of 28 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 28,
"sampled": 28
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "excellent",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 95,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.12,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.72
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".golangci.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"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": "12 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 12,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "72 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 72,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 97,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 149335,
"source_files_sampled": 90,
"oversized_source_files": 5
},
"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": "5/90 source files over 60KB",
"points": 51.9,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 90,
"oversized": 5
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-23T05:47:01.258506Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/crossplane-contrib/crossplane-diff.svg",
"full_name": "crossplane-contrib/crossplane-diff",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}