registry  /  @amitdevx/md2pdf  /  0.4.1

@amitdevx/md2pdf@0.4.1

Production-quality Markdown to PDF rendering engine.

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
ChildProcessEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 5 file(s), 3.78 MB of source, external domains: en.wikibooks.org, fonts.googleapis.com, fonts.gstatic.com, playwright.dev, tex.stackexchange.com, www.w3.org

Source & flagged code

2 flagged · loading source
dist/cli/index.jsView file
23import pc3 from 'picocolors'; L24: import { execSync } from 'child_process'; L25:
High
Child Process

Package source references child process execution.

dist/cli/index.jsView on unpkg · L23
18397spinner = ora("Installing Chromium dependencies...").start(); L18398: execSync("npx playwright-core install chromium", { stdio: "inherit" }); L18399: if (process.platform === "linux") {
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/cli/index.jsView on unpkg · L18397

Findings

3 High3 Medium5 Low
HighChild Processdist/cli/index.js
HighShell
HighRuntime Package Installdist/cli/index.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings