roadrunner-scenario-simulating
Pass
Audited by Gen Agent Trust Hub on Aug 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill instructions and code snippets use official MATLAB and RoadRunner APIs (e.g.,
simulateScenario,createSimulation,getAttribute) for their intended purposes. - [COMMAND_EXECUTION]: The simulation control commands (such as
Start,Step, andStop) are internal to the RoadRunner scenario engine and do not interact with the host operating system's shell or execute arbitrary system commands. - [DYNAMIC_EXECUTION]: The skill describes the use of MATLAB System objects for co-simulation and observers. This is the standard, documented method for extending RoadRunner simulation behavior and does not involve unsafe dynamic execution or evaluation of untrusted strings.
- [DATA_EXPOSURE]: Data access is restricted to simulation state, such as actor poses, velocities, and sensor detections. There are no patterns suggesting attempts to access sensitive system files, environment variables, or credentials.
Audit Metadata