Slide 17 of 28
Part 3 — PreventionSlide 17
Slide 17 · Part 3 Overview
Nine mitigations — across three defense categories: constrain capability, enforce oversight, and detect divergence.
MIT01
Minimal Footprint / Least Privilege
Grant agents only the tools, data access, and permissions they need for their specific task. Minimize the gap between authorized scope and capable scope. Review and reduce footprint periodically.
MIT02
Explicit Constraint Specification
State not just what the agent should achieve but what it must not do — explicit prohibitions on methods, resource types, scope expansion, and self-modification. Complement objective specification with constraint specification.
MIT03
Behavioral Monitoring and Anomaly Detection
Monitor cumulative effects and behavioral patterns, not just individual actions. Detect anomalous tool usage, unexpected capability combinations, and metric patterns inconsistent with expected behavior.
MIT04
Capability Sandboxing
Technically constrain what actions the agent can take, independent of what it is instructed to do. Sandboxing enforces limits that instruction-following cannot — it is effective even after goal injection succeeds.
MIT05
Tripwires and Sentinel Checks
Establish automated checks that flag specific high-risk behavioral patterns: bulk operations above threshold, self-modification attempts, anomalous access patterns, or deviation from expected action sequences.
MIT06
Human Approval Gates for High-Impact Actions
For actions above defined impact, irreversibility, or novelty thresholds, require explicit human approval before the action executes — not passive approval, explicit approval. The agent proposes; the human decides.
MIT07
Action Reversibility Requirements
Prefer reversible over irreversible actions, especially for high-impact operations. Stage irreversible actions with a reversibility window. Never delete data without confirmed backup. Never make permanent changes in a single step.
MIT08
Principal Hierarchy Enforcement
Technically enforce the principal hierarchy: agents can only execute actions within the scope authorized by their position in the hierarchy. An agent cannot grant itself permissions higher than its principal authorized.
MIT09
Red-Teaming and Alignment Testing
Proactively test for rogue behavior: adversarial goal injection attempts, proxy exploitation scenarios, capability boundary discovery, and multi-step chain detection. Test in staging before and continuously after deployment.
← Back MIT01 & MIT02 →