PkgRadar

Package evidence

@hanqunfeng/[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
9
First published
Jun 2026
Publisher
hanqunfeng

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":["@hanqunfeng/[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":["@hanqunfeng/[email protected]"],"fail_on":"review"}'
Publisherhanqunfeng
Artifact bytes348,780
Previous version3.0.4
Published2026-06-10T10:00:16.363Z
SHA-256ec6702ad0e3f13860e58b0e0972094ee76e1b3bd0a2d781ae93c9ba9a2ad61f7

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts20
  • buildtsc && cp src/interceptor-loader.js src/token-extractor.js dist/ && npm run build:frontend
  • build:frontendcd frontend && npm run build
  • cleanrm -rf dist
  • devconcurrently "npm run dev:core" "npm run dev:copy" "npm run dev:frontend"
  • dev:copynpx nodemon --watch src/interceptor-loader.js --watch src/token-extractor.js --exec 'mkdir -p dist && cp src/interceptor-loader.js src/token-extractor.js dist/'
  • dev:coretsc --watch --preserveWatchOutput
  • dev:frontendcd frontend && npm run dev
  • predevtsc && mkdir -p dist && cp src/interceptor-loader.js src/token-extractor.js dist/
  • prepublishOnlynpm run clean && npm run build
  • publish:checkbash scripts/publish.sh --check
  • publish:dry-runbash scripts/publish.sh --dry-run
  • publish:majorbash scripts/publish.sh major
  • publish:minorbash scripts/publish.sh minor
  • publish:patchbash scripts/publish.sh patch
  • publish:releasebash scripts/publish.sh
  • setupnpm install && cd frontend && npm install
  • testnode --require ./dist/interceptor.js echo 'test'
  • test:generatenpx tsx src/cli test/test-traffic.jsonl test/index.html
  • test:unitnpx tsx --test test/*.test.ts
  • typechecktsc --noEmit
Dependencies1
  • smol-toml^1.6.1