security-audit

Deep security audit covering OWASP Top 10, authentication, authorization, data protection, dependency vulnerabilities, and secrets scanning. Delegates to the Centinela (QA) agent.

Content Preview
---
name: security-audit
category: quality-security
description: Deep security audit covering OWASP Top 10, authentication, authorization, data protection, dependency vulnerabilities, and secrets scanning. Delegates to the Centinela (QA) agent.
---

# Security Audit

Performs a deep security audit using the Centinela (QA) agent.

## When to Use This Skill

- Before a release to verify security posture
- After significant code changes that touch authentication, authorization, or data handling
- P
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/security-audit.md \
  https://raw.githubusercontent.com/davepoon/buildwithclaude/main/plugins/agent-triforce/skills/security-audit/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/davepoon/buildwithclaude

Then reference at plugins/agent-triforce/skills/security-audit/SKILL.md

Related Skills