Back to plugin

Security audit

D.AI

Security checks for vulnerabilities and agentic risk

Overview

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.

Vulnerability Patterns
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep

Static analysis

Detected: suspicious.env_credential_access

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) {