PkgRadar

Package evidence

[email protected]

Remote Payload: matched "invoke-webrequest"

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisheresquetta
Artifact bytes95,377
Previous version1.2.0
Published2026-05-23T10:08:27.454Z
SHA-256622997d47e913f3836119305c5c026ba6f718c9d953c7eec5b967e3d4422b66f

Why flagged

What the scanner saw

Remote Payload: matched "invoke-webrequest"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/security/security-audit.jsmatched "invoke-webrequest"12
mediumRemote Payloadpackage/dist/security/trust-score.jsmatched "invoke-webrequest"12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/security/security-audit.jsmatched "invoke-webrequest"12
mediumRemote Payloadpackage/dist/security/trust-score.jsmatched "invoke-webrequest"12
lowObfuscationpackage/dist/terminal/live-status-renderer.jsmatched "\\x1B"3
lowObfuscationpackage/dist/core/read-json-file.jsmatched "\\uFEFF"3

Manifest

Package metadata

Scripts11
  • buildnpm run clean && tsc -p tsconfig.json
  • cleannode -e "require('node:fs').rmSync('dist', { recursive: true, force: true })"
  • devtsx src/cli.ts
  • generate-validation-artifactsnode scripts/generate-validation-artifacts.mjs
  • prepare-rctsx scripts/prepare-release-candidate.ts
  • prepare-releasenpm test && npm run build && npm pack --dry-run
  • prepublishOnlynpm test && npm run build
  • release-checknode scripts/release-check.mjs
  • testvitest run
  • test:watchvitest
  • verify-release-syncnode scripts/verify-release-sync.mjs