s6-security-review

Analyze code files for security vulnerabilities and generate remediation reports.

3|3|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/pgagarinov/awesome-claude-code --skill s6-security-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: s6-security-review
Source: https://github.com/pgagarinov/awesome-claude-code/tree/main/examples/05-skills-n-agents/.claude/skills/s6-security-review
Command: npx skills add https://github.com/pgagarinov/awesome-claude-code --skill s6-security-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of identifying potential security vulnerabilities within your codebase, helping to prevent breaches and protect sensitive data.

Core Features & Use Cases

  • Automated Code Review: Scans code for common security flaws like hardcoded secrets, injection vulnerabilities, and insecure authentication.
  • Prioritized Findings: Reports issues with severity levels (Critical, High, Medium, Low) and provides remediation guidance.
  • Use Case: Before deploying new code, run this Skill to catch critical security bugs early, reducing the risk of costly post-release fixes or security incidents.

Quick Start

Use the s6-security-review skill to perform a security review on the entire codebase.

Frequently Asked Questions about s6-security-review

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

FAQPage Schema
How do I conduct a security code review to find vulnerabilities like hardcoded secrets and injection flaws?

A security code review identifies vulnerabilities like hardcoded secrets and injection flaws by analyzing specified files against a predefined checklist of critical, high, and medium priority concerns. It generates a detailed report with severity, impact, and remediation advice for each finding.

What types of security vulnerabilities can an automated code audit detect?

An automated code audit detects vulnerabilities such as hardcoded secrets, injection vulnerabilities, and insecure authentication. It reviews code against critical, high, and medium priority security concerns, providing severity levels and remediation guidance for each identified issue.

How do I prioritize security findings when reviewing my codebase before deployment?

To prioritize security findings before deployment, review the generated detailed report that categorizes issues by severity levels including Critical, High, Medium, and Low. This report includes impact analysis and remediation advice for each vulnerability found in the specified files or directories.

Can I scan an entire codebase directory for insecure authentication and other security flaws?

Yes, you can scan an entire codebase directory for insecure authentication and other security flaws. The review analyzes specified files or directories against a predefined checklist, identifying vulnerabilities and generating a detailed report with severity, impact, and remediation advice.

What is the best way to catch critical security bugs early before releasing new code?

The best way to catch critical security bugs early is to run a security-focused code review before deploying new code. This review identifies vulnerabilities like hardcoded secrets and injection flaws, providing a detailed report with severity levels and remediation guidance to prevent costly post-release fixes.

Does a security review provide remediation advice for identified authentication weaknesses?

Yes, a security review provides remediation advice for identified authentication weaknesses. The review generates a detailed report that includes severity, impact, and specific remediation guidance for each finding, covering critical, high, and medium priority security concerns.