alethia_propose_tests
Scan any URL for interactive elements and generate a ready-to-run NLP test suite, including safety gate checks for destructive actions. Use it to bootstrap test coverage or reveal what your safety gate should monitor.
Instructions
Navigate to a URL, scan the page for interactive elements (headings, buttons, forms, links, destructive actions), and generate a candidate NLP test suite ready to pass to alethia_tell. Returns an array of plain-English test blocks, including an auto-generated "EA1 Safety Gate Verification" block that uses "expect block: " for every destructive control on the page. Use this to bootstrap test coverage for a new page or to discover what the safety gate should be watching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to navigate to and scan (file://, http://localhost, etc.). |