dangerous-action-guard
Pass
Audited by Gen Agent Trust Hub on Mar 21, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill is explicitly designed to act as a security layer that gates high-impact operations such as file system destruction, infrastructure changes, and credential modification, requiring explicit user authorization before execution.
- [SAFE]: The
audit.pyutility utilizesyaml.safe_load()for reading state files, which is a recommended security practice to prevent arbitrary code execution via YAML deserialization attacks. - [SAFE]: The skill maintains all operational state and logs locally within the user's home directory (~/.openclaw), with no evidence of unauthorized network access or external data transmission.
Audit Metadata