Scope safety
Scope enforced in the execution layer, not the UI
Every agent action is checked against the session scope policy before any network call is made. Scope rules are immutable once a session starts — they cannot be overridden by agent reasoning, user steering, or intermediate findings. If the agent discovers a redirect that leads out of scope, it stops, logs the event, and waits for operator intervention.
- Scope rules locked at session start and version-tracked
- Out-of-scope network calls are blocked at the transport layer
- Scope violations surface as first-class events in the activity log
- Agent cannot self-modify scope constraints during a hunt
Validation honesty
No finding is "AI-confirmed" without evidence
Findings go through a mandatory three-stage validation pipeline before being promoted to confirmed status: initial detection, deterministic reproduction (up to 3 attempts), and evidence assembly. If reproduction fails at any attempt, the finding stays in "pending" state with a clear explanation of why — it is never silently dropped or promoted anyway.
- CONFIRMED state requires successful HTTP reproduction, not just heuristic detection
- Pending and rejected states are permanently logged with reasons
- CVSS severity assigned only after confirmation, not at detection
- HTTP evidence bundle (request, response, diff) included with every confirmed finding
Data privacy
Your hunt data is never used to train models
We do not train on your target data, findings, reports, or agent activity logs. Raw HTTP scan traffic is not stored beyond the session request/response pair needed for evidence. Pro and Elite tiers include no-log mode which disables all server-side logging of HTTP payloads and prevents retention of any raw request or response bodies.
- Zero training on your hunt data, findings, or scope configurations
- No-log mode disables HTTP payload storage entirely (Pro and Elite)
- 30-day automatic data purge for Free tier
- 1-year retention on Pro/Elite — exportable and deletable on demand
Audit trail
Every agent action is logged and reviewable
The agent activity log is a complete, unfiltered record of every action the AI took during your hunt: every tool call, every decision, every network request, and every validation attempt. Logs are not summarized, truncated, or filtered before display. What the agent did is what you see — including failed attempts and out-of-scope rejections.
- Complete activity log includes tool calls, reasoning steps, and reproduction attempts
- Activity log export is included for Pro and Elite tiers
- Logs are never modified or summarized post-hoc
- Session replay available to reconstruct the full hunt timeline