PkgRadar

npm · registry.npmjs.org

@mafit/noter

Install Lifecycle Suppresses Failure: install="cd noter && if command -v cargo >/dev/null 2>&1; then cargo build --release; elif [ -f target/release/noter ]; then echo 'Using pre-compiled binary'; else echo 'ERROR: Rust (cargo) is required. Install from https://rustup.rs' >&2; exit 1; fi"

Why PkgRadar flagged 1.0.0

SeveritySignalEvidence
highInstall Lifecycle Suppresses Failureinstall="cd noter && if command -v cargo >/dev/null 2>&1; then cargo build --release; elif [ -f target/release/noter ]; then echo 'Using pre-compiled binary'; else echo 'ERROR: Rust (cargo) is required. Install from https://rustup.rs' >&2; exit 1; fi" · package.json
mediumNew Account With Lifecycle Hookpackage first published 15 day(s) ago, 6 total version(s), has lifecycle hook · package.json

Scanned versions

VersionVerdictScoreScanned (UTC)
1.0.0High risk252026-06-10
0.1.1High risk252026-06-10
0.1.0High risk252026-06-10
1.1.0High risk252026-06-10
1.1.1High risk252026-06-10
1.2.0High risk252026-06-10

Block this in CI

PkgRadar gates @mafit/noter (and every other dependency) before it merges. One line in your pipeline:

pkgradar gate --ecosystem npm @mafit/[email protected]