Skip to content
scsiwyg
sign insign up
get startedmcpcommunityapiplaygroundswaggersign insign up
Wiki/Skills Reference/Code Quality/

/security-audit

High confidence

Updated 25 Apr 2026 by David Olsson

/security-audit

Deep, multi-dimensional security audit with six parallel agents. Produces an overall posture score and remediation plan.

Trigger: security audit, security review, vulnerability assessment, OWASP audit, is this secure, auth audit, security posture Output: docs/04-security-audit/ Reports: 8 (00–07) · Self-contained (6 agents)

Reports

#FileWhat it covers
0000-executive-summary.mdOverall posture score, top findings, remediation priorities
0101-authentication.mdAuth flows, sessions, tokens, OAuth, password reset
0202-api-data.mdEndpoint security, input validation, data protection, injection
0303-infrastructure.mdHosting, deployment, network, headers, TLS, CI/CD
0404-protocol.mdMCP, GraphQL, WebSocket, RSS — protocol-specific vectors
0505-abuse-prevention.mdRate limiting, brute force, spam, enumeration, resource exhaustion
0606-owasp-best-practices.mdOWASP Top 10 compliance, pass/fail per category
0707-privacy-compliance.mdGDPR/privacy (optional, generated if PII handling detected)

Workflow

  1. Reconnaissance: scan codebase, identify auth model, API surface, infrastructure, protocols in use
  2. Six agents launch in parallel, each examining one attack surface
  3. Executive summary synthesizes all findings with posture score

Distinct from /code-audit

/code-audit includes a security pillar as one of five auditors. /security-audit is a dedicated, deep review with six agents focused exclusively on security. Run both if you want code health and deep security.

See also