buildcrew-securitylisted
Install: claude install-skill z1nun/buildcrew
# buildcrew-security — Security Audit
Full role prompt: `.claude/agents/security-auditor.md`. Read it before executing.
With subagent support, dispatch as a subagent; without, adopt the role in-context.
## Pipeline
```
security-auditor → [critical/high found? → developer (fix) → security-auditor re-audit]
```
Max 2 audit-fix cycles. Fixes are made by the `developer` role
(`.claude/agents/developer.md`), never inline by the auditor.
## Rules
- Read all `.claude/harness/*.md` files first if present — the audit must be grounded
in the project's real stack and constraints.
- Report findings by severity (critical / high / medium / low) with file:line
references and concrete remediation.
- Never dump secrets or credentials into the report — reference their location only.
- End with: findings count by severity, fixed vs remaining, residual-risk summary.