Docs: Fix typo in docs/tools/skills.md (#3050)

This commit is contained in:
Dan Ballance
2026-02-01 15:05:46 +00:00
committed by GitHub
parent 701d43892f
commit 28a05f9940

View File

@@ -68,7 +68,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.