matlab-prepare-signal-data
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists of markdown-based instructional content and local MATLAB scripts. All code examples and generation scripts adhere to standard MATLAB development practices for the Signal Processing Toolbox.
- [DATA_EXPOSURE]: No sensitive file paths (such as .ssh or .aws) are accessed. File operations are restricted to creating and managing synthetic signal datasets in local project directories for testing purposes.
- [COMMAND_EXECUTION]: While the skill includes MATLAB scripts that perform file I/O (e.g.,
save,audiowrite,writetable), these are used exclusively for generating test data and do not execute arbitrary shell commands or process untrusted external inputs. - [PROMPT_INJECTION]: The instructions focus on guiding the agent to use correct MATLAB APIs and avoid common coding 'reflexes'. No attempts to bypass safety filters or override system instructions were found.
- [REMOTE_CODE_EXECUTION]: There are no instances of downloading and executing remote scripts or packages. The documentation mentions that
signalDatastorecan access remote IRIs (HDFS, HTTP), which is a native feature of the toolbox and not a sign of malicious behavior in this context.
Audit Metadata