security-review-v4

Identify and report OWASP Top 10 security findings in pull requests with infrastructure context.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/drdatarulz/TheL10inator --skill security-review-v4
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review-v4
Source: https://github.com/drdatarulz/TheL10inator/tree/main/.claude/skills/security-review-v4
Command: npx skills add https://github.com/drdatarulz/TheL10inator --skill security-review-v4

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill performs an OWASP Top 10 security review for pull requests, incorporating infrastructure context to minimize false positives. It posts findings as PR review comments or approves.

Core Features & Use Cases

  • Framework-aware analysis with attack vector requirements to align findings with project context.
  • Infrastructure-aware checks that trigger when infrastructure files are present (e.g., Bicep, Dockerfile, GitHub Actions workflows).
  • Loading security baselines from standards and architecture to guide triage and suppression.
  • Actionable findings include attack vectors, confidence levels, and remediation steps, posted as PR comments or approval decisions.
  • Use Case: For PRs introducing authentication changes, infrastructure changes, or data flows, automatically surface critical risks and suggested mitigations.

Quick Start

Provide the PR number to start the security review flow.

Frequently Asked Questions about security-review-v4

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?

Automate OWASP PR security reviews by analyzing code diffs and infrastructure context to identify risks. The review applies project standards to classify findings, suppress false positives, and post actionable remediation guidance as PR comments or approvals.

How does infrastructure-aware security analysis reduce false positives in PR reviews?

Infrastructure-aware security analysis reduces false positives by checking infrastructure files like Bicep, Dockerfiles, and GitHub Actions workflows during the PR review. It aligns findings with architecture references and CI/CD baseline rules to triage risks accurately.

Can I review infrastructure changes and authentication flows in the same pull request?

Yes, you can review infrastructure changes and authentication flows in the same pull request. The security review evaluates both code and infrastructure diffs simultaneously to surface critical risks and suggested mitigations across mixed changes.

What do I need to provide to run an automated security check on a pull request?

You need to provide the pull request number to start the security review flow. The analysis also requires access to PR details, repository standards, architecture references, and CI/CD baseline rules to generate actionable findings.

What is the best way to post actionable security findings as pull request comments?

The best way to post actionable security findings is by running an automated OWASP review that generates PR comments with attack vectors, confidence levels, and remediation steps. It leverages framework-aware analysis to align findings with project context.

When should I not use automated OWASP security checks for pull requests?

You should not use automated OWASP security checks for pull requests lacking defined repository standards or architecture references. Without baseline rules and infrastructure context, the review cannot effectively suppress false positives or classify findings accurately.