registry  /  vibebeauty-workshop-kit  /  0.1.18

vibebeauty-workshop-kit@0.1.18

VibeBeauty Web Designing workshop kit for data-driven AI prototyping.

Static Scan Results

scanned 3h 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
ChildProcessEnvironmentVarsFilesystemNetwork
Supply chain
HighEntropyStringsUrlStrings
Manifest
NoLicense
scanned 12 file(s), 92.3 KB of source, external domains: 127.0.0.1, example.com

Source & flagged code

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

Package defines install-time lifecycle scripts.

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

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

package.jsonView on unpkg
bin/postinstall.jsView file
6const path = require("path"); L7: const { execFileSync } = require("child_process"); L8:
High
Child Process

Package source references child process execution.

bin/postinstall.jsView on unpkg · L6
kit/starter/start-workshop.jsView file
3const fs = require("fs"); L4: const http = require("http"); L5: const path = require("path"); L6: const { spawn } = require("child_process"); L7: L8: const workspaceDir = path.resolve(getArg("--root") || __dirname); L9: const startPort = Number(process.env.PORT || getArg("--port") || 8000); L10: const shouldOpen = !hasFlag("--no-open");
High
Same File Env Network Execution

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

kit/starter/start-workshop.jsView on unpkg · L3

Findings

3 High4 Medium5 Low
HighInstall Time Lifecycle Scriptspackage.json
HighChild Processbin/postinstall.js
HighSame File Env Network Executionkit/starter/start-workshop.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License