Static Scan Results
scanned 2d ago · by rust-scannerStatic analysis completed at 65.0% confidence. No malicious behavior was detected; 7 low-signal pattern(s) were surfaced and cleared.
Static reason
No blocking static signals were detected.
Decision evidence
public snapshotBehavioral surface
ChildProcessCryptoEnvironmentVarsFilesystemNetwork
HighEntropyStringsUrlStrings
Source & flagged code
1 flagged · loading sourcebin/llm-coding-bridge.jsView file
4const fs = require("node:fs");
L5: const http = require("node:http");
L6: const os = require("node:os");
...
L8: const { randomUUID } = require("node:crypto");
L9: const { spawnSync } = require("node:child_process");
L10: const readline = require("node:readline/promises");
...
L15: const command = argv[0] && !argv[0].startsWith("-") ? argv.shift() : "help";
L16: const args = { command, config: DEFAULT_CONFIG, out: DEFAULT_CONFIG, name: "llm-coding-bridge", home: os.homedir(), lines: 80 };
L17: if (command === "template" && argv[0] && !argv[0].startsWith("-")) args.template = argv.shift();
...
L52: const configPath = path.resolve(file);
L53: const config = JSON.parse(fs.readFileSync(configPath, "utf8"));
L54: const server = { host: "127.0.0.1", port: 18080, ...(config.server || {}) };
Medium
Install Persistence
Source writes installer persistence such as shell profile or service configuration.
bin/llm-coding-bridge.jsView on unpkg · L4Findings
3 Medium4 Low
MediumNetwork
MediumEnvironment Vars
MediumInstall Persistencebin/llm-coding-bridge.js
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings