Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 9 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
ChildProcessFilesystemNetwork
UrlStrings
Source & flagged code
4 flagged · loading sourcepackage.jsonView file
•scripts.postinstall = node ./bin/install.js
High
Install Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg•scripts.postinstall = node ./bin/install.js
Medium
Ambiguous Install Lifecycle Script
Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkgbin/graphjin.jsView file
1#!/usr/bin/env node
L2: const { spawn } = require('child_process');
L3: const path = require('path');
High
1#!/usr/bin/env node
L2: const { spawn } = require('child_process');
L3: const path = require('path');
...
L10: console.error(`GraphJin binary not found at: ${binary}`);
L11: console.error('Try reinstalling: npm install -g graphjin');
L12: process.exit(1);
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
bin/graphjin.jsView on unpkg · L1Findings
3 High3 Medium3 Low
HighInstall Time Lifecycle Scriptspackage.json
HighChild Processbin/graphjin.js
HighRuntime Package Installbin/graphjin.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumNetwork
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowUrl Strings