0

/ 100

GradeB

Polished work that hasn't found its audience yet.

Top 18% of 5,156 graded repos

Concrete: TFHE Compiler that converts python programs into FHE equivalent

Top fixes

Highest-impact changes first, ranked by point weight

6 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
    Install and run instructions9pt

    Add a .env.example listing all required environment variables so contributors know what to set up.

  3. 3
    Reproducibility6pt

    Add a Dockerfile, .nvmrc, or .python-version to pin the runtime version and make the environment reproducible.

  4. 4
    Contributing guide5pt

    Move the file to the repo root or docs/CONTRIBUTING.md so its setup, style, test, and PR sections can be graded.

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

94

Contributing guide5pt77

CONTRIBUTING guide found.

Install and run instructions9pt90

README documents how to install the project.

README12pt100

README is present.

License6pt100

Licensed under Other.

Engineering

91

Tests18pt80

Test files detected (backends/concrete-cuda/implementation/test_and_benchmark/test).

Reproducibility6pt90

Lockfile present (backends/concrete-cpu/implementation/Cargo.lock). Installs are reproducible.

CI/CD14pt100

CI is configured (.github/workflows/main.yml).

Linting and formatting5pt100

Linter or formatter configured (frontends/concrete-python/.editorconfig).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

64

Activity5pt5

No pushes in over 2 years. Looks unmaintained (−95 pts).

A recent commit signals the project is alive and worth using.

Repository metadata5pt60

Repository has a description.

Dependency manifest6pt100

Dependency manifest found (backends/concrete-cpu/implementation/Cargo.toml).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • -
    Commits (30d / 90d)
  • 0
    Forks
  • 0
    Releases

Community

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

Responsiveness

  • -
    Median issue response
  • -
    Median PR merge time
  • 0
    Open issues
Repository files17 root entries
  • .github
    Good: CI is configured (.github/workflows/main.yml).
    Good: Dependabot covers 2 ecosystems (github-actions, docker). Dependencies stay current.
    Good: Issue or PR templates present.
  • backends
    Good: Test files detected (backends/concrete-cuda/implementation/test_and_benchmark/test).
    Good: Lockfile present (backends/concrete-cpu/implementation/Cargo.lock). Installs are reproducible.
    Good: Dependency manifest found (backends/concrete-cpu/implementation/Cargo.toml).
  • ci
  • compilers
  • docker
  • docs
    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.
  • frontends
    Good: Linter or formatter configured (frontends/concrete-python/.editorconfig).
  • third_party
  • tools
  • .gitignore
    Good: .gitignore present.
  • .gitmodules
  • .linelint.yml
  • .rustfmt.toml
  • CODE_OF_CONDUCT.md
    Good: Code of conduct present.
  • LICENSE.txt
    Good: Licensed under Other.
  • README.md
    Good: 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.
    Good: README includes status badges.
    Good: README documents how to install the project.
    Good: README documents how to run the project.
  • UPGRADING.md
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/jianglibin1/concrete)](https://www.repo-grade.com/report/jianglibin1/concrete)

More graded repos