cpp-reinforcement-learning
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- Unverifiable Dependencies (LOW): The documentation recommends cloning the
mhubii/cpprlrepository as a reference implementation for PPO. This repository is not part of the defined trusted sources and should be manually audited if used. - Evidence: References to
https://github.com/mhubii/cpprlin bothSKILL.mdandreferences/libtorch.md. - External Downloads (SAFE): Primary dependencies like LibTorch are sourced from
pytorch.organd the official PyTorch GitHub repository, which are trusted organizations. - Command Execution (SAFE): The skill uses standard build tools (
cmake,make) and standard version control (git clone) to manage the development environment. No automated or malicious command execution patterns were detected. - Dynamic Execution (SAFE): The use of
torch::jit::loadfor TorchScript andOrt::Sessionfor ONNX Runtime are the standard, secure methods for loading and executing pre-trained models in C++ environments.
Audit Metadata