matlab-build-toolbox
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
evaluate_matlab_codetool to run the MATLABbuildtoolutility. This allows the agent to execute a sequence of tasks (such as code analysis, testing, and packaging) defined within the project'sbuildfile.m. This functionality is central to the skill's purpose as an automated build executor. - [PROMPT_INJECTION]: The skill possesses an indirect prompt injection attack surface because it executes code defined in a local project file without an intermediate human review checkpoint. * Ingestion points: The skill loads and parses the
buildfile.mlocated in the project root. * Boundary markers: There are no explicit markers or instructions used to prevent the agent from following instructions potentially embedded within the build file content. * Capability inventory: The skill is configured to use theevaluate_matlab_codetool, which provides the capability to execute the logic within the loaded build plan. * Sanitization: No sanitization or validation of the build file's contents is performed before the execution phase.
Audit Metadata