PkgRadar

Package evidence

@lokalise/[email protected]

Remote Payload: matched "wget "

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
7
First published
Jun 2024
Publisher
botlokalise

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":["@lokalise/[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":["@lokalise/[email protected]"],"fail_on":"review"}'
Publisherbotlokalise
Artifact bytes5,228
Previous version2.1.0
Published2025-05-14T12:28:17.476Z
SHA-2563000ec04b7c9ece0a41017a5456c57a2250b934bbccc10a1999a76d6097c85dd

Why flagged

What the scanner saw

Remote Payload: matched "wget "

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/vault/vault.jsmatched "wget "12

Manifest

Package metadata

Scripts10
  • buildrimraf dist && tsc --project tsconfig.build.json
  • cleanrimraf dist .eslintcache
  • devvite watch
  • lintbiome check . && tsc
  • lint:fixbiome check --write
  • package-versionecho $npm_package_version
  • postversionbiome check --write package.json
  • prepublishOnlynpm run build
  • testvitest run
  • test:civitest run --coverage
Dependencies1
  • @lokalise/node-core^14.0.0