matlab-optimize-memory
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill instructions and associated MATLAB scripts follow standard engineering practices for memory optimization. No evidence of malicious intent, data exfiltration, or obfuscation was found.
- [COMMAND_EXECUTION]: The skill recommends using the
system()command to call the OS-levelpsutility on Linux and macOS. This is a legitimate technique for retrieving the Resident Set Size (RSS) of the MATLAB process when the platform-specificmemorycommand is unavailable. - [INDIRECT_PROMPT_INJECTION]: The skill is designed to process and execute user-supplied MATLAB code to perform profiling and optimization.
- Ingestion points: User-provided scripts and functions (e.g.,
generate5GWaveform.m) processed via the workflow. - Boundary markers: Not present in the suggested code templates.
- Capability inventory: Uses the
evaluate_matlab_codetool to execute and profile MATLAB code. - Sanitization: None; the skill is designed to operate on valid MATLAB source code provided by the user.
Audit Metadata