Static Scan Results
scanned 3h ago · by rust-scannerStatic 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 snapshotBehavioral surface
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShellWebSocket
HighEntropyStringsUrlStrings
Source & flagged code
1 flagged · loading sourcedist/audio/recorder.jsView file
1import { spawn } from 'node:child_process';
L2: import { AudioError } from '../utils/errors.js';
...
L18: try {
L19: const finder = process.platform === 'win32' ? 'where' : 'which';
L20: const child = spawn(finder, [cmd]);
...
L37: }
L38: return 'Install SoX from https://sourceforge.net/projects/sox/ and add it to your PATH.';
L39: }
...
L54: function defaultProgram() {
L55: if (process.env.CLAUDE_VOICE_RECORDER)
L56: return process.env.CLAUDE_VOICE_RECORDER;
High
Sandbox Evasion Gated Capability
Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.
dist/audio/recorder.jsView on unpkg · L1Findings
1 High3 Medium5 Low
HighSandbox Evasion Gated Capabilitydist/audio/recorder.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings