Static Scan Results
scanned 3h ago · by rust-scannerStatic analysis flagged 10 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 snapshotBehavioral surface
ChildProcessEnvironmentVarsFilesystemNetworkShellWebSocket
HighEntropyStringsUrlStrings
Source & flagged code
3 flagged · loading sourcedist/control.jsView file
1import { execFile, spawn } from "node:child_process";
L2: import { existsSync } from "node:fs";
High
1305}
L1306: export async function execAndroidEmulator(commandText, deviceOrName) {
L1307: const device = await resolveAndroidDevice(deviceOrName);
High
dist/skill.jsView file
1import { spawn } from "node:child_process";
L2: import { existsSync, readFileSync } from "node:fs";
...
L14: * REPO ROOT (`skills/rynx-emulator/` — the skills CLI's discovery convention,
L15: * so `npx skills add <repo>` finds it); the package build copies it to
L16: * `<package>/skills/` so the npm artifact ships it. Resolution prefers the
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/skill.jsView on unpkg · L1Findings
3 High3 Medium4 Low
HighChild Processdist/control.js
HighShelldist/control.js
HighRuntime Package Installdist/skill.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings