Baseline · Permissions & isolation

D-03 Skills run in a sandbox / isolated process

highmanual review
Why it matters

Untrusted skills don’t share memory and privileges with the main process.

How to test

Check whether skills run isolated from the main process.

How to fix

Run skills in a sandbox / subprocess / container.

Related checks · Permissions & isolation

Back to full baseline