A well-known project done right. Strong docs and solid engineering throughout.
Manages Envoy Proxy as a Standalone or Kubernetes-based Application Gateway
Documentation
75
No install instructions found in the README (−45 pts).
→ Add a section showing how to install dependencies.
CONTRIBUTING guide found.
README is present.
Licensed under Apache-2.0.
Engineering
92
CI is configured (.github/workflows/build_and_test.yaml).
Test files detected (api/v1alpha1/validation/envoygateway_validate_test.go).
Formatting enforced (site/tools/benchmark-dashboard/eslint.config.js).
Lockfile present (go.sum). Installs are reproducible.
Issue or PR templates present.
Project health
100
Dependency manifest found (go.mod).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 784Forks
- 78Releaseslatest 2y ago
Community
- —Community health
- —authors own >50% of commits
- 2,821Watchers
Responsiveness
- 2d 11hMedian issue response
- 4d 4hMedian PR merge time
- 741Open issues
Repository files35 root entries
- .agents
- .githubGood: CI is configured (.github/workflows/build_and_test.yaml).Good: Dependabot covers 16 ecosystems (docker, github-actions, gomod, npm, pip, helm, docker, github-actions, gomod, pip, helm, docker, github-actions, gomod, pip, helm). Dependencies stay current.Good: Issue or PR templates present.
- apiGood: Test files detected (api/v1alpha1/validation/envoygateway_validate_test.go).
- charts
- cmd
- examplesGood: Environment pinned via examples/backend-utilization/Dockerfile.
- internal
- pkg
- proto
- release-notes
- siteGood: CONTRIBUTING guide found.Issue: CONTRIBUTING guide contents could not be read (−28 pts vs a readable file).Fix: Move the file to the repo root or docs/CONTRIBUTING.md so its setup, style, test, and PR sections can be graded.Good: Formatting enforced (site/tools/benchmark-dashboard/eslint.config.js).
- test
- tools
- .dockerignore
- .gitattributes
- .gitignoreGood: .gitignore present.
- buf.gen.yaml
- buf.lock
- buf.yaml
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- CODEOWNERS
- embed.go
- go.modGood: Dependency manifest found (go.mod).
- go.sumGood: Lockfile present (go.sum). Installs are reproducible.
- GOALS.md
- GOVERNANCE.md
- LICENSEGood: Licensed under Apache-2.0.
- LOGO.md
- Makefile
- netlify.toml
- OWNERS
- PROJECT
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Issue: README has no code examples (−15 pts).Fix: Show a quick-start snippet so contributors can see what using your project looks like.Good: README links to a live demo or deployed app.Good: README includes status badges.Issue: No install instructions found in the README (−45 pts).Fix: Add a section showing how to install dependencies.Good: README documents how to run the project.
- SECURITY.mdGood: Security policy present.
- VERSION