tradermonty/claude-trading-skills downtrend-duration-analyzer
Checked the catalogued skill at downtrend-duration-analyzer.
A set by no findings on this axis
A set by no findings on this axis
A set by no findings on this axis
No issues flagged by the static checks in the scanned files.
10 suppressed by AI triage
The script retrieves public stock data from a trusted API, which is a legitimate outbound request.
The second endpoint is a public API for stock screener data, used for legitimate data collection.
The call to requests.get() fetches publicly available data, not exfiltration of user data.
The URL is a public endpoint for historical price data, part of normal script functionality.
The legacy endpoint is also a public API for historical prices, used legitimately.
The request retrieves historical market data, a benign outbound network call for analysis.
Harmless reference to Plotly CDN in HTML template, not an executable network call.
Mocking network call in test, no real outbound network call.
Test patches requests.get; outbound call is simulated, no real network activity.
Unit test uses mock; no actual network call.