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
169
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

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":["@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,100
Previous version1.0.16
Published2026-05-16T09:55:20.538Z
SHA-256c9055c5dfcc651298084add4dbe772ddea90607b9f41191535705235eb96d4e3

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

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowObfuscation Densitypackage/lib/inflow-infiltration-analysis/DetailModal.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/lib/rain-sewage-mixed-analysis/DetailModal.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/lib/sedimentation-analysis/DetailModal.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/lib/water-balance-analysis/DetailModal.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/lib/soil-cover-analysis/Tooltip.jshigh encoded/escaped-token density0

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