Boundaries
Understand what ExecWarden controls, stores, and logs.
Workspace ownership, sandboxed execution, scoped secrets, policy-gated capabilities, approval checkpoints, transcripts, and operational logs define the trust boundary.
What ExecWarden Protects
ExecWarden is built for the moment when an agent needs to touch a real company system but should not receive a broad provider credential. The protected object is the authority path: who the caller is, which capability it can invoke, what scope applies, whether a person must approve the exact call, and what evidence remains afterward.
Main Threats
The model assumes agents can be useful and wrong at the same time. Prompts, issue bodies, documents, webpages, package responses, and provider data can all contain instructions that should not become authority.
Controls
Evidence
A good first run should leave evidence that a second engineer can inspect without trusting the model's summary. ExecWarden records product evidence, but it is not a replacement for provider audit logs, immutable compliance retention, or a SIEM export.
Limits
Not model safety
ExecWarden limits tool authority; it does not make a model understand intent, detect every malicious instruction, or choose the right business action.
Not provider rollback
Revocation stops future calls through ExecWarden. It does not undo PRs, comments, deploys, calendar edits, expenses, package calls, or remote MCP actions that already happened.
Not automatic DLP
Allowed reads and writes can still move sensitive data when policy permits that path. Scope reduces blast radius; it does not classify every piece of business data.
Not package marketplace trust
Capability packages can be registered, tested, published, granted, and invoked, but there is no public marketplace, review process, signing, provenance verification, or host-proxied secret handle layer for third-party packages today.
Not a host compromise boundary
A compromised host, Docker daemon, admin account, database, OAuth control plane, DNS account, source-control admin, backup, or LLM-provider account can bypass product-layer controls.
Not guaranteed compliance retention
Activity, transcripts, approvals, and operational logs are investigation evidence. Fixed retention, immutable logs, and SIEM export depend on deployment and operations choices.
Recommended First Posture
The safest first posture is a small run that exercises the real path: one identity, one connected system, one scoped read, one supervised write, one approval, one Activity record, and cleanup that you can verify.