PkgRadar

Package evidence

@qrvey/[email protected]

no findings

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
20
First published
Feb 2026
Publisher
qrvey-jespinel

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":["@qrvey/[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":["@qrvey/[email protected]"],"fail_on":"review"}'
Artifact bytes116,921
Previous version1.0.10-1109
Published2026-06-02T21:43:11.750Z
SHA-256011f1dc5ea19a3457dc67fbd7d42826787838a67f317c54e51efd918221fef3f

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

low
Last checked
lowRisk
0Score
1.0.11-1109Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts11
  • buildyarn test && yarn build:clean && yarn build:compile
  • build:cleanrm -rf dist
  • build:compileyarn build:compile:cjs && yarn build:compile:esm && yarn build:compile:types
  • build:compile:cjstsup --config ./tsup.config.cjs.ts
  • build:compile:cjs:debugtsc -b ./tsc.config.cjs.json
  • build:compile:esmtsup --config ./tsup.config.esm.ts
  • build:compile:typestsup --config ./tsup.config.types.ts
  • publish-packageyarn test:cov && yarn build && npm publish --tag latest
  • testjest --verbose
  • test:covjest --coverage && chmod +x ./coverageReader.sh && sh ./coverageReader.sh
  • type-checktsc
Dependencies5
  • @qrvey/fetch1.2.4-782
  • @qrvey/telemetry1.0.3-1036.beta
  • class-transformer0.5.1
  • class-validator0.14.2
  • reflect-metadata0.2.2