web_security_audit
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
Run a comprehensive web security audit combining headers, SSL, CORS, and cookies checks — then use an LLM to produce a prioritised remediation plan. Orchestrates security_headers_check + ssl_certificate_check + cors_test + cookie_security_audit in parallel, merges all findings, then asks an AI model to: (1) rank vulnerabilities by real-world exploitability, (2) generate a remediation roadmap, (3) produce fix code snippets for the detected stack. Returns both raw audit data and the AI analysis. Use this as a one-click security posture assessment.
Parameters schema
{
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "Full URL to audit (e.g. https://example.com)"
},
"model": {
"type": "string",
"description": "LLM model for AI analysis (default: \"qwen/qwen3-32b\"). Set to \"none\" to skip AI analysis."
},
"api_key": {
"type": "string",
"description": "Your Groq or HuggingFace API key. Required to enable AI analysis."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
IA-QA — 130+ QA & Dev Tools for AI Agents
https://github.com/jcjamet/ia-qa
1/7 registries