Static Scan Results
scanned 5d ago · by rust-scannerStatic 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 snapshotBehavioral surface
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
3 flagged · loading sourcedist/unified-shell.jsView file
27import { fileURLToPath } from 'node:url';
L28: import { spawn, execFileSync } from 'node:child_process';
L29: import { loadUnifiedConfig, loadEnvConfig, acquirePidLock, releasePidLock, setupSignalHandlers, PidLockError, } from '@telora/daemon-core';
High
Child Process
Package source references child process execution.
dist/unified-shell.jsView on unpkg · L27dist/self-update.jsView file
12* Three installation modes:
L13: * - **npm**: Installed globally via `npm install -g @telora/daemon`.
L14: * Updates via `npm install -g @telora/daemon@latest`.
...
L21: */
L22: import { execFileSync, execFile } from 'node:child_process';
L23: import { existsSync, readFileSync, writeFileSync, mkdirSync, rmSync } from 'node:fs';
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/self-update.jsView on unpkg · L12scripts/telora-daemon-wrapper.shView file
•path = scripts/telora-daemon-wrapper.sh
kind = build_helper
sizeBytes = 774
magicHex = [redacted]
Medium
Ships Build Helper
Package ships non-JavaScript build or shell helper files.
scripts/telora-daemon-wrapper.shView on unpkgFindings
3 High4 Medium5 Low
HighChild Processdist/unified-shell.js
HighShell
HighRuntime Package Installdist/self-update.js
MediumNetwork
MediumEnvironment Vars
MediumShips Build Helperscripts/telora-daemon-wrapper.sh
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings