Security Profiles
beginner
5 min

Standard Security Profile

Production-ready security with approval gates, egress filtering, and audit logging. The Clawctl default.

Deploy in 5 min

Configuration Preview

This is what your OpenClaw config looks like. Deploy it on Clawctl in 5 min.

openclaw.json
# Clawctl Security Profile — Standard (Default)
# Good for: production, small teams, most use cases
{
  "security": {
    "level": "standard",
    "auth": true,
    "twoFactor": true,
    "approvals": {
      "enabled": true,
      "blocked_actions": 70
    },
    "egress": {
      "filter": true,
      "allowed_domains": ["api.anthropic.com", "api.openai.com"]
    },
    "audit": { "retention_days": 90 },
    "secrets": { "encryption": "aes-256" }
  }
}

What This Template Includes

70+ risky actions blocked by default

Network egress filtering

Encrypted API key storage

Full audit trail with search

2FA enabled

Perfect For

Production deployments

Small to medium teams

Most business use cases

Any deployment touching real data

Security Level: hardened

Enhanced security with strict egress filtering and additional approval gates for sensitive operations.

Common Questions

Is this the default?

Yes. Every Clawctl deployment starts with standard security. No configuration needed.

What are the 70+ blocked actions?

Shell execution, file deletion, network POST/PUT/DELETE, credential operations, browser automation, database drops, financial transactions, and more.

Can I customize it?

Yes. Add or remove blocked actions, adjust egress rules, and configure approval workflows.

Deploy This Template Now

5 min to deploy. $49/month. Full security included. No DevOps required.

Get Started with Clawctl