Automated security scanning, policy linting, and compliance certification for autonomous AI agents, tool configurations, and Model Context Protocol (MCP) servers.
Built for the OWASP Top 10 for Agentic Applications (2026 ASI01–ASI10) and ISO 42001 / SOC 2 Type II processing integrity audits.
audit_agent_config over stdio JSON-RPC so Hermes Desktop, Claude Code, and Codex can audit agents natively.git clone https://github.com/hicklax13/agentsec-audit.git
cd agentsec-audit
pip install -r requirements.txt
python -m src.cli scan ./sample_agent.json --format html --out report.html
Add this to your repository workflow:
name: AgentSec Compliance Check
on: [push, pull_request]
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hicklax13/agentsec-audit@v1
with:
config-path: "agent.json"
fail-on-violation: "true"
HTML
50.9%
Python
49.1%
Automated security scanning, policy linting, and compliance certification for autonomous AI agents, tool configurations, and Model Context Protocol (MCP) servers.
Built for the OWASP Top 10 for Agentic Applications (2026 ASI01–ASI10) and ISO 42001 / SOC 2 Type II processing integrity audits.
audit_agent_config over stdio JSON-RPC so Hermes Desktop, Claude Code, and Codex can audit agents natively.git clone https://github.com/hicklax13/agentsec-audit.git
cd agentsec-audit
pip install -r requirements.txt
python -m src.cli scan ./sample_agent.json --format html --out report.html
Add this to your repository workflow:
name: AgentSec Compliance Check
on: [push, pull_request]
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hicklax13/agentsec-audit@v1
with:
config-path: "agent.json"
fail-on-violation: "true"
HTML
50.9%
Python
49.1%