Static Scan Results
scanned 3h ago · by rust-scannerStatic analysis flagged 11 finding(s) at 86.0% confidence. This version is warn-only unless an AI or security-team review confirms malicious behavior.
Static reason
High-risk behavior combination matched malicious policy.
Decision evidence
public snapshotBehavioral surface
ChildProcessCryptoDynamicRequireEnvironmentVarsEvalFilesystemNetworkShellWebSocket
HighEntropyStringsUrlStrings
Source & flagged code
3 flagged · loading sourcedist/tools/dictate_patched.jsView file
48exports.dictationLoop = dictationLoop;
L49: const child_process_1 = require("child_process");
L50: const fs = __importStar(require("fs"));
High
Child Process
Package source references child process execution.
dist/tools/dictate_patched.jsView on unpkg · L48dist/research/council.jsView file
36exports.runCouncil = runCouncil;
L37: const fs = __importStar(require("fs"));
L38: const path = __importStar(require("path"));
Medium
Dynamic Require
Package source references dynamic require/import behavior.
dist/research/council.jsView on unpkg · L36dist/tools/telegram-bot.jsView file
42const os = __importStar(require("os"));
L43: const https = __importStar(require("https"));
L44: const child_process_1 = require("child_process");
L45: const factory_js_1 = require("../providers/factory.js");
...
L52: function loadConfig() {
L53: const configPath = path.join(os.homedir(), '.aura', 'telegram.json');
L54: if (!fs.existsSync(configPath)) {
...
L57: }
L58: return JSON.parse(fs.readFileSync(configPath, 'utf8'));
L59: }
...
L143: if (data)
L144: req.write(data);
Critical
Command Output Exfiltration
Source executes local commands and sends command output to an external endpoint.
dist/tools/telegram-bot.jsView on unpkg · L42Findings
1 Critical2 High3 Medium5 Low
CriticalCommand Output Exfiltrationdist/tools/telegram-bot.js
HighChild Processdist/tools/dictate_patched.js
HighShell
MediumDynamic Requiredist/research/council.js
MediumNetwork
MediumEnvironment Vars
LowScripts Present
LowEval
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings