magnet-path
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The script uses standard command-line argument parsing with
argparseto process the ticker symbol and chart parameters. - [EXTERNAL_DOWNLOADS]: The skill fetches financial price and gamma exposure data from
https://traderdaddy-pro-whop-production.up.railway.app. This is a vendor-related service used for the skill's primary purpose of chart generation. - [CREDENTIALS_SAFE]: The skill reads an API token from a local
.env_agent_apifile. This follows standard local secret management practices and does not hardcode credentials or expose them to unauthorized endpoints. - [DATA_EXFILTRATION]: No data exfiltration detected. Network requests are limited to the specific API required for data fetching, and the resulting chart is saved locally.
Audit Metadata