Live scan studio

Ship agent security
with proof.

Run a real scan against your deployed API, inspect why Guni blocked or confirmed the page, and keep a visible audit trail while you iterate.

Decisions
0
Recent scans pulled from your audit history.
Block rate
0%
How aggressively the current traffic is being stopped.
Highest risk
0
Worst score seen in the latest audit window.
Last decision
NONE
Most recent response from the deployed scanner.
0
Threats blocked
0
Requires review
0
Allowed
0
History loaded
Scan studio
Built for real deployment loops Run the exact payload against the Railway deployment, then commit confidently once the output looks right.
Readable evidence Breakdown bars and threat evidence make it obvious what triggered the decision.
Low-friction demos Preset attacks help you show investors, users, or teammates why agent security matters.
Demo history stays in this session only. Aggregate threat-feed counts are stored globally and update live.
Demo-triggered scans stay out of shared history tables, but they still contribute to the permanent live threat feed for global threat visibility.
Quick action analysis
Fast safety check for an intended browser action.
What this catches Suspicious domains, destructive actions, and risky submissions before your agent clicks.
Why it matters Founders and early customers want predictable guardrails, not just raw threat scores.
Best use Pair with the full scan result when you are debugging workflow-specific false positives or approvals.
python | drop-in SDK usage
from guni import scan

result = scan(html=page_html, goal="Login to website")

if result["decision"] == "BLOCK":
    raise SecurityError("Threat detected")

# risk: 0-100
# breakdown: per-detector evidence
# decision: ALLOW / CONFIRM / BLOCK
Audit history
Loading recent scan decisions
Time Goal URL Risk Decision
Loading audit history...
Startup readiness signals
Customer-facing demo flow Preset attacks and human-readable evidence make the dashboard usable in sales calls and onboarding, not just engineering tests.
Operational clarity History, latest decision, and block rate give you a quick health signal after each deploy.
Consistent API handling The UI now works with wrapped JSON responses, which keeps the demo aligned with the production middleware shape.
Protecting your agents starts at ₹999/mo →
Go to signup