0003 — Skills run in the agent's runtime, no sandbox

Context

skills.sh skills can include MCP servers, scripts, instructions. We could (a) run them inside the agent's runtime and inherit its isolation, or (b) interpose our own sandbox layer.

Decision

Option (a). Skills execute inside whichever runtime the agent is on. Cloud → Cursor VM. Local → the user's machine. Pool → the pool node. We do not build a per-skill sandbox.

Alternatives considered

Consequences