0

/ 100

GradeB

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

Top 24% of 5,156 graded repos

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

Top fixes

Highest-impact changes first, ranked by point weight

9 to address
  1. 1
    Tests18pt

    Wire your tests to a documented command (e.g. a test script in your build config) so the suite is reproducible.

  2. 2
    CI/CD14pt

    Add a lint step to catch style issues automatically.

  3. 3
    CI/CD14pt

    Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.

  4. 4
    CI/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.

Install the GitHub App

Scorecard

Every check, grouped by category and sorted worst-first

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.
RepoGrade badge preview

Add this badge to your README

It updates automatically each time the repo is re-graded.

[![RepoGrade](https://www.repo-grade.com/api/badge/kernelkit/infix)](https://www.repo-grade.com/report/kernelkit/infix)

More graded Python repos