PkgRadar

Package evidence

@vtx/[email protected]

Obfuscation Density: high encoded/escaped-token density

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
28
Versions published
21Mature · −50% score
First published
Mar 2025
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

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":["@vtx/[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":["@vtx/[email protected]"],"fail_on":"review"}'
Publishermanwuyu
Artifact bytes5,683,097
Previous version1.0.18
Published2026-05-16T10:54:16.421Z
SHA-2562a5272d82a3b747fc319ff19108f995febd185c5103f8040a48bcc8d37b51937

Why flagged

What the scanner saw

Obfuscation Density: high encoded/escaped-token density

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/lib/inflow-infiltration-analysis/DetailModal.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/lib/rain-sewage-mixed-analysis/DetailModal.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/lib/sedimentation-analysis/DetailModal.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/lib/water-balance-analysis/DetailModal.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/lib/soil-cover-analysis/Tooltip.jshigh encoded/escaped-token density12

Manifest

Package metadata

Scripts15
  • builddumi build
  • bumpgulp bump --prerelease
  • changelogconventional-changelog -p custom-config -i CHANGELOG.md -s -r 0
  • compilegulp compile
  • fixeslint --fix --ext .js,.jsx components && npm run style:fix
  • lintnpm run lint:script && npm run lint:style
  • lint:scripteslint components --ext .js,.jsx
  • lint:stylestylelint components/**/*.less --syntax less
  • prettierprettier -c --write **/*
  • pretty-quickpretty-quick
  • pubnpm publish --access=public
  • releaserelease-it --no-npm.publish
  • startdumi dev
  • style:fixstylelint components/**/*.less --syntax less --fix
  • versionnpm run changelog && git add CHANGELOG.md