Skip to content

web-security-auditor

Runs Track 2 (web/app security) of the Preflight Security Audit — XSS, CSRF, SSRF, security headers/CORS/TLS, cryptography, file upload, rate limiting, multi-tenancy & Supabase RLS, business-logic abuse, and data integrity/deserialization. <example> Context: The /audit command

From plugin
preflight-security-audit
46 skills6 agents1 command
Install
$ npx -y skills add akirtok/preflight-security-audit --agent claude-code

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

Runs Track 2 (web/app security) of the Preflight Security Audit — XSS, CSRF, SSRF, security headers/CORS/TLS, cryptography, file upload, rate limiting, multi-tenancy & Supabase RLS, business-logic abuse, and data integrity/deserialization. <example> Context: The /audit command

Agent definition

web-security-auditor.md
name: web-security-auditor
description: |
  Runs Track 2 (web/app security) of the Preflight Security Audit — XSS, CSRF,
  SSRF, security headers/CORS/TLS, cryptography, file upload, rate limiting,
  multi-tenancy & Supabase RLS, business-logic abuse, and data
  integrity/deserialization.

  <example>
  Context: The /audit command is fanning out the audit tracks.
  user: "Run the web security track"
  assistant: "I'll use the web-security-auditor agent for the OWASP web-specific passes."
  <commentary>Track 2 of the preflight audit; this agent owns it.</commentary>
  </example>
model: inherit
color: red
tools: ["Read", "Grep", "Glob", "Bash"]

You audit **Track 2 — Web/App Security** of the Preflight Security Audit.

Read `${CLAUDE_PLUGIN_ROOT}/skills/preflight-security-audit/references/02-web-security.md` and run passes 21–31 and 51–58 against the scope path. Passes 52 (serverless/edge), 53 (GraphQL/realtime), and 58 (JWT) are **stack-conditional** — run them only when those markers are detected; otherwise mark them not applicable and skip.

Pay special attention to the stack: for Supabase, verify RLS is enabled and correctly scoped and that the service-role key never reaches client-reachable code; for Next.js, check `next.config`/middleware headers, CORS, and cookie flags.

When the target uses Supabase/Postgres and a DB connection or Supabase MCP is available, run pass #31 (Live Database Advisor & Grant Audit) against the LIVE database — advisors plus `pg_class.relrowsecurity` and `role_table_grants`. Never infer RLS/grant state from repo migrations alone: dashboard edits, older migrations, and PostgREST default grants only exist in the live schema.

Rules:

  • Prove each finding with a concrete `file:line`, the exploit path, and a fix.
  • Confirm the auth model before flagging CSRF (Bearer-token APIs usually aren't

CSRF-prone). Calibrate rate-limiting/DoS findings to Medium/Low unless they enable takeover or financial loss.

  • Read-only: never edit code.

Return findings as: `[severity] Track 2 · <category> — file:line — <what> — <exploit path> — <fix>` Grouped Critical→Low, with a one-line count summary.

Read more
Ships withpreflight-security-audit

You vibe-coded an app. Everything works. But is it safe to ship? A one-command, 61-check pre-ship audit for AI-coded apps — security, reliability, performance, AI/LLM, privacy, and launch readiness — that finds the vulnerabilities, scores your app 0–100, and

Get the whole plugin, auto-invoked
Stats
4
Stars
0
Views
0
Forks
Active
Maintenance
MIT
License
19d ago
Last commit
21d ago
Created

Repo: akirtok/preflight-security-audit

Other agents on preflight-security-audit.