بنقرة واحدة
owasp-input-validation
Ensuring user input is safe from XSS and SQL injection.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Ensuring user input is safe from XSS and SQL injection.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Extracting key findings from AI/ML research papers.
Auditing frontend components for WCAG AA compliance.
Guide users through resolving 4xx and 5xx API errors.
Diagnosing failed GitHub Action or GitLab CI runs.
Framework to analyze and summarize competitor features and market positioning.
Walk new users through the initial setup and configuration.
| name | OWASP Input Validation |
| description | Ensuring user input is safe from XSS and SQL injection. |
| category | security |
| tags | ["security","templates","best-practices"] |
| version | 1.0.0 |
Ensuring user input is safe from XSS and SQL injection.
security domain.owasp-validationIdentify all input vectors (forms, API payloads, URL parameters).
Implement strict type checking and schema validation (e.g., using Zod or Joi).
Sanitize inputs before rendering them in HTML to prevent XSS.
Use parameterized queries or ORMs to prevent SQL injection.