registry  /  @ripple-ts/language-server  /  0.3.88

@ripple-ts/language-server@0.3.88

Language Server Protocol implementation for Ripple

Static Scan Results

scanned 3h ago · by rust-scanner

Static analysis flagged 10 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 snapshot
Behavioral surface
Source
ChildProcessCryptoDynamicRequireEnvironmentVarsEvalFilesystemNetwork
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 3 file(s), 904 KB of source, external domains: developer.mozilla.org

Source & flagged code

3 flagged · loading source
dist/server-D9tbDqrh.jsView file
57//#region ../typescript-plugin/src/utils.js L58: const DEBUG = process.env.RIPPLE_DEBUG === "true"; L59: const charAllowedWordRegex = /[\w\-$#]/; ... L1033: generatedLengths: [newCode.length], L1034: data: { L1035: completion: true, ... L1300: visited_dirs.push(current_dir); L1301: const package_json_path = path.default.join(current_dir, "package.json"); L1302: if (exists_sync(package_json_path)) try { L1303: const package_json = JSON.parse(fs.default.readFileSync(package_json_path, "utf8")); L1304: const dependencies = new Set([ ... L4541: const crypto_1 = require("crypto");
High
Obfuscated Payload Loader

Source contains an obfuscator-style string-array loader that reconstructs and executes hidden code.

dist/server-D9tbDqrh.jsView on unpkg · L57
20760locale = locale?.toLowerCase(); L20761: const _require = eval("require"); L20762: return {
Low
Eval

Package source references a known benign dynamic code generation pattern.

dist/server-D9tbDqrh.jsView on unpkg · L20760
dist/server.jsView file
1Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); L2: const require_server = require('./server-D9tbDqrh.js'); L3:
Medium
Dynamic Require

Package source references dynamic require/import behavior.

dist/server.jsView on unpkg · L1

Findings

1 High4 Medium5 Low
HighObfuscated Payload Loaderdist/server-D9tbDqrh.js
MediumDynamic Requiredist/server.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowEvaldist/server-D9tbDqrh.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings