v1
latestOpenAPI 3.1.02026-07-177545150.1 KBAgent Management
Get Agent Security Scan
Get security scan results for an A2A agent.
Returns the latest security scan results for the specified agent, including threat analysis, severity levels, and detailed findings from YARA, specification validation, and heuristic analyzers.
Authentication: JWT Bearer token or session cookie Authorization: Requires admin privileges or access to the agent
Path Parameters:
- path (required): Agent path (e.g., /code-reviewer)
Response: Returns security scan results with analysis_results and findings.
Example:
curl -X GET http://localhost/api/agents/code-reviewer/security-scan \
--cookie-jar .cookies --cookie .cookies
get/api/agents/{path}/security-scan
Path parameters
pathstring required
Response
Successful Response
{"stackTrail":"paths:/api/agents/{path}/security-scan:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}