PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 3365443 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.

Versions published
14Established · −30% score
First published
Jan 2025
Publisher
wechat-miniprogram

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

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"}'
Artifact bytes1,012,058
Previous version1.1.32
Published2026-01-13T06:26:30.678Z
SHA-256deb3e9dc250badc4d90e897a4f5e9c148bf0a4d4efdd8d270dad9328c56eb18e

Why flagged

What the scanner saw

Large Javascript Payload: 3365443 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
1.1.33Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/dist/extension.js3365443 bytes0

Manifest

Package metadata

Scripts17
  • buildnode ./build/update-path.js && npm run update:version && npm run pack && webpack --mode production --config ./build/node-extension.webpack.config.js
  • build:cinode ./build/update-path.js ci && npm run update:version && npm run pack --platform=ci && webpack --mode production --config ./build/node-ci.webpack.config.js
  • convert:es5gulp
  • devnode ./build/update-path.js && npm run pack && webpack --mode development --watch --config ./build/node-extension.webpack.config.js
  • dev:cinode ./build/update-path.js ci && npm run pack --platform=ci && webpack --mode development --watch --config ./build/node-ci.webpack.config.js
  • formatprettier 'src/**/*.ts' --write
  • linteslint . --ext ts,.js
  • lint:cssstylelint **/*.{html,vue,css,sass,scss,less} --fix
  • lint:fixeslint . --ext ts,.js --fix
  • packnpm run convert:es5 && cross-env-shell node ./build/pack.js $npm_config_platform
  • packagewebpack --mode production --devtool hidden-source-map --config ./build/node-extension.webpack.config.js
  • pretestnpm run test-compile && npm run lint
  • testnode ./out/test/runTest.js
  • test-compiletsc -p ./
  • test-watchtsc -watch -p ./
  • update:versionnode ./build/update-version.js
  • vscode:prepublishnpm run package