security-review

Review software projects against a security best practices checklist.

3|1|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/monch1962/everything-opencode --skill security-review-monch1962
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/monch1962/everything-opencode/tree/main/skills/security-review
Command: npx skills add https://github.com/monch1962/everything-opencode --skill security-review-monch1962

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams identify and enforce security best practices across software projects, reducing vulnerabilities and risky patterns.

Core Features & Use Cases

  • Security checklist: Provides a comprehensive, ready-to-use security checklist covering authentication, authorization, input validation, secrets management, API security, and data handling.
  • Practical patterns: Delivers concrete, battle-tested patterns for secure coding, threat modeling, secure configuration, and safe integration with external services.
  • Use Case: For a new project, run security-review to generate an actionable security baseline and remediation plan that the team can implement during development and reviews.

Quick Start

Run a security review against your repository to generate a baseline checklist and implementation patterns.

Frequently Asked Questions about security-review

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

FAQPage Schema
How do I identify security vulnerabilities in my codebase?

Security review identifies vulnerabilities across authentication, authorization, input validation, secrets management, and API endpoints by applying a comprehensive checklist against your repository. It surfaces risky patterns and provides concrete remediation steps for each finding.

What security best practices should I enforce during code review?

Security best practices include input validation, secure authentication patterns, proper secrets handling, API security controls, and safe data handling. A security review generates a battle-tested checklist tailored to your project's scope and maturity stage.

How do I create a security baseline for a new project?

Run a security review against your repository to generate an actionable baseline checklist covering threat modeling, secure configuration, authentication, authorization, and integration patterns. The output includes concrete implementation patterns your team can execute during development.

Can I use security review with existing codebases and services?

Yes, security review applies to codebases, services, and integrations at any stage. It executes verification steps against your application context and identifies both immediate risks and longer-term hardening opportunities.

What's included in a comprehensive security checklist?

A security checklist covers authentication mechanisms, authorization controls, input handling and validation, secrets and credential management, API endpoint security, payment feature safety, and sensitive data handling with verification steps for each area.

Why should I conduct threat modeling before implementation?

Threat modeling identifies potential attack vectors and risky assumptions early. Security review provides threat modeling patterns alongside concrete defensive patterns, enabling teams to design secure architecture from the start rather than retrofitting controls.