89
/ 100
Well engineered. The main gaps are CI and dependency metadata.
Toolchain for TON smart contract development and beyond
Top fixes
Highest-impact changes first, ranked by point weight
- 1CI/CD14pt
Add a step like `run: npm test`, `run: pytest`, or `run: tox` to your workflow file.
- 2CI/CD14pt
Add a lint step to catch style issues automatically.
- 3CI/CD14pt
Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.
- 4CI/CD14pt
Upload coverage to Codecov, Coveralls, or report it with `--coverage` flags.
Working through the fixes? Let every push regrade itself.
The free GitHub App rescans this repo on every push and posts the grade as a commit check, so the score climbs without coming back to rescan by hand.
Scorecard
Every check, grouped by category and sorted worst-first
Documentation
95
README is present.
Contributing guide is detailed and thorough.
README documents how to install the project.
Licensed under Apache-2.0.
Engineering
85
CI is configured (.github/workflows/build-actonscan-backend-docker-image.yml).
Lockfile present (Cargo.lock). Installs are reproducible.
Test files detected (apps/faucet/tests).
Linter or formatter configured (.editorconfig).
Issue or PR templates present.
Project health
89
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)
- 69Forks
- 39Releaseslatest 5mo ago
Community
- 75% - GoodCommunity health
- 1 bus factorlowauthor own >50% of commits
- 427Watchers
Responsiveness
- 58d 23hMedian issue response
- <1hMedian PR merge time
- 33Open issues
Repository files42 root entries
- .cargo
- .config
- .githubGood: CI is configured (.github/workflows/build-actonscan-backend-docker-image.yml).Good: Issue or PR templates present.
- appsGood: Test files detected (apps/faucet/tests).
- assets
- cratesGood: Licensed under Apache-2.0.
- docs
- lib
- packages
- src
- tests
- xtask
- _typos.toml
- .dockerignore
- .editorconfigGood: Linter or formatter configured (.editorconfig).
- .gitattributes
- .gitignoreGood: .gitignore present.
- .mailmap
- Acton.toml
- biome.jsonc
- build.rs
- bun.lock
- bunfig.toml
- Cargo.lockGood: Lockfile present (Cargo.lock). Installs are reproducible.
- Cargo.tomlGood: Dependency manifest found (Cargo.toml).
- CHANGELOG.md
- clippy.toml
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- 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.Good: Contributing guide describes code style expectations.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- dist-workspace.toml
- DockerfileGood: Environment pinned via Dockerfile.
- justfile
- LICENSE-APACHE
- LICENSE-MIT
- netlify.toml
- osv-scanner.toml
- package.json
- README.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.Issue: No status badges in the README (−10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.Good: README documents how to install the project.Good: README documents how to run the project.
- RELEASING.md
- rust-toolchain.toml
- rustfmt.toml
- SECURITY.mdGood: Security policy present.
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/ton-blockchain/acton)