ansys-simulation
Pass
Audited by Gen Agent Trust Hub on Apr 6, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The Python examples utilize the
subprocess.runfunction to execute the ANSYS Fluent solver in batch mode. The implementation uses argument lists rather than shell strings, which follows security best practices for external process invocation. - [EXTERNAL_DOWNLOADS]: The skill references official PyAnsys packages, such as
ansys-fluent-coreandansys-meshing, which are maintained by Ansys for programmatic interaction with their simulation software. These are well-known services and standard for this domain. - [PROMPT_INJECTION]: The documentation mentions the native
/systemcommand available in ANSYS Journal files. While this provides a mechanism for shell execution, it is an intended and documented feature of the simulation software used for workflow automation.
Audit Metadata