0

/ 100

GradeB

A well-known project done right. Strong docs and solid engineering throughout.

A suite of tools to automate software compliance checks.

Kotlin2,042Apache-2.0today

Documentation

82

Contributing guide5pt25

Contributing guidance is in the README, not a dedicated CONTRIBUTING.md (−20 pts).

Moving it to a CONTRIBUTING.md makes it easier to find and keeps the README focused. A dedicated file earns +47 pts base.

README12pt90

README is present.

Install and run instructions9pt90

README documents how to install the project.

License6pt100

Licensed under Apache-2.0.

Engineering

86

Tests18pt80

Test files detected (advisor/src/test).

Reproducibility6pt80

Lockfile present (plugins/package-managers/bundler/src/funTest/assets/projects/synthetic/gemspec/Gemfile.lock). Installs are reproducible.

CI/CD14pt85

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

Linting and formatting5pt100

Java/Kotlin linting configured (.editorconfig).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

94

Housekeeping3pt60

.gitignore present.

Dependency manifest6pt100

Dependency manifest found (build.gradle.kts).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • -
    Commits (30d / 90d)
  • 383
    Forks
  • 175
    Releaseslatest 2y ago

Community

  • -
    Community health
  • -
    authors own >50% of commits
  • 2,042
    Watchers

Responsiveness

  • 86d
    Median issue response
  • 2h
    Median PR merge time
  • 327
    Open issues
Repository files57 root entries
  • .github
    Good: CI is configured (.github/workflows/build-and-test.yml).
    Good: Issue or PR templates present.
  • .idea
    Issue: Build artifacts or local files may be committed (.idea/icon.png) (−40 pts).Fix: Remove them and add to .gitignore.
  • .run
  • advisor
    Good: Test files detected (advisor/src/test).
  • analyzer
  • buildSrc
  • cli
  • cli-helper
  • cli-test-launcher
  • clients
  • detekt-rules
  • downloader
  • evaluator
  • examples
  • flox
  • gradle
  • integrations
  • LICENSES
  • logos
  • model
  • notifier
  • plugins
    Good: Lockfile present (plugins/package-managers/bundler/src/funTest/assets/projects/synthetic/gemspec/Gemfile.lock). Installs are reproducible.
  • reporter
  • scanner
  • scripts
  • utils
  • version-catalog
  • website
  • .codecov.yml
  • .commitlintrc.yml
  • .detekt.yml
  • .dockerignore
  • .editorconfig
    Good: Java/Kotlin linting configured (.editorconfig).
  • .env.versions
  • .gitattributes
  • .gitignore
    Good: .gitignore present.
  • .gitmodules
  • .linkspector.yml
  • .mailmap
  • .markdownlint-cli2.yaml
  • .markdownlint.yaml
  • .miserc.toml
  • .ort.yml
  • ADOPTERS.md
  • build.gradle.kts
    Good: Dependency manifest found (build.gradle.kts).
  • Dockerfile
    Good: Environment pinned via Dockerfile.
  • gradle.properties
  • gradlew
  • gradlew.bat
  • LICENSE
    Good: Licensed under Apache-2.0.
  • mise.toml
  • NOTICE
  • qodana.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.
    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.
  • renovate.json
  • REUSE.toml
  • settings.gradle.kts