stable-baselines3
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONDYNAMIC_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill provides documentation and Python templates for the Stable Baselines3 (SB3) library, focusing on standard reinforcement learning workflows. All external links point to official documentation, trusted repositories, or scientific citation sources.
- [DYNAMIC_EXECUTION]: The templates demonstrate the use of
model.load()andVecNormalize.load(). While these methods use serialization (pickle/cloudpickle) internally, they are the standard API for the SB3 library when interacting with local model files and training statistics, posing no inherent risk in this context. - [COMMAND_EXECUTION]: The skill provides installation commands (
uv pip) and training scripts that interact with the local file system for logging and model persistence, all of which are standard and expected operations for machine learning development. - [EXTERNAL_DOWNLOADS]: The skill references standard package installation via
uv pipfor the Stable Baselines3 library and associated extras. All download targets are official package registries or well-known documentation and source code repositories.
Audit Metadata