PkgRadar

Package evidence

[email protected]

Remote Payload: matched "curl "

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":"high"}'

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":"high"}'
Publishermanbo
Artifact bytes39,121
Previous version0.0.2
Published2022-10-17T05:54:07.639Z
SHA-256eca0e8c881be0f77c686458a8d41323b6b193c7607bd3a17728e30ab309b7d6c

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

high
Last checked
highRisk
54Score
0.0.3Version
Status history (1 event)
  1. newavailable · risk high · score 54 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

manbo

5 members · evidence strength 78

Evidence

Static findings

6 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
mediumObfuscation Densitypackage/pnpm-lock.yamlhigh encoded/escaped-token density12
Show all 6 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
mediumObfuscation Densitypackage/pnpm-lock.yamlhigh encoded/escaped-token density12
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