registry  /  @neopress/ai-skills  /  0.1.5

@neopress/ai-skills@0.1.5

Set up Neopress AI skills for your coding tools

Static Scan Results

scanned 2h 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
ChildProcessEnvironmentVarsFilesystemShell
Supply chain
HighEntropyStringsUrlStrings
Manifest
NoLicense
scanned 1 file(s), 29.1 KB of source, external domains: www.lazyweb.com

Source & flagged code

2 flagged · loading source
dist/bin/setup.mjsView file
471// src/cli-install.ts L472: import { execSync } from "child_process"; L473: async function ensureCli() {
High
Child Process

Package source references child process execution.

dist/bin/setup.mjsView on unpkg · L471
478try { L479: execSync("npm install -g @neopress/cli@latest", { stdio: "pipe" }); L480: const newVersion = getInstalledVersion();
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/bin/setup.mjsView on unpkg · L478

Findings

3 High2 Medium5 Low
HighChild Processdist/bin/setup.mjs
HighShell
HighRuntime Package Installdist/bin/setup.mjs
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License