Does it bother anyone else that the capability tags in their example seem to follow different noun:verb conventions? capabilities: ["read:content", "email:send"],
read:content
write:content
read:media
write:media
network:fetch
read:users
email:send
email:provide
email:intercept
Also:> ### Trusted Mode
> Trusted plugins are npm packages or local files added in `astro.config.mjs`. They run in-process with your Astro site.
> - *Capabilities are documentation only.* Declaring `["read:content"]` documents intent but isn't enforced — the plugin has full process access.
> - Only install from sources you trust. A malicious trusted plugin has the same access as your application code.