PkgRadar

Package evidence

@networkpro/[email protected]

Remote Payload: matched "curl "

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
177Mature · −50% score
First published
Apr 2025
Publisher
sundevil311

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@networkpro/[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":["@networkpro/[email protected]"],"fail_on":"review"}'
Publishersundevil311
Artifact bytes2,519,370
Previous version1.28.3
Published2026-05-28T04:00:12.851Z
SHA-256d7c028ead1765663dae41ff20c4cc8761067385f300f6866dafc5cac1d2f6600

Why flagged

What the scanner saw

Remote Payload: matched "curl "

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/bootstrap.local.shmatched "curl "12
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/bootstrap.local.shmatched "curl "12
lowInstall-time lifecycle scriptpackage.jsonpostinstall="npm run check:node"5

Manifest

Package metadata

Scripts47
  • audit:coveragevitest run tests/internal/auditCoverage.test.js
  • buildvite build --mode production
  • build:auditvite build --mode audit
  • build:codexvite build --mode codex
  • build:vercelvercel build
  • checksvelte-kit sync && svelte-check --tsconfig ./jsconfig.json
  • check:envnode scripts/checkEnv.js
  • check:nodenode scripts/checkNode.js
  • check:updatesncu --format group --color
  • check:watchsvelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch
  • checkoutnpm-run-all check:node test:all lint:all check
  • cleannpm run delete && npm cache clean --force && npm install
  • coverage:clientnode scripts/openReport.js client
  • coverage:opennpm run coverage:client && npm run coverage:server
  • coverage:servernode scripts/openReport.js server
  • css:bundlenode scripts/bundleCss.js
  • deleterm -rf .svelte-kit node_modules package-lock.json
  • devvite dev
  • dev:auditvite --mode audit
  • dev:codexvite dev --mode codex
  • dev:vercelvercel dev
  • formatprettier --check .
  • format:fixprettier --write .
  • lhcilhci
  • lhci:runlhci autorun --config=.lighthouserc.cjs
  • linteslint . --ext .js,.cjs,.mjs,.svelte
  • lint:allnpm-run-all --parallel --print-label lint lint:md lint:css --sequential format
  • lint:cssstylelint "**/*.{css,svelte}" --ignore-path .stylelintignore
  • lint:fixeslint . --ext .js,.cjs,.mjs,.svelte --fix
  • lint:jsdoceslint . --ext .js,.cjs,.mjs,.svelte --max-warnings=0
  • …and 17 more.
Dependencies3
  • dompurify^3.4.7
  • semver^7.8.1
  • svelte5.55.10