PkgRadar

Package evidence

[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.

Weekly downloads
924
Versions published
138Established · −30% score
First published
Nov 2025
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["[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"}'
Artifact bytes445,951
Previous version0.46.0
Published2026-06-13T14:25:46.560Z
SHA-256d95b92ed1b755c7aeabef6e6ec6898c23d69c9313a8e07202bc344b0eed4a87b

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
3Score
0.46.1Version
Status history (1 event)
  1. newavailable · risk review · score 3 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/templates/hooks/session-bun-check.shmatched "curl "12

Manifest

Package metadata

Scripts25
  • buildtsup
  • cleanrm -rf dist
  • devtsup --watch
  • formatprettier --write .
  • format:checkprettier --check .
  • knipknip
  • linteslint src tests && tsc --noEmit
  • lint:eslinteslint .
  • lint:shshellcheck **/*.sh
  • prepublishOnlynode scripts/check-bun-publish.js && bun run test:release && bun run build
  • pretesttsup
  • pretest:bddtsup
  • publintpublint
  • testvitest run
  • test:bddcucumber-js
  • test:coveragevitest run --coverage
  • test:donevitest run tests/hooks/ tests/schema.test.ts
  • test:integrationvitest run tests/integration/
  • test:releasevitest run --config vitest.release.config.ts
  • test:slowvitest run --config vitest.slow.config.ts
  • test:smoketsup && vitest run tests/hooks/ tests/schema.test.ts tests/integration/quality-gates.test.ts tests/integration/jtbd-gate.test.ts tests/smoke/hook-coverage.test.ts tests/integration/phase0-walkthrough.test.ts tests/integration/golden-path.test.ts
  • test:smoke:fastvitest run tests/hooks/ tests/schema.test.ts tests/integration/quality-gates.test.ts tests/integration/jtbd-gate.test.ts tests/smoke/hook-coverage.test.ts
  • test:smoke:livevitest run --config vitest.live.config.ts
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies26
  • @eslint-community/eslint-plugin-eslint-comments^4.7.2
  • @eslint/js^9.39.4
  • @next/eslint-plugin-next16.2.9
  • @tanstack/eslint-plugin-query5.101.0
  • @vitest/eslint-plugin^1.6.20
  • commander14.0.3
  • eslint-config-prettier^10.1.8
  • eslint-import-resolver-typescript^4.4.5
  • eslint-plugin-astro^1.7.0
  • eslint-plugin-better-tailwindcss4.5.0
  • eslint-plugin-import-x^4.16.2
  • eslint-plugin-jsdoc^63.0.2
  • eslint-plugin-jsx-a11y^6.10.2
  • eslint-plugin-playwright2.10.4
  • eslint-plugin-promise^7.3.0
  • eslint-plugin-react^7.37.5
  • eslint-plugin-react-hooks^7.1.1
  • eslint-plugin-regexp3.1.0
  • eslint-plugin-security4.0.0
  • eslint-plugin-simple-import-sort^13.0.0
  • eslint-plugin-sonarjs4.0.3
  • eslint-plugin-storybook10.4.3
  • eslint-plugin-turbo2.9.17
  • eslint-plugin-unicorn64.0.0
  • typescript-eslint8.61.0
  • yaml^2.9.0