npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

decivo-rescue

v1.0.1

Published

Kostenloser Sicherheits-/Produktionsreife-Scan für KI-gebaute Web-Apps (Lovable, Bolt, v0, Cursor, Replit). Prüft eine öffentliche URL und liefert einen Vibe Readiness Score mit Go/Iterate/Stop-Verdikt.

Downloads

160

Readme

decivo-rescue

Kostenloser Sicherheits- und Produktionsreife-Scan für KI-gebaute Web-Apps (Lovable, Bolt, v0, Cursor, Replit, Base44 …). Prüft eine öffentliche URL und liefert den Vibe Readiness Score (VRS) mit einem klaren Go / Iterate / Stop-Verdikt.

npx decivo-rescue https://meine-app.lovable.app

Was geprüft wird

Der Scan läuft ohne Login und ohne Repo-Zugang gegen die öffentliche URL:

  • Security — Sicherheits-Header, im Client sichtbare Supabase-service_role- Schlüssel, exponierte Stripe-/AWS-/Google-Keys, öffentlich erreichbare .env-/.git-/Backup-Pfade, anonym erreichbare Datenbank-Schemata, client-seitige Autorisierung.
  • Datenschutz (DSGVO) — Runtime-Google-Fonts, US-Tracker, Pflichtangaben.
  • Skalierung & Kosten, Barrierefreiheit (BFSG), Architektur/SEO, Code (aus öffentlichen Source Maps, wenn vorhanden).

Jede Prüfung hat einen zitierfähigen Regel-Code (RSC-SEC-014 …): https://www.decivo.de/de/rescue/regeln

Optionen

| Option | Wirkung | | --------------- | ---------------------------------------------------------------------- | | --json | Rohes JSON-Ergebnis (für Weiterverarbeitung) | | --fail-on=<v> | Exit-Code ≠ 0 ab Verdikt go | iterate | stop (Default: stop) | | --quiet | Nur Verdikt + Score |

Exit-Codes: go → 0, iterate → 1, stop → 2 (ab --fail-on-Schwelle).

In CI

# Bricht den Build ab, sobald das Verdikt „iterate" oder schlechter ist:
npx decivo-rescue "$PREVIEW_URL" --fail-on=iterate

Für GitHub-PRs gibt es eine fertige Action: decivo/rescue-scan-action (bzw. der Workflow unter .github/workflows/ in diesem Repo).

Im Editor (MCP)

Der Scan lässt sich direkt in Claude Code, Cursor & Co. einhängen — dort, wo KI-gebaute Apps entstehen. „Prüf mal meine App" liefert dann das Ergebnis in den Kontext, statt in einem Tab zu landen.

claude mcp add decivo-rescue -- npx -y --package=decivo-rescue decivo-rescue-mcp

Oder manuell in der MCP-Konfiguration (Cursor, Windsurf, Claude Desktop):

{
  "mcpServers": {
    "decivo-rescue": {
      "command": "npx",
      "args": ["-y", "-p", "decivo-rescue", "decivo-rescue-mcp"]
    }
  }
}

Zwei Werkzeuge:

| Werkzeug | Zweck | | ------------- | ------------------------------------------------------------------------------------ | | rescue_scan | Prüft eine öffentliche URL und liefert Verdikt, Score, Bereiche und belegte Befunde. | | rescue_rule | Schlägt einen Regel-Code nach (RSC-SEC-010) — Hintergrund, CWE/OWASP und Behebung. |

Der Server spricht JSON-RPC über stdio und hat keine Abhängigkeiten. Ein Sicherheitswerkzeug, das dafür einen Abhängigkeitsbaum mitbringt, widerspricht sich selbst.

Datenschutz

Der Scan speichert nichts von sich aus. Er betrachtet nur, was deine App öffentlich ausliefert. Kein Ergebnis wird persistiert, es sei denn, du erzeugst über die Website ausdrücklich einen geteilten Report.

MIT-Lizenz · https://www.decivo.de/rescue