Git Security

Community

Secure your code, protect sensitive data.

AuthorTakashi-Matsumura
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill prevents accidental commits of sensitive information like personal data, API keys, and database files to your Git repository, safeguarding against data breaches and compliance violations.

Core Features & Use Cases

  • Pre-push Validation: Automatically checks for common sensitive file types before you push your code.
  • Sensitive File Identification: Lists files that should not be tracked by Git (e.g., .env, .db, employee images).
  • Correction Guidance: Provides clear steps to remove files from Git history and add them to .gitignore.
  • Deployment Notes: Highlights files that require manual, secure transfer to production environments.
  • Use Case: Before pushing a new feature, you can run this Skill to ensure no accidentally committed database backups or API keys are exposed to the public repository.

Quick Start

Run the git security skill to check for sensitive files before your next git push.

Dependency Matrix

Required Modules

None required

Components

references

💻 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: Git Security
Download link: https://github.com/Takashi-Matsumura/lion-frame/archive/main.zip#git-security

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

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.