registry  /  vitepress-export  /  0.1.0

vitepress-export@0.1.0

Publication-grade PDF export for VitePress sites

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 11 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
ChildProcessDynamicRequireFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
Manifest
NoLicense
scanned 5 file(s), 45.3 KB of source, external domains: 127.0.0.1

Source & flagged code

3 flagged · loading source
dist/bin.jsView file
17import { resolve as resolve2 } from "path"; L18: import { spawn, execSync } from "child_process"; L19: import { createServer as createNetServer } from "net";
High
Child Process

Package source references child process execution.

dist/bin.jsView on unpkg · L17
844try { L845: execSync("npx vitepress build", { cwd: rootDir, stdio: "inherit" }); L846: } catch (err) {
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/bin.jsView on unpkg · L844
dist/chunk-GN2ZTPT3.jsView file
141}); L142: const mod = await jiti.import(configPath); L143: const exported = mod.default ?? mod;
Medium
Dynamic Require

Package source references dynamic require/import behavior.

dist/chunk-GN2ZTPT3.jsView on unpkg · L141

Findings

3 High3 Medium5 Low
HighChild Processdist/bin.js
HighShell
HighRuntime Package Installdist/bin.js
MediumDynamic Requiredist/chunk-GN2ZTPT3.js
MediumNetwork
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License