بنقرة واحدة
s6-security-review
Run a security-focused code review identifying vulnerabilities
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Run a security-focused code review identifying vulnerabilities
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Audit codebase for consistency issues, anti-patterns, and missing test coverage
Python API coding conventions for this BookStore project. Use when writing or reviewing Python code.
Book publishing domain knowledge including ISBN, BISAC codes, and industry pricing standards.
Generate pytest test suite for a given module
Read-only mode for exploring code safely. Restricts Claude to read, search, and glob operations only.
Explain code using visual ASCII diagrams and analogies
| name | s6-security-review |
| description | Run a security-focused code review identifying vulnerabilities |
| context | fork |
| agent | a1-security-reviewer |
| argument-hint | [file-or-directory] |
Perform a security-focused review of: $ARGUMENTS
If no target is specified, review the entire codebase.
pickle.loads, yaml.load without SafeLoader== instead of hmac.compare_digestFor each finding, report:
[SEVERITY: CRITICAL/HIGH/MEDIUM/LOW] Title
File: file_path:line_number
Issue: What the vulnerability is
Impact: What an attacker could do
Fix: How to remediate
End with a severity summary and prioritized fix list.