matlab-modernize-daq
Pass
Audited by Gen Agent Trust Hub on Aug 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a specialized technical guide for porting MATLAB code from legacy session-based interfaces to modern APIs. Its content consists of documentation, code snippets, and a verification script.
- [COMMAND_EXECUTION]: The manifest specifies the use of
run_matlab_fileandevaluate_matlab_codetools. These are used as intended to execute and verify the user's MATLAB code for DAQ operations. - [EXTERNAL_DOWNLOADS]: The skill references official documentation and license agreements from MathWorks' domains (e.g., mathworks.com). These references target well-known, established services and do not contribute to verdict escalation.
- [SAFE]: The included script
scripts/verifyDataAcquisition.mperforms static analysis on MATLAB source files using regex patterns to identify common porting mistakes, such as the use of removed methods or incorrect callback data access. This is a defensive utility intended to improve code reliability.
Audit Metadata