registry  /  lavish-axi  /  0.1.34

lavish-axi@0.1.34

HTML is the new markdown. Lavish is the new editor for your HTML artifacts.

Static Scan Results

scanned 13d 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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 3 file(s), 574 KB of source, external domains: a.kunchenguid.com, api.ht-ml.app, bugs.chromium.org, bugs.webkit.org, bugzilla.mozilla.org, cdn.jsdelivr.net, daisyui.com, esm.sh, github.com, ht-ml.app, tailwindcss.com

Source & flagged code

5 flagged · loading source
dist/cli.mjsView file
3// src/cli.js L4: import { spawn, spawnSync } from "node:child_process"; L5: import { closeSync, existsSync as existsSync2, mkdirSync, openSync, readFileSync, writeFileSync } from "node:fs";
High
Child Process

Package source references child process execution.

dist/cli.mjsView on unpkg · L3
6566`const command = ${JSON.stringify(command)};`, L6567: 'const result = spawnSync(command, [], { encoding: "utf8", shell: true });', L6568: 'const detail = result.error ? result.error.message : (result.stderr || result.stdout || "exit " + (result.status ?? "unknown"));',
High
Shell

Package source references shell execution.

dist/cli.mjsView on unpkg · L6566
6804const stdio = ( L6805: /** @type {import("node:child_process").StdioOptions} */ L6806: logFd === null ? "ignore" : ["ignore", logFd, logFd] ... L6810: stdio, L6811: env: { ...process.env, LAVISH_AXI_NO_OPEN: "1" } L6812: }; ... L6817: try { L6818: response = await fetch(url); L6819: break;
High
Same File Env Network Execution

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

dist/cli.mjsView on unpkg · L6804
3Cross-file remote execution chain: dist/cli.mjs spawns dist/design/tailwindcss-browser.js; helper contains network access plus dynamic code execution. L3: // src/cli.js L4: import { spawn, spawnSync } from "node:child_process"; L5: import { closeSync, existsSync as existsSync2, mkdirSync, openSync, readFileSync, writeFileSync } from "node:fs"; ... L144: <script type="module"> L145: import { File, FileDiff } from "https://esm.sh/@pierre/diffs@1.2.10?bundle"; L146: ... L219: "Lavish is strongest when the artifact becomes a focused review surface and not just a static page.", L220: `A native single-choice question should submit the final value: \`<form data-lavish-question="plan" onsubmit="event.preventDefault(); const choice = new FormData(event.currentTarge... L221: "A custom choice UI should make option buttons update local state, then use a separate Queue answer button with data-lavish-action to queue the final selected value.", ... L863: const ctx = { L864: baseDir: options.baseDir || process.cwd(), L865: confineDir,
High
Cross File Remote Execution Context

Source spawns a local helper that also contains network and dynamic execution context; review data flow before blocking.

dist/cli.mjsView on unpkg · L3
3Detached bundled service listener: dist/cli.mjs launches a Node helper and exposes a broad-bound HTTP listener. L3: // src/cli.js L4: import { spawn, spawnSync } from "node:child_process"; L5: import { closeSync, existsSync as existsSync2, mkdirSync, openSync, readFileSync, writeFileSync } from "node:fs"; ... L144: <script type="module"> L145: import { File, FileDiff } from "https://esm.sh/@pierre/diffs@1.2.10?bundle"; L146: ... L219: "Lavish is strongest when the artifact becomes a focused review surface and not just a static page.", L220: `A native single-choice question should submit the final value: \`<form data-lavish-question="plan" onsubmit="event.preventDefault(); const choice = new FormData(event.currentTarge... L221: "A custom choice UI should make option buttons update local state, then use a separate Queue answer button with data-lavish-action to queue the final selected value.", ... L863: const ctx = { L864: baseDir: options.baseDir || process.cwd(), L865: confineDir,
High
Spawned Bundled Service Listener

Source launches a detached bundled service that exposes a broad-bound HTTP listener.

dist/cli.mjsView on unpkg · L3

Findings

5 High3 Medium4 Low
HighChild Processdist/cli.mjs
HighShelldist/cli.mjs
HighSame File Env Network Executiondist/cli.mjs
HighCross File Remote Execution Contextdist/cli.mjs
HighSpawned Bundled Service Listenerdist/cli.mjs
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings