Environment variable access combined with network send.
Critical
- Code
- suspicious.env_credential_access
- Location
- dist/index.js:412
- Evidence
function assertEnvFlag(envKey, toolName, env = process.env) {
Security audit
Security checks for vulnerabilities and agentic risk
This is a disclosed Proxmox management connector, but it deserves review because it can change or delete VMs with an API token while its registry/OpenClaw metadata understates those privileges.
Install only if you intentionally want an agent to manage Proxmox. Start with a read-only, least-privilege API token, keep destructive operations and insecure TLS disabled unless specifically needed, pin the package version, and manually review any write or delete action.
Detected: suspicious.env_credential_access, suspicious.insecure_tls_verification
function assertEnvFlag(envKey, toolName, env = process.env) {function assertEnvFlag(envKey, toolName, env = process.env) {this.dispatcher = new UndiciAgent({ connect: { rejectUnauthorized: false } });this.dispatcher = new UndiciAgent({ connect: { rejectUnauthorized: false } });