install-geoai
Pass
Audited by Gen Agent Trust Hub on May 7, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is designed for environment diagnostics, checking for the presence of specific Python libraries. It does not perform any unauthorized actions or network exfiltration.
- [COMMAND_EXECUTION]: Executes
python3 -ccommands to verify the environment. These commands are static and limited to importing modules and printing version strings. - [DYNAMIC_EXECUTION]: Uses the Python
__import__function to programmatically check for the existence of dependencies. The module names are provided in a static list and include standard industry libraries (e.g., NumPy, PyTorch) and the author's own package ('geoai'), posing no risk.
Audit Metadata