registry  /  @weibaohui/ntd  /  0.0.83

@weibaohui/ntd@0.0.83

ntd - Rust CLI for managing your daily tasks

Static Scan Results

scanned 4d ago · by rust-scanner

Static analysis flagged 7 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
ChildProcess
Supply chainNo supply-chain packaging signals triggered.
Manifest
WildcardDependency
scanned 1 file(s), 1.01 KB of source

Source & flagged code

4 flagged · loading source
package.jsonView file
scripts.postinstall = node install.js
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

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

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

package.jsonView on unpkg
install.jsView file
5const path = require('path'); L6: const { execSync } = require('child_process'); L7:
High
Child Process

Package source references child process execution.

install.jsView on unpkg · L5
37try { L38: execSync(`npm install ${pkg}`, { stdio: 'inherit' }); L39: console.log('Installation complete!');
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

install.jsView on unpkg · L37

Findings

3 High3 Medium1 Low
HighInstall Time Lifecycle Scriptspackage.json
HighChild Processinstall.js
HighRuntime Package Installinstall.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumStructural Risk Force Deep Review
MediumWildcard Dependency
LowScripts Present