nymrel_sandstorm
Enforce zero-trust sandboxing for AI agents: isolate workspaces with copy-on-write, mask leaked secrets like API keys and JWTs, and cap token/financial spend to block exfiltration.
Instructions
Enforces Zero-Trust agent sandboxing: Copy-on-Write workspace isolation, secret exfiltration masking (API keys, JWTs), and token/financial spend rate-limiters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | Sandstorm security action | mask_secrets |
| content | No | Text or code string to scan for secrets and exfiltration tokens | |
| tokenSpend | No | Current session token spend to compare against spend ceiling | |
| maxTokenSpendLimit | No | Hard token limit (default 250,000) |