Static Scan Results
scanned 3h ago · by rust-scannerStatic analysis flagged 11 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
ChildProcessFilesystemNetworkShell
UrlStrings
NoLicense
Source & flagged code
4 flagged · loading sourcepackage.jsonView file
•scripts.postinstall = node scripts/postinstall.js
High
Install Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg•scripts.postinstall = node scripts/postinstall.js
Medium
Ambiguous Install Lifecycle Script
Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkgbin/scout.jsView file
11L12: import { spawn } from "node:child_process";
L13: import { accessSync, chmodSync, constants, existsSync } from "node:fs";
High
4//
L5: // `npm i -g scoutpost-cli` puts this file on PATH as `scout` (via the package's
L6: // `bin` field). It locates the native `deno compile` binary for the current
...
L11:
L12: import { spawn } from "node:child_process";
L13: import { accessSync, chmodSync, constants, existsSync } from "node:fs";
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
bin/scout.jsView on unpkg · L4Findings
4 High3 Medium4 Low
HighInstall Time Lifecycle Scriptspackage.json
HighChild Processbin/scout.js
HighShell
HighRuntime Package Installbin/scout.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumNetwork
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowUrl Strings
LowNo License