moai-ref-owasp-checklist

Reference OWASP Top 10 vulnerabilities, authentication, input validation, and HTTP security headers.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/bbbang105/flowershop-admin --skill moai-ref-owasp-checklist-bbbang105
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moai-ref-owasp-checklist
Source: https://github.com/bbbang105/flowershop-admin/tree/main/.claude/skills/moai-ref-owasp-checklist
Command: npx skills add https://github.com/bbbang105/flowershop-admin --skill moai-ref-owasp-checklist-bbbang105

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill offers a detailed reference for OWASP Top 10 security vulnerabilities, guiding security experts in identifying and mitigating risks in web applications.

Core Features & Use Cases

  • Security Assessment: Provides an exhaustive checklist for security auditors during penetration testing or code reviews.
  • Developer Guidance: Supplies best practices for secure coding and API design to backend developers.
  • Reference Material: Acts as a quick-access resource for security headers, input validation, and confidentiality protocols.

Quick Start

Consult the OWASP security checklist and configurations for securing your API endpoints effectively.

Frequently Asked Questions about moai-ref-owasp-checklist

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is the OWASP Top 10 security checklist for web applications?

The OWASP Top 10 security checklist provides a detailed reference for identifying and mitigating common web application vulnerabilities, covering authentication practices, input validation, and HTTP security headers.

How do I secure API endpoints with proper authentication and validation?

To secure API endpoints, implement strong authentication practices, enforce strict input validation, and configure HTTP security headers following OWASP guidelines to prevent common vulnerabilities.

Can I use this OWASP reference for security assessment during code reviews?

Yes, you can use this OWASP reference as an exhaustive security checklist during code reviews, penetration testing, and security audits to systematically evaluate web application defenses.

What HTTP security headers should I configure for backend API security?

Configuring HTTP security headers involves setting directives that protect against vulnerabilities like cross-site scripting and clickjacking, as detailed in the OWASP security guidelines and checklist.

When do I need to apply input validation to prevent security vulnerabilities?

You need to apply input validation continuously across all data entry points to prevent injection attacks and ensure confidentiality, following the secure coding best practices outlined in the OWASP checklist.