runtime-verification-dashboard
Pass
Audited by Gen Agent Trust Hub on Mar 21, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill interacts with the local
openclawCLI to manage background task scheduling. It uses safe programmatic execution (subprocess without shell) and validates all command arguments.\n- [SAFE]: File system operations are restricted to the application's own configuration and state directories. The skill performs routine tasks like auditing file timestamps and creating necessary state stubs.\n- [SAFE]: Configuration data from external files is parsed usingyaml.safe_loadand validated against strict patterns, preventing malicious data from influencing the verification logic.
Audit Metadata