matlab-classify-tabular-data
Pass
Audited by Gen Agent Trust Hub on Aug 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill incorporates MATLAB P-code files (
scripts/count_categorical_levels.pandscripts/stratified_subsample.p). These are standard pre-compiled, protected MATLAB files provided by the vendor to distribute utility functions while protecting intellectual property; they are used legitimately for categorical analysis and data subsampling. - [COMMAND_EXECUTION]: The skill uses modular MATLAB programming patterns, such as
run()to invoke configuration scripts in thereferences/directory andfeval()to call toolbox templates based on dataset characteristics. These operations are restricted to local, bundled files and standard MATLAB APIs. - [DYNAMIC_EXECUTION]: The skill provides a feature to export a retraining workflow as a MATLAB script (
scripts/export_workflow_script.m). This utility dynamically generates code by replaying the user's recorded data-preparation steps. The generation process uses string literals and template-based assembly, which is a standard developer-enablement feature. - [SAFE]: The skill implements strict behavioral guardrails that refuse to improvise or design complex models (like cost-sensitive learning or custom class-prior vectors) outside of the supported workflow, ensuring the user is directed to official MATLAB APIs for unsupported use cases.
Audit Metadata