بنقرة واحدة
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.