position-sizer
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill follows secure coding practices, including input validation for all trade parameters to prevent division by zero or invalid calculations.
- [SAFE]: No network operations, sensitive file access, or external data exfiltration patterns were detected. The skill operates entirely on local data and standard library modules.
- [COMMAND_EXECUTION]: The
scripts/tests/test_position_sizer.pyfile usessubprocess.runto perform integration tests on the main script. This is implemented securely using a list of arguments andsys.executable, which avoids shell injection risks and is standard practice for testing CLI tools.
Audit Metadata