OpenClaw

Definition

An open-source agentic AI framework for building autonomous agents with filesystem, API, and system-level tool access. Part of the growing ecosystem of agent runtimes that provide powerful tool-use capabilities without built-in governance. OpenClaw agents can read and write files, access APIs, and modify system state — all without validation.

Why It Matters

Filesystem access is one of the most dangerous tool-use capabilities. An agent that can write to /etc/shadow, inject SSH keys, or modify system configurations represents a direct privilege escalation vector. Open-source runtimes prioritize capability over safety.

How Exogram Addresses This

Exogram's policy rules include filesystem boundary enforcement (Rule 6): writes to /etc/, /root/, ~/.ssh, /var/, and /usr/ are blocked. Even if an OpenClaw agent proposes filesystem modifications, Exogram validates the target path before execution.

Related Terms

medium severityProduction Risk Level

Key Takeaways

  • This concept is part of the broader AI governance landscape
  • Production AI requires multiple layers of protection
  • Deterministic enforcement provides zero-error-rate guarantees

Governance Checklist

0/4Vulnerable

Frequently Asked Questions