owasp-security

Review code for OWASP Top 10 vulnerabilities and secure coding standards.

1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/diablodale/gpg-bridge --skill owasp-security-diablodale
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: owasp-security
Source: https://github.com/diablodale/gpg-bridge/tree/main/.agents/skills/owasp-security
Command: npx skills add https://github.com/diablodale/gpg-bridge --skill owasp-security-diablodale

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance and best practices for identifying and mitigating security vulnerabilities in code, ensuring robust application security.

Core Features & Use Cases

  • Vulnerability Prevention: Offers detailed explanations and code examples for preventing common web vulnerabilities (OWASP Top 10).
  • Secure Coding Standards: Provides checklists and patterns for secure input handling, authentication, access control, and data protection.
  • Agentic AI Security: Addresses emerging security risks specific to AI agent systems.
  • Use Case: When developing a new API, use this Skill to ensure all endpoints properly validate user input, implement secure authentication, and protect sensitive data according to OWASP standards.

Quick Start

Review the provided Python code snippet for potential SQL injection vulnerabilities.

Frequently Asked Questions about owasp-security

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

FAQPage Schema
How do I prevent SQL injection and other OWASP Top 10 vulnerabilities in my code?

OWASP Top 10 vulnerabilities like SQL injection are prevented by applying secure coding patterns for input validation and parameterized queries. This Skill provides detailed explanations and code examples to help you implement robust application security.

What secure coding standards should I follow for authentication and access control?

Secure coding standards for authentication and access control require adherence to ASVS 5.0. This Skill provides checklists and secure design principles to ensure proper authorization, robust access control, and data protection across your application.

How do I address emerging security risks in agentic AI systems?

Addressing security risks in agentic AI systems involves identifying emerging threats specific to AI agent architectures. This Skill provides targeted guidance to analyze and mitigate these vulnerabilities alongside traditional secure coding practices.

Does this secure coding guidance cover language-specific security quirks?

Yes, this secure coding guidance covers language-specific security quirks through deep analysis. It provides secure code patterns for common languages, ensuring your cryptographic standards and input validation implementations match your development environment.

What is the best way to validate user input for new API endpoints according to OWASP standards?

The best way to validate user input for API endpoints according to OWASP standards is applying secure input handling checklists. This Skill guides you to properly validate input, implement secure authentication, and protect sensitive data during development.