Superagent can now red-team deployed AI agents through two purpose-built modes: GrayBox API testing for structured endpoints and BlackBox browser testing for live user experiences.
GrayBox API testing
Give Superagent the authorized endpoint, request contract, and scoped credentials for your agent. The runner tests HTTP, streaming, and WebSocket interfaces directly, preserves redacted request and response evidence, and resets sessions between independent attacks.
Because the runner understands the expected method, payload shape, prompt location, and response format, it can explore multi-turn behavior and security boundaries without needing source-code access.
BlackBox browser testing
Point Superagent at the browser experience your users see. The runner works through the live interface like an external attacker, discovering authentication, sessions, uploads, memory, approvals, tool use, and external actions before selecting target-specific attacks.
Optional test credentials and encrypted headers support authenticated or staging environments while keeping the assessment scoped to the configured target.
Framework-complete coverage
Every assessment researches the current authoritative versions and builds a mandatory coverage matrix across:
- OWASP LLM Top 10 — every category is tested or explicitly dispositioned
- OWASP Agentic Top 10 — from agent goal hijacking and tool misuse to memory poisoning, cascading failures, and rogue agents
- MITRE ATLAS — Generative AI and Agentic AI techniques, plus other techniques when the discovered capabilities make them applicable
- AIUC-1 — applicable technical requirements across Data & Privacy, Security, Safety, Reliability, Accountability, and Society
NIST guidance, provider documentation, academic research, conference work, and recent disclosures supplement the required frameworks with new target- and model-specific attack patterns.
Evidence, not checkboxes
Each framework item is marked tested, not applicable, or blocked, with target-specific rationale, controls, attack variants, and evidence. Confirmed findings include reproduction steps, impact, remediation guidance, false-positive analysis, and mappings back to the relevant framework identifiers.
Read the Agent reports documentation to start an assessment from the dashboard, REST API, or MCP.