๐Ÿ›ก๏ธ 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.

FeatureDescription
๐Ÿ” Auto-scanScans every code change with Semgrep, Bandit, or Checkov
๐Ÿ”„ Fix loopFinds vulnerabilities โ†’ fixes them โ†’ re-scans until clean
๐Ÿ“ SECURITY.mdGenerates structured reports with STRIDE threat model
๐Ÿ—๏ธ Secure by defaultApplies security best practices when generating code
๐Ÿ“‹ Compliance hintsFlags 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

  1. Create a new subfolder under agents/ with the agent name
  2. Add a JSON spec file following the Kiro agent configuration format
  3. Submit a PR