Environment variable access combined with network send.
Critical
- Code
- suspicious.env_credential_access
- Location
- dist/index.js:7
- Evidence
const apiKey = cfg.apiKey ?? process.env.CLORO_API_KEY;
Security audit
Security checks across malware telemetry and agentic risk
This is a coherent cloro API plugin for AI and Google monitoring; the main considerations are API key use, sending prompts or searches to cloro, and credit costs.
Install only if you are comfortable giving this community plugin a cloro API key and sending monitored prompts or search queries to cloro. Review cloro pricing and avoid broad multi-provider requests unless needed, because tool calls consume credits.
64/64 vendors flagged this plugin as clean.
Detected: suspicious.env_credential_access
const apiKey = cfg.apiKey ?? process.env.CLORO_API_KEY;
const apiKey = cfg.apiKey ?? process.env.CLORO_API_KEY;