position-sizing
Pass
Audited by Gen Agent Trust Hub on Mar 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary function is to provide mathematical formulas and utility scripts for trading risk management. Analysis of
scripts/portfolio_sizer.pyandscripts/size_calculator.pyshows they perform purely local calculations. - [SAFE]: The scripts do not import third-party packages or execute external commands, relying solely on Python's built-in
math,os, andsysmodules for calculation and configuration via environment variables. - [SAFE]: No sensitive data access, credential exposure, or network exfiltration patterns were identified in the code or documentation. The use of environment variables for account size and pricing data is consistent with standard configuration practices.
Audit Metadata