registry  /  glissa  /  0.17.0

glissa@0.17.0

Spawn and manage Claude Code sessions with a browser dashboard: a Windows terminal manager with real-time xterm.js streaming

Static Scan Results

scanned 7h ago · by rust-scanner

Static analysis flagged 12 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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkWebSocket
Supply chain
HighEntropyStringsMinifiedObfuscatedUrlStrings
ManifestNo manifest risk signals triggered.
scanned 56 file(s), 1.04 MB of source, external domains: 127.0.0.1, github.com, registry.npmjs.org

Source & flagged code

3 flagged · loading source
package.jsonView file
scripts.postinstall = node scripts/postinstall-path-check.js
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
session/sessions.jsView file
49// L50: // gitOut resolves stdout on success AND on a non-zero exit (git diff prints to stdout L51: // even when it exits non-zero), mirroring the old getDiff helper that returned ... L56: return new Promise((resolve) => { L57: execFile("git", args, opts, (_err, stdout) => resolve(stdout != null ? String(stdout) : "")); L58: }); ... L861: // The integration branch this session forks from / merges into. Public read accessor so the backend L862: // can group sessions for the shared integration-ref watcher without reaching into the private field. L863: get integrationBranch() { ... L972: }); L973: this.write(`\x1b[200~${prompt}\x1b[201~`); L974: return { ok: true };
Low
Weak Crypto

Package source references weak cryptographic algorithms.

session/sessions.jsView on unpkg · L49
dist/audio/Coins_jingle_(4).wav.oggView file
path = dist/audio/Coins_jingle_(4).wav.ogg kind = high_entropy_blob sizeBytes = 7312 magicHex = [redacted]
High
Ships High Entropy Blob

Package ships high-entropy non-source blobs.

dist/audio/Coins_jingle_(4).wav.oggView on unpkg

Findings

2 High3 Medium7 Low
HighInstall Time Lifecycle Scriptspackage.json
HighShips High Entropy Blobdist/audio/Coins_jingle_(4).wav.ogg
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowWeak Cryptosession/sessions.js
LowFilesystem
LowObfuscated
LowHigh Entropy Strings
LowUrl Strings