PkgRadar

Package evidence

@portlens/[email protected]

Large Javascript Payload: 2707086 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,705
Previous version1.0.10
Published2026-05-24T10:47:58.847Z
SHA-256c6328a7c681b569c6e9e15484edd9557270478fb4b7892a2d92b938755d8ad48

Why flagged

What the scanner saw

Large Javascript Payload: 2707086 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.11Version
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.js2707086 bytes10
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/index.js2707086 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 import { createRequire as _createRequire } from 'module'; import { fileURLToPath as _fileURLToPath } from 'url'; const require = _createRequire(import.meta.url); const __filename = _fileURLToPath(import.meta.url); const __dirname = _fileURLToPath(new URL('.', import.meta.url));"
  • 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