Static Scan Results
scanned 2h 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
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetworkShellWebSocket
HighEntropyStringsUrlStrings
Source & flagged code
5 flagged · loading sourcedist/util/kill-process-tree.jsView file
1import { spawnSync } from 'node:child_process';
L2: import { execaCommand } from 'execa';
High
Child Process
Package source references child process execution.
dist/util/kill-process-tree.jsView on unpkg · L11import { spawnSync } from 'node:child_process';
L2: import { execaCommand } from 'execa';
L3: /**
High
dist/lib/hooks/init/check-node-version.jsView file
8// Verify that the user is using a supported version of Node.js, based on the engines property in package.json
L9: const require = createRequire(import.meta.url);
L10: const { engines } = require('../../../../package.json');
Medium
Dynamic Require
Package source references dynamic require/import behavior.
dist/lib/hooks/init/check-node-version.jsView on unpkg · L8dist/commands/init.jsView file
416try {
L417: await exec(`npm i --loglevel=error --no-fund`, {
L418: cwd: projectPath,
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/commands/init.jsView on unpkg · L416bin/devvit.cmdView file
•path = bin/devvit.cmd
kind = build_helper
sizeBytes = 37
magicHex = [redacted]
Medium
Ships Build Helper
Package ships non-JavaScript build or shell helper files.
bin/devvit.cmdView on unpkgFindings
3 High5 Medium4 Low
HighChild Processdist/util/kill-process-tree.js
HighShelldist/util/kill-process-tree.js
HighRuntime Package Installdist/commands/init.js
MediumDynamic Requiredist/lib/hooks/init/check-node-version.js
MediumNetwork
MediumEnvironment Vars
MediumShips Build Helperbin/devvit.cmd
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings