registry  /  greet-tool-demo  /  1.0.0

greet-tool-demo@1.0.0

一个示例 npm 包,演示如何发布到 npm registry

Static Scan Results

scanned 3h ago · by rust-scanner

Static analysis flagged 5 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
ChildProcessShell
Supply chainNo supply-chain packaging signals triggered.
ManifestNo manifest risk signals triggered.
scanned 4 file(s), 1.71 KB of source

Source & flagged code

3 flagged · loading source
package.jsonView file
scripts.postinstall = node src/postinstall.js
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
scripts.postinstall = node src/postinstall.js
Medium
Ambiguous Install Lifecycle Script

Install-time lifecycle script is not statically allowlisted and needs review.

package.jsonView on unpkg
src/hello.exeView file
path = src/hello.exe kind = native_binary sizeBytes = 59138 magicHex = [redacted]
Medium
Ships Native Binary

Package ships native binary artifacts.

src/hello.exeView on unpkg

Findings

1 High3 Medium1 Low
HighInstall Time Lifecycle Scriptspackage.json
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumShips Native Binarysrc/hello.exe
MediumStructural Risk Force Deep Review
LowScripts Present