Static Scan Results
scanned 8d ago · by rust-scannerStatic analysis flagged 14 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
ChildProcessCryptoEnvironmentVarsEvalFilesystemNetwork
HighEntropyStringsUrlStrings
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 unpkgscripts/postinstall.jsView file
10L11: const { execSync } = require("child_process")
L12: const fs = require("fs")
High
Child Process
Package source references child process execution.
scripts/postinstall.jsView on unpkg · L1095// Run from the consumer's project root so @prisma/client is found there
L96: execSync(`npx prisma generate --schema="${schemaPath}"`, {
L97: stdio: "inherit",
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
scripts/postinstall.jsView on unpkg · L95Findings
3 High4 Medium7 Low
HighInstall Time Lifecycle Scriptspackage.json
HighChild Processscripts/postinstall.js
HighRuntime Package Installscripts/postinstall.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowEval
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License