84
/ 100
Well engineered. The main gaps are CI and the README.
The best open source hardware wallet
Top fixes
Highest-impact changes first, ranked by point weight
- 1Tests18pt
Wire your tests to a documented command (e.g. a test script in your build config) so the suite is reproducible.
- 2CI/CD14pt
Add a step like `run: npm test`, `run: pytest`, or `run: tox` to your workflow file.
- 3CI/CD14pt
Add a lint step to catch style issues automatically.
- 4CI/CD14pt
Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.
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
82
README is present.
CONTRIBUTING guide found.
README documents how to install the project.
Licensed under Other.
Engineering
78
CI is configured (.github/workflows/rust-aptos-checks.yml).
Test files detected (external/lvgl/tests).
Lockfile present (requirements.txt). Installs are reproducible.
Linter or formatter configured (external/lvgl/.editorconfig).
Issue or PR templates present.
Project health
100
Dependency manifest found (requirements.txt).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- 4 / 154Commits (30d / 90d)
- 89Forks
- 53Releaseslatest 1y ago
Community
- 50% - FairCommunity health
- 2 bus factorauthors own >50% of commits
- 223Watchers
Responsiveness
- 7hMedian issue response
- <1hMedian PR merge time
- 119Open issues
Repository files33 root entries
- .githubGood: CI is configured (.github/workflows/rust-aptos-checks.yml).Good: Issue or PR templates present.
- docs
- externalGood: 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: Code of conduct present.Good: Test files detected (external/lvgl/tests).Good: Linter or formatter configured (external/lvgl/.editorconfig).Good: Security policy present.
- hardware
- images
- lv_img_converter
- rust
- src
- test
- tools
- ui_simulator
- .gitignoreGood: .gitignore present.
- .gitmodules
- .lldbinit
- astyle.sh
- build.bat
- build.py
- build.sh
- CHANGELOG-BTC.md
- CHANGELOG-ZH-BTC.md
- CHANGELOG-ZH.md
- CHANGELOG.md
- CMakeLists.txt
- DockerfileGood: Environment pinned via Dockerfile.
- entitlements.plist
- firmware.cmake
- img_converter.py
- keystone3-firmware-release
- LICENSEGood: Licensed under Other.
- mh1903b.ld
- 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.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.
- requirements.txtGood: Lockfile present (requirements.txt). Installs are reproducible.Good: Dependency manifest found (requirements.txt).
- rust-toolchain
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/keystonehq/keystone3-firmware)