PkgRadar

Package evidence

@xera-ai/[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
3,813Niche · −30% score
Versions published
42
First published
May 2026
Publisher
thanhduong

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":["@xera-ai/[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":["@xera-ai/[email protected]"],"fail_on":"review"}'
Publisherthanhduong
Artifact bytes18,133
Previous version0.19.0
Published2026-05-25T08:01:07.866Z
SHA-2564d91fce892ab71ef5c51e5ba79e4ca9f12b40f845c189d00cc22e4e9b82c4d66

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/index.jsmatched "curl "12
mediumRemote Payloadpackage/src/trace-normalizer/normalize.tsmatched "curl "12

Manifest

Package metadata

Scripts4
  • buildtsup
  • build:typestsc --emitDeclarationOnly
  • prepublishOnlynpm run build && npm run build:types
  • typechecktsc --noEmit
Dependencies5
  • @apidevtools/json-schema-ref-parser11.7.0
  • @playwright/test1.60.0
  • @xera-ai/core^0.20.0
  • yaml2.9.0
  • zod4.4.3