verify_snippet
Checks if the cookie-banner snippet is live on a deployed site by fetching the public URL and verifying the widget marker in the served HTML.
Instructions
Verify that the LexVibe cookie-banner snippet is actually LIVE on a deployed site: fetches the public URL and looks for the widget marker in the served HTML. Run it after deploying (install_snippet edits local files — this confirms the change reached production). Only public http(s) hosts are allowed — localhost, private-network and reserved addresses are rejected. Returns {status: 'ok' | 'missing' | 'unknown'}. If 'missing', the snippet was not found: check that the deploy included the change, or re-run install_snippet and deploy again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public URL (or bare domain) of the deployed site to verify. |