registry  /  open-controller  /  1.1.9

open-controller@1.1.9

OpenCode plugin for Windows PC control via MCP

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 9 finding(s) at 72.0% confidence. This version is warn-only unless an AI or security-team review confirms malicious behavior.

Static reason
One or more suspicious static signals were detected.

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessEnvironmentVarsFilesystemShell
Supply chain
HighEntropyStrings
ManifestNo manifest risk signals triggered.
scanned 2 file(s), 10.9 KB of source

Source & flagged code

3 flagged · loading source
dist/updater.jsView file
1import { execSync, spawn } from "child_process"; L2: import { existsSync, readFileSync } from "fs";
High
Child Process

Package source references child process execution.

dist/updater.jsView on unpkg · L1
58windowsHide: true, L59: shell: "cmd.exe", L60: });
High
Shell

Package source references shell execution.

dist/updater.jsView on unpkg · L58
54try { L55: execSync(`npm install -g ${PKG_NAME} --silent --no-audit --no-fund --no-progress`, { L56: encoding: "utf8",
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/updater.jsView on unpkg · L54

Findings

3 High2 Medium4 Low
HighChild Processdist/updater.js
HighShelldist/updater.js
HighRuntime Package Installdist/updater.js
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings