matlab-build-simbiology-model
Pass
Audited by Gen Agent Trust Hub on Aug 2, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
evaluate_matlab_codetool and executes local MATLAB scripts located in thescripts/directory. These scripts are dedicated to model manipulation and diagram layout (e.g., positioning compartments and species) and do not perform unauthorized system commands. - [DATA_EXFILTRATION]: No network operations or attempts to access sensitive files (such as credentials or environment variables) were found. The skill operates locally within the SimBiology environment.
- [REMOTE_CODE_EXECUTION]: All executable logic is contained within the skill's own local file structure. There are no patterns involving the download or execution of remote scripts or unverified dependencies.
- [PROMPT_INJECTION]: The instructions in
SKILL.mdfollow standard behavioral guidelines for AI agents without attempting to bypass safety filters or override system instructions. - [DYNAMIC_EXECUTION]: The
saveViaBuilder.mscript usesexecuteJSto interact with the SimBiology Model Builder's web-based user interface (e.g., programmatically clicking a 'Save' button). The JavaScript code is static, benign, and does not incorporate untrusted external input, representing a standard UI automation practice within the MATLAB desktop environment.
Audit Metadata