Group of 3 Under the hood
No documentation found
A built-in 'Security default' hooks module now keeps user-installed plugins from touching an org's classic hooks, settings, and tool policy
What
- A new built-in, policy-only hooks module called "Security default" (
secDefault) is now seated outermost in the hook chain on managed machines belonging to Team or Enterprise orgs, unless a managed policy explicitly setssecDefault: false. - It intercepts
tool.register,tool.list,agent.offer/spawn,tool.describe/command.describe, and more, blocking non-core-tier plugins from reading policy settings or adding MCP servers outside theallowedMcpServers/managedMcpServerspolicy (with a deny message like "allowedMcpServers (managed): plugins outside policy may not add tools"). - It's registered with
enabledFromTrustedSettingsOnlyandenabledFromPolicyOnlyboth set, and only activates when the outermost hook slot already includes a specific built-in id; plugin enablement in general now supports anenabledFromPolicyOnlymode read only from policy settings.
Why Keeps an organization's classic hooks, prompt content, settings, and tool policy safe from plugins that individual users install, without the module adding any policy of its own, important for managed/enterprise deployments where admins need assurance that installed plugins can't override central controls.