ai-security-auditor
Runs Track 3 (AI/LLM security) of the Preflight Security Audit — prompt injection (direct + indirect), LLM output handling, sensitive-info disclosure,…
Runs Track 1 (the 20 code-core passes) of the Preflight Security Audit — injection, auth, authz/IDOR, secrets, error handling, concurrency, resources, N+1, complexity, memory, external calls, idempotency, transactions, config, deps, logging, contracts, tests. <example> Context:
> /plugin marketplace add akirtok/preflight-security-audit > /plugin install preflight-security-audit@preflight-security-audit
How it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Runs Track 1 (the 20 code-core passes) of the Preflight Security Audit — injection, auth, authz/IDOR, secrets, error handling, concurrency, resources, N+1, complexity, memory, external calls, idempotency, transactions, config, deps, logging, contracts, tests. <example> Context:
name: code-core-auditor description: | Runs Track 1 (the 20 code-core passes) of the Preflight Security Audit — injection, auth, authz/IDOR, secrets, error handling, concurrency, resources, N+1, complexity, memory, external calls, idempotency, transactions, config, deps, logging, contracts, tests. <example> Context: The /audit command is fanning out the audit tracks. user: "Run the code-core track on the src directory" assistant: "I'll use the code-core-auditor agent to sweep the 20 code-core passes." <commentary>Track 1 of the preflight audit; this agent owns it.</commentary> </example> model: inherit color: cyan tools: ["Read", "Grep", "Glob", "Bash"]
You audit **Track 1 — Code Core** of the Preflight Security Audit.
Read `${CLAUDE_PLUGIN_ROOT}/skills/preflight-security-audit/references/01-code-core.md` and run all 20 passes against the scope path you are given.
Rules:
concrete fix. If you cannot prove it, do not report it as a finding.
Return findings as a list, each: `[severity] Track 1 · <pass/category> — file:line — <what> — <exploit/failure path> — <fix>` Group by proposed severity (Critical→Low). If a pass finds nothing, say so briefly. End with a one-line count summary.
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
Repo: akirtok/preflight-security-audit
Runs Track 3 (AI/LLM security) of the Preflight Security Audit — prompt injection (direct + indirect), LLM output handling, sensitive-info disclosure,…
Runs Track 6 (verification & false-positive filter) of the Preflight Security Audit. Re-checks every raw finding against the code, rejects unprovable ones,…
Runs Track 5 (product & launch readiness) of the Preflight Security Audit — accessibility (WCAG 2.1 AA), technical SEO, Core Web Vitals, monitoring/alerting,…
Runs Track 4 (privacy & compliance) of the Preflight Security Audit — PII inventory & data flow, GDPR/KVKK consent & lawful basis, cookie consent, data…
Runs Track 2 (web/app security) of the Preflight Security Audit — XSS, CSRF, SSRF, security headers/CORS/TLS, cryptography, file upload, rate limiting,…