fluidsim
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- COMMAND_EXECUTION (SAFE): Use of command-line tools for environment setup (uv, pip) and execution (mpirun) follows standard procedures for scientific Python environments and HPC workflows.
- DYNAMIC_EXECUTION (SAFE): The documentation includes patterns for generating simulation scripts and overriding solver methods at runtime. These features are standard for research-oriented simulation frameworks and do not expose the system to untrusted external code execution.
- EXTERNAL_DOWNLOADS (SAFE): Installation instructions reference the legitimate fluidsim package and its dependencies from PyPI. No suspicious URLs or non-standard package sources are used.
- DATA_EXPOSURE (SAFE): The skill manages simulation data using environment variables (FLUIDSIM_PATH) and stores results in standard scientific formats (HDF5, text). No access to sensitive user files or credentials was found.
Audit Metadata