PkgRadar

Package evidence

@vemdev/[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
1,610Niche · −30% score
Versions published
59
First published
Feb 2026
Publisher
vm-vemdev

Effective trust discount applied: 30% (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":["@vemdev/[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":["@vemdev/[email protected]"],"fail_on":"review"}'
Publishervm-vemdev
Artifact bytes591,781
Previous version0.1.93
Published2026-05-25T15:35:33.714Z
SHA-2568b58fe09823ffa76b98f15046ff95394c3803e877d2636d1168ca6b5025871e2

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
30Score
0.1.94Version
Status history (1 event)
  1. newavailable · risk review · score 30 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/chunk-DFSUNF7J.jshigh encoded/escaped-token density12
mediumRemote Payloadpackage/detect-and-install.shmatched "curl "12
Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/chunk-DFSUNF7J.jshigh encoded/escaped-token density12
mediumRemote Payloadpackage/detect-and-install.shmatched "curl "12
lowCredential file accesspackage/dist/chunk-DFSUNF7J.jsmatched "aws_access_key"5
lowCredential file accesspackage/dist/index.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/docker-entrypoint.shmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/run-task.shmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts6
  • buildtsup
  • devtsup --watch
  • prebuildpnpm --filter @vem/schemas build && pnpm --filter @vem/core build
  • prepublishOnlynpm run build
  • startnode dist/index.js
  • testvitest
Dependencies8
  • @sentry/node^10.40.0
  • chalk^5.6.2
  • cli-table3^0.6.5
  • commander^14.0.3
  • find-up-simple^1.0.1
  • fs-extra^11.3.3
  • pino^10.3.1
  • prompts^2.4.2