docs(coding-agent): add security warnings for third-party packages

- README.md: Pi Packages section
- packages.md: Install and Manage section
- extensions.md: Extension Locations section
- skills.md: Locations section
This commit is contained in:
Mario Zechner 2026-01-26 12:38:04 +01:00
parent a8d04a1dbf
commit 7a0b435923
4 changed files with 13 additions and 2 deletions

View file

@ -19,6 +19,8 @@ Pi implements the [Agent Skills standard](https://agentskills.io/specification),
## Locations
> **Security:** Skills can instruct the model to perform any action and may include executable code the model invokes. Review skill content before use.
Pi loads skills from:
- Global: `~/.pi/agent/skills/`
@ -50,7 +52,7 @@ For project-level Claude Code skills, add to `.pi/settings.json`:
```json
{
"skills": [".claude/skills"]
"skills": ["../.claude/skills"]
}
```