# mtardy/tetragon — health index 18/100 (Critical)

> Inspection of the public repository mtardy/tetragon by inspect.software. It holds a health index of 18 out of 100, placing it in the Critical band. The index is a signal derived from publicly visible practice, not a warranty, a security audit, or an endorsement, and it is independent of payment.

- Repository: https://github.com/mtardy/tetragon
- Report page: https://inspect.software/software/mtardy/tetragon
- Full JSON report: https://inspect.software/api/repositories/mtardy/tetragon/report
- Badge: https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/mtardy/tetragon.svg
- Inspected: 2026-07-26
- Methodology: metrics 1.13.0, report schema 0.27.0 (https://inspect.software/methodology.md)

## Category summary

| Category | Weight | Index | Band |
|---|---|---|---|
| Vitality | 22% | 13/100 | Critical |
| Community & Adoption | 18% | 12/100 | Critical |
| Sustainability & Governance | 24% | 63/100 | Moderate |
| Engineering Quality | 20% | 63/100 | Moderate |
| Security | 16% | 24/100 | Critical |
| AI Readiness | not counted | 71/100 | Good |

High-Risk Jurisdiction Policy applies a 50% multiplier to weighted overall health and gives it an At risk ceiling of 49.

## Repository facts

| Field | Value |
|---|---|
| Description | eBPF-based Security Observability and Runtime Enforcement |
| Primary language | Go |
| License | Apache-2.0 |
| Stars | 0 |
| Forks | 0 |
| Created | 2022-06-11 |
| Last push | 2025-01-09 |
| Latest release | v0.8.0 |
| Commits (last year) | 0 |
| Bus factor | 3 |
| Fork | yes |

## Published packages

| Registry | Package | Latest | Monthly downloads |
|---|---|---|---|
| go | github.com/cilium/tetragon | v1.7.0 | — |
| go | github.com/cilium/tetragon/api | v1.7.0 | — |

## Vitality — 13/100 (Critical)

Is the project alive — is code being written and are releases shipping? Weight: 22% of the overall index.

### Development activity — 1/100 (Critical)

| Criterion | Status | Points | Detail |
|---|---|---|---|
| Push recency | not met | 0 / 36 | last push 562 days ago |
| Commit cadence | not met | 0 / 36 | 0/52 weeks with commits |
| Commit volume | not met | 0 / 18 | 0 commits in the last year |
| OpenSSF Scorecard: Maintained | not met | 0 / 10 | 0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0 |

### Release discipline — 32/100 (At risk)

Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.

| Criterion | Status | Points | Detail |
|---|---|---|---|
| Ships releases | partial | 16.2 / 27 | 1 version tags (no GitHub releases) |
| Release recency | not met | 0 / 36 | latest release 1534 days ago |
| Release cadence | partial | 12.6 / 27 | cadence unknown (single release) |
| OpenSSF Scorecard: Signed-Releases | excluded | 0 / 10 | no releases found |

### Abandonment — 100/100 (Excellent)

| Criterion | Status | Points | Detail |
|---|---|---|---|
| Project is still maintained | met | 100 / 100 | no human commit for 562 days, with nothing left unanswered; held at dormant by nothing open to answer |

## Community & Adoption — 12/100 (Critical)

Does the project have users, downloads, attention, and a welcoming setup for contributors? Weight: 18% of the overall index.

### Popularity & adoption — 1/100 (Critical)

| Criterion | Status | Points | Detail |
|---|---|---|---|
| Stars | not met | 0 / 60 | 0 stars |
| Forks | not met | 0 / 25 | 0 forks |
| Watchers | not met | 0 / 15 | 0 watchers |

### Community health — 25/100 (Critical)

| Criterion | Status | Points | Detail |
|---|---|---|---|
| README | not met | 0 / 22.5 | — |
| License | met | 22.5 / 22.5 | recognized license (Apache-2.0) |
| CONTRIBUTING guide | not met | 0 / 18 | — |
| Code of conduct | not met | 0 / 13.5 | — |
| Issue template | not met | 0 / 7.2 | — |
| PR template | not met | 0 / 6.3 | — |

## Sustainability & Governance — 63/100 (Moderate)

Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep? Weight: 24% of the overall index.

### Maintainer resilience (bus factor) — 77/100 (Good)

| Criterion | Status | Points | Detail |
|---|---|---|---|
| Bus factor | partial | 36 / 54 | 3 contributor(s) cover half of all commits |
| Commit distribution | partial | 17.6 / 22.5 | top contributor authored 22% of commits |
| Contributor breadth | met | 13.5 / 13.5 | 98 contributors |
| OpenSSF Scorecard: Contributors | met | 10 / 10 | project has 31 contributing companies or organizations |

### Issue & PR responsiveness — 49/100 (At risk)

| Criterion | Status | Points | Detail |
|---|---|---|---|
| Issue resolution | partial | 45 / 46.8 | 96% of issues closed |
| PR acceptance | partial | 3.8 / 38.2 | 6/61 decided PRs merged |
| OpenSSF Scorecard: Code-Review | not met | 0 / 15 | Found 0/30 approved changesets -- score normalized to 0 |

### Ownership & stewardship — 59/100 (Moderate)

Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.

| Criterion | Status | Points | Detail |
|---|---|---|---|
| Ownership backing | partial | 10 / 30 | personal (user) account |
| Verified domain | excluded | 0 / 20 | not applicable to user accounts |
| Owner reach | partial | 13.3 / 25 | 70 followers of mtardy |
| Track record | partial | 23.9 / 25 | 42 public repos, account ~11 yr old |

## Engineering Quality — 63/100 (Moderate)

Are baseline engineering and documentation practices in place? Weight: 20% of the overall index.

### Engineering practices — 88/100 (Excellent)

Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.

| Criterion | Status | Points | Detail |
|---|---|---|---|
| CI workflows | met | 24 / 24 | 2 workflow(s) |
| Tests present | met | 24 / 24 | — |
| Linter config | met | 16 / 16 | .golangci.yaml, .golangci.yml |
| Pre-commit hooks | not met | 0 / 9.6 | — |
| .editorconfig | met | 6.4 / 6.4 | — |
| OpenSSF Scorecard: CI-Tests | excluded | 0 / 20 | no pull request found |

### Documentation — 25/100 (Critical)

| Criterion | Status | Points | Detail |
|---|---|---|---|
| README | not met | 0 / 30 | — |
| Documentation directory | met | 25 / 25 | — |
| Documentation / homepage site | not met | 0 / 15 | — |
| Repository description | not met | 0 / 10 | — |
| Topics | not met | 0 / 10 | — |
| Wiki | not met | 0 / 10 | — |

## Security — 24/100 (Critical)

Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure? Weight: 16% of the overall index.

### Security posture — 24/100 (Critical)

Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized. High-Risk Jurisdiction Policy applies a 50% multiplier to Security posture and gives it an At risk ceiling of 49.

| Criterion | Status | Points | Detail |
|---|---|---|---|
| Binary-Artifacts | met | 7.5 / 7.5 | no binaries found in the repo |
| Branch-Protection | not met | 0 / 7.5 | branch protection not enabled on development/release branches |
| CI-Tests | excluded | 0 / 2.5 | no pull request found |
| CII-Best-Practices | not met | 0 / 2.5 | no effort to earn an OpenSSF best practices badge detected |
| Code-Review | not met | 0 / 7.5 | Found 0/30 approved changesets -- score normalized to 0 |
| Contributors | met | 2.5 / 2.5 | project has 31 contributing companies or organizations |
| Dangerous-Workflow | met | 10 / 10 | no dangerous workflow patterns detected |
| Dependency-Update-Tool | met | 7.5 / 7.5 | update tool detected |
| Fuzzing | met | 5 / 5 | project is fuzzed |
| License | met | 2.5 / 2.5 | license file detected |
| Maintained | not met | 0 / 7.5 | 0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0 |
| Packaging | excluded | 0 / 5 | packaging workflow not detected |
| Pinned-Dependencies | partial | 4 / 5 | dependency not pinned by hash detected -- score normalized to 8 |
| SAST | not met | 0 / 5 | no SAST tool detected |
| Security-Policy | met | 5 / 5 | security policy file detected |
| Signed-Releases | excluded | 0 / 7.5 | no releases found |
| Token-Permissions | not met | 0 / 7.5 | detected GitHub workflow tokens with excessive permissions |
| Vulnerabilities | not met | 0 / 7.5 | 50 existing vulnerabilities detected |

### High-Risk Jurisdiction Exposure — 50/100 (Moderate)

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.

| Criterion | Status | Points | Detail |
|---|---|---|---|
| Policy exposure multiplier | partial | 50 / 100 | Russia: top_contributor (1) |

## AI Readiness — 71/100 (Good)

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.

### Agent context & guidance — 40/100 (At risk)

| Criterion | Status | Points | Detail |
|---|---|---|---|
| Agent instructions | not met | 0 / 45 | no CLAUDE.md / AGENTS.md / editor rules |
| Machine-readable docs (llms.txt) | not met | 0 / 15 | — |
| Legible commit history | met | 40 / 40 | 56 of 62 human commits state their intent (structured subject or explanatory body) |

### Verify loop (build / test / typecheck) — 80/100 (Good)

| Criterion | Status | Points | Detail |
|---|---|---|---|
| One-command bootstrap | met | 18 / 18 | Makefile, api/Makefile, api/vendor/google.golang.org/grpc/Makefile, bpf/Makefile, bpf/tests/Makefile, contrib/tester-progs/Makefile, contrib/tetragon-rthooks/Makefile, contrib/tetragon-rthooks/vendor/github.com/containerd/ttrpc/Makefile, contrib/tetragon-rthooks/vendor/github.com/gogo/protobuf/gogoproto/Makefile, contrib/tetragon-rthooks/vendor/github.com/gogo/protobuf/proto/Makefile, contrib/tetragon-rthooks/vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/Makefile, contrib/tetragon-rthooks/vendor/github.com/pelletier/go-toml/Makefile, contrib/tetragon-rthooks/vendor/github.com/tetratelabs/wazero/Makefile, contrib/tetragon-rthooks/vendor/google.golang.org/grpc/Makefile, docs/Makefile, install/kubernetes/Makefile, pkg/k8s/Makefile, pkg/k8s/vendor/github.com/emicklei/go-restful/v3/Makefile, pkg/k8s/vendor/github.com/gobuffalo/flect/Makefile, pkg/k8s/vendor/github.com/gogo/protobuf/proto/Makefile, pkg/k8s/vendor/github.com/munnerz/goautoneg/Makefile, pkg/k8s/vendor/github.com/pkg/errors/Makefile, pkg/k8s/vendor/github.com/spf13/cobra/Makefile, pkg/k8s/vendor/k8s.io/gengo/v2/Makefile, pkg/k8s/vendor/sigs.k8s.io/json/Makefile, tests/vmtests/Makefile, vendor/github.com/cilium/ebpf/Makefile, vendor/github.com/containerd/cgroups/Makefile, vendor/github.com/distribution/reference/Makefile, vendor/github.com/emicklei/go-restful/v3/Makefile, vendor/github.com/felixge/httpsnoop/Makefile, vendor/github.com/gobuffalo/flect/Makefile, vendor/github.com/gogo/protobuf/gogoproto/Makefile, vendor/github.com/gogo/protobuf/proto/Makefile, vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/Makefile, vendor/github.com/gorilla/websocket/Makefile, vendor/github.com/hashicorp/hcl/Makefile, vendor/github.com/munnerz/goautoneg/Makefile, vendor/github.com/pkg/errors/Makefile, vendor/github.com/prometheus/procfs/Makefile, vendor/github.com/sagikazarmark/locafero/justfile, vendor/github.com/spf13/cast/Makefile, vendor/github.com/spf13/cobra/Makefile, vendor/github.com/spf13/viper/Makefile, vendor/github.com/vishvananda/netlink/Makefile, vendor/go.opentelemetry.io/otel/Makefile, vendor/go.uber.org/atomic/Makefile, vendor/go.uber.org/multierr/Makefile, vendor/google.golang.org/grpc/Makefile, vendor/gopkg.in/ini.v1/Makefile, vendor/k8s.io/gengo/v2/Makefile, vendor/sigs.k8s.io/controller-runtime/Makefile, vendor/sigs.k8s.io/json/Makefile |
| Automated tests | met | 22 / 22 | — |
| Lint / format config | met | 11 / 11 | .golangci.yaml, .golangci.yml |
| Static type checking | met | 11 / 11 | Go (statically typed) |
| Reproducible environment | met | 10 / 10 | Dockerfile, Nix, lockfile |
| Demonstrated agent practice | not met | 0 / 10 | no agent-authored commits among the last 100 |
| Automated maintenance | not met | 0 / 8 | no automated dependency updates observed |
| OpenSSF Scorecard: Pinned-Dependencies | partial | 8 / 10 | dependency not pinned by hash detected -- score normalized to 8 |

### Code legibility for models — 99/100 (Excellent)

| Criterion | Status | Points | Detail |
|---|---|---|---|
| Type-checkable code | met | 45 / 45 | Go (statically typed) |
| Manageable file sizes | partial | 54.4 / 55 | 7/684 source files over 60KB |

### Machine-readable interfaces — 80/100 (Good)

| Criterion | Status | Points | Detail |
|---|---|---|---|
| API schema (OpenAPI/GraphQL/proto) | met | 40 / 40 | api/v1/tetragon/bpf.proto, api/v1/tetragon/capabilities.proto, api/v1/tetragon/events.proto, api/v1/tetragon/sensors.proto, api/v1/tetragon/stack.proto, api/v1/tetragon/tetragon.proto, contrib/tetragon-rthooks/vendor/github.com/cilium/tetragon/api/v1/tetragon/bpf.proto, contrib/tetragon-rthooks/vendor/github.com/cilium/tetragon/api/v1/tetragon/capabilities.proto, contrib/tetragon-rthooks/vendor/github.com/cilium/tetragon/api/v1/tetragon/events.proto, contrib/tetragon-rthooks/vendor/github.com/cilium/tetragon/api/v1/tetragon/sensors.proto, contrib/tetragon-rthooks/vendor/github.com/cilium/tetragon/api/v1/tetragon/stack.proto, contrib/tetragon-rthooks/vendor/github.com/cilium/tetragon/api/v1/tetragon/tetragon.proto, contrib/tetragon-rthooks/vendor/github.com/containerd/nri/pkg/api/api.proto, contrib/tetragon-rthooks/vendor/github.com/containerd/ttrpc/request.proto, contrib/tetragon-rthooks/vendor/github.com/containerd/ttrpc/test.proto, contrib/tetragon-rthooks/vendor/github.com/gogo/protobuf/gogoproto/gogo.proto, contrib/tetragon-rthooks/vendor/k8s.io/cri-api/pkg/apis/runtime/v1/api.proto, pkg/k8s/vendor/github.com/cilium/cilium/pkg/k8s/slim/k8s/apis/meta/v1/generated.proto, pkg/k8s/vendor/github.com/google/gnostic-models/extensions/extension.proto, pkg/k8s/vendor/github.com/google/gnostic-models/openapiv2/OpenAPIv2.proto, pkg/k8s/vendor/github.com/google/gnostic-models/openapiv3/OpenAPIv3.proto, pkg/k8s/vendor/k8s.io/api/admissionregistration/v1/generated.proto, pkg/k8s/vendor/k8s.io/api/admissionregistration/v1alpha1/generated.proto, pkg/k8s/vendor/k8s.io/api/admissionregistration/v1beta1/generated.proto, pkg/k8s/vendor/k8s.io/api/apidiscovery/v2/generated.proto, pkg/k8s/vendor/k8s.io/api/apidiscovery/v2beta1/generated.proto, pkg/k8s/vendor/k8s.io/api/apiserverinternal/v1alpha1/generated.proto, pkg/k8s/vendor/k8s.io/api/apps/v1/generated.proto, pkg/k8s/vendor/k8s.io/api/apps/v1beta1/generated.proto, pkg/k8s/vendor/k8s.io/api/apps/v1beta2/generated.proto, pkg/k8s/vendor/k8s.io/api/authentication/v1/generated.proto, pkg/k8s/vendor/k8s.io/api/authentication/v1alpha1/generated.proto, pkg/k8s/vendor/k8s.io/api/authentication/v1beta1/generated.proto, pkg/k8s/vendor/k8s.io/api/authorization/v1/generated.proto, pkg/k8s/vendor/k8s.io/api/authorization/v1beta1/generated.proto, pkg/k8s/vendor/k8s.io/api/autoscaling/v1/generated.proto, pkg/k8s/vendor/k8s.io/api/autoscaling/v2/generated.proto, pkg/k8s/vendor/k8s.io/api/autoscaling/v2beta1/generated.proto, pkg/k8s/vendor/k8s.io/api/autoscaling/v2beta2/generated.proto, pkg/k8s/vendor/k8s.io/api/batch/v1/generated.proto, pkg/k8s/vendor/k8s.io/api/batch/v1beta1/generated.proto, pkg/k8s/vendor/k8s.io/api/certificates/v1/generated.proto, pkg/k8s/vendor/k8s.io/api/certificates/v1alpha1/generated.proto, pkg/k8s/vendor/k8s.io/api/certificates/v1beta1/generated.proto, pkg/k8s/vendor/k8s.io/api/coordination/v1/generated.proto, pkg/k8s/vendor/k8s.io/api/coordination/v1alpha2/generated.proto, pkg/k8s/vendor/k8s.io/api/coordination/v1beta1/generated.proto, pkg/k8s/vendor/k8s.io/api/core/v1/generated.proto, pkg/k8s/vendor/k8s.io/api/discovery/v1/generated.proto, pkg/k8s/vendor/k8s.io/api/discovery/v1beta1/generated.proto, pkg/k8s/vendor/k8s.io/api/events/v1/generated.proto, pkg/k8s/vendor/k8s.io/api/events/v1beta1/generated.proto, pkg/k8s/vendor/k8s.io/api/extensions/v1beta1/generated.proto, pkg/k8s/vendor/k8s.io/api/flowcontrol/v1/generated.proto, pkg/k8s/vendor/k8s.io/api/flowcontrol/v1beta1/generated.proto, pkg/k8s/vendor/k8s.io/api/flowcontrol/v1beta2/generated.proto, pkg/k8s/vendor/k8s.io/api/flowcontrol/v1beta3/generated.proto, pkg/k8s/vendor/k8s.io/api/networking/v1/generated.proto, pkg/k8s/vendor/k8s.io/api/networking/v1alpha1/generated.proto, pkg/k8s/vendor/k8s.io/api/networking/v1beta1/generated.proto, pkg/k8s/vendor/k8s.io/api/node/v1/generated.proto, pkg/k8s/vendor/k8s.io/api/node/v1alpha1/generated.proto, pkg/k8s/vendor/k8s.io/api/node/v1beta1/generated.proto, pkg/k8s/vendor/k8s.io/api/policy/v1/generated.proto, pkg/k8s/vendor/k8s.io/api/policy/v1beta1/generated.proto, pkg/k8s/vendor/k8s.io/api/rbac/v1/generated.proto, pkg/k8s/vendor/k8s.io/api/rbac/v1alpha1/generated.proto, pkg/k8s/vendor/k8s.io/api/rbac/v1beta1/generated.proto, pkg/k8s/vendor/k8s.io/api/resource/v1alpha3/generated.proto, pkg/k8s/vendor/k8s.io/api/resource/v1beta1/generated.proto, pkg/k8s/vendor/k8s.io/api/scheduling/v1/generated.proto, pkg/k8s/vendor/k8s.io/api/scheduling/v1alpha1/generated.proto, pkg/k8s/vendor/k8s.io/api/scheduling/v1beta1/generated.proto, pkg/k8s/vendor/k8s.io/api/storage/v1/generated.proto, pkg/k8s/vendor/k8s.io/api/storage/v1alpha1/generated.proto, pkg/k8s/vendor/k8s.io/api/storage/v1beta1/generated.proto, pkg/k8s/vendor/k8s.io/api/storagemigration/v1alpha1/generated.proto, pkg/k8s/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.proto, pkg/k8s/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.proto, pkg/k8s/vendor/k8s.io/apimachinery/pkg/api/resource/generated.proto, pkg/k8s/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto, pkg/k8s/vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/generated.proto, pkg/k8s/vendor/k8s.io/apimachinery/pkg/runtime/generated.proto, pkg/k8s/vendor/k8s.io/apimachinery/pkg/runtime/schema/generated.proto, pkg/k8s/vendor/k8s.io/apimachinery/pkg/util/intstr/generated.proto, vendor/github.com/cilium/cilium/api/v1/flow/flow.proto, vendor/github.com/cilium/cilium/pkg/k8s/slim/k8s/apis/meta/v1/generated.proto, vendor/github.com/cilium/tetragon/api/v1/tetragon/bpf.proto, vendor/github.com/cilium/tetragon/api/v1/tetragon/capabilities.proto, vendor/github.com/cilium/tetragon/api/v1/tetragon/events.proto, vendor/github.com/cilium/tetragon/api/v1/tetragon/sensors.proto, vendor/github.com/cilium/tetragon/api/v1/tetragon/stack.proto, vendor/github.com/cilium/tetragon/api/v1/tetragon/tetragon.proto, vendor/github.com/containerd/cgroups/stats/v1/metrics.proto, vendor/github.com/containerd/cgroups/v2/stats/metrics.proto, vendor/github.com/docker/docker/api/swagger.yaml, vendor/github.com/docker/docker/api/types/swarm/runtime/plugin.proto, vendor/github.com/gogo/protobuf/gogoproto/gogo.proto, vendor/github.com/google/gnostic-models/extensions/extension.proto, vendor/github.com/google/gnostic-models/openapiv2/OpenAPIv2.proto, vendor/github.com/google/gnostic-models/openapiv3/OpenAPIv3.proto, vendor/k8s.io/api/admission/v1/generated.proto, vendor/k8s.io/api/admission/v1beta1/generated.proto, vendor/k8s.io/api/admissionregistration/v1/generated.proto, vendor/k8s.io/api/admissionregistration/v1alpha1/generated.proto, vendor/k8s.io/api/admissionregistration/v1beta1/generated.proto, vendor/k8s.io/api/apidiscovery/v2/generated.proto, vendor/k8s.io/api/apidiscovery/v2beta1/generated.proto, vendor/k8s.io/api/apiserverinternal/v1alpha1/generated.proto, vendor/k8s.io/api/apps/v1/generated.proto, vendor/k8s.io/api/apps/v1beta1/generated.proto, vendor/k8s.io/api/apps/v1beta2/generated.proto, vendor/k8s.io/api/authentication/v1/generated.proto, vendor/k8s.io/api/authentication/v1alpha1/generated.proto, vendor/k8s.io/api/authentication/v1beta1/generated.proto, vendor/k8s.io/api/authorization/v1/generated.proto, vendor/k8s.io/api/authorization/v1beta1/generated.proto, vendor/k8s.io/api/autoscaling/v1/generated.proto, vendor/k8s.io/api/autoscaling/v2/generated.proto, vendor/k8s.io/api/autoscaling/v2beta1/generated.proto, vendor/k8s.io/api/autoscaling/v2beta2/generated.proto, vendor/k8s.io/api/batch/v1/generated.proto, vendor/k8s.io/api/batch/v1beta1/generated.proto, vendor/k8s.io/api/certificates/v1/generated.proto, vendor/k8s.io/api/certificates/v1alpha1/generated.proto, vendor/k8s.io/api/certificates/v1beta1/generated.proto, vendor/k8s.io/api/coordination/v1/generated.proto, vendor/k8s.io/api/coordination/v1alpha2/generated.proto, vendor/k8s.io/api/coordination/v1beta1/generated.proto, vendor/k8s.io/api/core/v1/generated.proto, vendor/k8s.io/api/discovery/v1/generated.proto, vendor/k8s.io/api/discovery/v1beta1/generated.proto, vendor/k8s.io/api/events/v1/generated.proto, vendor/k8s.io/api/events/v1beta1/generated.proto, vendor/k8s.io/api/extensions/v1beta1/generated.proto, vendor/k8s.io/api/flowcontrol/v1/generated.proto, vendor/k8s.io/api/flowcontrol/v1beta1/generated.proto, vendor/k8s.io/api/flowcontrol/v1beta2/generated.proto, vendor/k8s.io/api/flowcontrol/v1beta3/generated.proto, vendor/k8s.io/api/imagepolicy/v1alpha1/generated.proto, vendor/k8s.io/api/networking/v1/generated.proto, vendor/k8s.io/api/networking/v1alpha1/generated.proto, vendor/k8s.io/api/networking/v1beta1/generated.proto, vendor/k8s.io/api/node/v1/generated.proto, vendor/k8s.io/api/node/v1alpha1/generated.proto, vendor/k8s.io/api/node/v1beta1/generated.proto, vendor/k8s.io/api/policy/v1/generated.proto, vendor/k8s.io/api/policy/v1beta1/generated.proto, vendor/k8s.io/api/rbac/v1/generated.proto, vendor/k8s.io/api/rbac/v1alpha1/generated.proto, vendor/k8s.io/api/rbac/v1beta1/generated.proto, vendor/k8s.io/api/resource/v1alpha3/generated.proto, vendor/k8s.io/api/resource/v1beta1/generated.proto, vendor/k8s.io/api/scheduling/v1/generated.proto, vendor/k8s.io/api/scheduling/v1alpha1/generated.proto, vendor/k8s.io/api/scheduling/v1beta1/generated.proto, vendor/k8s.io/api/storage/v1/generated.proto, vendor/k8s.io/api/storage/v1alpha1/generated.proto, vendor/k8s.io/api/storage/v1beta1/generated.proto, vendor/k8s.io/api/storagemigration/v1alpha1/generated.proto, vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.proto, vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.proto, vendor/k8s.io/apimachinery/pkg/api/resource/generated.proto, vendor/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto, vendor/k8s.io/apimachinery/pkg/apis/meta/v1beta1/generated.proto, vendor/k8s.io/apimachinery/pkg/runtime/generated.proto, vendor/k8s.io/apimachinery/pkg/runtime/schema/generated.proto, vendor/k8s.io/apimachinery/pkg/util/intstr/generated.proto, vendor/k8s.io/cri-api/pkg/apis/runtime/v1/api.proto |
| MCP server | not met | 0 / 20 | — |
| Runnable examples | met | 40 / 40 | demos, examples |

## Collection warnings

- Community profile unavailable
- go package 'github.com/cilium/tetragon' points at a different repository (https://github.com/cilium/tetragon); excluded from ecosystem scoring
- go package 'github.com/cilium/tetragon/api' points at a different repository (https://github.com/cilium/tetragon); excluded from ecosystem scoring
- Could not fetch go package 'github.com/cilium/tetragon/pkg/k8s' from its registry
- Could not fetch go package 'github.com/cilium/tetragon/contrib/rthooks/tetragon-oci-hook' from its registry
- GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository

## What this report is

inspect.software measures public repositories against a single published, versioned methodology and reports the result as a 1–100 health index. Findings are signals derived from what is visible in public repository data — they are not a security audit, a warranty, or an endorsement, and no result depends on payment.

- Methodology, formulas and weights: https://inspect.software/methodology.md
- What a result does and does not claim: https://inspect.software/wiki/signals-not-warranties.md
- Rating bands: https://inspect.software/wiki/scoring-bands.md
- Corrections: https://inspect.software/contact.md
- Index of all documents: https://inspect.software/llms.txt
