Skip to main content

fmp-api

Integrates with the Financial Modeling Prep API to fetch stock data, financial statements, and perform valuations for informed investment decisions.

Install this skill

or
78/100

Security score

The fmp-api skill was audited on Feb 12, 2026 and we found 10 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 23

Template literal with variable interpolation in command context

SourceSKILL.md
23```python
medium line 144

Template literal with variable interpolation in command context

SourceSKILL.md
144```python
medium line 209

Template literal with variable interpolation in command context

SourceSKILL.md
209```python
low line 18

Access to .env file

SourceSKILL.md
18# Or in .env file
low line 28

External URL reference

SourceSKILL.md
28BASE_URL = "https://financialmodelingprep.com/stable"
low line 49

External URL reference

SourceSKILL.md
49BASE_URL = "https://financialmodelingprep.com/stable"
low line 52

External URL reference

SourceSKILL.md
52# BASE_URL = "https://financialmodelingprep.com/api/v3"
low line 451

External URL reference

SourceSKILL.md
451- [Official Documentation](https://site.financialmodelingprep.com/developer/docs)
low line 452

External URL reference

SourceSKILL.md
452- [Pricing Plans](https://site.financialmodelingprep.com/pricing-plans)
low line 454

External URL reference

SourceSKILL.md
454- [Stable API Migration](https://site.financialmodelingprep.com/developer/docs/stable-api)
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →