PkgRadar

Package evidence

@hanqunfeng/[email protected]

Suspicious Publish Context: {"package_age_days":7,"publisher":"hanqunfeng","burst_same_day":0,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}

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
556
Versions published
11
First published
Jun 2026
Publisher
hanqunfeng

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":["@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 bytes427,732
Previous version3.0.6
Published2026-06-16T09:23:01.932Z
SHA-256b4df0d2b2293e8fcb3eb8db3d2f99f2c598d6f897dff8057fa6763fe611310a6

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":7,"publisher":"hanqunfeng","burst_same_day":0,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
3.0.7Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":7,"publisher":"hanqunfeng","burst_same_day":0,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}10

Manifest

Package metadata

Scripts20
  • buildtsc && mkdir -p dist/intercept && cp src/intercept/interceptor-loader.js src/intercept/token-extractor.js dist/intercept/ && 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/intercept/interceptor-loader.js --watch src/intercept/token-extractor.js --exec 'mkdir -p dist/intercept && cp src/intercept/interceptor-loader.js src/intercept/token-extractor.js dist/intercept/'
  • dev:coretsc --watch --preserveWatchOutput
  • dev:frontendcd frontend && npm run dev
  • predevtsc && mkdir -p dist/intercept && cp src/intercept/interceptor-loader.js src/intercept/token-extractor.js dist/intercept/
  • 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/intercept/interceptor.js echo 'test'
  • test:generatenpx tsx src/cli/cli.ts test/test-traffic.jsonl test/index.html
  • test:unitnpx tsx --test test/*.test.ts
  • typechecktsc --noEmit
Dependencies2
  • node-forge^1.4.0
  • smol-toml^1.6.1