diff --git a/docs/tools/skills.md b/docs/tools/skills.md index 535df1c34..b4a142e33 100644 --- a/docs/tools/skills.md +++ b/docs/tools/skills.md @@ -68,7 +68,7 @@ that up as `/skills` on the next session. ## Security notes -- Treat third-party skills as **trusted code**. Read them before enabling. +- Treat third-party skills as **untrusted code**. Read them before enabling. - Prefer sandboxed runs for untrusted inputs and risky tools. See [Sandboxing](/gateway/sandboxing). - `skills.entries.*.env` and `skills.entries.*.apiKey` inject secrets into the **host** process for that agent turn (not the sandbox). Keep secrets out of prompts and logs.