PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 10204072 bytes

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
162
Versions published
7
First published
May 2026
Publisher
codetypess

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":["[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":["[email protected]"],"fail_on":"review"}'
Publishercodetypess
Artifact bytes4,756,135
Previous version2.3.3
Published2026-05-30T06:06:57.703Z
SHA-256690ca48819ef2be8c685a5424d46d035f5242885a5cab46d0f4f11f50c374410

Why flagged

What the scanner saw

Large Javascript Payload: 10204072 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/dist/build-cli.js10204072 bytes0
lowLarge Javascript Payloadpackage/dist/extension.js10405708 bytes0
lowObfuscation Densitypackage/dist/webview/assets/vendor-ZD6A8unu.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts15
  • buildnode esbuild.js && node scripts/vite-webview.mjs --production
  • build:clinode esbuild.js --cli
  • build:devnode esbuild.js --dev && node scripts/vite-webview.mjs --development
  • checktsc --noEmit && tsc --project tsconfig.webview.json --noEmit
  • devnpm run watch:webview
  • formatprettier --write package.json "test/**/*.js" "test/**/*.ts"
  • format:checkprettier --check package.json "test/**/*.js" "test/**/*.ts"
  • pack:npmnpm pack --dry-run
  • packagevsce package
  • prepacknpm run check && npm run test:shared && npm run build
  • publish:npmnpm publish --access public
  • test:sharednode test/run-tests.js
  • vscode:prepublishnpm run build
  • watch:extnode esbuild.js --watch
  • watch:webviewnode scripts/vite-webview.mjs --watch --development
Dependencies1
  • behavior3^1.3.0