Validate portal integrity (read-only)
validate_portalScans all portal components for structural errors, dangling references, unsafe SQL, and leaked credentials, reporting issues to catch breakage before users do.
Instructions
Sweep every page (layout), partial, theme, query, block, db_modification and system record and report anything that would break or render wrong: structurally malformed records (e.g. a page missing grid.layouts — the 'all pages vanished' bug), dangling references (a page/block pointing at a deleted block/query/datasource), unscoped mass-write SQL (UPDATE/DELETE with no WHERE, TRUNCATE, DROP), and datasource hygiene (a name that leaks a connection-string/password, or a datasource reporting a broken connection). Fixes nothing — run it after bulk changes or on a schedule to catch latent breakage before users do.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Cap the number of issues returned (still reports the full counts). Omit for all. |