PkgRadar

Package evidence

[email protected]

Remote Payload: matched "curl "

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"}'
Publishermanbo
Artifact bytes11,635
Previous version0.0.1
Published2022-10-15T08:28:15.640Z
SHA-2560b2e1e5f88e824da15fa749b023d4ecd43df039901d84a0d69f233b63ced0ad8

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/src/commands/cat.jsmatched "curl "12
mediumRemote Payloadpackage/src/commands/curl.jsmatched "curl "12
mediumRemote Payloadpackage/src/commands/index.jsmatched "curl "12
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/src/commands/cat.jsmatched "curl "12
mediumRemote Payloadpackage/src/commands/curl.jsmatched "curl "12
mediumRemote Payloadpackage/src/commands/index.jsmatched "curl "12
lowObfuscationpackage/src/commands/js.jsmatched "eval("3
lowObfuscationpackage/src/commands/jsi.jsmatched "eval("3

Manifest

Package metadata

Scripts2
  • linteslint --ext js,jsx,ts,tsx src
  • lint:fixeslint --ext js,jsx,ts,tsx src --fix
Dependencies1
  • node-fetch^2.6.1