Everything you need to integrate AI Hardener into your workflow.
Get up and running with AI Hardener in under 5 minutes. Create your account, connect your first repository, and run your first scan.
Get started →Learn how to integrate AI Hardener with your IDE, CI/CD pipeline, or AI coding assistant for seamless security scanning.
View integrations →Complete REST API documentation for programmatic access to AI Hardener's scanning capabilities.
View API docs →Detailed information about the 27 security tools integrated into AI Hardener and how they work together.
Explore scanners →Sign up for a free account at app.aihardener.com. No credit card required.
Link your GitHub, GitLab, or Bitbucket account to import your repositories. We use OAuth so we never see your password.
Select a repository and click "Scan Now". AI Hardener automatically detects your languages and runs the appropriate security tools.
View your security score, browse findings by severity, and get plain-language explanations with fix suggestions.
AI Hardener works wherever you write code. Choose the integration that fits your workflow:
Simply ask your AI coding assistant to "run a security scan" and AI Hardener handles the rest.
"Please scan this code for security vulnerabilities"
Add AI Hardener as an MCP server for native integration with Claude and Cursor.
{
"mcpServers": {
"aihardener": {
"command": "npx",
"args": ["@aihardener/mcp-server"]
}
}
}
Integrate directly with our REST API for custom workflows and automation.
curl -X POST https://api.aihardener.com/v1/scans \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"projectId": "proj_xxx", "profile": "standard"}'
Add security scanning to your CI/CD pipeline with our GitHub Action.
- name: AI Hardener Security Scan
uses: aihardener/scan-action@v1
with:
api-key: ${{ secrets.AIHARDENER_API_KEY }}
profile: comprehensive
AI Hardener integrates 27 best-in-class open-source security tools, all with permissive licenses:
Start scanning in under 5 minutes. Free forever for small projects.