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.

Versions published
49
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 bytes1,379,368
Previous version1.0.47
Published2026-06-01T15:00:03.147Z
SHA-2566a00635992fad87c50fbfe7a8f50cbc6850bb27cbac90aaed21daba066a1a751

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/hooks/common.shmatched "curl "12
mediumRemote Payloadpackage/hooks/session-start.shmatched "curl "12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/hooks/common.shmatched "curl "12
mediumRemote Payloadpackage/hooks/session-start.shmatched "curl "12
lowCredential file accesspackage/node_modules/@quantiya/codevibe-core/dist/index.jsmatched ".ssh/"5

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 --forceExit
  • typechecktsc --noEmit
Dependencies6
  • @quantiya/codevibe-core^1.0.29
  • dotenv^16.6.1
  • express^5.1.0
  • graphql^16.12.0
  • uuid^13.0.0
  • ws^8.18.3