PkgRadar

Package evidence

@wenlarge/[email protected]

Install-time lifecycle script: prepare="npm run build"

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":["@wenlarge/[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":["@wenlarge/[email protected]"],"fail_on":"review"}'
Publisherwenlarge
Artifact bytes19,074
Previous version1.5.8
Published2026-05-24T23:32:29.773Z
SHA-256be3d92ff682932ee5905d210b1a96182c664a90c4088ca972ac69893d6c1c3c0

Why flagged

What the scanner saw

Install-time lifecycle script: prepare="npm run build"

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

Availability ledger

available

review
Last checked
reviewRisk
7Score
1.6.0Version
Status history (1 event)
  1. newavailable · risk review · score 7 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonprepare="npm run build"4
lowObfuscationpackage/dist/helpers/helper.jsmatched "Buffer.from(raw, 'base64"3

Manifest

Package metadata

Scripts3
  • buildnpm run proto:build && tsc
  • preparenpm run build
  • proto:buildnpx protoc --plugin=node_modules/.bin/protoc-gen-ts_proto.cmd --proto_path=proto --ts_proto_out=src/generated proto/*.proto --ts_proto_opt=nestJs=true,esModuleInterop=true,forceLong=string,useOptionals=messages,useDate=true,addGrpcMetadata=true,stringEnums=true
Dependencies4
  • @grpc/grpc-js^1.14.1
  • @grpc/proto-loader^0.7.15
  • expr-eval^2.0.2
  • rxjs^7.8.1