Home /Claude Skills /agent-security
Highly Recommended

Agent Security

Say goodbye to accidental code leaks forever
The security guardrail every coder needs
Core Principle:
This Claude Code plugin is your code security watchdog. It sniffs out sensitive info in your code—API keys, database passwords, PII—nothing escapes its detection. Runs entirely locally with zero data exposure.
KEY FEATURES
01Secrets Blocking
Auto-blocks sensitive data before code submission
02Local-Only
All scanning happens on your device with zero data transfer
03Zero Dependency
Uses only Python's built-in regex with no extra libraries
04Multi-Editor
Works with Claude Code and Cursor editors
github.com/mintmcp/agent-security
testing-security·mintmcp·2025-12-23·56·🔱 3
Curated by agent-skills.cc
Installation
Download
HTTPS
git clone https://github.com/mintmcp/agent-security.git
SSH
git clone [email protected]:mintmcp/agent-security.git
GitHub CLI
gh repo clone mintmcp/agent-security
FAQ
Q: What are the installation steps for Agent Security Agent Skills?
1.Install: One-click install via marketplace or pip
2.Auto-Scan: Triggers automatically on code submission/read
3.Real-Time Block: Instantly blocks operations if secrets detected
4.Risk Alerts: Clearly marks problematic lines with explanations
Q: What are the highlights of Agent Security Agent Skills?
  • 0.1s lightning scan
  • Enterprise-grade security
  • One-click install
  • Open-source free
Q: What are the use cases for Agent Security Agent Skills?
  • Pre-commit security check
  • Onboarding code audit
  • Open-source contribution review
  • Production secrets screening
Q: What are the limitations of Agent Security Agent Skills?
  • Limited to Python regex patterns
  • Cannot detect heavily obfuscated secrets