Skip to main content

gridstatus-api

Queries real-time and historical electricity grid data from US ISOs using the GridStatus API for analysis and reporting.

Install this skill

or
81/100

Security score

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

Categories Tested

Security Issues

medium line 110

Template literal with variable interpolation in command context

SourceSKILL.md
110```python
medium line 22

Access to .env file

SourceSKILL.md
222. **API Key**: Check for `GRIDSTATUS_API_KEY` in the user's `.env` file. If not present, instruct the user to:
medium line 25

Access to .env file

SourceSKILL.md
25- Add to `.env`: `GRIDSTATUS_API_KEY=your_key_here`
low line 23

External URL reference

SourceSKILL.md
23- Create account at https://www.gridstatus.io
low line 143

External URL reference

SourceSKILL.md
143r = requests.get(f"https://api.gridstatus.io/v1/datasets/pjm_load",
low line 213

External URL reference

SourceSKILL.md
213"https://api.gridstatus.io/v1/datasets/pjm_load"
low line 217

External URL reference

SourceSKILL.md
217"https://api.gridstatus.io/v1/datasets/pjm_load/query?start=2026-01-25" # BROKEN
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →