Shell command execution detected (child_process).
Critical
- Code
- suspicious.dangerous_exec
- Location
- dist/voice-runtime-DMYDMkJx.js:129
- Evidence
const ffmpeg = spawn(resolveFfmpegBin(), [
Security audit
Security checks for vulnerabilities and agentic risk
This is a coherent Discord integration that uses expected Discord bot credentials and permissions, with disclosed controls for message, moderation, voice, and channel features.
Install only for Discord servers and bot permissions you intend OpenClaw to control. Keep the bot token secret, restrict guild/channel/user allowlists, leave moderation, channel administration, privileged intents, voice, auto-join, and activity secrets disabled unless needed, and review action gates before letting agents perform destructive actions.
Detected: suspicious.dangerous_exec, suspicious.env_credential_access
const ffmpeg = spawn(resolveFfmpegBin(), [
const gatewayInfoTimeoutMs = resolveDiscordGatewayInfoTimeoutMs({ env: process.env });