You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing the plugin does not automatically grant file access or operational Mautic job control.
104
+
The plugin starts in a conservative mode. API access becomes available only after credentials are provided, and operational controls stay off until an operator enables them.
105
105
106
-
| Area | Default | Guardrail |
106
+
### Default Access
107
+
108
+
| Capability | Default | What That Means |
107
109
| --- | --- | --- |
108
-
| Mautic API | Available after credentials are provided | Requests are limited to `/api` and `/api/v2`. |
109
-
| Console health check |`migrations:status` only | Allows migration status without maintenance control. |
Console requests are checked by the plugin allowlist and again by the optional bridge allowlist.
125
+
Console requests are checked twice: first by the plugin allowlist, then by the optional bridge allowlist. For agents that process untrusted input, use restrictive OpenClaw profiles or explicit tool allowlists.
0 commit comments