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
- 734
- Versions published
- 178Mature · −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 promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 8 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/bootstrap.local.sh | matched "curl " | 12 |
Show all 2 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/bootstrap.local.sh | matched "curl " | 12 |
| low | Install-time lifecycle script | package.json | postinstall="npm run check:node" | 5 |
Manifest
Package metadata
Scripts47
audit:coveragevitest run tests/internal/auditCoverage.test.jsbuildvite build --mode productionbuild:auditvite build --mode auditbuild:codexvite build --mode codexbuild:vercelvercel buildchecksvelte-kit sync && svelte-check --tsconfig ./jsconfig.jsoncheck:envnode scripts/checkEnv.jscheck:nodenode scripts/checkNode.jscheck:updatesncu --format group --colorcheck:watchsvelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watchcheckoutnpm-run-all check:node test:all lint:all checkcleannpm run delete && npm cache clean --force && npm installcoverage:clientnode scripts/openReport.js clientcoverage:opennpm run coverage:client && npm run coverage:servercoverage:servernode scripts/openReport.js servercss:bundlenode scripts/bundleCss.jsdeleterm -rf .svelte-kit node_modules package-lock.jsondevvite devdev:auditvite --mode auditdev:codexvite dev --mode codexdev:vercelvercel devformatprettier --check .format:fixprettier --write .lhcilhcilhci:runlhci autorun --config=.lighthouserc.cjslinteslint . --ext .js,.cjs,.mjs,.sveltelint:allnpm-run-all --parallel --print-label lint lint:md lint:css --sequential formatlint:cssstylelint "**/*.{css,svelte}" --ignore-path .stylelintignorelint:fixeslint . --ext .js,.cjs,.mjs,.svelte --fixlint:jsdoceslint . --ext .js,.cjs,.mjs,.svelte --max-warnings=0- …and 17 more.
Dependencies3
dompurify^3.4.8semver^7.8.2svelte5.56.2