stable-baselines3
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS] (LOW): The skill guides the user to install
stable-baselines3usingpip. While this is the standard method for obtaining the library, it involves downloading third-party code from external repositories. - [COMMAND_EXECUTION] (LOW): The library usage patterns include saving and loading environment normalization statistics using the
pickleformat (e.g.,vec_normalize.pkl). Because the Pythonpicklemodule can execute arbitrary code during deserialization, users should only load these files from trusted sources.
Audit Metadata