review-security

Identify security vulnerabilities in code and deployment configuration.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/abranjith/spec-lite --skill review-security-abranjith
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-security
Source: https://github.com/abranjith/spec-lite/tree/main/skills/review-security
Command: npx skills add https://github.com/abranjith/spec-lite --skill review-security-abranjith

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps teams identify security weaknesses in a codebase and its deployment configuration before they become exploitable incidents. It turns a broad, time-consuming security review into a structured, prioritized assessment with clear remediation guidance.

Core Features & Use Cases

  • Structured Security Review: Checks authentication, authorization, input validation, data protection, API security, dependencies, infrastructure, and error handling.
  • Practical Risk Prioritization: Ranks findings by severity so teams know what to fix immediately versus what can wait.
  • Use Case: A developer asks for a pre-release audit of an application and its configs, then uses the output to create a security remediation plan and report.

Quick Start

Use the review-security skill to audit this repository and write a prioritized security report with actionable fixes.

Frequently Asked Questions about review-security

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

FAQPage Schema
How do I perform a comprehensive security review on my codebase and deployment configuration?

A comprehensive security review manually analyzes application code and infrastructure settings to identify vulnerabilities across authentication, authorization, injection, secrets, dependencies, and error handling, producing prioritized remediation guidance and a structured report.

What is the best way to prioritize security vulnerabilities found during a threat modeling assessment?

Prioritizing security vulnerabilities involves ranking findings by severity based on manual source review and threat modeling, allowing teams to distinguish immediate fixes from lower-priority issues and create an actionable remediation plan.

Can I audit application authentication and API security along with dependency vulnerabilities in one pass?

Yes, auditing application authentication, API security, input validation, and dependency vulnerabilities together is possible through a structured security review that checks these areas concurrently to produce a unified risk assessment.

Does a manual security review cover infrastructure settings and secret scanning?

Yes, a manual security review covers infrastructure settings and secret scanning by applying threat modeling to deployment configurations, ensuring data protection and infrastructure security weaknesses are identified and remediated.

What steps are needed to generate an actionable security remediation plan from an OWASP vulnerability assessment?

Generating a remediation plan from an OWASP vulnerability assessment requires conducting manual source review and threat modeling across the codebase, then translating the prioritized findings into a structured security report with clear fixes.

When should I not rely solely on automated dependency audits for application security?

You should not rely solely on automated dependency audits when complex logic requires manual source review and threat modeling to uncover injection flaws, authorization bypasses, and error handling weaknesses that automated scans often miss.