matlab-write-audio-plugin
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides technical instructions and templates for authoring MATLAB audio plugins using the Audio Toolbox framework.
- [EXTERNAL_DOWNLOADS]: The documentation mentions
audioPretrainedNetwork, a built-in function that retrieves official pretrained models (such as YAMNet or CREPE) from MathWorks' official repositories. This is a standard feature for deep learning workflows in MATLAB. - [COMMAND_EXECUTION]: The skill references standard MATLAB commands such as
validateAudioPluginandgenerateAudioPlugin. These tools are used for verifying plugin structural integrity and performing MEX-based C++ code generation to create VST/AU binaries from MATLAB code. This is the intended primary purpose of the skill. - [DATA_EXFILTRATION]: The skill mentions
dsp.UDPSenderas a utility for transmitting classification or detection results from a DAW to the MATLAB workspace. This is documented as a legitimate development tool for real-time visualization and debugging during the plugin authoring process. - [NO_CODE]: The skill consists of documentation, configuration files, and dummy evaluation data (.mat files) for testing purposes. No executable scripts or obfuscated code were found.
Audit Metadata