tradermonty/claude-trading-skills breadth-chart-analyst
Checked the catalogued skill at breadth-chart-analyst.
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.
9 suppressed by AI triage
The absolute path is only shown in usage examples, not used by the script itself.
The absolute path appears only in the command examples, not in the executable code.
The script only uses standard library urllib and csv to fetch public data, a common benign data ingestion pattern.
The import of urllib.request for legitimate outbound CSV fetching is a benign, expected operation.
The constant points to a public, read‑only CSV source, typical for data analysis scripts.
The URL is a public GitHub raw link used for legitimate CSV data retrieval.
Fetching sector summary from a public raw GitHub URL is a normal, harmless activity.
The function fetch_csv uses urllib to read a public CSV, a standard data import method.
The call to urllib.request.urlopen within fetch_csv is part of routine data fetching, not malicious.