PkgRadar

Package evidence

@qwreey-js/[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.

Weekly downloads
137
Versions published
4
First published
May 2026
Publisher
qwreey

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":["@qwreey-js/[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":["@qwreey-js/[email protected]"],"fail_on":"review"}'
Publisherqwreey
Artifact bytes25,213
Previous version1.0.5
Published2026-06-08T03:02:01.894Z
SHA-256497a064d4d2431a7169f1d11860e826d30219777907330cac2b01dd89acf37ea

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.6Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts9
  • build../../node_modules/typescript/bin/tsc
  • checknpm run check:tsc && npm run check:eslint && npm run check:format
  • check:eslintnpm run --prefix ../../ check:eslint -- packages/ts-util/src
  • check:formatnpm run --prefix ../../ prettier -- --check packages/ts-util/src
  • check:tsc../../node_modules/typescript/bin/tsc --noemit
  • fix:formatnpm run --prefix ../../ prettier -- --write packages/ts-util/src
  • initnpm ci --include-workspace-root --include=dev
  • prepacknpm run init && npm run check && npm run build
  • test../../node_modules/.bin/tsx src/test/index.ts