matlab-publish-toolbox
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill implements a strict requirement for explicit user confirmation (Step 0) before performing any publishing or distribution tasks, preventing unauthorized or accidental execution of irreversible actions.
- [COMMAND_EXECUTION]: Uses standard shell utilities like
grepto identify version strings within project files andmkdirfor managing local release directories. It also utilizes the GitHub CLI (gh) to create releases, which is a common practice for software distribution to a well-known service. - [SAFE]: Includes internal validation of version strings by leveraging MATLAB's native
ToolboxOptionsobject, which ensures that input follows expected semantic versioning formats before being used in commands or packaging.
Audit Metadata