registry  /  vibe-lm  /  0.2.7

vibe-lm@0.2.7

A comprehensive set of agentic tools for LM Studio: file operations, web fetching/search, memory, SSH, and an autonomous vibe_bridge keep-alive loop.

Static Scan Results

scanned 6h ago · by rust-scanner

Static analysis completed at 93.0% confidence. No malicious behavior was detected; 16 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 18 file(s), 467 KB of source, external domains: example.com, one.com, search.example.com, two.com

Source & flagged code

9 flagged · loading source
dist/toolsProvider.jsView file
matchType = previous_version_dangerous_delta matchedPackage = vibe-lm@0.2.6 matchedIdentity = npm:dmliZS1sbQ:0.2.6 similarity = 0.889 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.

dist/toolsProvider.jsView on unpkg
71const toolSettings_1 = require("./toolSettings"); L72: const LMSTUDIO_API_PORT = process.env.LMSTUDIO_API_PORT || "1234"; L73: const API_BASE = `http://localhost:${LMSTUDIO_API_PORT}`; L74: // Persistent runtime data lives under extensions/data, NOT extensions/plugins — `lms dev --install` ... L311: } L312: const data = await resp.json(); L313: if (!data?.data?.length) { ... L1117: // Classify a tool result into a coarse outcome plus a short human-readable detail. Shell tools report L1118: // success/failure through the command's exitCode (a failed command still returns ok:true at the tool L1119: // layer), so they're inspected specially; everything else keys off the tool's own ok flag. ... L1529: ok: true, L1530: data: {
Medium
Install Persistence

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

dist/toolsProvider.jsView on unpkg · L71
tests/test_build.shView file
path = tests/test_build.sh kind = payload_in_excluded_dir sizeBytes = 1418 magicHex = [redacted]
High
Payload In Excluded Dir

Package hides binary, compressed, or executable-looking payloads in test/fixture/hidden paths.

tests/test_build.shView on unpkg
path = tests/test_build.sh kind = build_helper sizeBytes = 1418 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

tests/test_build.shView on unpkg
release/vibeLM-v0.2.7.zipView file
path = release/vibeLM-v0.2.7.zip kind = high_entropy_blob sizeBytes = 152328 magicHex = [redacted]
High
Ships High Entropy Blob

Package ships high-entropy non-source blobs.

release/vibeLM-v0.2.7.zipView on unpkg
path = release/vibeLM-v0.2.7.zip kind = compressed_blob sizeBytes = 152328 magicHex = [redacted]
Medium
Ships Compressed Blob

Package ships compressed or archive-like blobs.

release/vibeLM-v0.2.7.zipView on unpkg
path = release/vibeLM-v0.2.7.zip kind = nested_archive_needs_inspection sizeBytes = 152328 magicHex = [redacted]
Low
Nested Archive Needs Inspection

Package ships a nested archive or MCP bundle that was inventoried but not recursively analyzed.

release/vibeLM-v0.2.7.zipView on unpkg
tests/cascade.test.tsView file
464patternName = generic_password severity = medium line = 464 matchedText = { host: ..." },
Medium
Secret Pattern

Hardcoded password in tests/cascade.test.ts

tests/cascade.test.tsView on unpkg · L464
tests/tools.test.tsView file
153patternName = generic_password severity = medium line = 153 matchedText = password...nt",
Medium
Secret Pattern

Hardcoded password in tests/tools.test.ts

tests/tools.test.tsView on unpkg · L153

Findings

3 High8 Medium5 Low
HighShips High Entropy Blobrelease/vibeLM-v0.2.7.zip
HighPayload In Excluded Dirtests/test_build.sh
HighPrevious Version Dangerous Deltadist/toolsProvider.js
MediumNetwork
MediumEnvironment Vars
MediumInstall Persistencedist/toolsProvider.js
MediumShips Build Helpertests/test_build.sh
MediumShips Compressed Blobrelease/vibeLM-v0.2.7.zip
MediumStructural Risk Force Deep Review
MediumSecret Patterntests/cascade.test.ts
MediumSecret Patterntests/tools.test.ts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNested Archive Needs Inspectionrelease/vibeLM-v0.2.7.zip