Security Review

Automate security review checks across application development phases.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/bytetalent/docs --skill security-review-bytetalent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Security Review
Source: https://github.com/bytetalent/docs/tree/main/skills/security/security-review
Command: npx skills add https://github.com/bytetalent/docs --skill security-review-bytetalent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates security review checks across different phases, ensuring code and infrastructure are free from common vulnerabilities and ensuring compliance with security standards.

Core Features & Use Cases

  • Cross-cutting Security Checks: Identifies potential security issues like secret exposure, incorrect credential access, input validation issues, output encoding errors, and authentication failures.
  • Applicable Phases: Checks can be applied in production review, architectural review, and code generation phases.
  • Use Case: Ensure that any code, architecture, or code generation process follows the security-first approach and is resilient against security threats.

Quick Start

Run the Security Review Skill on your latest code commit to detect security issues.

Frequently Asked Questions about Security Review

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

FAQPage Schema
How do I automate security review checks for code generation and architecture phases?

Automate security review checks by running scripts against your code repositories and architectural documents to identify vulnerabilities like secret exposure and authentication failures across development phases.

What specific vulnerabilities are detected during an automated security review?

The security review detects issues including secret exposure, incorrect credential access, input validation errors, output encoding errors, and authentication failures to ensure infrastructure safety and compliance.

Do I need to provide code repository access to run infrastructure security checks?

Yes, conducting infrastructure security checks requires access to your code repositories and the ability to execute scripts and read architectural documents for comprehensive vulnerability detection.

Can I apply vulnerability detection checks during production review?

Yes, vulnerability detection checks can be applied during production review, architectural review, and code generation phases to ensure a security-first approach against threats.

What is the best way to ensure compliance with security standards across application development phases?

The best way to ensure compliance is to run automated security reviews across all application development phases, verifying that code and infrastructure are free from common vulnerabilities and aligned with security standards.