0
Threats blocked
0
Confirmed
0
Allowed
0
Total scans
live scanner — paste HTML and scan instantly
Try a preset
HTML to scan
Agent goal
Scanning against Guni API
python — integrate in 3 lines
from guni import scan

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

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

# result["risk"]       → 0-100
# result["evidence"]   → what was detected
# result["breakdown"]  → per-category scores
# result["vectors_checked"] → 8
scan history
TimeGoalRiskDecision
Loading...