PkgRadar

Package evidence

@portlens/[email protected]

Large Javascript Payload: 2706825 bytes

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":["@portlens/[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":["@portlens/[email protected]"],"fail_on":"review"}'
Publisherportlens
Artifact bytes515,514
Previous versionnone
Published2026-05-24T09:05:36.614Z
SHA-256ac61aff5f88c523617f75cd11479bad7b42ed80077c8d499da4a6936de1a3276

Why flagged

What the scanner saw

Large Javascript Payload: 2706825 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/index.js2706825 bytes10
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/index.js2706825 bytes10
lowObfuscationpackage/dist/agent.jsmatched "Buffer.from(body, \"base64"3
lowObfuscationpackage/dist/display.jsmatched "\\x1b"3

Manifest

Package metadata

Scripts3
  • buildesbuild src/index.ts --bundle --platform=node --format=esm --outfile=dist/index.js --banner:js='#!/usr/bin/env node'
  • devtsc --watch
  • prepublishOnlynpm run build
Dependencies8
  • chalk^4.1.2
  • commander^8.3.0
  • dotenv^10.0.0
  • open^8.4.2
  • ora^9.4.0
  • puppeteer-core^25.0.2
  • qrcode-terminal^0.12.0
  • ws^7.5.10