原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 89,
"has_wiki": true,
"homepage": null,
"languages": {
"Rust": 49281
},
"pushed_at": "2026-07-28T08:52:21Z",
"created_at": "2023-07-07T23:12:54Z",
"owner_type": "Organization",
"updated_at": "2026-07-28T08:51:19Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": "https://materialize.com",
"name": "Materialize, Inc.",
"type": "Organization",
"login": "MaterializeInc",
"company": null,
"location": "New York, NY",
"followers": 208,
"avatar_url": "https://avatars.githubusercontent.com/u/47674186?v=4",
"created_at": "2019-02-15T18:59:04Z",
"is_verified": null,
"public_repos": 157,
"account_age_days": 2720
},
"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": "0.3.0",
"kind": "minor",
"published_at": "2024-03-05T17:51:06Z"
},
{
"tag": "0.2.1",
"kind": "patch",
"published_at": "2024-02-29T21:24:41Z"
}
],
"recent_commits": [
{
"oid": "8f2ba156058bdb9f92b24500af18290f9f72526b",
"body": "Add lease-based leader election",
"is_bot": false,
"headline": "Merge pull request #51 from MaterializeInc/leader-election",
"author_name": "alex-hunt-materialize",
"author_login": "alex-hunt-materialize",
"committed_at": "2026-07-28T08:49:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a249e6da1c03f09f8248edd7a5bce5bfb1c59265",
"body": "- replace Controller::run_with_leader_election with\n LeaderElection::with_lease, which runs any future while holding the\n lease so a single lease can guard several controllers\n- measure renew deadlines from before each request is sent: another\n candidate starts its takeover clock when it observes\n[…]\n its own\n- document rejoining the election in a loop as an alternative to\n exiting the process, and how to guard multiple controllers\n\nRefs #51\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: generalize leader election to with_lease",
"author_name": "Alex Hunt",
"author_login": "alex-hunt-materialize",
"committed_at": "2026-07-27T12:47:11Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3334232fb6645a4ce253fd068c5668c6451de6a9",
"body": null,
"is_bot": false,
"headline": "Bump K8S version to 1.34",
"author_name": "Alex Hunt",
"author_login": "alex-hunt-materialize",
"committed_at": "2026-07-22T16:17:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5df860ca099a3878c758e4634213a1347cdc5e1f",
"body": "Rolling out controller updates causes short webhook downtime with a\nsingle replica. Running multiple replicas behind a PDB fixes that, but\nrequires that only one replica reconciles at a time.\n\nLeaderElection follows the client-go leaderelection protocol on a\ncoordination.k8s.io/v1 Lease: expiry is j\n[…]\nonflict. Controller::run_with_leader_election returns when\nleadership is lost; callers should exit and let Kubernetes restart the\nprocess.\n\nRequires get/create/update on leases in coordination.k8s.io.",
"is_bot": false,
"headline": "feat: add lease-based leader election",
"author_name": "Alex Hunt",
"author_login": "alex-hunt-materialize",
"committed_at": "2026-07-22T16:17:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9f0d421a4ea81fc6e9962114b907b09f72f85532",
"body": "improve reconciliation logging",
"is_bot": false,
"headline": "Merge pull request #50 from MaterializeInc/push-smsxqlvyyxwk",
"author_name": "doy-materialize",
"author_login": "doy-materialize",
"committed_at": "2026-06-11T16:43:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5128044d97d0d0f87b99349c29324195f9f9d30a",
"body": null,
"is_bot": false,
"headline": "improve reconciliation logging",
"author_name": "Jesse Luehrs",
"author_login": "doy-materialize",
"committed_at": "2026-06-11T15:55:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76207ffef2933a841be9d06b0972b0dfa1db5385",
"body": "Bump version before publishing",
"is_bot": false,
"headline": "Merge pull request #47 from MaterializeInc/bump_version",
"author_name": "alex-hunt-materialize",
"author_login": "alex-hunt-materialize",
"committed_at": "2026-01-22T15:18:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1c585769430e0f6a88ec30088c662860f2becbc",
"body": null,
"is_bot": false,
"headline": "Bump version before publishing",
"author_name": "Alex Hunt",
"author_login": "alex-hunt-materialize",
"committed_at": "2026-01-22T15:16:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a6cb53e94d823851109b41a82466ced533f3cb1",
"body": "Bump kube to 3.0.0 and k8s-openapi to 0.27.0",
"is_bot": false,
"headline": "Merge pull request #46 from MaterializeInc/kube_3.0.0",
"author_name": "alex-hunt-materialize",
"author_login": "alex-hunt-materialize",
"committed_at": "2026-01-22T15:15:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bfde6af366f2ac3d31ced64ef8b5f51a3a83764",
"body": null,
"is_bot": false,
"headline": "update cargo-deny to 0.19.0",
"author_name": "Alex Hunt",
"author_login": "alex-hunt-materialize",
"committed_at": "2026-01-22T15:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f72b10c449f75a8c0f798af509dabc21e7198758",
"body": null,
"is_bot": false,
"headline": "Bump kube to 3.0.0 and k8s-openapi to 0.27.0",
"author_name": "Alex Hunt",
"author_login": "alex-hunt-materialize",
"committed_at": "2026-01-22T14:40:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f726f48932480d44c56fdb56268724481ed17312",
"body": "ensure we don't run the reconciler for resources that are being deleted",
"is_bot": false,
"headline": "Merge pull request #42 from MaterializeInc/push-xxswxmsnqulk",
"author_name": "doy-materialize",
"author_login": "doy-materialize",
"committed_at": "2025-12-17T18:07:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cae7f7c9731afd26e1a6d78c23c8a9f6ccddd2f3",
"body": null,
"is_bot": false,
"headline": "version bump",
"author_name": "Jesse Luehrs",
"author_login": "doy-materialize",
"committed_at": "2025-12-17T17:16:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06cc21f82b85b5b3998efb3fab928423c7240fe6",
"body": null,
"is_bot": false,
"headline": "ensure we don't run the reconciler for resources that are being deleted",
"author_name": "Jesse Luehrs",
"author_login": "doy-materialize",
"committed_at": "2025-12-16T18:48:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16ef17b95421a371cf353b561546f6b2abf75328",
"body": "allow making controllers without finalizers",
"is_bot": false,
"headline": "Merge pull request #41 from MaterializeInc/push-poyulksuoyru",
"author_name": "doy-materialize",
"author_login": "doy-materialize",
"committed_at": "2025-12-04T15:29:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "113fee708f8f3cfd515729af9f33beaac7da7835",
"body": "they aren't necessary if the controller is only managing other resources\nwhich have owner references set properly, and including them when not\nnecessary can make cleaning things up more annoying (it won't be\npossible to delete watched resources if the controller is down, for\ninstance)",
"is_bot": false,
"headline": "allow making controllers without finalizers",
"author_name": "Jesse Luehrs",
"author_login": "doy-materialize",
"committed_at": "2025-12-03T23:08:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82f96c6954d02460bca220651e0225c680765321",
"body": "update deps",
"is_bot": false,
"headline": "Merge pull request #40 from MaterializeInc/push-nxpqtkoyrosv",
"author_name": "doy-materialize",
"author_login": "doy-materialize",
"committed_at": "2025-12-02T18:31:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fdc7ca8249e5cf643dde5096aad40abfc2cde24",
"body": null,
"is_bot": false,
"headline": "bump to 0.7.0",
"author_name": "Jesse Luehrs",
"author_login": "doy-materialize",
"committed_at": "2025-12-02T18:11:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf7a17ed81d318de6865514fde07ac5422fff377",
"body": null,
"is_bot": false,
"headline": "update deps",
"author_name": "Jesse Luehrs",
"author_login": "doy-materialize",
"committed_at": "2025-12-02T18:10:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6defd7c96cd6a7efd153684e0341409e9a33f9e5",
"body": "allow configuring the underlying controller directly",
"is_bot": false,
"headline": "Merge pull request #39 from MaterializeInc/push-yyuuplqptrow",
"author_name": "doy-materialize",
"author_login": "doy-materialize",
"committed_at": "2025-12-02T16:39:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "462ba24312e27816139cab1a0d6f740c45ed4e61",
"body": null,
"is_bot": false,
"headline": "allow configuring the underlying controller directly",
"author_name": "Jesse Luehrs",
"author_login": "doy-materialize",
"committed_at": "2025-12-01T20:19:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5506e84924cced14356402c612da6293742bbb67",
"body": "Update CODEOWNERS",
"is_bot": false,
"headline": "Merge pull request #21 from MaterializeInc/matthewarthur-patch-1",
"author_name": "alex-hunt-materialize",
"author_login": "alex-hunt-materialize",
"committed_at": "2025-09-17T17:06:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad26f1671902edfb0a79dea9aaf780921cea5875",
"body": "Enable k8s-openapi/latest feature when generating docs",
"is_bot": false,
"headline": "Merge pull request #38 from MaterializeInc/fix_docs",
"author_name": "alex-hunt-materialize",
"author_login": "alex-hunt-materialize",
"committed_at": "2025-09-17T17:06:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9ceee4a89de5da0d651b457f1143bf0b811b723",
"body": null,
"is_bot": false,
"headline": "Enable k8s-openapi/latest feature when generating docs",
"author_name": "Alex Hunt",
"author_login": "alex-hunt-materialize",
"committed_at": "2025-09-15T14:06:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "570773ba6d653bca210230aba1ed0d9c122bf4a2",
"body": "Bump kube, k8s-openapi, and rust versions, and bump edition to 2024",
"is_bot": false,
"headline": "Merge pull request #37 from MaterializeInc/bump_kube",
"author_name": "alex-hunt-materialize",
"author_login": "alex-hunt-materialize",
"committed_at": "2025-09-10T16:48:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e99bc2e2ddff2efc2d572665f92fde8bbd20c22c",
"body": null,
"is_bot": false,
"headline": "bump kube, k8s-openapi, and rust versions, and edition to 2024",
"author_name": "Alex Hunt",
"author_login": "alex-hunt-materialize",
"committed_at": "2025-09-09T11:01:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e4cc5cdbd890f127f50021dbcf335eaa4b61454",
"body": "Bump kube to 1.1.0 and k8s-openapi to 0.25.0",
"is_bot": false,
"headline": "Merge pull request #36 from MaterializeInc/bump_kube_1.1.0",
"author_name": "alex-hunt-materialize",
"author_login": "alex-hunt-materialize",
"committed_at": "2025-07-08T15:26:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7dd74ffd4564488aa490622e3cc1f2e6868b4ca0",
"body": null,
"is_bot": false,
"headline": "Bump kube to 1.1.0 and k8s-openapi to 0.25.0, feature 1_31",
"author_name": "Alex Hunt",
"author_login": "alex-hunt-materialize",
"committed_at": "2025-07-08T10:25:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4c568eaaf8aa1113002190d1945e8eb599db32c",
"body": "bump kube to 0.98.0, k8s-openapi to 0.24.0 feature v1_30",
"is_bot": false,
"headline": "Merge pull request #30 from MaterializeInc/bump_kube",
"author_name": "alex-hunt-materialize",
"author_login": "alex-hunt-materialize",
"committed_at": "2025-03-04T15:36:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a339ad5bb9b32ac13459a32b7bdb9101de171426",
"body": null,
"is_bot": false,
"headline": "bump kube to 0.98.0, k8s-openapi to 0.24.0 feature v1_30",
"author_name": "Alex Hunt",
"author_login": "alex-hunt-materialize",
"committed_at": "2025-03-04T14:12:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e3297f893045268d720605e379a554c59b4d197",
"body": "ubuntu-24.04 github actions runners",
"is_bot": false,
"headline": "Merge pull request #29 from MaterializeInc/ubuntu-24.04",
"author_name": "alex-hunt-materialize",
"author_login": "alex-hunt-materialize",
"committed_at": "2025-03-04T13:27:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cec27bd5431c5608a98756251da7ac20092b0240",
"body": null,
"is_bot": false,
"headline": "cargo deny fixes",
"author_name": "Alex Hunt",
"author_login": "alex-hunt-materialize",
"committed_at": "2025-03-04T12:41:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7866fa92efc130b5dfa14ade3b8893e3161d54c3",
"body": null,
"is_bot": false,
"headline": "rust-version 1.83.0",
"author_name": "Alex Hunt",
"author_login": "alex-hunt-materialize",
"committed_at": "2025-03-04T12:21:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d679fdac029e3bfe12cd30caf847932ae683e40b",
"body": null,
"is_bot": false,
"headline": "update clippy deny statement for renamed lint",
"author_name": "Alex Hunt",
"author_login": "alex-hunt-materialize",
"committed_at": "2025-03-04T09:37:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bb7942a380e56521fe179d0beb63cc9e98c48d2",
"body": null,
"is_bot": false,
"headline": "ubuntu-24.04 github actions runners",
"author_name": "Alex Hunt",
"author_login": "alex-hunt-materialize",
"committed_at": "2025-03-04T09:32:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f13ae65708872f6a03418a68181f807af2c7a3e5",
"body": "…pendency\n\nMove k8s-openapi to dev dependency",
"is_bot": false,
"headline": "Merge pull request #24 from MaterializeInc/move_k8s-openapi_to_dev_de…",
"author_name": "alex-hunt-materialize",
"author_login": "alex-hunt-materialize",
"committed_at": "2024-08-22T16:54:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fab803812881cab12556643da4f41633bd18108b",
"body": null,
"is_bot": false,
"headline": "Move k8s-openapi to dev dependency",
"author_name": "Alex Hunt",
"author_login": "alex-hunt-materialize",
"committed_at": "2024-08-20T21:12:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "675114da2c071ef58f94499fcd933712c15ff3d7",
"body": "Bump k8s-openapi feature to v1_29, and standardize docsrs cfg",
"is_bot": false,
"headline": "Merge pull request #23 from MaterializeInc/kubernetes_feature_1.29",
"author_name": "alex-hunt-materialize",
"author_login": "alex-hunt-materialize",
"committed_at": "2024-08-20T19:00:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2b019b54946d01c4050f77be3c694e76d5a094a",
"body": "* Bump k8s-openapi feature to v1_29.\n* Use standardized `docsrs` cfg instead of our custom `docs_rs`.\n https://github.com/rust-lang/cargo/issues/13875",
"is_bot": false,
"headline": "Bump k8s-openapi feature to v1_29, and standardize docsrs cfg",
"author_name": "Alex Hunt",
"author_login": "alex-hunt-materialize",
"committed_at": "2024-08-20T18:55:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f7f67c1d65f45931b1f011423b9032434661408",
"body": "Upgrade kube and kube-runtime to 0.92.1 and k8s-openapi to 0.22.0",
"is_bot": false,
"headline": "Merge pull request #22 from MaterializeInc/bump_kube",
"author_name": "alex-hunt-materialize",
"author_login": "alex-hunt-materialize",
"committed_at": "2024-07-24T16:32:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30389237c17c91963347fbe91cc44187172fa38f",
"body": "Co-authored-by: Nikhil Benesch <nikhil.benesch@gmail.com>",
"is_bot": false,
"headline": "Fix typo in CHANGELOG.md",
"author_name": "alex-hunt-materialize",
"author_login": "alex-hunt-materialize",
"committed_at": "2024-07-23T23:21:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23c614c5ed84d35138065971a7fde8cb5c6f9126",
"body": null,
"is_bot": false,
"headline": "Upgrade kube and kube-runtime to 0.92.1 and k8s-openapi to 0.22.0",
"author_name": "Alex Hunt",
"author_login": "alex-hunt-materialize",
"committed_at": "2024-07-23T22:35:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "654bef0ce9ced9f1fe7595378ad44db2de61f8ff",
"body": null,
"is_bot": false,
"headline": "Update CODEOWNERS",
"author_name": "matthewarthur",
"author_login": "matthewarthur",
"committed_at": "2024-06-06T17:06:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd90185c9ab6ff6020d4c9861bcadd626264575f",
"body": "Bump k8s-openapi feature to v1_28",
"is_bot": false,
"headline": "Merge pull request #20 from MaterializeInc/bump_k8s-openapi_feature",
"author_name": "alex-hunt-materialize",
"author_login": "alex-hunt-materialize",
"committed_at": "2024-06-06T16:56:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3108d98f38ee3242c36f32be1d8b1ae4617e49d",
"body": null,
"is_bot": false,
"headline": "Bump k8s-openapi feature to v1_28",
"author_name": "Alex Hunt",
"author_login": "alex-hunt-materialize",
"committed_at": "2024-06-06T16:45:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18c0250418de3943e5705ece629eb57c78c0d681",
"body": "changelog and version bump",
"is_bot": false,
"headline": "Merge pull request #19 from MaterializeInc/doy-version-bump",
"author_name": "doy-materialize",
"author_login": "doy-materialize",
"committed_at": "2024-03-04T18:22:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad63974f5910d45692e0f14ee3bc5d58a36945d5",
"body": null,
"is_bot": false,
"headline": "changelog and version bump",
"author_name": "Jesse Luehrs",
"author_login": "doy-materialize",
"committed_at": "2024-03-01T17:34:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37572e3648b61b0484a55f0afd1ab353fa344fe0",
"body": "set the concurrency during instantiation rather than during definition",
"is_bot": false,
"headline": "Merge pull request #18 from MaterializeInc/doy-concurrency",
"author_name": "doy-materialize",
"author_login": "doy-materialize",
"committed_at": "2024-03-01T17:28:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "feb6db0480761dabea031d38fc9bbbc49e1ad98d",
"body": "this should be a bit more flexible",
"is_bot": false,
"headline": "set the concurrency during instantiation rather than during definition",
"author_name": "Jesse Luehrs",
"author_login": "doy-materialize",
"committed_at": "2024-03-01T00:43:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0ac4e979f292bacc0716178d38877076a2363a1",
"body": "allow for configurable max reconciliation concurrency",
"is_bot": false,
"headline": "Merge pull request #17 from MaterializeInc/configurable-concurrency",
"author_name": "Justin Bradfield",
"author_login": "jubrad",
"committed_at": "2024-02-29T21:23:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a56f3b2e607de7cebc9bd6bd5d5b03ffcace733",
"body": null,
"is_bot": false,
"headline": "Uppate changelog to prep release 0.2.1",
"author_name": "Justin Bradfield",
"author_login": "jubrad",
"committed_at": "2024-02-29T20:02:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "530d18a3e1026324d89225bf0f7c910a907e42b8",
"body": null,
"is_bot": false,
"headline": "allow for configurable max reconciliation concurrency",
"author_name": "Justin Bradfield",
"author_login": "jubrad",
"committed_at": "2024-02-29T18:09:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9adb2b348900b8f83ee483529155828320dc2e3f",
"body": "bump our version to 0.2.1",
"is_bot": false,
"headline": "Merge pull request #16 from MaterializeInc/bump_our_version",
"author_name": "alex-hunt-materialize",
"author_login": "alex-hunt-materialize",
"committed_at": "2023-11-21T23:51:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf23910de2f67e4e4d4ce8960aa3a4a01ef77534",
"body": null,
"is_bot": false,
"headline": "bump our version to 0.2.1",
"author_name": "Alex Hunt",
"author_login": "alex-hunt-materialize",
"committed_at": "2023-11-21T23:49:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcc18377d7309ce8e2956b5331c9eb1d5f71efec",
"body": "bump kube to 0.87.1 and k8s-openapi to 0.20.0",
"is_bot": false,
"headline": "Merge pull request #15 from MaterializeInc/bump_kube",
"author_name": "alex-hunt-materialize",
"author_login": "alex-hunt-materialize",
"committed_at": "2023-11-21T23:47:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b8c64114a6affff329f8a179925a1d45f805628",
"body": null,
"is_bot": false,
"headline": "bump kube to 0.87.1 and k8s-openapi to 0.20.0",
"author_name": "Alex Hunt",
"author_login": "alex-hunt-materialize",
"committed_at": "2023-11-21T23:26:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "689ddd0d7a63b892b531125598fdd3387cd212c4",
"body": "Update kube, kube-runtime, and k8s-openapi. Release version 0.2.0 due to compat change",
"is_bot": false,
"headline": "Merge pull request #9 from MaterializeInc/roshan/update-kube-0.85",
"author_name": "Roshan Jobanputra",
"author_login": "rjobanp",
"committed_at": "2023-08-10T18:13:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "491b9b838557ae140bf3fbe19becbc98212618d3",
"body": null,
"is_bot": false,
"headline": "Fix github lint action",
"author_name": "Roshan Jobanputra",
"author_login": "rjobanp",
"committed_at": "2023-08-10T18:11:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a651b5ed62573b0ee5833aa7e23897ca39bc773",
"body": "… to compat change",
"is_bot": false,
"headline": "Update kube, kube-runtime, and k8s-openapi. Release version 0.2.0 due…",
"author_name": "Roshan Jobanputra",
"author_login": "rjobanp",
"committed_at": "2023-08-10T18:11:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18b84ca3ebbeb810c95c1ea8cb8fdf3b328838c0",
"body": null,
"is_bot": false,
"headline": "changelog and version bump",
"author_name": "Jesse Luehrs",
"author_login": "doy-materialize",
"committed_at": "2023-07-14T14:45:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8b3ab8759c34e3f874d77f9324ce4491a99829d",
"body": null,
"is_bot": false,
"headline": "fix docs.rs build",
"author_name": "Jesse Luehrs",
"author_login": "doy-materialize",
"committed_at": "2023-07-14T14:43:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89b2d689f2e0606dc2ee36fc298d5719d258c5c9",
"body": null,
"is_bot": false,
"headline": "fix a few links",
"author_name": "Jesse Luehrs",
"author_login": "doy-materialize",
"committed_at": "2023-07-14T14:33:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "271543966c424bab42e6c19a8f5b97c781e53d7e",
"body": null,
"is_bot": false,
"headline": "changelog",
"author_name": "Jesse Luehrs",
"author_login": "doy-materialize",
"committed_at": "2023-07-10T16:26:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b27145a280fba0ac4df6250798e2dcaba7aceb56",
"body": null,
"is_bot": false,
"headline": "also run cargo deny",
"author_name": "Jesse Luehrs",
"author_login": "doy-materialize",
"committed_at": "2023-07-10T16:23:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d802d56203dab6bcb7523e25d50d78555dda3f9",
"body": null,
"is_bot": false,
"headline": "add github configuration",
"author_name": "Jesse Luehrs",
"author_login": "doy-materialize",
"committed_at": "2023-07-10T14:35:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba76f4408823b2e59a42bdd7fb82872ac105e613",
"body": null,
"is_bot": false,
"headline": "rename the crate",
"author_name": "Jesse Luehrs",
"author_login": "doy-materialize",
"committed_at": "2023-07-10T14:23:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "443e751ebf870eb016fc305fe81045f189956c7c",
"body": null,
"is_bot": false,
"headline": "cleanup and docs",
"author_name": "Jesse Luehrs",
"author_login": "doy-materialize",
"committed_at": "2023-07-07T22:49:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdccf2e11bb04b57bbe6a1920e89692ed0640c13",
"body": null,
"is_bot": false,
"headline": "copy over initial implementation",
"author_name": "Jesse Luehrs",
"author_login": "doy-materialize",
"committed_at": "2023-07-07T16:52:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f0260ac85788976626d98723b1f455faffae13d",
"body": null,
"is_bot": false,
"headline": "project skeleton",
"author_name": "Jesse Luehrs",
"author_login": "doy-materialize",
"committed_at": "2023-07-07T16:34:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1eb318fc5ba7edde009488e66182c0dbd4eb128e",
"body": null,
"is_bot": false,
"headline": "initial commit",
"author_name": "Jesse Luehrs",
"author_login": "doy-materialize",
"committed_at": "2023-07-07T14:51:58Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 2,
"commits_last_year": 26,
"latest_release_at": "2024-03-05T17:51:06Z",
"latest_release_tag": "0.3.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 11,
"days_since_latest_release": 875,
"mean_days_between_releases": 4.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": false,
"has_contributing": false,
"health_percentage": 25,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "k8s-controller",
"exists": true,
"license": "Apache-2.0",
"keywords": [],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/k8s-controller",
"is_deprecated": false,
"latest_version": "0.12.0",
"repository_url": "https://github.com/MaterializeInc/k8s-controller",
"versions_count": 19,
"total_downloads": 240252,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 10760,
"first_published_at": "2023-07-10T16:33:12.805960Z",
"latest_published_at": "2026-07-28T08:52:51.890205Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 0,
"stars": 6,
"watchers": 2,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 2
},
"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": [
"Cargo.toml"
],
"largest_source_bytes": 22289,
"source_files_sampled": 3,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 152,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "async-trait",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1"
},
{
"name": "futures",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "k8s-openapi",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.27.0"
},
{
"name": "kube",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "3.0.0"
},
{
"name": "kube-runtime",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "3.0.0"
},
{
"name": "rand",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.9.2"
},
{
"name": "serde",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "serde_json",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "thiserror",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.0.17"
},
{
"name": "tokio",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "tracing",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "async-trait",
"direct": true,
"version": "0.1.89",
"ecosystem": "crates"
},
{
"name": "futures",
"direct": true,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "k8s-openapi",
"direct": true,
"version": "0.27.1",
"ecosystem": "crates"
},
{
"name": "kube",
"direct": true,
"version": "3.1.0",
"ecosystem": "crates"
},
{
"name": "kube-runtime",
"direct": true,
"version": "3.1.0",
"ecosystem": "crates"
},
{
"name": "rand",
"direct": true,
"version": "0.9.4",
"ecosystem": "crates"
},
{
"name": "serde",
"direct": true,
"version": "1.0.228",
"ecosystem": "crates"
},
{
"name": "serde_json",
"direct": true,
"version": "1.0.150",
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": true,
"version": "2.0.18",
"ecosystem": "crates"
},
{
"name": "tokio",
"direct": true,
"version": "1.52.3",
"ecosystem": "crates"
},
{
"name": "tracing",
"direct": true,
"version": "0.1.44",
"ecosystem": "crates"
},
{
"name": "ahash",
"direct": false,
"version": "0.8.12",
"ecosystem": "crates"
},
{
"name": "aho-corasick",
"direct": false,
"version": "1.1.4",
"ecosystem": "crates"
},
{
"name": "allocator-api2",
"direct": false,
"version": "0.2.21",
"ecosystem": "crates"
},
{
"name": "async-broadcast",
"direct": false,
"version": "0.7.2",
"ecosystem": "crates"
},
{
"name": "async-stream",
"direct": false,
"version": "0.3.6",
"ecosystem": "crates"
},
{
"name": "async-stream-impl",
"direct": false,
"version": "0.3.6",
"ecosystem": "crates"
},
{
"name": "atomic-waker",
"direct": false,
"version": "1.1.2",
"ecosystem": "crates"
},
{
"name": "autocfg",
"direct": false,
"version": "1.5.1",
"ecosystem": "crates"
},
{
"name": "backon",
"direct": false,
"version": "1.6.0",
"ecosystem": "crates"
},
{
"name": "base64",
"direct": false,
"version": "0.22.1",
"ecosystem": "crates"
},
{
"name": "bitflags",
"direct": false,
"version": "2.13.0",
"ecosystem": "crates"
},
{
"name": "block-buffer",
"direct": false,
"version": "0.10.4",
"ecosystem": "crates"
},
{
"name": "bumpalo",
"direct": false,
"version": "3.20.3",
"ecosystem": "crates"
},
{
"name": "bytes",
"direct": false,
"version": "1.11.1",
"ecosystem": "crates"
},
{
"name": "cfg-if",
"direct": false,
"version": "1.0.4",
"ecosystem": "crates"
},
{
"name": "concurrent-queue",
"direct": false,
"version": "2.5.0",
"ecosystem": "crates"
},
{
"name": "cpufeatures",
"direct": false,
"version": "0.2.17",
"ecosystem": "crates"
},
{
"name": "crossbeam-utils",
"direct": false,
"version": "0.8.21",
"ecosystem": "crates"
},
{
"name": "crypto-common",
"direct": false,
"version": "0.1.7",
"ecosystem": "crates"
},
{
"name": "derive_more",
"direct": false,
"version": "2.1.1",
"ecosystem": "crates"
},
{
"name": "derive_more-impl",
"direct": false,
"version": "2.1.1",
"ecosystem": "crates"
},
{
"name": "digest",
"direct": false,
"version": "0.10.7",
"ecosystem": "crates"
},
{
"name": "educe",
"direct": false,
"version": "0.6.0",
"ecosystem": "crates"
},
{
"name": "either",
"direct": false,
"version": "1.16.0",
"ecosystem": "crates"
},
{
"name": "enum-ordinalize",
"direct": false,
"version": "4.3.2",
"ecosystem": "crates"
},
{
"name": "enum-ordinalize-derive",
"direct": false,
"version": "4.3.2",
"ecosystem": "crates"
},
{
"name": "equivalent",
"direct": false,
"version": "1.0.2",
"ecosystem": "crates"
},
{
"name": "errno",
"direct": false,
"version": "0.3.14",
"ecosystem": "crates"
},
{
"name": "event-listener",
"direct": false,
"version": "5.4.1",
"ecosystem": "crates"
},
{
"name": "event-listener-strategy",
"direct": false,
"version": "0.5.4",
"ecosystem": "crates"
},
{
"name": "fastrand",
"direct": false,
"version": "2.4.1",
"ecosystem": "crates"
},
{
"name": "foldhash",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "form_urlencoded",
"direct": false,
"version": "1.2.2",
"ecosystem": "crates"
},
{
"name": "futures-channel",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-core",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-executor",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-io",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-macro",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-sink",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-task",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-util",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "generic-array",
"direct": false,
"version": "0.14.7",
"ecosystem": "crates"
},
{
"name": "getrandom",
"direct": false,
"version": "0.3.4",
"ecosystem": "crates"
},
{
"name": "gloo-timers",
"direct": false,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "hashbrown",
"direct": false,
"version": "0.16.1",
"ecosystem": "crates"
},
{
"name": "hostname",
"direct": false,
"version": "0.4.2",
"ecosystem": "crates"
},
{
"name": "http",
"direct": false,
"version": "1.4.2",
"ecosystem": "crates"
},
{
"name": "http-body",
"direct": false,
"version": "1.0.1",
"ecosystem": "crates"
},
{
"name": "http-body-util",
"direct": false,
"version": "0.1.3",
"ecosystem": "crates"
},
{
"name": "httparse",
"direct": false,
"version": "1.10.1",
"ecosystem": "crates"
},
{
"name": "hyper",
"direct": false,
"version": "1.10.1",
"ecosystem": "crates"
},
{
"name": "hyper-timeout",
"direct": false,
"version": "0.5.2",
"ecosystem": "crates"
},
{
"name": "hyper-util",
"direct": false,
"version": "0.1.20",
"ecosystem": "crates"
},
{
"name": "indexmap",
"direct": false,
"version": "2.13.1",
"ecosystem": "crates"
},
{
"name": "itoa",
"direct": false,
"version": "1.0.18",
"ecosystem": "crates"
},
{
"name": "jiff",
"direct": false,
"version": "0.2.28",
"ecosystem": "crates"
},
{
"name": "jiff-static",
"direct": false,
"version": "0.2.28",
"ecosystem": "crates"
},
{
"name": "js-sys",
"direct": false,
"version": "0.3.100",
"ecosystem": "crates"
},
{
"name": "json-patch",
"direct": false,
"version": "4.2.0",
"ecosystem": "crates"
},
{
"name": "jsonpath-rust",
"direct": false,
"version": "1.0.4",
"ecosystem": "crates"
},
{
"name": "jsonptr",
"direct": false,
"version": "0.7.1",
"ecosystem": "crates"
},
{
"name": "kube-client",
"direct": false,
"version": "3.1.0",
"ecosystem": "crates"
},
{
"name": "kube-core",
"direct": false,
"version": "3.1.0",
"ecosystem": "crates"
},
{
"name": "libc",
"direct": false,
"version": "0.2.186",
"ecosystem": "crates"
},
{
"name": "lock_api",
"direct": false,
"version": "0.4.14",
"ecosystem": "crates"
},
{
"name": "log",
"direct": false,
"version": "0.4.32",
"ecosystem": "crates"
},
{
"name": "memchr",
"direct": false,
"version": "2.8.1",
"ecosystem": "crates"
},
{
"name": "mime",
"direct": false,
"version": "0.3.17",
"ecosystem": "crates"
},
{
"name": "mio",
"direct": false,
"version": "1.2.1",
"ecosystem": "crates"
},
{
"name": "num-traits",
"direct": false,
"version": "0.2.19",
"ecosystem": "crates"
},
{
"name": "once_cell",
"direct": false,
"version": "1.21.4",
"ecosystem": "crates"
},
{
"name": "ordered-float",
"direct": false,
"version": "2.10.1",
"ecosystem": "crates"
},
{
"name": "parking",
"direct": false,
"version": "2.2.1",
"ecosystem": "crates"
},
{
"name": "parking_lot",
"direct": false,
"version": "0.12.5",
"ecosystem": "crates"
},
{
"name": "parking_lot_core",
"direct": false,
"version": "0.9.12",
"ecosystem": "crates"
},
{
"name": "pem",
"direct": false,
"version": "3.0.6",
"ecosystem": "crates"
},
{
"name": "percent-encoding",
"direct": false,
"version": "2.3.2",
"ecosystem": "crates"
},
{
"name": "pest",
"direct": false,
"version": "2.8.6",
"ecosystem": "crates"
},
{
"name": "pest_derive",
"direct": false,
"version": "2.8.6",
"ecosystem": "crates"
},
{
"name": "pest_generator",
"direct": false,
"version": "2.8.6",
"ecosystem": "crates"
},
{
"name": "pest_meta",
"direct": false,
"version": "2.8.6",
"ecosystem": "crates"
},
{
"name": "pin-project",
"direct": false,
"version": "1.1.13",
"ecosystem": "crates"
},
{
"name": "pin-project-internal",
"direct": false,
"version": "1.1.13",
"ecosystem": "crates"
},
{
"name": "pin-project-lite",
"direct": false,
"version": "0.2.17",
"ecosystem": "crates"
},
{
"name": "portable-atomic",
"direct": false,
"version": "1.13.1",
"ecosystem": "crates"
},
{
"name": "portable-atomic-util",
"direct": false,
"version": "0.2.7",
"ecosystem": "crates"
},
{
"name": "ppv-lite86",
"direct": false,
"version": "0.2.21",
"ecosystem": "crates"
},
{
"name": "proc-macro2",
"direct": false,
"version": "1.0.106",
"ecosystem": "crates"
},
{
"name": "quote",
"direct": false,
"version": "1.0.45",
"ecosystem": "crates"
},
{
"name": "r-efi",
"direct": false,
"version": "5.3.0",
"ecosystem": "crates"
},
{
"name": "rand_chacha",
"direct": false,
"version": "0.9.0",
"ecosystem": "crates"
},
{
"name": "rand_core",
"direct": false,
"version": "0.9.5",
"ecosystem": "crates"
},
{
"name": "redox_syscall",
"direct": false,
"version": "0.5.18",
"ecosystem": "crates"
},
{
"name": "regex",
"direct": false,
"version": "1.12.4",
"ecosystem": "crates"
},
{
"name": "regex-automata",
"direct": false,
"version": "0.4.14",
"ecosystem": "crates"
},
{
"name": "regex-syntax",
"direct": false,
"version": "0.8.11",
"ecosystem": "crates"
},
{
"name": "rustc_version",
"direct": false,
"version": "0.4.1",
"ecosystem": "crates"
},
{
"name": "rustversion",
"direct": false,
"version": "1.0.22",
"ecosystem": "crates"
},
{
"name": "ryu",
"direct": false,
"version": "1.0.23",
"ecosystem": "crates"
},
{
"name": "scopeguard",
"direct": false,
"version": "1.2.0",
"ecosystem": "crates"
},
{
"name": "secrecy",
"direct": false,
"version": "0.10.3",
"ecosystem": "crates"
},
{
"name": "semver",
"direct": false,
"version": "1.0.28",
"ecosystem": "crates"
},
{
"name": "serde-value",
"direct": false,
"version": "0.7.0",
"ecosystem": "crates"
},
{
"name": "serde_core",
"direct": false,
"version": "1.0.228",
"ecosystem": "crates"
},
{
"name": "serde_derive",
"direct": false,
"version": "1.0.228",
"ecosystem": "crates"
},
{
"name": "serde_yaml",
"direct": false,
"version": "0.9.34+deprecated",
"ecosystem": "crates"
},
{
"name": "sha2",
"direct": false,
"version": "0.10.9",
"ecosystem": "crates"
},
{
"name": "signal-hook-registry",
"direct": false,
"version": "1.4.8",
"ecosystem": "crates"
},
{
"name": "slab",
"direct": false,
"version": "0.4.12",
"ecosystem": "crates"
},
{
"name": "smallvec",
"direct": false,
"version": "1.15.1",
"ecosystem": "crates"
},
{
"name": "socket2",
"direct": false,
"version": "0.6.4",
"ecosystem": "crates"
},
{
"name": "syn",
"direct": false,
"version": "2.0.117",
"ecosystem": "crates"
},
{
"name": "sync_wrapper",
"direct": false,
"version": "1.0.2",
"ecosystem": "crates"
},
{
"name": "thiserror-impl",
"direct": false,
"version": "2.0.18",
"ecosystem": "crates"
},
{
"name": "tokio-util",
"direct": false,
"version": "0.7.18",
"ecosystem": "crates"
},
{
"name": "tower",
"direct": false,
"version": "0.5.3",
"ecosystem": "crates"
},
{
"name": "tower-http",
"direct": false,
"version": "0.6.11",
"ecosystem": "crates"
},
{
"name": "tower-layer",
"direct": false,
"version": "0.3.3",
"ecosystem": "crates"
},
{
"name": "tower-service",
"direct": false,
"version": "0.3.3",
"ecosystem": "crates"
},
{
"name": "tracing-attributes",
"direct": false,
"version": "0.1.31",
"ecosystem": "crates"
},
{
"name": "tracing-core",
"direct": false,
"version": "0.1.36",
"ecosystem": "crates"
},
{
"name": "try-lock",
"direct": false,
"version": "0.2.5",
"ecosystem": "crates"
},
{
"name": "typenum",
"direct": false,
"version": "1.20.1",
"ecosystem": "crates"
},
{
"name": "ucd-trie",
"direct": false,
"version": "0.1.7",
"ecosystem": "crates"
},
{
"name": "unicode-ident",
"direct": false,
"version": "1.0.24",
"ecosystem": "crates"
},
{
"name": "unsafe-libyaml",
"direct": false,
"version": "0.2.11",
"ecosystem": "crates"
},
{
"name": "version_check",
"direct": false,
"version": "0.9.5",
"ecosystem": "crates"
},
{
"name": "want",
"direct": false,
"version": "0.3.1",
"ecosystem": "crates"
},
{
"name": "wasi",
"direct": false,
"version": "0.11.1+wasi-snapshot-preview1",
"ecosystem": "crates"
},
{
"name": "wasip2",
"direct": false,
"version": "1.0.3+wasi-0.2.9",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen",
"direct": false,
"version": "0.2.123",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-macro",
"direct": false,
"version": "0.2.123",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-macro-support",
"direct": false,
"version": "0.2.123",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-shared",
"direct": false,
"version": "0.2.123",
"ecosystem": "crates"
},
{
"name": "windows-link",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "windows-sys",
"direct": false,
"version": "0.61.2",
"ecosystem": "crates"
},
{
"name": "wit-bindgen",
"direct": false,
"version": "0.57.1",
"ecosystem": "crates"
},
{
"name": "zerocopy",
"direct": false,
"version": "0.8.52",
"ecosystem": "crates"
},
{
"name": "zerocopy-derive",
"direct": false,
"version": "0.8.52",
"ecosystem": "crates"
},
{
"name": "zeroize",
"direct": false,
"version": "1.8.2",
"ecosystem": "crates"
},
{
"name": "zmij",
"direct": false,
"version": "1.0.21",
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 152,
"direct_count": 11,
"indirect_count": 141
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 24,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 25
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "alex-hunt-materialize",
"commits": 36,
"avatar_url": "https://avatars.githubusercontent.com/u/86254996?v=4"
},
{
"type": "User",
"login": "doy-materialize",
"commits": 27,
"avatar_url": "https://avatars.githubusercontent.com/u/110416385?v=4"
},
{
"type": "User",
"login": "jubrad",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/4951073?v=4"
},
{
"type": "User",
"login": "rjobanp",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/3818834?v=4"
},
{
"type": "User",
"login": "matthewarthur",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/9274310?v=4"
}
],
"contributors_sampled": 5,
"top_contributor_share": 0.514
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"pr.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Cargo.lock"
],
"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": 1,
"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": 7,
"reason": "10 out of 13 merged PRs checked by a CI test -- score normalized to 7",
"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": 10,
"reason": "all changesets reviewed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"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": 5,
"reason": "6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "8f2ba156058bdb9f92b24500af18290f9f72526b",
"ran_at": "2026-07-29T05:42:41Z",
"aggregate_score": 5.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-28T08:49:43Z",
"oldest_open_prs": [
{
"number": 48,
"created_at": "2026-02-08T22:02:56Z",
"last_comment_at": "2026-02-08T22:02:57Z",
"last_comment_author": "dependabot"
},
{
"number": 49,
"created_at": "2026-06-03T17:17:44Z",
"last_comment_at": "2026-06-04T14:18:14Z",
"last_comment_author": "doy-materialize"
}
],
"last_merged_pr_at": "2026-07-28T08:49:41Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/MaterializeInc/k8s-controller",
"host": "github.com",
"name": "k8s-controller",
"owner": "MaterializeInc"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"security": 62,
"vitality": 61,
"community": 39,
"governance": 62,
"engineering": 42
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 61,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"commits_last_year": 26,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 11
},
"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": "11/52 weeks with commits",
"points": 7.6,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 11
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "26 commits in the last year",
"points": 12.9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 26
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"releases_count": 2,
"latest_release_tag": "0.3.0",
"releases_from_tags": false,
"days_since_latest_release": 875,
"mean_days_between_releases": 4.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "2 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 2
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 875 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 875
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~4.9 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 4.9
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 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": "at_risk",
"name": "Community & Adoption",
"value": 39,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 11,
"inputs": {
"forks": 0,
"stars": 6,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "6 stars",
"points": 11.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 6
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 67,
"inputs": {
"packages": [
"k8s-controller"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 240252,
"monthly_downloads": 10760
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "10,760 downloads/month across crates",
"points": 53.8,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 10760,
"ecosystems": "crates"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 62,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 27,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 5,
"top_contributor_share": 0.514
},
"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 51% of commits",
"points": 10.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 51
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "5 contributors",
"points": 6.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 5
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 63,
"inputs": {
"merged_prs": 24,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 25
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "24/49 decided PRs merged",
"points": 18.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 24,
"decided": 49
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "all changesets reviewed",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"followers": 208,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "MaterializeInc",
"public_repos": 157,
"account_age_days": 2720
},
"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": "208 followers of MaterializeInc",
"points": 16.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 208,
"login": "MaterializeInc"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "157 public repos, account ~7 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 157
}
},
{
"code": "account_age_years",
"params": {
"years": 7
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"k8s-controller"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "19 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 19
}
}
],
"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": "at_risk",
"name": "Engineering Quality",
"value": 42,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"has_ci": true,
"has_tests": false,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "10 out of 13 merged PRs checked by a CI test -- score normalized to 7",
"points": 14,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": false
},
"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": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "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, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 53,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 5.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": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "10 out of 13 merged PRs checked by a CI test -- score normalized to 7",
"points": 1.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "all changesets reviewed",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 152 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 152
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 152,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 152,
"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": 3
},
"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": "at_risk",
"name": "AI Readiness",
"value": 45,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 21,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.4,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "28 of 70 human commits state their intent (structured subject or explanatory body)",
"points": 21.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 28,
"sampled": 70
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [
"Cargo.lock"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.014,
"toolchain_manifests": [
"Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"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": "1 of the last 70 commits agent-authored or agent-credited",
"points": 2.9,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 70
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "dependency automation configured, none observed in the sampled commits",
"points": 5,
"status": "partial",
"details": [
{
"code": "dependency_bot_config_only",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 22289,
"source_files_sampled": 3,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/3 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 3,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"deps.dev does not index crates:k8s-controller@0.12.0; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-29T05:42:57.702757Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/MaterializeInc/k8s-controller.svg",
"full_name": "MaterializeInc/k8s-controller",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}