원클릭으로
security-audit
Threat model and hardening — multi-tenancy, auth guards, secrets, data leaks
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Threat model and hardening — multi-tenancy, auth guards, secrets, data leaks
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | security-audit |
| description | Threat model and hardening — multi-tenancy, auth guards, secrets, data leaks |
| version | 2.0.0 |
| compat | claude-code, codex, cursor, openclaw |
Perform a deep, focused analysis of the attack surface of code developed during the cycle. Unlike a general linter, this skill operates under a specific backend threat model, guaranteeing absolute data isolation (Multi-Tenancy) and system key integrity.
service_role, admin_client) bypasses Row-Level Security (RLS).WHERE clause.db.from('records').select('*') ❌ (Potential mass leak)db.from('records').select('*').eq('company_id', current_company) (Isolated)/api/v1/, /api/routes/) must explicitly verify the requesting user's active session at the method's start, unless documented as a controlled public endpoint.x-internal-secret or x-webhook-signature.When executed (via CLI or IDE analysis), the skill generates a findings list. Any finding in the Multi-Tenancy or Auth Guards category automatically triggers a CRITICAL FAILURE status, blocking any attempt to execute the close-epic skill.
Reset estratégico de un producto existente: diagnosticar, visionar, planificar, ejecutar
Formal epic closure ritual — security audit, CHANGELOG consolidation, tagging, merge
Format commit messages following Conventional Commits — works in terminal and IDE
Format and create commits following Conventional Commits with project-specific scopes
Universal workflow orchestrator — Pre-Flight checklist + 5 Gates for task lifecycle
Generate and update technical documentation — architecture, conventions, design decisions, changelogs