0

/ 100

GradeB

Solid foundation. Invest in docs and CI to grow from here.

Immutable.Friendly.Secure — Reliable embedded Linux for any device

Documentation

84

README12pt75

README is present.

Contributing guide5pt77

CONTRIBUTING guide found.

Install and run instructions9pt90

README documents how to install the project.

License6pt100

Licensed under GPL-2.0.

Engineering

78

Linting and formatting5pt0

No linter or formatter config found.

Add a linter config such as .eslintrc.json, .prettierrc, ruff.toml, or .golangci.yml to enforce consistent code style.

Tests18pt80

Test files detected (src/bin/test).

CI/CD14pt85

CI is configured (.github/workflows/build-boot.yml).

Reproducibility6pt100

Lockfile present (src/webui/go.sum). Installs are reproducible.

Issue and PR templates6pt100

Issue or PR templates present.

Project health

100

Dependency manifest6pt100

Dependency manifest found (src/bin/pyproject.toml).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • -
    Commits (30d / 90d)
  • 19
    Forks
  • 77
    Releaseslatest 2y ago

Community

  • -
    Community health
  • -
    authors own >50% of commits
  • 89
    Watchers

Responsiveness

  • 27d 22h
    Median issue response
  • 2h
    Median PR merge time
  • 114
    Open issues
Repository files21 root entries
  • .github
    Good: 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: CI is configured (.github/workflows/build-boot.yml).
    Good: Dependabot covers 2 ecosystems (gomod, gomod). Dependencies stay current.
    Good: Issue or PR templates present.
    Good: Security policy present.
  • board
    Good: Licensed under GPL-2.0.
  • configs
  • doc
  • package
  • patches
  • provides
  • src
    Good: Test files detected (src/bin/test).
    Good: Lockfile present (src/webui/go.sum). Installs are reproducible.
    Good: Dependency manifest found (src/bin/pyproject.toml).
  • test
    Good: Environment pinned via test/docker/Dockerfile.
  • utils
  • .gitignore
    Good: .gitignore present.
  • .gitmodules
  • buildroot
  • Config.in
  • COPYING
  • external.desc
  • external.mk
  • infix.mk
  • Makefile
  • mkdocs.yml
  • README.md
    Good: 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.
    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.