一键导入
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 职业分类
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
| 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.