security-review-v2

Automate OWASP Top 10 security reviews of pull requests with framework-aware findings.

3|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/drdatarulz/TI-Engineering-Standards --skill security-review-v2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review-v2
Source: https://github.com/drdatarulz/TI-Engineering-Standards/tree/main/skills/archive/security-review-v2
Command: npx skills add https://github.com/drdatarulz/TI-Engineering-Standards --skill security-review-v2

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pull requests are a common source of security risk; this Skill automates a structured OWASP Top 10 security review to identify issues in PR changes, reducing manual review time and improving consistency.

Core Features & Use Cases

  • Framework-aware analysis: Performs OWASP Top 10 checks with awareness of the project's tech stack and architecture.
  • PR-context aware triage: Reads PR metadata (title, body, changed files) to tailor risk scoring and findings.
  • Actionable findings: Reports issues with attack vectors, severity, and recommended remediations; posts as PR review comments or approvals.
  • Use Case: Ideal for security reviews in CI/CD where quick, repeatable PR inspections are required.

Quick Start

Submit a PR number and let the tool run a framework-aware OWASP Top 10 security review, then post the findings to the PR.

Frequently Asked Questions about security-review-v2

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

FAQPage Schema
How do I automate OWASP Top 10 security reviews for pull requests?

Automating OWASP Top 10 security reviews for pull requests involves analyzing PR changes for high-impact files and misconfigurations. This skill reads PR metadata and project architecture context to generate actionable findings with attack vectors and remediation guidance.

Can I perform framework-aware code analysis to catch security vulnerabilities in a PR?

Framework-aware code analysis for security vulnerabilities is supported by incorporating standards from architecture and configuration files. This ensures the OWASP Top 10 analysis respects your specific tech stack and framework guarantees when reviewing PR changes.

Does automated PR security review work across different repositories and frameworks?

Automated PR security review works across different repositories and frameworks by applying a context-aware OWASP Top 10 analysis. It tailors risk scoring based on the specific project architecture and changed files rather than relying on generic rules.

What is the best way to integrate threat modeling into CI/CD PR review workflows?

Integrating threat modeling into CI/CD PR review workflows is best achieved by automating structured security inspections. This skill evaluates changed files for potential risk areas and posts actionable findings directly as PR review comments or approvals.

How do I get actionable remediation guidance for security issues found during code analysis?

Actionable remediation guidance for security issues found during code analysis is generated alongside attack vectors and severity ratings. The skill outputs these findings directly to your pull request, providing clear steps to resolve identified vulnerabilities.