{% extends "base.html" %} {% block title %}permissions · Maverick{% endblock %} {% block content %}
{{ perm.error }}
⚠ {{ perm.sandbox_warning }}
Everything the agent is currently allowed to do. Disabling a tool
here takes effect on the next goal — it writes a dashboard-owned
override file, never your config.toml.
| tool | status | action |
|---|---|---|
{{ t.name }} |
{% if t.enabled %}enabled {% else %}disabled{% endif %} | {% if t.enabled %} {% else %} {% endif %} |
No tools registered.
{% endif %}| computer-use | {% if perm.capabilities.computer_use %}on{% else %}off{% endif %} |
| browser | {% if perm.capabilities.browser %}on{% else %}off{% endif %} |
| web search | {% if perm.capabilities.web_search %}on{% else %}off{% endif %} |
| sandbox | {{ perm.sandbox.backend or 'local' }} |
| network policy | {{ perm.network }} |
| budget / task | ${{ perm.budget.max_dollars if perm.budget.max_dollars is defined else '?' }} · {{ perm.budget.max_wall_seconds if perm.budget.max_wall_seconds is defined else '?' }}s |
No channels enabled — nothing is reachable from the network.
{% endif %}Your prompts and tool outputs are sent to: {% if perm.providers %}{{ perm.providers | join(', ') }}{% else %}(no provider configured){% endif %}. Nothing else.
~/.maverick/audit/, retained
{{ perm.retention.audit_days if perm.retention.audit_days is defined else 'until you delete them' }} day(s).~/.maverick/world.db. Erase a
person's data with maverick erase; wipe everything
with maverick erase --all.