Good community traction and solid fundamentals. Nearly in the top tier.
Declare your digital independence
Documentation
72
README documents how to install the project.
Contributing guide is detailed and thorough.
README is present.
Licensed under Other.
Engineering
80
No issue or PR templates found (−100 pts).
→ Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.
CI is configured (.github/workflows/check-token-coalesce.yml).
Test files detected (apps/freenet-ping/app/tests).
Rust linting configured (crates/core/src/server/.prettierrc.json, cargo clippy in CI, cargo fmt in CI).
Lockfile present (Cargo.lock). Installs are reproducible.
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)
- 140Forks
- 258Releaseslatest 11mo ago
Community
- —Community health
- —authors own >50% of commits
- 2,739Watchers
Responsiveness
- 51d 23hMedian issue response
- 1d 5hMedian PR merge time
- 159Open issues
Repository files31 root entries
- .claude
- .config
- .githooks
- .githubGood: CI is configured (.github/workflows/check-token-coalesce.yml).Good: Dependabot covers 2 ecosystems (cargo, github-actions). Dependencies stay current.Good: .gitignore present.
- appsGood: Test files detected (apps/freenet-ping/app/tests).
- cratesGood: Rust linting configured (crates/core/src/server/.prettierrc.json, cargo clippy in CI, cargo fmt in CI).
- dockerGood: Environment pinned via docker/freenet-gateway/Dockerfile.
- docsGood: Security policy present.
- schemas
- scripts
- tests
- .dockerignore
- .gitattributes
- .gitignore
- .pre-commit-config.yaml
- AGENTS.md
- arr
- Cargo.lockGood: Lockfile present (Cargo.lock). Installs are reproducible.
- Cargo.tomlGood: Dependency manifest found (Cargo.toml).
- CLAUDE.md
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Issue: Contributing guide lacks a setup section (−12 pts).Fix: Show new contributors how to get a local dev environment running.Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.Good: Contributing guide explains how to run tests.Issue: Contributing guide lacks a PR workflow section (−8 pts).Fix: Explain how to fork, branch, and open a pull request so contributors know what to expect.Issue: Contributing guide has no code examples (−5 pts).Fix: Add code blocks showing example commands for setup, running tests, and submitting a PR.
- Cross.toml
- deny.toml
- flake.lock
- flake.nix
- LICENSE.mdGood: Licensed under Other.
- opencode.json
- package.nix
- README.mdGood: README is present.Good: README is well structured with multiple sections.Issue: No screenshots or images in the README (−20 pts).Fix: Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.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.Issue: No run or usage instructions found (−45 pts).Fix: Add a section showing how to start or use the project.
- rust-toolchain.toml
- trait