deploy-script-review

Review deployment scripts and configurations for security and safety risks.

2|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/gaebalai/claude-code-kit-ko --skill deploy-script-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-script-review
Source: https://github.com/gaebalai/claude-code-kit-ko/tree/main/.claude/skills/deploy-script-review
Command: npx skills add https://github.com/gaebalai/claude-code-kit-ko --skill deploy-script-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps prevent deployment failures and security breaches by thoroughly reviewing your deployment scripts and configurations for potential risks.

Core Features & Use Cases

  • Security Audit: Identifies hardcoded secrets, excessive permissions, and insecure communication methods.
  • Rollback Plan Validation: Checks if rollback procedures are complete and reliable.
  • Error Handling & Idempotency: Assesses how well scripts handle errors and if they can be run multiple times safely.
  • Use Case: Before deploying a critical application update, use this Skill to analyze your deploy.sh script and associated configuration files to ensure it's secure, robust, and has a solid rollback strategy.

Quick Start

Analyze the deployment script located at 'scripts/deploy.sh' for security and safety issues.

Frequently Asked Questions about deploy-script-review

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

FAQPage Schema
How do I check my shell deployment script for security risks before releasing?

To check your shell deployment script for security risks, perform a security and safety review to identify hardcoded secrets, excessive permissions, and insecure communication methods. This minimizes operational risks by auditing configurations before release.

What is included in a deployment script review for CI/CD workflows?

A deployment script review for CI/CD workflows includes analyzing rollback procedures, error handling, idempotency, and permission settings. It ensures configurations are secure, robust, and capable of safe re-execution to prevent operational failures.

How do I validate rollback procedures in my Docker or IaC deployment configurations?

To validate rollback procedures in Docker or IaC configurations, perform a rollback plan validation check. This assesses whether your deployment scripts have complete, reliable rollback strategies and proper error handling to minimize operational risks during critical updates.

Does deployment script analysis work with Infrastructure as Code files?

Yes, deployment script analysis works with Infrastructure as Code files, Docker configurations, shell scripts, and CI/CD workflows. It assesses error handling, permission settings, and secret management to minimize operational risks across these formats.

How can I ensure my deployment scripts are idempotent and handle errors safely?

To ensure deployment scripts are idempotent and handle errors safely, perform an error handling and idempotency assessment. This reviews how scripts manage operational errors and verifies they can be run multiple times safely without causing deployment failures.