security-reviewer

Performs security reviews of application code and infrastructure to identify vulnerabilities and remediation guidance.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/Estom/aiflex --skill security-reviewer-estom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-reviewer
Source: https://github.com/Estom/aiflex/tree/main/skills-repo/Jeffallan-skills/security-reviewer
Command: npx skills add https://github.com/Estom/aiflex --skill security-reviewer-estom

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Quickly identify, validate, and document security vulnerabilities in code and infrastructure so teams can remediate risks before they reach production and compliance audits.

Core Features & Use Cases

  • Automated and manual SAST-guided code review workflows that combine tool output with expert analysis.
  • Secrets and dependency scanning, penetration testing checklists, infrastructure hardening guidance, and CI/CD security integration.
  • Report templates with severity ratings, file/line locations, remediation steps, and prioritized action items for engineering and leadership.
  • Use cases include pre-release security audits, post-incident reviews, DevSecOps pipeline enforcement, and compliance assessments (SOC2, ISO27001).

Quick Start

Run a scoped security review of the repository, perform automated SAST and secret scans, manually validate findings, and produce a prioritized remediation report.

Frequently Asked Questions about security-reviewer

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

FAQPage Schema
How do I perform a SAST scan and manual code review for security vulnerabilities?

To perform a security review, run automated SAST scans using tools like Semgrep or Bandit, manually validate the findings, classify severity, and generate a prioritized remediation report with file and line locations.

Can I scan for hardcoded secrets and vulnerable dependencies in my CI/CD pipeline?

Yes, you can integrate secret scanning using Gitleaks and dependency auditing with Trivy into your DevSecOps pipelines to identify risks and enforce infrastructure hardening before production deployment.

What is the best way to generate compliance reports for SOC2 and ISO27001 security audits?

Generate compliance reports by performing scoped repository security reviews, documenting validated vulnerabilities with severity ratings, and outputting prioritized remediation steps and action items for leadership.

Does this security review process provide guidance for penetration testing and cloud infrastructure hardening?

Yes, the security review process includes penetration testing checklists and cloud infrastructure hardening guidance, applying safe rules of engagement to identify and remediate vulnerabilities across your repositories.

How do I validate and prioritize SAST tool output to fix critical vulnerabilities fast?

Validate SAST tool output by manually verifying findings against the application code, classifying vulnerability severity, and creating prioritized action items to guide engineering remediation efforts efficiently.

What security tools are required to run automated vulnerability and secret scans?

You need SAST tools like Semgrep and Bandit, dependency scanners like Trivy, and secret detectors like Gitleaks to execute automated scans, validate findings, and produce remediation guidance.