security-audit

star 0

Deep security audit of the project. Slow and thorough — runs scanners across the whole repo and triages findings. Use before releases, after large refactors, or when establishing a baseline. Not for routine post-edit review (use /security-review for that).

antonis-zisis By antonis-zisis schedule Updated 5/30/2026

name: security-audit description: Deep security audit of the project. Slow and thorough — runs scanners across the whole repo and triages findings. Use before releases, after large refactors, or when establishing a baseline. Not for routine post-edit review (use /security-review for that). disable-model-invocation: true allowed-tools: Task

Invoke the security-auditor subagent to perform a full security audit.

Scope:

  • If $ARGUMENTS is empty, audit the whole repository.
  • If $ARGUMENTS is non-empty, treat it as a scope restriction (e.g. "apps/server", "the GraphQL layer", "auth and validation only") and pass it to the agent.

Before delegating, briefly tell the user the audit is starting and that it will take several minutes — scanners need to run across the codebase and findings need to be triaged. This sets expectations so they don't think the session is stuck.

Return the agent's report as-is. The auditor's output format (Summary / Findings / Dismissed / Verified clear) is designed to be read directly — do not re-summarise or filter. If you need to add anything, add only a one-line pointer at the end suggesting next steps (e.g. "Run /security-review after applying fixes, or re-run /security-audit before release.").

Install via CLI
npx skills add https://github.com/antonis-zisis/my-wallet --skill security-audit
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
antonis-zisis
antonis-zisis Explore all skills →