registry  /  @neopress/ai-skills  /  0.1.2

@neopress/ai-skills@0.1.2

Set up Neopress AI skills for your coding tools

Static Scan Results

scanned 8d 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), 25.1 KB of source, external domains: www.lazyweb.com

Source & flagged code

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

Package source references child process execution.

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

Package source invokes a package manager install command at runtime.

dist/bin/setup.mjsView on unpkg · L376

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