PkgRadar

Package evidence

[email protected]

Install Lifecycle Remote Or Exec: postinstall="node -e \"const fs = require('fs'); const path = 'bundle/fix-binary-permissions.js'; if (fs.existsSync(path)) { require('child_process').execSync('node ' + path + ' --all', {stdio: 'inherit'}); } else { console.log('⏭\u{fe0f} Skipping binary permissions fix (bundle not built yet)'); }\""

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.

Versions published
5
First published
Jun 2026
Publisher
liangshui_cmcm

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":"high"}'

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":"high"}'
Artifact bytes23,965,460
Previous version1.1.3
Published2026-06-05T14:29:36.524Z
SHA-256a97fbeaf432a6f23eb675186924a8898eda175b0dec5fda75c8aa22cce5275bb

Why flagged

What the scanner saw

Install Lifecycle Remote Or Exec: postinstall="node -e \"const fs = require('fs'); const path = 'bundle/fix-binary-permissions.js'; if (fs.existsSync(path)) { require('child_process').execSync('node ' + path + ' --all', {stdio: 'inherit'}); } else { console.log('⏭\u{fe0f} Skipping binary permissions fix (bundle not built yet)'); }\""

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

Availability ledger

available

high
Last checked
highRisk
35Score
1.1.4Version
Status history (1 event)
  1. newavailable · risk high · score 35 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"const fs = require('fs'); const path = 'bundle/fix-binary-permissions.js'; if (fs.existsSync(path)) { require('child_process').execSync('node ' + path + ' --all', {stdio: 'inherit'}); } else { console.log('⏭\u{fe0f} Skipping binary permissions fix (bundle not built yet)'); }\""30
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"const fs = require('fs'); const path = 'bundle/fix-binary-permissions.js'; if (fs.existsSync(path)) { require('child_process').execSync('node ' + path + ' --all', {stdio: 'inherit'}); } else { console.log('⏭\u{fe0f} Skipping binary permissions fix (bundle not built yet)'); }\""30
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node -e \"const fs = require('fs'); const path = 'bundle/fix-binary-permissions.js'; if (fs.existsSync(path)) { require('child_process').execSync('node ' + path + ' --all', {stdio: 'inherit'}); } else { console.log('⏭\u{fe0f} Skipping binary permissions fix (bundle not built yet)'); }\""5
lowLarge Javascript Payloadpackage/bundle/easycode.js21163415 bytes0

Manifest

Package metadata

Scripts51
  • authnpm run auth:npm && npm run auth:docker
  • auth:dockergcloud auth configure-docker us-west1-docker.pkg.dev
  • auth:npmnpx google-artifactregistry-auth
  • buildnode scripts/build.js
  • build:allcross-env INCLUDE_VSCODE_PLUGIN=true npm run build && npm run build:sandbox && npm run build:vscode
  • build:fullcross-env INCLUDE_VSCODE_PLUGIN=true node scripts/build.js
  • build:packagesnpm run build --workspaces
  • build:sandboxnode scripts/build_sandbox.js --skip-npm-install-build
  • build:vscodenode scripts/build_vscode_companion.js
  • bundlenpm run build && node esbuild.config.js && node scripts/copy_bundle_assets.js
  • bundle:cross-platform:devcross-env BUILD_ENV=development DOWNLOAD_ALL_PLATFORMS=true npm run build && cross-env BUILD_ENV=development node esbuild.config.js && cross-env BUILD_ENV=development DOWNLOAD_ALL_PLATFORMS=true node scripts/copy_bundle_assets.js
  • bundle:cross-platform:fullcross-env DOWNLOAD_ALL_PLATFORMS=true INCLUDE_VSCODE_PLUGIN=true npm run build:full && node esbuild.config.js && cross-env DOWNLOAD_ALL_PLATFORMS=true node scripts/copy_bundle_assets.js
  • bundle:cross-platform:prodcross-env BUILD_ENV=production DOWNLOAD_ALL_PLATFORMS=true npm run build && cross-env BUILD_ENV=production node esbuild.config.js && cross-env BUILD_ENV=production DOWNLOAD_ALL_PLATFORMS=true node scripts/copy_bundle_assets.js
  • bundle:devcross-env BUILD_ENV=development npm run build && cross-env BUILD_ENV=development node esbuild.config.js && cross-env BUILD_ENV=development node scripts/copy_bundle_assets.js
  • bundle:fullcross-env INCLUDE_VSCODE_PLUGIN=true npm run build:full && node esbuild.config.js && node scripts/copy_bundle_assets.js
  • bundle:prodcross-env BUILD_ENV=production npm run build && cross-env BUILD_ENV=production node esbuild.config.js && cross-env BUILD_ENV=production DOWNLOAD_ALL_PLATFORMS=true node scripts/copy_bundle_assets.js
  • cleannode scripts/clean.js
  • debugcross-env DEBUG=1 DEEPX_SERVER_URL=https://api-code.deepvlab.ai DEEPX_WEB_URL=https://dvcode.deepvlab.ai node --inspect-brk scripts/start.js
  • devcross-env FILE_DEBUG=1 LOG_TO_FILE=true DEEPX_SERVER_URL=https://api-code.deepvlab.ai DEEPX_WEB_URL=https://dvcode.deepvlab.ai node scripts/start.js
  • env:development./scripts/switch-env.sh development
  • env:production./scripts/switch-env.sh production
  • env:test./scripts/switch-env.sh test
  • formatprettier --write .
  • generatenode scripts/generate-git-commit-info.js
  • linteslint . --ext .ts,.tsx && eslint integration-tests
  • lint:cieslint . --ext .ts,.tsx --max-warnings 0 && eslint integration-tests --max-warnings 0
  • lint:fixeslint . --fix && eslint integration-tests --fix
  • pack:devcross-env ENABLE_CHECKPOINTING=true npm run bundle:cross-platform:dev && cross-env BUILD_ENV=development ENABLE_CHECKPOINTING=true node scripts/newpack.js
  • pack:fullcross-env ENABLE_CHECKPOINTING=true npm run bundle:cross-platform:full && cross-env ENABLE_CHECKPOINTING=true node scripts/newpack.js
  • pack:prodcross-env ENABLE_CHECKPOINTING=true npm run bundle:cross-platform:prod && cross-env BUILD_ENV=production ENABLE_CHECKPOINTING=true node scripts/newpack.js
  • …and 21 more.
Dependencies9
  • @larksuiteoapi/node-sdk^1.66.0
  • @vscode/ripgrep^1.15.14
  • fs-extra^11.3.1
  • gradient-string^2.0.2
  • open^10.0.0
  • pidtree^0.6.0
  • pidusage^4.0.1
  • qrcode-terminal^0.12.0
  • undici^7.10.0