85

/ 100

GradeB

Well engineered. The main gaps are a reproducible setup and a contributing guide.

Top 22% of 5,156 graded repos

C# application with primary purpose of farming Steam cards from multiple accounts simultaneously.

C#13,580Apache-2.010d ago

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

88

Contributing guide5pt77

CONTRIBUTING guide found.

README12pt85

README is present.

Install and run instructions9pt90

README documents how to install the project.

License6pt100

Licensed under Apache-2.0.

Engineering

77

Reproducibility6pt10

No dependency lockfile found (−70 pts).

Enable and commit packages.lock.json so NuGet restores are repeatable.

Tests18pt80

Test files detected (ArchiSteamFarm.Tests/ConcurrentTests.cs).

CI/CD14pt85

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

Linting and formatting5pt100

.NET formatting configured (.editorconfig).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

100

Dependency manifest6pt100

Dependency manifest found (ArchiSteamFarm.CustomPlugins.ExamplePlugin/ArchiSteamFarm.CustomPlugins.ExamplePlugin.csproj).

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

  • 55 / 156
    Commits (30d / 90d)
  • 1,113
    Forks
  • 913
    Releaseslatest 10y ago

Community

  • 100% - Good
    Community health
  • 1 bus factorlow
    author own >50% of commits
  • 13,580
    Watchers

Responsiveness

  • 1h
    Median issue response
  • <1h
    Median PR merge time
  • 3
    Open issues
Repository files29 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/ci.yml).
    Good: Issue or PR templates present.
    Good: Security policy present.
  • ArchiSteamFarm
  • ArchiSteamFarm.CustomPlugins.ExamplePlugin
    Good: Dependency manifest found (ArchiSteamFarm.CustomPlugins.ExamplePlugin/ArchiSteamFarm.CustomPlugins.ExamplePlugin.csproj).
  • ArchiSteamFarm.CustomPlugins.PeriodicGC
  • ArchiSteamFarm.CustomPlugins.SignInWithSteam
  • ArchiSteamFarm.OfficialPlugins.ItemsMatcher
  • ArchiSteamFarm.OfficialPlugins.MobileAuthenticator
  • ArchiSteamFarm.OfficialPlugins.Monitoring
  • ArchiSteamFarm.OfficialPlugins.SteamTokenDumper
  • ArchiSteamFarm.Tests
    Good: Test files detected (ArchiSteamFarm.Tests/ConcurrentTests.cs).
  • resources
  • tools
  • .dockerignore
  • .editorconfig
    Good: .NET formatting configured (.editorconfig).
  • .gitattributes
  • .gitignore
    Good: .gitignore present.
  • .gitmodules
  • ArchiSteamFarm.slnx
  • ArchiSteamFarm.slnx.DotSettings
  • ASF-ui
  • cc.sh
  • Directory.Build.props
  • Directory.Packages.props
  • Dockerfile
    Good: Environment pinned via Dockerfile.
  • Dockerfile.Service
  • LICENSE.txt
    Good: Licensed under Apache-2.0.
  • 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.
    Good: README includes status badges.
    Good: README documents how to install the project.
    Good: README documents how to run the project.
  • run.sh
  • wiki
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/justarchinet/archisteamfarm)](https://www.repo-grade.com/report/justarchinet/archisteamfarm)

More graded C# repos