secret-handling

Community

Secure your secrets, protect your code.

Authorbradygaster
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill prevents the accidental exposure of sensitive credentials and PII by enforcing strict rules on reading secret files and writing sensitive data to version-controlled files.

Core Features & Use Cases

  • Prohibits reading sensitive files: Blocks access to .env and similar files containing live credentials.
  • Restricts output of secrets: Prevents agents from writing API keys, passwords, or PII to .squad/ files that get committed.
  • Enforces pre-commit validation: Scribe scans staged files for secrets before allowing a commit, blocking and alerting on violations.
  • Guides remediation: Provides clear instructions if secrets are found in git history.

Quick Start

Use the secret-handling skill to ensure no sensitive data is committed to the repository.

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: secret-handling
Download link: https://github.com/bradygaster/squad/archive/main.zip#secret-handling

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 223,000+ vetted skills library on demand.