Pre-Deployment Security Check

Community

Catch secrets before you push.

Authoralannreyes
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill scans code for sensitive credentials before pushing to GitHub, helping avoid credential leakage and ensuring compliance.

Core Features & Use Cases

  • Sensitive Data Scan: Detects hardcoded API keys, passwords, and secrets in code.
  • Git Hygiene: Verifies .env not tracked, proper .gitignore, and safe commit content.
  • Use Case: Before pushing a feature branch, run this check to ensure no secrets are exposed.

Quick Start

Run this check before you push to GitHub to confirm there are no exposed credentials; it will report findings and recommended remediations.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Pre-Deployment Security Check
Download link: https://github.com/alannreyes/bip2/archive/main.zip#pre-deployment-security-check

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository