adguardteam/filtersregistry

0

/ 100

Adblock Filter List348LGPL-3.01d ago
Grade a repo

Good shape overall. A few tweaks would push it into the top tier.

Known filters subscriptions transformed for better compatibility with AdGuard

Documentation

70

Contributing guide5pt0

No CONTRIBUTING.md found (−47 pts base + up to −53 pts more for content).

Add a CONTRIBUTING.md telling newcomers how to get involved. Include setup, code style, test, and PR instructions.

README12pt70

This repository is large enough that GitHub truncated the file tree. The scan is based on a partial file list, so some checks may under-report.

Install and run instructions9pt90

README documents how to install the project.

License6pt100

Licensed under LGPL-3.0.

Engineering

80

Reproducibility6pt0

No dependency lockfile found (−70 pts).

Commit package-lock.json, pnpm-lock.yaml, yarn.lock, or bun.lock so Node installs are repeatable.

CI/CD14pt72

CI is configured (.github/workflows/build-3p.yaml).

Tests18pt100

Test script and framework are configured in package.json.

Linting and formatting5pt100

Linter or formatter configured (.eslintrc.cjs).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

94

Dependency manifest6pt82

Dependency manifest found (package.json).

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)
  • 71
    Forks
  • 0
    Releases

Community

  • Community health
  • authors own >50% of commits
  • 348
    Watchers

Responsiveness

  • 1d 1h
    Median issue response
  • <1h
    Median PR merge time
  • 13
    Open issues
Repository files16 root entries
  • .github
    Good: CI is configured (.github/workflows/build-3p.yaml).
    Good: Issue or PR templates present.
  • filters
  • groups
  • locales
  • platforms
  • .eslintignore
  • .eslintrc.cjs
    Good: Linter or formatter configured (.eslintrc.cjs).
  • .gitignore
    Good: .gitignore present.
  • .markdownlint.json
  • .markdownlintignore
  • AGENTS.md
  • DEVELOPMENT.md
  • LICENSE
    Good: Licensed under LGPL-3.0.
  • optimization_config.json
  • package.json
    Good: Dependency manifest found (package.json).
  • README.md
    Good: README is present.
    Good: README is well structured with multiple sections.
    Issue: No screenshots or images in the README (−20 pts).Fix: Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.
    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.