registry  /  @quobix/vacuum  /  0.29.9

@quobix/vacuum@0.29.9

The world's fastest, most scalable and complete OpenAPI parser

Static Scan Results

scanned 14d ago · by rust-scanner

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

Source & flagged code

4 flagged · loading source
package.jsonView file
scripts.postinstall = node ./npm-install/postinstall.js
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
scripts.postinstall = node ./npm-install/postinstall.js
Medium
Ambiguous Install Lifecycle Script

Install-time lifecycle script is not statically allowlisted and needs review.

package.jsonView on unpkg
bin/vacuum.jsView file
1#!/usr/bin/env node L2: import { execFileSync } from "child_process"; L3: import path from "path";
High
Child Process

Package source references child process execution.

bin/vacuum.jsView on unpkg · L1
npm-install/postinstall.jsView file
2import * as fs from "fs/promises"; L3: import https from "https"; L4: import { HttpsProxyAgent } from "https-proxy-agent"; ... L6: import * as tar from "tar"; L7: import { execSync } from "child_process"; L8: ... L13: // Check common proxy environment variables (case-insensitive on some systems) L14: return process.env.HTTPS_PROXY || L15: process.env.https_proxy ||
High
Same File Env Network Execution

A single source file combines environment access, network access, and code or shell execution; review context before blocking.

npm-install/postinstall.jsView on unpkg · L2

Findings

4 High4 Medium4 Low
HighInstall Time Lifecycle Scriptspackage.json
HighChild Processbin/vacuum.js
HighShell
HighSame File Env Network Executionnpm-install/postinstall.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings