OpenClaw AI Video Editor

AdvisoryAudited by Static analysis on May 17, 2026.

Overview

Detected: suspicious.env_credential_access

Findings (2)

critical

suspicious.env_credential_access

Location
dist/index.js:17
Finding
Environment variable access combined with network send.
Evidence
const raw = String(process.env.ADSCENE_API_URL || '').replace(/\/+$/, '');
critical

suspicious.env_credential_access

Location
index.ts:27
Finding
Environment variable access combined with network send.
Evidence
const raw = String(process.env.ADSCENE_API_URL || '').replace(/\/+$/, '');