matlab-configure-scope-object

Pass

Audited by Gen Agent Trust Hub on Jun 16, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill is designed to prevent crashes by enforcing the use of documented public APIs for MATLAB and Simulink scope objects. It explicitly prohibits the agent from accessing internal framework objects (Simulink.scopes.*) or using introspection to discover undocumented interfaces.
  • [SAFE]: The skill implements a robust validation workflow where the agent must first list available public properties using the properties() function and confirm a property's existence before attempting to modify it, which effectively mitigates the risk of unintended behavior from malformed user input.
  • [DATA_EXFILTRATION]: No sensitive data access, hardcoded credentials, or unauthorized network operations were detected in the skill instructions or metadata.
  • [REMOTE_CODE_EXECUTION]: The skill does not perform any external downloads or execute code from untrusted remote sources. It uses the platform-native evaluate_matlab_code tool for expected functionality.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 16, 2026, 09:27 AM
Security Audit — agent-trust-hub — matlab-configure-scope-object