Evidence Capture
For every confirmed finding, records the exact request, response, and timing. Output is replayable in seconds for engineering verification.
DELETE request becomes a GET to the same path with a "this was a DELETE in the original" annotation)--no-strip and acknowledge the implications.run-2026-05-09-1432/findings/<finding-id>/request.httprun-2026-05-09-1432/findings/<finding-id>/response.httprun-2026-05-09-1432/findings/<finding-id>/replay.shreplay.sh is a one-shot bash script that reproduces the request with sensitive parts redacted.When a locator fails in CI, proposes a replacement based on accessibility tree diff and test history. Cuts maintenance churn by ~35%.
Builds ramp-up, soak, spike, and chaos scenarios from a single SLO definition. Wires them to ARIA's reporting pipeline by default.
Auto-correlates load test runs with APM metrics (Datadog, New Relic, Grafana) so saturation signals — pool exhaustion, GC pauses — show up in the report.
Curated probes for the OWASP API + Web Top 10. Read-only and non-destructive — safe to run in shared environments and lower production tiers.
Generates targeted attack payloads for injection, deserialization, SSRF, prototype pollution. Backs off on first signal of damage to stay non-destructive.
Red-team test suite covering the OWASP LLM Top 10 — prompt injection (direct + indirect), jailbreaks, system-prompt extraction, guardrail bypass, tool-scope escalation, insecure output handling, model DoS. Generates attack variants automatically and scores severity.