security_review

Review endpoints, authentication flows, and data handling for OWASP-aligned vulnerabilities.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/denish12/codex-ai-agent-and-skills --skill security-review-denish12
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security_review
Source: https://github.com/denish12/codex-ai-agent-and-skills/tree/main/locales/en/.agents/skills/security_review
Command: npx skills add https://github.com/denish12/codex-ai-agent-and-skills --skill security-review-denish12

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identifies security weaknesses in endpoints, authentication flows, input handling, and secrets management through a structured, OWASP-aligned review.

Core Features & Use Cases

  • Comprehensive OWASP-aligned checklists across secrets, input validation, injection, authorization, and data exposure.
  • Threat modeling, risk assessment, and a formal findings report with remediation guidance.
  • Suitable for API changes, new features that touch sensitive data, and third-party integrations.

Quick Start

Trigger a security review on the new API endpoint to generate a findings report

Frequently Asked Questions about security_review

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

FAQPage Schema
How do I perform an OWASP-aligned security review on new API endpoints?

Perform an OWASP-aligned security review by applying structured checklists to endpoints, authentication flows, and input handling to identify vulnerabilities. This process evaluates API changes and sensitive data features to ensure proper security controls are in place.

What is the best way to check for secrets management and data exposure vulnerabilities?

Checking for secrets management and data exposure vulnerabilities involves reviewing authentication flows and data handling practices against OWASP standards. This identifies weaknesses in how sensitive information is accessed, transmitted, or stored within your application.

How do I generate a security findings report with risk ratings and remediation guidance?

Generate a security findings report by executing a comprehensive threat modeling and risk assessment on your endpoints. The output provides stakeholders with a structured document containing identified vulnerabilities, assigned risk ratings, and actionable remediation guidance.

Can I use this threat modeling approach for third-party integrations handling sensitive data?

Yes, you can use this threat modeling approach for third-party integrations handling sensitive data. The review process evaluates new integrations to ensure proper authorization, input validation, and data exposure controls are implemented according to security standards.

When do I need a formal application security review for my codebase?

You need a formal application security review when adding API changes, implementing new features that touch sensitive data, or integrating third-party services. This ensures input validation, injection risks, and authorization weaknesses are identified before deployment.