PkgRadar

Package evidence

[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
17
Versions published
6
First published
May 2026
Publisher
codetypess

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":["[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,750,540
Previous version2.2.0
Published2026-05-17T14:06:14.902Z
SHA-256d776f918dd665b85553b4f8959d4a5cc3b6352e018b6bf5a23d3d721b4a3f09d

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/webview/assets/vendor-Ctok02TG.jshigh encoded/escaped-token density12
mediumLarge Javascript Payloadpackage/dist/build-cli.js10195896 bytes10
mediumLarge Javascript Payloadpackage/dist/extension.js10389180 bytes10

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.1.0