๐ก๏ธ Kiro Agents for MCP Security Scanner
April 8, 2026 ยท View on GitHub
Pre-built AI agent configurations that use the MCP Security Scanner to provide security-first coding assistance.
Available Agents
Each agent lives in its own subfolder for easy discovery and independent versioning.
sec-lazio โ Secure Code Agent
A security-first coding agent that scans code as you write it, enforces secure patterns, and generates SECURITY.md threat model reports.
| Feature | Description |
|---|---|
| ๐ Auto-scan | Scans every code change with Semgrep, Bandit, or Checkov |
| ๐ Fix loop | Finds vulnerabilities โ fixes them โ re-scans until clean |
| ๐ SECURITY.md | Generates structured reports with STRIDE threat model |
| ๐๏ธ Secure by default | Applies security best practices when generating code |
| ๐ Compliance hints | Flags SOC2, PCI-DSS, HIPAA, GDPR relevant patterns |
Installation
Prerequisites
Quick Install
# Global (all projects)
cp agents/sec-lazio/sec-lazio.json ~/.kiro/agents/
# Or project-specific
mkdir -p .kiro/agents
cp agents/sec-lazio/sec-lazio.json .kiro/agents/
The agent includes the MCP Security Scanner configuration โ it will auto-install from GitHub on first use.
Adding a New Agent
- Create a new subfolder under
agents/with the agent name - Add a JSON spec file following the Kiro agent configuration format
- Submit a PR