PkgRadar

Package evidence

@lenne.tech/[email protected]

Install Lifecycle Suppresses Failure: postinstall="node bin/postinstall.js 2>/dev/null || true"

Trust signals

Why this verdict

PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.

Versions published
177Mature · −50% score
First published
Aug 2019
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

Block this release in CIcurl · GitHub Actions

Fail the build when this package version is added or upgraded. Replace $PKGRADAR_TOKEN with a Pro / Team API key from your dashboard.

curl -fsS https://pkgradar.com/gate/npm \
  -H "Authorization: Bearer $PKGRADAR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"specs":["@lenne.tech/[email protected]"],"fail_on":"review"}'

GitHub Actions step:

- name: PkgRadar gate
  run: |
    curl -fsS https://pkgradar.com/gate/npm \
      -H "Authorization: Bearer ${{ secrets.PKGRADAR_TOKEN }}" \
      -H "Content-Type: application/json" \
      -d '{"specs":["@lenne.tech/[email protected]"],"fail_on":"review"}'
Artifact bytes1,382,166
Previous version1.30.0
Published2026-06-08T16:37:01.988Z
SHA-25662da09e980d0c935845025ec1197802f6775a90b477b731c3d2aa28879f126e8

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: postinstall="node bin/postinstall.js 2>/dev/null || true"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
7Score
1.31.0Version
Status history (1 event)
  1. newavailable · risk review · score 7 · status changed

Evidence

Static findings

2 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node bin/postinstall.js 2>/dev/null || true"20
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node bin/postinstall.js 2>/dev/null || true"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node bin/postinstall.js 2>/dev/null || true"5

Manifest

Package metadata

Scripts31
  • buildnpm run lint && npm run test && npm run clean-build && npm run compile && npm run copy-templates
  • cnpm run check
  • cfnpm run check:fix
  • checknpm install && npm run format && npm run build && npm run check:start
  • check:fixnpm install && npm audit fix && npm run format && npm run lint:fix && npm run build && npm run check:start
  • check:startbash scripts/check-cli-start.sh
  • clean-buildnpx rimraf ./build
  • compiletsc -p .
  • copy-templatesnpx shx cp -R ./src/templates ./build/templates && npx shx cp -R ./src/config ./build/config
  • coveragejest --coverage
  • formatprettier --write 'src/**/*.{js,ts,tsx,json}' '!src/templates/**/*'
  • linteslint './src/**/*.{ts,js,vue}'
  • lint:fixeslint './src/**/*.{ts,js,vue}' --fix
  • postinstallnode bin/postinstall.js 2>/dev/null || true
  • prepublishOnlynpm run build
  • preversionnpm run lint
  • reinitnpx rimraf package-lock.json && npx rimraf node_modules && npm cache clean --force && npm i && npm run build
  • releasestandard-version && git push --follow-tags origin main
  • release:majorstandard-version --release-as major && git push --follow-tags origin main
  • release:minorstandard-version --release-as minor && git push --follow-tags origin main
  • snapupdatejest --updateSnapshot
  • startnode bin/lt
  • start:buildnpm run build && node bin/lt --compiled-build
  • start:compilednode bin/lt --compiled-build
  • testjest --testTimeout=60000
  • test:e2e:servicejest --testMatch '<rootDir>/dev-service-e2e.manual.ts' --testTimeout=60000
  • test:frontend-vendor-initbash scripts/test-frontend-vendor-init.sh
  • test:incremental-fullstackbash scripts/test-incremental-fullstack.sh
  • test:manualjest --testMatch '<rootDir>/*.manual.ts' --testTimeout=60000
  • test:vendor-initbash scripts/test-vendor-init.sh
  • …and 1 more.
Dependencies18
  • @aws-sdk/client-s33.1053.0
  • @lenne.tech/cli-plugin-helper0.0.14
  • axios1.16.1
  • bcrypt6.0.0
  • defuddle0.18.1
  • glob13.0.6
  • gluegun5.2.2
  • js-sha2560.11.1
  • js-yaml4.1.1
  • jsdom29.1.1
  • lodash4.18.1
  • open11.0.0
  • playwright-core1.60.0
  • ts-morph28.0.0
  • ts-node10.9.2
  • turndown7.2.4
  • turndown-plugin-gfm1.0.2
  • typescript6.0.3