Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 13 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
CopyleftLicenseWildcardDependency
Source & flagged code
2 flagged · loading sourcedist/index.jsView file
9import { createServer } from "http";
L10: import { spawn } from "child_process";
L11: import { randomBytes } from "crypto";
High
905// src/commands/upgrade.ts
L906: import { spawnSync as spawnSync5 } from "child_process";
L907: async function upgrade() {
...
L920: throw new Error(
L921: "Upgrade failed. Try running it manually:\n npm install -g tribenest@latest\n(you may need sudo, or fix your global npm prefix if it's not writable)."
L922: );
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/index.jsView on unpkg · L905Findings
3 High4 Medium6 Low
HighChild Processdist/index.js
HighShell
HighRuntime Package Installdist/index.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
MediumWildcard Dependency
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowCopyleft License