security-review

Audit codebases for OWASP Top 10 vulnerabilities, secrets, and unsafe patterns.

2|2|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/chrisxue90/oh-my-qwencode --skill security-review-chrisxue90
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/chrisxue90/oh-my-qwencode/tree/main/skills/security-review
Command: npx skills add https://github.com/chrisxue90/oh-my-qwencode --skill security-review-chrisxue90

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Security audits help teams identify and remediate vulnerabilities, misconfigurations, and secrets before they reach production.

Core Features & Use Cases

  • OWASP Top 10 scan and vulnerability assessment
  • Secrets detection and credential hygiene
  • Input validation and data integrity review
  • Authentication/Authorization and access control checks
  • Dependency security and version risk assessment
  • Use Case: Before deploying a new API, run a security review to surface and remediate vulnerabilities and risky dependencies.

Quick Start

Run a full security audit on your codebase and generate a prioritized remediation plan.

Frequently Asked Questions about security-review

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

FAQPage Schema
How do I scan my codebase for OWASP Top 10 vulnerabilities?

You can scan for OWASP Top 10 vulnerabilities by running an automated security audit on your codebase. This process identifies injection flaws, broken access controls, and other unsafe patterns to generate a prioritized remediation plan.

What is the best way to detect hardcoded secrets before deployment?

Detecting hardcoded secrets is performed through a dedicated credentials hygiene check during a codebase security audit. This process identifies sensitive keys and passwords in your source code to prevent accidental exposure in production.

How do I check dependency security and version risks in my project?

Checking dependency security involves assessing version risks during a comprehensive codebase audit. This identifies known vulnerabilities in your project dependencies so you can update or remediate them before deployment.

Can I automate an end-to-end security review during code reviews?

Yes, you can automate an end-to-end security review during code reviews or pre-deployment checks. The audit enforces input validation, authentication, and authorization checks to surface vulnerabilities and risky dependencies.

When do I need to run a comprehensive security audit on my code?

A comprehensive security audit is needed during development, code reviews, pre-deployment checks, and after significant changes or dependency updates. Running it at these stages helps identify and remediate vulnerabilities before they reach production.