registry  /  @honeydeck/honeydeck  /  0.14.2

@honeydeck/honeydeck@0.14.2

MDX and React-based presentation framework for AI-friendly slide decks.

Static Scan Results

scanned 6d ago · by rust-scanner

Static analysis flagged 9 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
ChildProcessFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 117 file(s), 476 KB of source, external domains: 127.0.0.1, 192.168.x.x, honeydeck.dev

Source & flagged code

3 flagged · loading source
src/cli/init.tsView file
15L16: import { spawn } from "node:child_process"; L17: import { existsSync, mkdirSync, rmSync, writeFileSync } from "node:fs";
High
Child Process

Package source references child process execution.

src/cli/init.tsView on unpkg · L15
107cwd, L108: shell: true, L109: stdio: "ignore",
High
Shell

Package source references shell execution.

src/cli/init.tsView on unpkg · L107
src/cli/skill.tsView file
42): void { L43: execFileSync("npx", ["skills", "add", packageRoot(), "--copy", ...args], { L44: cwd: projectDir,
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

src/cli/skill.tsView on unpkg · L42

Findings

3 High2 Medium4 Low
HighChild Processsrc/cli/init.ts
HighShellsrc/cli/init.ts
HighRuntime Package Installsrc/cli/skill.ts
MediumNetwork
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings