registry  /  @sevoniva/llm-coding-bridge  /  0.2.3

@sevoniva/llm-coding-bridge@0.2.3

Local bridge for using OpenAI-compatible chat completion providers with coding clients.

Static Scan Results

scanned 14h ago · by rust-scanner

Static analysis completed at 93.0% confidence. No malicious behavior was detected; 8 low-signal pattern(s) were surfaced and cleared.

Static reason
No blocking static signals were detected.; previous stored version diff introduced dangerous source

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoEnvironmentVarsFilesystemNetwork
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 15 file(s), 61.8 KB of source, external domains: www.apple.com

Source & flagged code

2 flagged · loading source
lib/service.jsView file
5const path = require("node:path"); L6: const { spawnSync } = require("node:child_process"); L7: ... L12: function plistPath() { L13: return path.join(os.homedir(), "Library", "LaunchAgents", "com.sevoniva.llm-coding-bridge.plist"); L14: } ... L27: function installService(configPath, verb = "installed") { L28: if (process.platform !== "darwin") throw new Error("install-service currently supports macOS launchd only."); L29: const config = path.resolve(configPath); ... L50: const domain = `gui/${process.getuid()}`; L51: spawnSync("launchctl", ["bootout", domain, plistPath()], { stdio: "ignore" }); L52: const result = spawnSync("launchctl", ["bootstrap", domain, plistPath()], { encoding: "utf8" });
Medium
Install Persistence

Source writes installer persistence such as shell profile or service configuration.

lib/service.jsView on unpkg · L5
lib/config.jsView file
matchType = previous_version_dangerous_delta matchedPackage = @sevoniva/llm-coding-bridge@0.4.0 matchedIdentity = npm:[redacted]:0.4.0 similarity = 0.800 summary = stored previous version shares package body but lacks this dangerous source file
High
Previous Version Dangerous Delta

This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.

lib/config.jsView on unpkg

Findings

1 High3 Medium4 Low
HighPrevious Version Dangerous Deltalib/config.js
MediumNetwork
MediumEnvironment Vars
MediumInstall Persistencelib/service.js
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings