openpiv
Pass
Audited by Gen Agent Trust Hub on Jul 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements scientific analysis for fluid dynamics using the legitimate
openpivlibrary. It provides a structured CLI wrapper (runner.py) and post-processing utilities (analyze.py) that handle local image files and numerical data. - [SAFE]: File system interactions are limited to reading user-provided image pairs and writing results (vector fields, NumPy archives, and plots) to a designated output directory. It does not attempt to access sensitive system files or credentials.
- [SAFE]: The skill relies on well-known scientific Python packages including
numpy,scipy,scikit-image, andmatplotlib. Installation instructions use standard package managers (uv pip). - [SAFE]: No network activity was identified in the scripts. The documentation explicitly states that no network access is needed after the initial installation of dependencies.
- [SAFE]: The analysis of the Python scripts and documentation found no evidence of prompt injection, code obfuscation, or persistence mechanisms.
Audit Metadata