algo-portfolio
Warn
Audited by Snyk on Apr 26, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill is explicitly for running a live trading portfolio: it constructs a client via from openalgo import api with an API key/host, monitors aggregate P&L via client.positionbook(), and on breaches calls platform trading actions (cancelallorder and closeposition) platform-wide. It runs strategies in live mode and controls order/position lifecycle (kill switch, flattening positions). These are concrete market-execution capabilities rather than generic tooling, so it grants direct financial execution authority.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata