PkgRadar

Package evidence

@vtj/[email protected]

no findings

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
926
Versions published
496Mature · −50% score
First published
Jan 2024
Publisher
chenhuachun

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

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":["@vtj/[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":["@vtj/[email protected]"],"fail_on":"review"}'
Publisherchenhuachun
Artifact bytes3,060,858
Previous version0.17.0
Published2026-06-04T09:47:39.407Z
SHA-2565b835775cdf316ec8b22ac1851d62dcd2b4386217a91d6d6ccb5c5e1061b6c96

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
0.17.1Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts17
  • buildnpm run remove && npm run build:ui && npm run build:icons && npm run build:charts && npm run build:element && npm run build:antdv && npm run build:vant && npm run build:uniApp && npm run build:uniH5 && npm run build:uniH5Vue && npm run build:uniH5VueDev && npm run build:uniH5VueProd && npm run build:uniH5C && npm run build:uniUI && npm run build:uniUIC && npm run copy
  • build:antdvvue-tsc && cross-env BUILD_TYPE=antdv vite build
  • build:chartsvue-tsc && cross-env BUILD_TYPE=charts vite build
  • build:elementvue-tsc && cross-env BUILD_TYPE=element vite build
  • build:iconsvue-tsc && cross-env BUILD_TYPE=icons vite build
  • build:uivue-tsc && cross-env BUILD_TYPE=ui vite build
  • build:uniAppvue-tsc && cross-env BUILD_TYPE=uniApp vite build
  • build:uniH5vue-tsc && cross-env BUILD_TYPE=uniH5 vite build
  • build:uniH5Cvue-tsc && cross-env BUILD_TYPE=uniH5C vite build
  • build:uniH5Vuevue-tsc && cross-env BUILD_TYPE=uniH5Vue vite build
  • build:uniH5VueDevvue-tsc && cross-env BUILD_TYPE=uniH5VueDev vite build
  • build:uniH5VueProdvue-tsc && cross-env BUILD_TYPE=uniH5VueProd vite build
  • build:uniUIvue-tsc && cross-env BUILD_TYPE=uniUI vite build
  • build:uniUICvue-tsc && cross-env BUILD_TYPE=uniUIC vite build
  • build:vantvue-tsc && cross-env BUILD_TYPE=vant vite build
  • copynode scripts/copy.mjs
  • removenode scripts/rm.mjs