PkgRadar

Package evidence

@sitecore-jss/[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
14
Versions published
8
First published
Dec 2020
Publisher
techphoria414

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":["@sitecore-jss/[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":["@sitecore-jss/[email protected]"],"fail_on":"review"}'
Publishertechphoria414
Artifact bytes10,915
Previous version16.0.0-canary.17
Published2021-01-15T19:58:04.211Z
SHA-256def746e6d1ce2ccb55d43545ea12e778db1437cfa32a0a0d18555f0b8d5a8cf4

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/config.jsmatched "cUrl "12
mediumRemote Payloadpackage/dist/util.jsmatched "cUrl "12

Manifest

Package metadata

Scripts6
  • buildnpm run clean && tsc
  • cleandel-cli dist types
  • coveragenyc --require ts-node/register npm test
  • linteslint --fix ./src/**/*.ts
  • prepublishOnlynpm run build
  • testmocha --require ts-node/register "./src/**/*.test.ts"
Dependencies3
  • body-parser^1.19.0
  • compression^1.7.4
  • express^4.17.1