Scanned skills

tradermonty/claude-trading-skills breadth-chart-analyst

Checked the catalogued skill at breadth-chart-analyst.

SkillTrust corpus scan 20 September 2026 v0.10.0 via skillsh Verify on GitHub
A AI-triaged 0
A Security

A set by no findings on this axis

A Permissions

A set by no findings on this axis

A Transparency

A set by no findings on this axis

0 findings

No issues flagged by the static checks in the scanned files.

9 suppressed by AI triage
permission_hygienehigh SD-003 benign_example
scripts/extract_chart_right_edge.py

The absolute path is only shown in usage examples, not used by the script itself.

permission_hygienehigh SD-003 benign_example
scripts/extract_chart_right_edge.py

The absolute path appears only in the command examples, not in the executable code.

securityhigh SD-007 benign_example
scripts/fetch_breadth_csv.py

The script only uses standard library urllib and csv to fetch public data, a common benign data ingestion pattern.

securityhigh SD-007 benign_example
scripts/fetch_breadth_csv.py

The import of urllib.request for legitimate outbound CSV fetching is a benign, expected operation.

securityhigh SD-007 benign_example
scripts/fetch_breadth_csv.py

The constant points to a public, read‑only CSV source, typical for data analysis scripts.

securityhigh SD-007 benign_example
scripts/fetch_breadth_csv.py

The URL is a public GitHub raw link used for legitimate CSV data retrieval.

securityhigh SD-007 benign_example
scripts/fetch_breadth_csv.py

Fetching sector summary from a public raw GitHub URL is a normal, harmless activity.

securityhigh SD-007 benign_example
scripts/fetch_breadth_csv.py

The function fetch_csv uses urllib to read a public CSV, a standard data import method.

securityhigh SD-007 benign_example
scripts/fetch_breadth_csv.py

The call to urllib.request.urlopen within fetch_csv is part of routine data fetching, not malicious.