OpenClaw AI Agent Verification
AI AgentRun an automated security audit of an AI agent's configuration — detecting missing authentication, prompt-injection exposure, and unsafe permissions. Returns a structured findings report with a risk level.
- Audits agent config for auth gaps, prompt injection, and unsafe permissions
- Pass a JSON config (optionally a tool, skills, message, or sessionId)
- Returns a report with overall risk level and findings
Returns
| reportstring | Report. |
Call it directly
curl -i -X POST "https://centry.cybercentry.co.uk/api/services/openclaw_ai_agent_verification" \
-H "Content-Type: application/json" \
-d '{"config":"{\"name\":\"support-agent\",\"gateway\":{\"auth\":\"none\"},\"tools\":[\"http\"]}"}'POST JSON (canonical) · GET query params also works · unpaid requests return 402 · see the payment flow.