PkgRadar

Package evidence

@mobilelocker/[email protected]

no findings

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.

Weekly downloads
2
Versions published
1
First published
Mar 2026
Publisher
mstralka

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":["@mobilelocker/[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":["@mobilelocker/[email protected]"],"fail_on":"review"}'
Publishermstralka
Artifact bytes226,729
Previous versionnone
Published2026-03-26T02:11:48.475Z
SHA-2565ebc8c43f9101bc243a209241233453a842508570d899ef53199c4e2108d1f65

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
4.1.8Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts10
  • buildnpm run build:cjs && npm run build:esm && npm run build:umd && npm run build:standalone && npm run build:types
  • build-and-uploadnpm run build && ./upload-to-s3.sh
  • build-and-upload-latestnpm run build && ./upload-to-s3.sh --latest
  • build:cjsbabel -d dist src --env-name cjs
  • build:esmbabel -d dist src --env-name esm --out-file-extension .esm.js
  • build:standalonewebpack
  • build:typestsc
  • build:umdbabel src/index.js --env-name umd -o dist/index.umd.js
  • preparenpm run build
  • prepublishOnlynpm run build
Dependencies6
  • axios^1.11.0
  • localforage^1.10.0
  • lodash^4.17.21
  • platform^1.3.6
  • urijs^1.19.11
  • uuid^11.1.0