fluidsim
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides legitimate instructions for the FluidSim CFD framework, utilizing standard scientific software practices.
- [COMMAND_EXECUTION]: The skill uses standard shell commands for managing Python environments (
uv pip install) and executing parallel processes (mpirun). These are appropriate for the intended use case of high-performance fluid simulations. - [EXTERNAL_DOWNLOADS]: Referenced packages like
fluidsim,numpy,h5py, andmatplotlibare widely used scientific libraries sourced from the official Python Package Index (PyPI). - [DYNAMIC_EXECUTION]: The skill includes examples for cluster submission that involve generating Python job scripts from templates. This is a common and necessary practice for automating simulations on HPC clusters and does not involve processing untrusted input in an unsafe manner.
Audit Metadata