owasp-security

Review codebases against OWASP Top 10:2025 and ASVS 5.0 security controls.

Updated Dec 21, 2025
One-click install
npx skills add https://github.com/BautistaPessagno/vault-prime --skill owasp-security-bautistapessagno
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: owasp-security
Source: https://github.com/BautistaPessagno/vault-prime/tree/main/.claude/skills/owasp-security
Command: npx skills add https://github.com/BautistaPessagno/vault-prime --skill owasp-security-bautistapessagno

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured framework for reviewing code and configuring secure authentication, authorization, input handling, and overall web application security in line with OWASP Top 10:2025, ASVS 5.0, and contemporary agentic AI security considerations.

Core Features & Use Cases

  • Security Code Review Checklist: ensure input validation, proper access control checks, data protection, and secure error handling.
  • Threat Modeling & Secure Design Guidance: prompts and patterns to model threats and design secure systems.
  • Agentic AI Security Guidance: guidelines to secure AI agents, minimize risk, and enforce safe interactions.
  • OWASP Top 10 Alignment: references and mappings to current standards to support compliance reviews.

Quick Start

Review a codebase for OWASP Top 10:2025 and ASVS 5.0 controls and begin implementing risk-based mitigations.

Frequently Asked Questions about owasp-security

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

FAQPage Schema
How do I review my codebase for OWASP Top 10:2025 vulnerabilities?

To review codebases for OWASP Top 10:2025 vulnerabilities, apply a structured security checklist covering input validation, access control, data protection, and error handling aligned with ASVS 5.0 baselines to identify and mitigate risks.

What is threat modeling for secure web application design?

Threat modeling for secure web application design is a structured process of identifying potential security threats and applying risk-aware design patterns to enforce safe interactions and robust system architecture.

How do I secure AI agents against emerging security threats?

Securing AI agents involves applying agentic AI security guidance to minimize risk, enforce safe interactions, and implement robust access controls within AI-enabled applications and backend services.

Can I use ASVS 5.0 to check API endpoint authorization and authentication?

Yes, you can use ASVS 5.0 to check API endpoint authorization and authentication by applying its baseline controls to verify proper access control implementation and secure session management across web services.

Does secure code review require specific dependencies or environments?

Secure code review requires no specific dependencies or environments; it provides a structured framework applicable across various software projects, API endpoints, and AI-enabled applications to guide secure coding practices.

When should I not use a checklist-based approach to code security?

A checklist-based approach to code security may be insufficient when complex architectural flaws require deeper threat modeling, as standard checklists primarily enforce alignment with baseline controls rather than comprehensive risk-aware design.