Plugin

AdvisoryAudited by Static analysis on May 16, 2026.

Overview

Detected: suspicious.dangerous_exec

Findings (2)

critical

suspicious.dangerous_exec

Location
dist/src/proxy-manager.js:52
Finding
Shell command execution detected (child_process).
Evidence
const proc = spawn(binary, args, {
critical

suspicious.dangerous_exec

Location
src/proxy-manager.ts:62
Finding
Shell command execution detected (child_process).
Evidence
const proc = spawn(binary, args, {