security-review

Identify and remediate security gaps in software deployments and CI/CD workflows.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/shygoly/sapbase --skill security-review-shygoly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review
Source: https://github.com/shygoly/sapbase/tree/main/docs/zh-CN/skills/security-review
Command: npx skills add https://github.com/shygoly/sapbase --skill security-review-shygoly

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill ensures code and deployments follow security best practices, surfacing vulnerabilities and gaps before they become issues.

Core Features & Use Cases

  • Comprehensive security checklist covering key areas such as key management, input validation, authentication/authorization, secure storage, logging hygiene, and CI/CD integrity.
  • Practical guidance and patterns for secure API design, secrets handling, access control, and vulnerability remediation.
  • Use Case: When integrating authentication or handling sensitive data, apply this skill to audit and harden the codebase and pipelines.

Quick Start

Run a security review to validate environment variable handling and access controls.

Frequently Asked Questions about security-review

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

FAQPage Schema
How do I check my codebase for security vulnerabilities before deployment?

Run a security review to identify and remediate gaps across authentication, authorization, secret handling, and API endpoints. This process enforces key management, input validation, secure token handling, and dependency management to ensure secure deployments.

What is the best way to audit environment variable handling and access controls?

Auditing environment variable handling and access controls is achieved by applying a comprehensive security checklist to your codebase. This validates secure storage, enforces auditable configurations, and surfaces vulnerabilities in your access control implementation.

How does threat modeling apply to CI/CD workflows and third-party integrations?

Threat modeling for CI/CD workflows and third-party integrations involves analyzing pipelines for integrity and logging hygiene. It enforces secure token handling and dependency management to prevent vulnerabilities introduced through external components.

Can I use this security review for API design and logging hygiene validation?

Yes, you can use this security review for API design and logging hygiene validation. It provides practical guidance and patterns for secure API endpoints while ensuring your application logs do not expose sensitive data or secrets.

Does this security review work for both development and CI/CD environments?

Yes, this security review works for both development and CI/CD environments. It applies comprehensive checks across both workflows to enforce secure configurations, key management, and vulnerability remediation throughout the software lifecycle.

When do I need to enforce secure token handling and input validation in my application?

You need to enforce secure token handling and input validation when integrating authentication or handling sensitive data. Applying these security best practices early hardens the codebase against threats before deployment.