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
| Time | Goal | Risk | Decision |
|---|---|---|---|
| Loading... | |||