security

Apply OWASP Top 10 security standards during code reviews and deployments.

1|2|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/michaelsvanbeek/personal-agent-skills --skill security-michaelsvanbeek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security
Source: https://github.com/michaelsvanbeek/personal-agent-skills/tree/main/skills/security
Command: npx skills add https://github.com/michaelsvanbeek/personal-agent-skills --skill security-michaelsvanbeek

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a concise, comprehensive set of application security standards and hardening practices to help teams identify, remediate, and prevent vulnerabilities across code, configurations, and deployments.

Core Features & Use Cases

  • Security standards and checklists for code reviews, deployment hardening, secrets management, and IAM policies
  • OWASP Top 10 coverage with guidance for vulnerability identification, mitigation, and ongoing monitoring
  • Practical deployment guidance for security headers (CSP, HSTS), CORS configuration, dependency auditing, and secure configuration across environments
  • Use Case: When reviewing an existing web service, apply the OWASP Top 10 checklist, implement mitigations, and validate fixes in CI/CD pipelines

Quick Start

Review the application against the OWASP Top 10 checklist and implement the recommended mitigations

Frequently Asked Questions about security

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

FAQPage Schema
How do I check my application against the OWASP Top 10 vulnerabilities?

To check your application against the OWASP Top 10, apply a security checklist during code reviews to identify vulnerabilities, implement recommended mitigations, and validate the fixes in your CI/CD pipelines.

What security headers and CORS configurations should I implement for deployment hardening?

For deployment hardening, you should implement Content Security Policy (CSP) and HSTS security headers, alongside strict CORS configurations, to ensure secure communication and prevent unauthorized cross-origin access across your environments.

How do I handle secrets management and IAM policy design securely?

Secure secrets management and IAM policy design require applying standardized security practices to control access permissions and safely store sensitive credentials, preventing unauthorized exposure across your code and deployment configurations.

Can I use this to standardize application security reviews for my team?

Yes, you can use this to standardize application security reviews by applying a concise set of security standards and hardening practices during code reviews, security testing, and deployment scenarios to prevent vulnerabilities.

What is the best way to audit dependencies for secure configuration across environments?

The best way to audit dependencies for secure configuration is to apply practical deployment guidance that checks for known vulnerabilities and enforces consistent security settings across all your application environments.