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
106
Versions published
78Mature · −50% score
First published
Jun 2017
Publisher
dylanaubrey

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":["[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"}'
Publisherdylanaubrey
Artifact bytes107,074
Previous version1.0.22-unstable-12345.3
Published2026-04-29T20:46:55.541Z
SHA-256b17429097650390d17d70d7d3c13aa8dc1a4a5fe52bbf34f92a47be83b41d75c

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/shellScripts/installActivateMise.shmatched "curl "12

Manifest

Package metadata

Scripts17
  • buildpnpm run clean:dist && pnpm run compile
  • clean:depsdel-cli ./node_modules
  • clean:distdel-cli ./dist
  • compilepnpm run /^compile:.*/
  • compile:cjsMODULE_SYSTEM=cjs rollup -c ./rollup.config.mjs
  • compile:esmrollup -c ./rollup.config.mjs
  • compile:typestsc --project ./tsconfig.build.json && cts-types build dist/types/esm dist/types/cjs
  • cut:changelogchangelog
  • installActivateMisesh shellScripts/installActivateMise.sh
  • lintpnpm run /^lint:.*/
  • lint:codeeslint .
  • lint:docsmarkdownlint-cli2 --config ".markdownlint.json" "**/*.md" "!**/node_modules/**"
  • repodogrepodog
  • syncpacksyncpack format && syncpack list-mismatches && syncpack lint-semver-ranges
  • testCOMPILER=swc node --require=suppress-experimental-warnings --experimental-vm-modules node_modules/jest/bin/jest.js
  • type-checktsc --noEmit
  • validatepnpm run syncpack && pnpm run build && pnpm run lint && pnpm run type-check && pnpm run test
Dependencies6
  • @types/lodash-es^4.17.12
  • cacheability^4.0.30
  • core-js^3.43.0
  • lodash-es^4.17.21
  • query-string^9.2.0
  • type-fest^4.41.0