Lp3
Medium
- Category
- MCP Least Privilege
- Confidence
- 70% confidence
- Finding
- Without declared permissions the skill's intent is opaque and cannot be validated.
Security checks across malware telemetry and agentic risk
CEORater is a disclosed, read-only API skill for CEO analytics; the main consideration is that it uses your CEORater API key and sends lookup/search requests to CEORater.
Install if you intend to use CEORater and are comfortable providing a dedicated CEORATER_API_KEY. Treat the key like a password, avoid exposing it in logs or shared config, and remember that broad finance queries may route through this paid API.
### Get CEO by Ticker ```bash curl -H "Authorization: Bearer $CEORATER_API_KEY" \ "https://api.ceorater.com/v1/ceo/AAPL?format=raw" ``` ### Search CEOs
### Search CEOs ```bash curl -H "Authorization: Bearer $CEORATER_API_KEY" \ "https://api.ceorater.com/v1/search?q=technology&format=raw" ``` ### List All CEOs
### List All CEOs ```bash curl -H "Authorization: Bearer $CEORATER_API_KEY" \ "https://api.ceorater.com/v1/ceos?limit=100&format=raw" ``` ### Get Metadata (live record count + last refresh timestamp)
### Get Metadata (live record count + last refresh timestamp) ```bash curl -H "Authorization: Bearer $CEORATER_API_KEY" \ "https://api.ceorater.com/v1/meta" ``` ## Usage Instructions
66/66 vendors flagged this skill as clean.