PkgRadar

Package evidence

@quantiya/[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
801
Versions published
48
First published
Mar 2026
Publisher
hendryyeh

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":["@quantiya/[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":["@quantiya/[email protected]"],"fail_on":"review"}'
Publisherhendryyeh
Artifact bytes35,552
Previous version1.0.46
Published2026-06-07T08:20:09.255Z
SHA-256029aeab03c18a3a51f79a989f6573fdd6f4d1229b88294752e2244e88f313eb4

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/hooks/common.shmatched "curl "12

Manifest

Package metadata

Scripts7
  • buildrm -rf dist && npm run typecheck && esbuild src/server.ts --bundle --platform=node --target=node18 --minify --packages=external --outfile=dist/server.js
  • devts-node src/server.ts
  • postpacknode scripts/restore-dev.js
  • prepacknode scripts/prepare-publish.js && npm run build
  • startnode dist/server.js
  • testjest --config jest.config.js
  • typechecktsc --noEmit
Dependencies7
  • @quantiya/codevibe-core^1.0.31
  • chokidar^4.0.0
  • dotenv^16.6.1
  • express^5.1.0
  • graphql^16.12.0
  • uuid^13.0.0
  • ws^8.18.3