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 updateStatic 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"}'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
Status history (1 event)
- new → available · risk high · score 35 · status changed
Evidence
Static findings
3 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Remote Or Exec | package.json | 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)'); }\"" | 30 |
Show all 3 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Remote Or Exec | package.json | 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)'); }\"" | 30 |
| low | Install-time lifecycle script | package.json | 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)'); }\"" | 5 |
| low | Large Javascript Payload | package/bundle/easycode.js | 21163415 bytes | 0 |
Manifest
Package metadata
Scripts51
authnpm run auth:npm && npm run auth:dockerauth:dockergcloud auth configure-docker us-west1-docker.pkg.devauth:npmnpx google-artifactregistry-authbuildnode scripts/build.jsbuild:allcross-env INCLUDE_VSCODE_PLUGIN=true npm run build && npm run build:sandbox && npm run build:vscodebuild:fullcross-env INCLUDE_VSCODE_PLUGIN=true node scripts/build.jsbuild:packagesnpm run build --workspacesbuild:sandboxnode scripts/build_sandbox.js --skip-npm-install-buildbuild:vscodenode scripts/build_vscode_companion.jsbundlenpm run build && node esbuild.config.js && node scripts/copy_bundle_assets.jsbundle: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.jsbundle: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.jsbundle: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.jsbundle: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.jsbundle:fullcross-env INCLUDE_VSCODE_PLUGIN=true npm run build:full && node esbuild.config.js && node scripts/copy_bundle_assets.jsbundle: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.jscleannode scripts/clean.jsdebugcross-env DEBUG=1 DEEPX_SERVER_URL=https://api-code.deepvlab.ai DEEPX_WEB_URL=https://dvcode.deepvlab.ai node --inspect-brk scripts/start.jsdevcross-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.jsenv:development./scripts/switch-env.sh developmentenv:production./scripts/switch-env.sh productionenv:test./scripts/switch-env.sh testformatprettier --write .generatenode scripts/generate-git-commit-info.jslinteslint . --ext .ts,.tsx && eslint integration-testslint:cieslint . --ext .ts,.tsx --max-warnings 0 && eslint integration-tests --max-warnings 0lint:fixeslint . --fix && eslint integration-tests --fixpack:devcross-env ENABLE_CHECKPOINTING=true npm run bundle:cross-platform:dev && cross-env BUILD_ENV=development ENABLE_CHECKPOINTING=true node scripts/newpack.jspack:fullcross-env ENABLE_CHECKPOINTING=true npm run bundle:cross-platform:full && cross-env ENABLE_CHECKPOINTING=true node scripts/newpack.jspack: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.14fs-extra^11.3.1gradient-string^2.0.2open^10.0.0pidtree^0.6.0pidusage^4.0.1qrcode-terminal^0.12.0undici^7.10.0