| Concern | Owner | Where it lives | When it applies |
|---|---|---|---|
| Capability Requirements | Agent developer | Manifest (Cognitive Plane) | Declarative (informational) |
| Security Policy | User | Action Plane | Continuously during operation |
filesystem: ["read", "write"] but the user’s policy may only permit read on specific paths.
Enforcement points
Boundary
The plane boundary enforcement point verifies agent identity, evaluates requests against the security policy, and routes permitted requests to MCP servers. The agent cannot bypass this point. Unauthorized operations receive
AUTHORIZATION_DENIED. Unavailable servers return SERVER_UNAVAILABLE.Operation
MCP servers may enforce their own operational constraints (e.g., resource limits, invalid parameters) and return standard MCP errors. MCP servers are NOT required to implement GPARS security policy logic.