From reported finding to returned verdict
RiftX fits into the tools security teams already use. A reported issue comes in, the agent retests it, and the evidence bundle flows back into the same operational system.
Vulnerability Reported
Jira / Burp Suite / API
RiftX Receives
Goal setting & planning
Browser Executes
Real Playwright retest
Verdict Returned
Evidence back in your tools
Works where your team already works
The point is not to replace your tracker, scanner, or messaging system. The point is to put a retest loop between them and the pentester.
Jira / Bug bounty / API
Reported finding enters the queue with steps-to-reproduce.
RiftX
Replays the report in a browser, captures raw evidence, and builds the bundle.
Verdict + artifacts
HAR, MP4, and the final state move back into the workflow.
API first, with integrations layered on top
Native integrations are a convenience. The core system is already accessible programmatically from submission to callback.
curl -X POST https://api.riftx.io/jobs \
-H "X-API-Key: vt_live_..." \
-H "Content-Type: application/json" \
-d '{
"target_url": "https://example.com/search",
"vulnerability_type": "reflected_xss",
"steps_to_reproduce": [
"Navigate to /search",
"Enter payload in the q parameter",
"Observe alert box fires"
],
"callback_url": "https://your-app.com/webhook"
}'Operational notes
Retests can be submitted from your own systems and returned through webhooks.
Evidence URLs, verdict, confidence, and manifest details are shaped for downstream automation.
The webhook bundle carries
verdict + evidence URLs + sha256 manifest
Available now and most requested by beta teams
REST API and webhooks are live today. Jira, Slack, Burp Suite, and ServiceNow are the integrations beta teams ask for most.
REST API
Submit retests, poll results, and retrieve evidence programmatically. JSON in, JSON out.
Webhooks
Get notified in real time when a verdict is ready. Push results to any endpoint.
Jira
Create retested finding tickets automatically, with HAR, MP4, and confidence score attached.
Slack
Team notifications when a retest completes. Verdict, confidence, and link to evidence.
Burp Suite
Right click a finding in Burp and send it to RiftX for an autonomous retest.
ServiceNow
Enterprise ITSM ticket creation with full evidence chain for compliance workflows.
Push findings and stop there
Discovery tools create issues and move them into your tracker. The pentester still has to retest and package evidence manually.
Receive tickets and return retested artifacts
A reported finding enters the workflow, RiftX retests it, and the verdict comes back with the evidence bundle attached.
Need a different integration path?
We prioritize integrations based on real workflows. Tell us what your team already uses and we’ll figure out how to connect it.