safe-repo
Installation
SKILL.md
Safe Repository Check
Context
Security audit for sensitive data in repository. Check for credentials, API keys, company-specific information, and PII.
Modes
- Default (full-scan): scans all git-tracked files plus history. Use for periodic audits or first-time repo review.
--diff: scans only staged + unstaged changes (git diff+git diff --cached). Use before commit or when called fromreview/shipworkflows. Fast, no false positives from pre-existing files.