Verify console
The verify console at farofinance.app/verify is a browser UI for running
live checks against the same REST engine as your app or agent. It is the human-facing
counterpart to MCP tool calls — same VerdictResult, rendered as verdict cards with
action guidance.
Sign in
Paste a self-serve API key (faro_live_… or faro_test_…) at /verify or
/dashboard. The key is stored in a secure httpOnly cookie — it never
reaches client-side JavaScript or localStorage.
Every verify call is proxied server-side through POST /api/verify on the website, which
forwards to the Faro API with your key. This keeps secrets off the browser network tab.
What you get
Each check returns a verdict card with:
- Traffic-light verdict (green / yellow / red) and confidence
recommended_actionwith plain-language guidance (allow,warn,block,review)- The one-line
reason— always present - Optional signals list (expand to see sources and severity)
- Cache metadata when served from Redis
History
The console keeps your last 20 checks in local browser storage only — not on Faro's servers. Click a history entry to reload that result. Clear history anytime from the sidebar.
Test vs live keys
| Mode | Behavior |
|---|---|
faro_test_… | Deterministic fixtures — no external checks, no graph writes |
faro_live_… | Full engine — Safe Browsing, RDAP, sanctions, LLM when needed |
See /docs/dashboard for the fixture reference and dashboard usage charts.