Polished and well engineered. Punching above its star count.
Lynx Proxy is a high-performance and flexible proxy tool developed in Rust
Documentation
93
CONTRIBUTING guide is very brief (−12 pts for depth). 150+ words earns +6 pts; 400+ earns +12 pts.
→ Add setup instructions, code style notes, and how to run tests.
README documents how to install the project.
README is present.
Licensed under MIT.
Engineering
75
No Rust linting or formatting enforced.
→ Add `cargo clippy -- -D warnings` and `cargo fmt --check` as CI steps, and optionally a rustfmt.toml for project-specific style rules.
CI is configured (.github/workflows/test.yml).
Lockfile present (Cargo.lock). Installs are reproducible.
Test files detected (crates/lynx-cli/tests).
Issue or PR templates present.
Project health
100
Dependency manifest found (Cargo.toml).
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)
- 33Forks
- 29Releaseslatest 11mo ago
Community
- —Community health
- —authors own >50% of commits
- 500Watchers
Responsiveness
- <1hMedian issue response
- <1hMedian PR merge time
- 1Open issues
Repository files28 root entries
- .devcontainer
- .githubGood: CI is configured (.github/workflows/test.yml).Good: Issue or PR templates present.
- .task
- .vercel
- actions
- cratesGood: Test files detected (crates/lynx-cli/tests).Good: Environment pinned via crates/lynx-log/docker-compose.yml.
- docs
- examples
- images
- schemas
- scripts
- ui
- .gitignoreGood: .gitignore present.
- Cargo.lockGood: Lockfile present (Cargo.lock). Installs are reproducible.
- Cargo.tomlGood: Dependency manifest found (Cargo.toml).
- CHANGELOG.md
- cliff.toml
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- CONTRIBUTING.mdIssue: CONTRIBUTING guide is very brief (−12 pts for depth). 150+ words earns +6 pts; 400+ earns +12 pts.Fix: Add setup instructions, code style notes, and how to run tests.Issue: Contributing guide lacks a setup section (−12 pts).Fix: Show new contributors how to get a local dev environment running.Good: Contributing guide describes code style expectations.Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- dist-workspace.toml
- LICENSEGood: Licensed under MIT.
- README copy.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- README.md
- README.zh-CN.md
- release.toml
- rust-toolchain.toml
- SECURITY.mdGood: Security policy present.
- taskfile.yml