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 verification
Verdict Returned
Evidence → back to 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 verification 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 signals, and builds evidence.
Verdict + artifacts
HAR, GIF, and the final state move back into the workflow.
API-first, with integrations layered on top
Native integrations are convenience. The core system is already accessible programmatically from submission to callback.
curl -X POST https://api.riftx.io/jobs \
-H "Cookie: token=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"
}'Retests can be submitted from your own systems and returned through webhooks.
Evidence URLs, verdict, confidence, and manifest details are shaped for downstream automation.
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
Auto-create verified finding tickets with HAR, GIF, and confidence score attached.
Slack
Team notifications when verifications complete. Verdict, confidence, and link to evidence.
Burp Suite
Right-click a finding in Burp and send it to RiftX for autonomous verification.
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 verify and package evidence manually.
Receive tickets and return verified 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 evaluate the best route in.