Environment variable access combined with network send.
Critical
- Code
- suspicious.env_credential_access
- Location
- dist/index.js:893
- Evidence
function resolveConfig(pluginConfig, env = process.env) {
Security audit
Security checks for vulnerabilities and agentic risk
This D.AI plugin is coherent with its stated purpose of adding image, video, and music generation, with the main tradeoff being that prompts, optional reference media, and an API key are sent to D.AI services.
Install only if you are comfortable giving D.AI an API key and sending generation prompts plus any reference images or videos you choose to use. Media generation may spend from your D.AI balance, and the MCP connection is registered while the plugin is enabled.
Detected: suspicious.env_credential_access
function resolveConfig(pluginConfig, env = process.env) {