87

/ 100

GradeB

Well engineered. The main gaps are the README and a reproducible setup.

Top 18% of 5,156 graded repos

The enterprise-class Open Source LDAP server for Linux

Top fixes

Highest-impact changes first, ranked by point weight

11 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

82

README12pt70

README is present.

Contributing guide5pt72

CONTRIBUTING guide found.

Install and run instructions9pt90

README documents how to install the project.

License6pt100

Licensed under Other.

Engineering

85

Reproducibility6pt70

Lockfile present (dirsrvtests/requirements.txt). Installs are reproducible.

Tests18pt80

Test files detected (dirsrvtests/conftest.py).

CI/CD14pt85

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

Linting and formatting5pt100

Linter or formatter configured (src/cockpit/389-console/.stylelintrc.json).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

100

Dependency manifest6pt100

Dependency manifest found (dirsrvtests/requirements.txt).

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)
  • 121
    Forks
  • 52
    Releaseslatest 3y ago

Community

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

Responsiveness

  • <1h
    Median issue response
  • 2d 13h
    Median PR merge time
  • 405
    Open issues
Repository files37 root entries
  • .cargo
  • .copr
  • .cursor
  • .github
    Good: CI is configured (.github/workflows/cargotest.yml).
    Good: Issue or PR templates present.
  • dirsrvtests
    Good: Test files detected (dirsrvtests/conftest.py).
    Good: Lockfile present (dirsrvtests/requirements.txt). Installs are reproducible.
    Good: Dependency manifest found (dirsrvtests/requirements.txt).
  • 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.
  • include
  • ldap
  • lib
  • m4
  • man
  • profiling
  • rfcs
  • rpm
  • src
    Good: Linter or formatter configured (src/cockpit/389-console/.stylelintrc.json).
  • test
  • wrappers
  • .clang-format
  • .cvsignore
  • .dockerignore
  • .gitignore
    Good: .gitignore present.
  • .packit.yaml
  • AGENTS.md
  • autogen.sh
  • buildnum.py
  • CLAUDE.md
  • configure.ac
  • GEMINI.md
  • LICENSE
    Good: Licensed under Other.
  • LICENSE.GPLv3+
  • LICENSE.mit
  • LICENSE.openldap
  • LICENSE.openssl
  • Makefile.am
  • README.md
    Good: README is present.
    Issue: README has little structure (−15 pts). Add 2-3 headings for +8 pts; 4+ earns +15 pts.Fix: Break it into sections (Overview, Install, Usage, Contributing) using Markdown headings.
    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.
    Good: README includes status badges.
    Good: README documents how to install the project.
    Good: README documents how to run the project.
  • rpm.mk
  • VERSION.sh
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/389ds/389-ds-base)](https://www.repo-grade.com/report/389ds/389-ds-base)

More graded C repos