registry  /  storyblok  /  4.18.2

storyblok@4.18.2

Storyblok CLI

Static Scan Results

scanned 9d 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
ChildProcessDynamicRequireEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 2 file(s), 330 KB of source, external domains: app.storyblok.com, github.com, www.storyblok.com

Source & flagged code

5 flagged · loading source
dist/index.mjsView file
16import { select, password, input, confirm } from '@inquirer/prompts'; L17: import { exec, spawn } from 'node:child_process'; L18: import { promisify } from 'node:util';
High
Child Process

Package source references child process execution.

dist/index.mjsView on unpkg · L16
2234L2235: const execAsync = promisify(exec); L2236: function buildSignupUrl() {
High
Shell

Package source references shell execution.

dist/index.mjsView on unpkg · L2234
6692} L6693: const degitProcess = spawn("npx", ["degit", templateRepo, projectPath], { L6694: stdio: "inherit",
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/index.mjsView on unpkg · L6692
1417function importModule(filePath) { L1418: return import(pathToFileURL(filePath).href); L1419: }
Medium
Dynamic Require

Package source references dynamic require/import behavior.

dist/index.mjsView on unpkg · L1417
689patternName = generic_password severity = medium line = 689 matchedText = login_em...rd",
Medium
Secret Pattern

Hardcoded password in dist/index.mjs

dist/index.mjsView on unpkg · L689

Findings

3 High5 Medium4 Low
HighChild Processdist/index.mjs
HighShelldist/index.mjs
HighRuntime Package Installdist/index.mjs
MediumDynamic Requiredist/index.mjs
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
MediumSecret Patterndist/index.mjs
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings