registry  /  @polpo-ai/cli  /  0.10.12

@polpo-ai/cli@0.10.12

Command-line client for Polpo — create/link/deploy cloud projects from your terminal.

Static Scan Results

scanned 2d ago · by rust-scanner

Static analysis flagged 10 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 41 file(s), 230 KB of source, external domains: api.polpo.sh, docs.polpo.sh, nodejs.org, polpo.sh, registry.npmjs.org, your-project-slug.polpo.cloud

Source & flagged code

3 flagged · loading source
dist/util/install-cli.jsView file
10*/ L11: import { exec, execSync } from "node:child_process"; L12: import { promisify } from "node:util";
High
Child Process

Package source references child process execution.

dist/util/install-cli.jsView on unpkg · L10
12import { promisify } from "node:util"; L13: const execAsync = promisify(exec); L14: export const CLI_PACKAGE = "@polpo-ai/cli";
High
Shell

Package source references shell execution.

dist/util/install-cli.jsView on unpkg · L12
dist/util/self-update.jsView file
50const cmd = pm === "pnpm" L51: ? `pnpm add -g ${PACKAGE_NAME}@${version}` L52: : `npm install -g ${PACKAGE_NAME}@${version}`; ... L54: try { L55: execSync("npm cache clean --force", { stdio: "ignore", timeout: 30_000 }); L56: }
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/util/self-update.jsView on unpkg · L50

Findings

3 High3 Medium4 Low
HighChild Processdist/util/install-cli.js
HighShelldist/util/install-cli.js
HighRuntime Package Installdist/util/self-update.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings