security-review

Apply a security review checklist to detect OWASP Top 10 risks and secret exposure.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/VeinPal/VeinPals --skill security-review-veinpal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/VeinPal/VeinPals/tree/main/.github/skills/security-review
Command: npx skills add https://github.com/VeinPal/VeinPals --skill security-review-veinpal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Security reviews identify and remediate vulnerabilities across the Veinpal monorepo, helping teams adhere to best practices and reduce risk.

Core Features & Use Cases

  • Checklist-based reviews for OWASP Top 10, secrets management, input validation, and Next.js hardening.
  • Guidance and patterns for configuring secret handling, security headers, rate limiting, and robust error handling.
  • Use Case: Integrate into PR checks to automatically flag insecure patterns and enforce secure defaults.

Quick Start

Run a security review against the repository using the documented checklist to identify critical issues and recommended fixes.

Frequently Asked Questions about security-review

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

FAQPage Schema
How do I run a security review to detect OWASP Top 10 risks in my code?

Run a security review using a structured checklist to detect OWASP Top 10 risks, secret exposure, and misconfigurations. It identifies vulnerabilities and provides recommended fixes to enforce secure software practices across your repository.

How do I enforce secure defaults and input validation in a Next.js CI workflow?

Enforce secure defaults and input validation in a Next.js CI workflow by integrating checklist-based reviews into PR checks. This automatically flags insecure patterns and provides guidance for configuring rate limiting and robust error handling.

What is the best way to check for secret exposure and misconfigurations before deployment?

The best way to check for secret exposure and misconfigurations is applying a security review checklist during deployment configurations. It satisfies mandatory secret management requirements and detects potential vulnerabilities before release.

Does this security review tool work with Next.js hardening and CI CD pipelines?

Yes, the security review works with Next.js hardening and CI CD pipelines. It provides specific patterns for configuring security headers and integrates seamlessly into code changes and deployment configurations to enforce secure practices.

Can I use this security review to automatically flag insecure patterns in PR checks?

Yes, you can use this security review to automatically flag insecure patterns in PR checks. It applies a structured checklist to enforce secure defaults, validate inputs, and ensure proper secret handling during code changes.

What limitations exist when enforcing security headers and rate limiting across a monorepo?

Limitations include relying on documented checklist patterns to manually enforce security headers and rate limiting across a monorepo. It provides guidance for configurations but requires consistent application during code changes and deployments.