matlab-optimize-antenna
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides templates for executing MATLAB code using the
mcp__matlab__evaluate_matlab_codetool. These commands are restricted to the intended purpose of antenna design and optimization within the MATLAB environment. - [DATA_EXFILTRATION]: The skill demonstrates local state management using MATLAB's
saveandloadfunctions for.matfiles. There is no evidence of unauthorized file access or network-based data exfiltration. - [PROMPT_INJECTION]: While the skill takes user-defined input for optimization objectives and constraints (Category 8 surface), this is a necessary part of its functionality. The input is processed by specialized toolbox functions (
optimize), which inherently perform parameter validation. - Ingestion points: User-defined strings for
objective,propertynames, andConstraintsinSKILL.md. - Boundary markers: None explicitly defined for these inputs.
- Capability inventory:
mcp__matlab__evaluate_matlab_codeallows code execution in the MATLAB context. - Sanitization: Relies on the underlying MATLAB toolbox's argument validation and type checking.
Audit Metadata