Skip to content

Security: TriggerMinds/openclaw-governance-runtime

Security

SECURITY.md

Security Policy

Supported Versions

Only the current major version (v1.x) is supported for security updates.

Reporting a Vulnerability

If you discover a security boundary gap or a way to bypass the runtime gates, please do not open a public issue. Instead, follow the internal disclosure process or use the security_boundary_gap.md issue template for restricted reports.

Core Security Rules

  • RULE-STRICT-UNKNOWN: Any unknown state is treated as prohibited.
  • RULE-NORMALIZED-PERMISSION: Permissions must be explicit and scoped.
  • RULE-UNREGISTERED-ASSET-INACTIVE: Unregistered skills or artifacts are ignored by the runtime.

Boundary Protection

This runtime is designed to prevent:

  1. Destructive shell actions.
  2. Unauthorized tool usage.
  3. Credential exfiltration.
  4. External data collection without explicit validation.
  5. Unattended autonomous loops.

There aren't any published security advisories