Scan detail

Scan example…

Per-worker breakdown, finding list, severity rollup, and (paid) reproduction steps + screenshots + suggested fixes.

Per-worker results

Each scan dispatches six workers in parallel. GET /api/v1/scans/example/results returns the runs + findings.

  • · browser — visual regression, console, forms (Playwright + vision; stub in L1)
  • · api — endpoint testing
  • · load — k6 / Locust (stub in L1)
  • · security — OWASP Top 10 (stub in L1)
  • · accessibility — axe-core WCAG AA (stub in L1)
  • · business — intent-based via Magnus Core (stub in L1)

Free tier vs paid

  • · Free: first 5 findings, severity + title + URL. Total count always disclosed.
  • · Paid: all findings + reproduction steps + screenshots (before/after) + suggested fix + root cause + per-worker breakdown.
See pricing →

Decide on each finding

For every bug you can choose:

  • · fix_self — you’ll handle it
  • · dismiss — known / acceptable
  • · hire_us — quote + payment intent

POST /api/v1/bugs/:id/decision

Rate the bug

Was this finding accurate? Vote +1 / 0 / -1 via /api/v1/findings/:id/rate. Feeds the training pipeline as a weak accuracy signal.