0

/ 100

GradeB

Polished and well engineered. Punching above its star count.

Top 18% of 5,156 graded repos

Async runtime for Rust where correctness is structural: region-owned tasks, cancel-correct protocols, capability-gated effects, and deterministic replay testing

Top fixes

Highest-impact changes first, ranked by point weight

10 to address
  1. 1
    Install and run instructions9pt

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

  2. 2
    Reproducibility6pt

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

  3. 3
    Reproducibility6pt

    Add .github/dependabot.yml with at least one package-ecosystem entry so dependencies are updated automatically.

  4. 4
    Dependency manifest6pt

    Add a `repository` field pointing to the GitHub URL so npm knows where the source lives.

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

85

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.

Install and run instructions9pt90

README documents how to install the project.

README12pt100

README is present.

License6pt100

Licensed under Other.

Engineering

86

Linting and formatting5pt0

No linter or formatter found.

Add ESLint (eslint.config.js) and/or Prettier (.prettierrc), install them as devDependencies, and add a `lint` script to package.json.

Reproducibility6pt70

Lockfile present (Cargo.lock). Installs are reproducible.

Tests18pt100

Test files detected (asupersync-browser-core/tests).

CI/CD14pt100

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

Issue and PR templates6pt100

Issue or PR templates present.

Project health

92

Dependency manifest6pt75

Dependency manifest found (Cargo.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)
  • 22
    Forks
  • 7
    Releaseslatest 2mo ago

Community

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

Responsiveness

  • 4h
    Median issue response
  • -
    Median PR merge time
  • 0
    Open issues
Repository files83 root entries
  • .beads
    Good: .gitignore present.
  • .bench-history
  • .claude
  • .github
    Good: CI is configured (.github/workflows/ci.yml).
    Good: Issue or PR templates present.
  • .ntm
  • .rch
  • artifacts
  • assets
  • asupersync-browser-core
    Good: Test files detected (asupersync-browser-core/tests).
  • asupersync-macros
  • asupersync-tokio-compat
  • asupersync-wasm
  • baselines
  • benches
  • conformance
  • docs
  • drop_unwrap_finder
  • examples
  • formal
  • franken_decision
  • franken_evidence
  • franken_kernel
  • frankenlab
  • fuzz
  • packages
  • packaging
  • refactor
  • schemas
  • scripts
  • skills
  • src
  • tests
  • tools
  • .gitattributes
  • .gitignore
  • .nojekyll
  • .npmrc
  • .rchignore
  • .stub-allowlist.txt
  • .type_fork_baseline.json
  • AGENTS.md
  • ansi_injection_demo.rs
  • asupersync_diagram.webp
  • asupersync_illustration.webp
  • asupersync_plan_v4.md
  • asupersync_v4_formal_semantics.md
  • asupersync_web_demo.html
  • ATP_DOD_CHECKLIST.md
  • audit_index.jsonl
  • audit_pending_67t6xn.jsonl
  • Cargo.lock
    Good: Lockfile present (Cargo.lock). Installs are reproducible.
  • Cargo.toml
    Good: Dependency manifest found (Cargo.toml).
  • CHANGELOG.md
  • CLAUDE.md
  • e2e_hardening_10_analysis.md
  • e2e_hardening_11_analysis.md
  • e2e_hardening_12_analysis.md
  • e2e_hardening_13_analysis.md
  • e2e_hardening_14_analysis.md
  • e2e_hardening_15_analysis.md
  • e2e_hardening_7_analysis.md
  • e2e_hardening_8_analysis.md
  • e2e_hardening_9_analysis.md
  • e2e_hardening_summary.md
  • exact_func.txt
  • gh_og_share_image.png
  • LICENSE
    Good: Licensed under Other.
  • Makefile
  • package.json
  • patch.py
  • pnpm-workspace.yaml
  • provider_audit_log.md
  • 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.
  • runtime_bugs_pass1.jsonl
  • rust-toolchain.toml
  • SYNC_CONFORMANCE_REPORT.md
  • test_starts_with
  • test_then_some
  • TESTING_FOR_AGENTS.md
  • TESTING.md
  • TRANSPORT_ROUTER_SECURITY_AUDIT.md
  • tsconfig.base.json
  • UPGRADE_LOG.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/dicklesworthstone/asupersync)](https://www.repo-grade.com/report/dicklesworthstone/asupersync)

More graded Rust repos