security-code-review

Analyze code against OWASP Top 10 and secure coding standards.

44|9|Updated May 7, 2026
One-click install
npx skills add https://github.com/Omar-Obando/qwen-orchestrator --skill security-code-review-omar-obando
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-code-review
Source: https://github.com/Omar-Obando/qwen-orchestrator/tree/main/skills/security-code-review
Command: npx skills add https://github.com/Omar-Obando/qwen-orchestrator --skill security-code-review-omar-obando

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you identify and remediate security weaknesses in application code by aligning reviews with OWASP Top 10, secure coding practices, and authentication/authorization requirements.

Core Features & Use Cases

  • OWASP Top 10 coverage: Checks common categories like broken access control, injection, cryptographic failures, and SSRF using a structured checklist.
  • Secure coding guidance: Reviews input validation, output encoding, password handling, session management, and JWT security patterns.
  • Remediation-focused review: Classifies severity (Critical/High/Medium/Low) and provides security header and error-handling considerations to reduce real-world impact.

Quick Start

Use the security-code-review skill to review your codebase for OWASP Top 10 vulnerabilities, insecure auth patterns, and unsafe input/output handling.

Frequently Asked Questions about security-code-review

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

FAQPage Schema
How do I check my code for OWASP Top 10 vulnerabilities like injection and SSRF?

To check code for OWASP Top 10 vulnerabilities like injection and SSRF, analyze your codebase against a structured checklist that verifies input validation, output encoding, and authentication patterns. This process classifies severity and provides actionable remediation guidance.

What secure coding standards should I use for reviewing authentication and JWT security?

Secure coding standards for reviewing authentication and JWT security should align with OWASP, CSSLP, and CISSP concepts. Reviews must verify password handling, session management, and authorization checks to mitigate risks across typical web and API code paths.

Does a security code review cover security headers and dependency configuration checks?

Yes, a security code review covers security headers and dependency configuration checks. It evaluates cryptographic failures, error-handling considerations, and configuration review to reduce real-world impact and ensure secure coding practices.

Can I use this approach to fix broken access control in web and API code paths?

Yes, you can use this approach to fix broken access control in web and API code paths. Security code review verifies security controls and classifies vulnerability severity from Critical to Low, providing remediation guidance aligned with OWASP standards.

What is the best way to classify vulnerability severity during a security code review?

The best way to classify vulnerability severity during a security code review is through a structured checklist-driven assessment. It categorizes risks as Critical, High, Medium, or Low and maps findings to secure coding practices and OWASP Top 10 categories.

Why do I need secure coding practices to prevent cryptographic failures and unsafe input handling?

You need secure coding practices to prevent cryptographic failures and unsafe input handling because they mitigate the risk of vulnerabilities by enforcing input validation, output encoding, and security control verification across your application code.