بنقرة واحدة
security-review
Run a security audit covering OWASP Top 10, deps, secrets, auth
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Run a security audit covering OWASP Top 10, deps, secrets, auth
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Manage the project backlog — add, list, filter, update, prioritize, and suggest work items
Daily session wrapper — start with backlog, work, commit, retro
End-of-session retrospective — summarize work, update backlog statuses, update MEMORY.md
Commit, branch, PR, self-review, fix — then stop for human approval before merge
Pre-flight for parallel work — pick items, check file overlap, set statuses, generate terminal commands
Manage project backlog — add, list, filter, update, prioritize, suggest
استنادا إلى تصنيف SOC المهني
| name | security-review |
| description | Run a security audit covering OWASP Top 10, deps, secrets, auth |
| user-invocable | true |
Grep for patterns that should never be in code:
.env files committed to gitnpm audit
Flag: CRITICAL and HIGH severity.
WITH CHECK (not just USING)dangerouslySetInnerHTML without sanitizationeval(), innerHTML, or new Function() with user inputVITE_ prefixed secrets (these are exposed to the client).env.example doesn't contain real values| # | Severity | Category | Finding | File | Recommendation |
|---|---|---|---|---|---|
| 1 | CRITICAL | ... | ... | ... | ... |
Severity: CRITICAL / HIGH / MEDIUM / LOW / INFO