Skip to main content

sectors-api

Queries financial market data from IDX and SGX using the Sectors API for stock prices, reports, and more.

Install this skill

or
82/100

Security score

The sectors-api skill was audited on Feb 28, 2026 and we found 14 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 42

Access to hidden dotfiles in home directory

SourceSKILL.md
42# Option B: Add to your shell profile (~/.bashrc, ~/.zshrc) for persistence
low line 43

Access to hidden dotfiles in home directory

SourceSKILL.md
43echo 'export SECTORS_API_KEY="your-api-key-here"' >> ~/.bashrc
medium line 50

Access to hidden dotfiles in home directory

SourceSKILL.md
50- **OpenCode**: Set in `~/.config/opencode/config.json` under `env`
low line 45

Access to .env file

SourceSKILL.md
45# Option C: Use a .env file in the project root (see .env.example)
low line 8

External URL reference

SourceSKILL.md
8equity market data. Only calls https://api.sectors.app. Python with requests.
low line 12

External URL reference

SourceSKILL.md
12environment variable to be set. Requires network access to https://api.sectors.app.
low line 23

External URL reference

SourceSKILL.md
23**Full API docs**: https://sectors.app/api
low line 27

External URL reference

SourceSKILL.md
27- ONLY make HTTP requests to `https://api.sectors.app/v1`. Never call any other domain, database, or external service.
low line 72

External URL reference

SourceSKILL.md
72BASE_URL = "https://api.sectors.app/v1"
low line 148

External URL reference

SourceSKILL.md
148BASE_URL = "https://api.sectors.app/v1"
low line 169

External URL reference

SourceSKILL.md
169BASE_URL = "https://api.sectors.app/v1"
low line 191

External URL reference

SourceSKILL.md
191BASE_URL = "https://api.sectors.app/v1"
low line 214

External URL reference

SourceSKILL.md
214BASE_URL = "https://api.sectors.app/v1"
low line 232

External URL reference

SourceSKILL.md
232BASE_URL = "https://api.sectors.app/v1"
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →