security

Review software projects using OWASP Top 10:2025 and ASVS 5.0 standards.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Wakewell-Sleep-Solutions/claude-skills-ecosystem --skill security-wakewell-sleep-solutions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security
Source: https://github.com/Wakewell-Sleep-Solutions/claude-skills-ecosystem/tree/main/security
Command: npx skills add https://github.com/Wakewell-Sleep-Solutions/claude-skills-ecosystem --skill security-wakewell-sleep-solutions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Security reviews are essential to identify and mitigate vulnerabilities early, aligning with OWASP Top 10:2025, ASVS 5.0, agentic AI security, MCP server hardening, and code-level security patterns. It is used when evaluating code handling authentication, authorization, user input, sessions, API keys, database queries, file uploads, or MCP server integration, and when implementing any sensitive features.

Core Features & Use Cases

  • OWASP Top 10:2025 coverage with risk-based remediation guidance
  • Security Review Checklist: secrets management, input validation, injection prevention, auth & sessions, data protection
  • STRIDE Threat Model (5 minutes per feature) and structured threat modeling exercises
  • Agentic AI Security: risk modeling, tool misuse prevention, secure prompts
  • MCP Server Security: hardening recommendations and best practices
  • Supply Chain Defense and dependency hygiene for resilient deployments

Quick Start

Initiate a security review by applying the OWASP Top 10:2025 and ASVS 5.0 guidance to your codebase, configurations, and MCP integrations.

Frequently Asked Questions about security

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

FAQPage Schema
How do I perform an OWASP Top 10 security review on my codebase?

To perform an OWASP Top 10 security review, apply a checklist-style process covering secrets management, input validation, injection prevention, and authentication flows. This framework enforces risk-based remediation guidance aligned with OWASP Top 10:2025 and ASVS 5.0.

What is STRIDE threat modeling and when should I use it?

STRIDE threat modeling is a structured exercise for identifying security threats in software features. Use it to evaluate spoofing, tampering, repudiation, information disclosure, denial of service, and elevation of privilege risks when implementing sensitive features or processing user input.

How do I secure MCP server integrations and prevent agentic AI tool misuse?

Securing MCP server integrations requires applying hardening recommendations and best practices to prevent agentic AI tool misuse. This involves risk modeling, secure prompt engineering, and enforcing strict access controls for tool execution and data handling.

Does this security review framework cover API endpoints and authentication flows?

Yes, this security review framework explicitly covers API endpoints, authentication flows, and authorization logic. It enforces checklist-style validation for session handling, API keys, and data protection to mitigate vulnerabilities across your application.

What's the best way to manage dependency hygiene and supply chain defense?

The best way to manage dependency hygiene and supply chain defense is to apply structured risk assessment practices during code reviews. This ensures resilient deployments by identifying vulnerable dependencies and enforcing secure configuration standards.