بنقرة واحدة
security-review
Security audit checklist for code review
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Security audit checklist for code review
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Structured brainstorming for exploring new features or solving complex problems
Scope, architect, and plan new tasks
Multi-angle code review before merging
Summarize the day's work and put it in context
Wrap up work — atomic commits and push to origin
Full end-to-end (E2E) testing skill utilizing the browser. Make sure to use this skill whenever the user asks to "test the app", "run end to end tests", "verify the UI", "check if the app works", or wants you to use the browser to interact with and test the application flow. This skill orchestrates creating a test plan, getting user approval, navigating the application using the browser, independently fixing obstacles, and generating a progressive test report.
| name | security-review |
| description | Security audit checklist for code review |
Systematic security audit for code changes. Use during the security pass of /review or when reviewing security-sensitive code.
$request->validated() used — never $request->all() or $request->only()$this->authorize() called before resource accessthrottle middleware)toArray() dumping full models$fillable defined, no $guarded = []{{ }} used (auto-escapes). No {!! !!} with user content{{ }} used (auto-escapes). No v-html with user content.env.example has placeholders, not real valuesconfig() used — never env() outside config filesruntimeConfig for secrets, public for safe values onlycomposer audit / npm audit pass