delete-mule-run-config
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill follows security best practices by implementing a mandatory human-in-the-loop confirmation step before performing any destructive actions (deleting configurations).
- [DATA_EXPOSURE]: The skill accesses workspace structure and project paths using the
get_workspace_infotool. This access is restricted to project metadata necessary for identifying run configurations and does not involve accessing sensitive user data, credentials, or system files. - [COMMAND_EXECUTION]: The skill manages run configurations through the
manage_run_configurationtool. These operations are limited to the scope of development environment management and are protected by explicit user verification requirements.
Audit Metadata