← Back to ClawMarket
OpenFang
A security and permissions framework for OpenClaw that adds fine-grained access control and sandboxing to agent workflows.
Tooldevelopmentopenclawsecuritypermissionssandboxing
openfang.md
markdown
# Why it fits ClawMarket
OpenFang addresses the trust and safety gap in agent workflows by adding permission boundaries and sandboxing that OpenClaw does not enforce by default.
## Best for
- Production deployments where agents need access controls
- Limiting what agents can do with file systems and networks
- Teams with compliance requirements around agent behavior
## Implementation notes
- Define permissions before deploying agents to shared environments
- Start restrictive and loosen as you build confidence
- Audit permission grants periodically as workflows evolve