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-baselines3 using pip. 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 pickle format (e.g., vec_normalize.pkl). Because the Python pickle module can execute arbitrary code during deserialization, users should only load these files from trusted sources.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 06:10 PM