981 B
981 B
auto_execution_mode, description
| auto_execution_mode | description |
|---|---|
| 0 | Perform a security-focused audit of the codebase against OWASP Top 10, CASL authorization, and LCBP3-DMS security requirements. |
Workflow: speckit.security-audit
-
Context Analysis:
- The user may pass a scope hint:
backend,frontend,both, or specific module paths (defaults toboth).
- The user may pass a scope hint:
-
Load Skill:
- Use the
view_filetool to read the skill file at:.agents/skills/speckit-security-audit/SKILL.md - Also load
.agents/skills/_LCBP3-CONTEXT.mdfor project-specific rules.
- Use the
-
Execute:
- Follow the instructions in the
SKILL.mdexactly. - This is READ-ONLY — never modify code during the audit.
- Output a structured report with Critical / High / Medium / Low severity.
- Follow the instructions in the
-
On Error:
- If scope unclear: Default to
both(backend + frontend) - If
specs/06-Decision-Records/ADR-016-security-authentication.mdmissing: Warn and proceed with OWASP Top 10 + CASL checks only
- If scope unclear: Default to