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
190
Versions published
15Established · −30% score
First published
Oct 2024
Publisher
teffenellis

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"}'
Publisherteffenellis
Artifact bytes3,129,002
Previous versionnone
Published2024-10-30T07:08:44.112Z
SHA-256c0275b58e7ff7264c962f4ee1b955dde12afa7744999fb6b92eddadb2ca40a36

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/resources/chromium-i18n/ssl-address-download.shmatched "curl "12

Manifest

Package metadata

Scripts17
  • ci./bin/test
  • compileNODE_OPTIONS="--max-old-space-size=3000" tsc -b
  • compile:cleannode ./sdk/out/scripts/clean.js
  • demomailwoman parse '3551 W. Hillsboro Blvd Deerfield Beach, FL 33442'
  • lintrun-s lint:prettier:check lint:eslint:check
  • lint:eslint:checkeslint .
  • lint:eslint:fixeslint --fix .
  • lint:fixrun-s lint:prettier:fix lint:eslint:fix
  • lint:prettiereslint .
  • lint:prettier:checkprettier --cache --check -u .
  • lint:prettier:fixprettier --cache --write -u .
  • preparehusky
  • servenode ./server/http.js
  • testtape ./out/**/*.test.js | npx faucet
  • test:functionaltape ./out/test/functional/*.test.js | npx faucet
  • test:oatape ./out/openaddresses.js | npx faucet
  • test:unittape ./out/**/*.test.js --ignore ./out/test/functional/**/*.test.js | npx faucet
Dependencies4
  • @fragaria/address-formatter^6.3.0
  • path-ts^1.0.5
  • pluralize^8.0.0
  • remove-accents^0.5.0