Skip to main content

yahoo-finance

Fetches stock data including prices, fundamentals, and analyst ratings from Yahoo Finance using a Python CLI.

Install this skill

or
77/100

Security score

The yahoo-finance skill was audited on Feb 9, 2026 and we found 5 security issues across 4 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 27

Piping content to sh shell

SourceSKILL.md
27curl -LsSf https://astral.sh/uv/install.sh | sh
medium line 27

Curl to non-GitHub URL

SourceSKILL.md
27curl -LsSf https://astral.sh/uv/install.sh | sh
low line 47

Access to hidden dotfiles in home directory

SourceSKILL.md
47source ~/.bashrc # or ~/.zshrc on macOS
low line 27

External URL reference

SourceSKILL.md
27curl -LsSf https://astral.sh/uv/install.sh | sh
low line 37

External URL reference

SourceSKILL.md
37powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
Scanned on Feb 9, 2026
View Security Dashboard