Docs: Fix typo in docs/tools/skills.md

This commit is contained in:
Dan Ballance 2026-01-28 00:22:44 +00:00
parent 3bf768ab07
commit 7868e37c36

View File

@ -66,7 +66,7 @@ that up as `<workspace>/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.