{
"modules": [
{
"id": "xss-light",
"name": "XSS Light Scanner",
"description": "...",
"short_description": "Detects reflected XSS via character transformation analysis",
"confirmation_criteria": "Confirmed when injected probe characters are reflected without sanitization",
"severity": "high",
"confidence": "firm",
"scan_scope": ["PER_REQUEST"],
"tags": ["injection", "xss", "light"],
"type": "active"
},
{
"id": "spring-actuator-misconfig",
"name": "Spring Actuator Misconfiguration",
"description": "...",
"short_description": "Detects exposed Spring Boot actuator endpoints",
"confirmation_criteria": "...",
"severity": "high",
"confidence": "certain",
"scan_scope": ["PER_HOST"],
"tags": ["spring", "java", "misconfiguration", "info-disclosure", "light"],
"type": "active"
}
],
"total": 2
}