
Agent Security
- 73 repo stars
- Updated October 21, 2025
- mintmcp/agent-security
agent-security is a plugin marketplace that provides local secret-scanning hooks for Claude Code and Cursor so developers can reduce accidental credential leakage during agent sessions.
About
agent-security is a Claude Code and Cursor marketplace focused on preventing coding agents from propagating secrets during everyday work. Install it when you need editor hooks that scan prompts and file or bash tool usage for common credential formats without external dependencies. The repository ships a secrets-scanner plugin plus PyPI packages for teams that prefer manual hook wiring.
- Marketplace distributes secrets-scanner with regex-only local scanning
- Hooks cover UserPromptSubmit, PreToolUse reads, and PostToolUse read/bash
- Also installable via pipx as claude-secret-scan with manual hook config
- Cursor example hooks in examples/configs/cursor-hooks.json
Agent Security by the numbers
- Data as of Jul 9, 2026 (Skillselion catalog sync)
/plugin marketplace add mintmcp/agent-securityAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| repo stars | ★ 73 |
|---|---|
| Last updated | October 21, 2025 |
| Repository | mintmcp/agent-security ↗ |
How do you stop coding agents from reading or echoing cloud, payment, and SCM credentials during normal editing workflows?
Install local-first secret-scanning hooks for Claude Code and Cursor to block credential leakage during prompts, reads, and shell commands.
Who is it for?
Engineering teams adopting Claude Code or Cursor who want zero-dependency, on-machine secret scanning hooks.
Skip if: Organizations that only need SAST/DAST in CI without agent-time prompt and tool guards.
What you get
Active pre and post tool hooks that flag common secret patterns before sensitive data spreads through agent actions.
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
FAQ
How do you install via marketplace?
Run /plugin marketplace add mintmcp/Agent Security then /plugin install secrets-scanner@Agent Security.
Is network access required?
No; the scanner is local-first with regex-only matching and no external dependencies.
Does it support Cursor?
Yes; copy examples/configs/cursor-hooks.json patterns to ~/.cursor/hooks.json.