registry  /  graphjin  /  3.18.44

graphjin@3.18.44

GraphJin CLI - Build APIs in 5 minutes with GraphQL

Static Scan Results

scanned 2h ago · by rust-scanner

Static 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 snapshot
Behavioral surface
Source
ChildProcessFilesystemNetwork
Supply chain
UrlStrings
ManifestNo manifest risk signals triggered.
scanned 2 file(s), 5.05 KB of source, external domains: github.com

Source & flagged code

4 flagged · loading source
package.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 unpkg
bin/graphjin.jsView file
1#!/usr/bin/env node L2: const { spawn } = require('child_process'); L3: const path = require('path');
High
Child Process

Package source references child process execution.

bin/graphjin.jsView on unpkg · L1
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 · L1

Findings

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