Skip to content
meirlabs

security-audit

Find real, exploitable issues — verified, ranked, with fix plans

v0.1.1

A security audit built to resist the false positive. It threat-models the target, runs a multi-lens static sweep and read-only live-config checks, then puts every candidate finding through a 3-skeptic adversarial pass that defaults to rejecting it. What survives ships with an exact file:line, a concrete attack, an implementation plan, and a test that proves the fix — a report you act on, not a checklist you ignore.

npx @meir-labs/skill-security-audit
GitHub

What it does

  • threat-models the app, then sweeps nine lenses in parallel — secrets, authz/RLS, injection, SSRF, XSS, supply chain, headers, business logic
  • runs read-only live checks: Supabase RLS and auth settings, deployed headers, dependency CVEs, unauthenticated endpoint probing
  • verifies every finding with independent skeptics prompted to refute it — typically kills 30-50% of a raw sweep
  • ranks survivors by impact and hands each one a fix plan and a proof-test