Run a security pass over the project or a change, one concern at a time, and turn findings into TODO tasks. Use before declaring work done, when the user says \"/security-audit\", \"check security\", \"audit this\", \"is this safe\", or after wiring an integration. Builds the checklist from general application-security concerns plus the per-integration security items from the integrations registry (PCI surface for payments, RLS for Supabase, IAM scope for storage, webhook signatures, secret handling, authz, injection, SSRF). Wraps the bundled security-review where available. Reports findings with severity + evidence; never prints secrets.
$npx -y skills add gabrieldabbah/genesis --skill security-auditInstalls into the current project.
Run `npx skills use "https://github.com/gabrieldabbah/genesis" --skill "gabrieldabbah/genesis/security-audit"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/gabrieldabbah/genesis" that are relevant to the current task. Run `npx skills add "https://github.com/gabrieldabbah/genesis"` and select the relevant skills, then follow their instructions.