PkgRadar

Package evidence

[email protected]

Remote Payload: matched "github.com/lexiforest/curl-impersonate/releases/download"

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
31Established · −30% score
First published
Sep 2025
Publisher
f4ran

Effective trust discount applied: 30% (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"}'
Publisherf4ran
Artifact bytes74,220
Previous version1.10.0
Published2026-05-17T21:03:43.216Z
SHA-256f7e3f22b8f8e4d1ffc08abc473737d1abbad48adb0490c2f6a380ea4390c23ed

Why flagged

What the scanner saw

Remote Payload: matched "github.com/lexiforest/curl-impersonate/releases/download"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/index.cjsmatched "github.com/lexiforest/curl-impersonate/releases/download"12
mediumRemote Payloadpackage/dist/index.jsmatched "github.com/lexiforest/curl-impersonate/releases/download"12
mediumRemote Payloadpackage/src/helpers/parser.tsmatched "github.com/lexiforest/curl-impersonate/releases/download"12

Manifest

Package metadata

Scripts16
  • buildtsup src/index.ts --format cjs,esm --dts --external tar
  • formatprettier --write "src/**/*.ts" "test/**/*.ts" "*.{json,md}"
  • format:checkprettier --check "src/**/*.ts" "test/**/*.ts" "*.{json,md}"
  • linteslint src test --ext .ts
  • lint:fixeslint src test --ext .ts --fix
  • preparenpm run build
  • smokenode --input-type=module -e "import('./dist/index.js').then(m=>m.__smoke && m.__smoke())"
  • testvitest test/basic.test.ts test/api.test.ts
  • test:allvitest run
  • test:ci:platformsvitest run test/unit/mobilePlatforms.test.ts test/unit/descriptorNormalize.test.ts test/unit/downloadAssetName.test.ts test/unit/connector.test.ts
  • test:connectorvitest run test/unit/connector.test.ts
  • test:coveragevitest run --coverage
  • test:mobilevitest run test/unit/mobilePlatforms.test.ts test/unit/descriptorNormalize.test.ts test/unit/downloadAssetName.test.ts
  • test:runvitest run test/basic.test.ts test/api.test.ts
  • test:uivitest test/basic.test.ts test/api.test.ts --ui
  • typechecktsc --noEmit
Dependencies1
  • tar7.4.3