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 monitoringNo 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Large Javascript Payload | package/dist/extension.js | 3365443 bytes | 0 |
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.jsbuild:cinode ./build/update-path.js ci && npm run update:version && npm run pack --platform=ci && webpack --mode production --config ./build/node-ci.webpack.config.jsconvert:es5gulpdevnode ./build/update-path.js && npm run pack && webpack --mode development --watch --config ./build/node-extension.webpack.config.jsdev:cinode ./build/update-path.js ci && npm run pack --platform=ci && webpack --mode development --watch --config ./build/node-ci.webpack.config.jsformatprettier 'src/**/*.ts' --writelinteslint . --ext ts,.jslint:cssstylelint **/*.{html,vue,css,sass,scss,less} --fixlint:fixeslint . --ext ts,.js --fixpacknpm run convert:es5 && cross-env-shell node ./build/pack.js $npm_config_platformpackagewebpack --mode production --devtool hidden-source-map --config ./build/node-extension.webpack.config.jspretestnpm run test-compile && npm run linttestnode ./out/test/runTest.jstest-compiletsc -p ./test-watchtsc -watch -p ./update:versionnode ./build/update-version.jsvscode:prepublishnpm run package