PkgRadar

Package evidence

@vtx/[email protected]

Install-time lifecycle script: preinstall="node scripts/check-node-version.js"

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.

Weekly downloads
35
Versions published
42Mature · −50% score
First published
Jun 2021
Publisher
manwuyu

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

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@vtx/[email protected]"],"fail_on":"high"}'

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":["@vtx/[email protected]"],"fail_on":"high"}'
Publishermanwuyu
Artifact bytes44,064
Previous version1.2.2
Published2026-06-03T10:12:37.688Z
SHA-256fef08779207516f5608945713753e1f767173f79378b90830ae543434a73ca0d

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: preinstall added in 1.2.3 vs 1.2.2: "node scripts/check-node-version.js"

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

Availability ledger

available

high
Last checked
highRisk
45Score
1.2.3Version
Status history (1 event)
  1. newavailable · risk high · score 45 · status changed

Evidence

Static findings

1 static · 1 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpreinstall added in 1.2.3 vs 1.2.2: "node scripts/check-node-version.js"40
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpreinstall added in 1.2.3 vs 1.2.2: "node scripts/check-node-version.js"40
lowInstall-time lifecycle scriptpackage.jsonpreinstall="node scripts/check-node-version.js"5

Manifest

Package metadata

Scripts14
  • buildvuepress build docs
  • changelogconventional-changelog -p custom-config -i CHANGELOG.md -s -r 0
  • example:buildcross-env NODE_ENV=production UNI_PLATFORM=h5 vue-cli-service uni-build
  • example:devcross-env NODE_ENV=development UNI_PLATFORM=h5 vue-cli-service uni-serve
  • lintnpm run lint:script && npm run lint:style
  • lint:scripteslint components --ext .vue,.js
  • lint:stylestylelint components/**/*.{vue,less,css,scss}
  • preexample:buildnode scripts/check-node-version.js
  • preexample:devnode scripts/check-node-version.js
  • preinstallnode scripts/check-node-version.js
  • releaserelease-it --no-npm.publish
  • startvuepress dev docs
  • stylelint:fixstylelint components/**/*.{vue,less,css,scss} --fix
  • versionnpm run changelog && git add CHANGELOG.md
Dependencies7
  • @vtx/utils^1.0.20
  • dayjs^1.10.7
  • lodash.clonedeep^4.5.0
  • uview-ui^1.8.4
  • vue^2.6.11
  • vue-fragment1.5.1
  • vue-i18n8