Agent Isolation

Keep a prompt-injected or mistaken agent from doing real damage by isolating what each session can touch — never letting one session hold sensitive access, untrusted input, and an outbound channel at the same time (the lethal trifecta). Use this when an agent logs into real accounts, drives a browser, or reads inbound messages/web pages an attacker can author; when deciding which capabilities may share a session; or when giving an agent bounded autonomy over money, publishing, or communication. A sandbox or VM protects your host and network — it does not protect the accounts you log in inside it.

sharp-skills Updated

File contents

sharp-skills/skills/tree/main/skills/agent-isolation commit b14052787e

Frequently asked questions

npx skillmds@latest add sharp-skills/agent-isolation