PkgRadar

Package evidence

@anker-in/[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
27Established · −30% score
First published
Aug 2025
Publisher
josie.zhou

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@anker-in/[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":["@anker-in/[email protected]"],"fail_on":"review"}'
Publisherjosie.zhou
Artifact bytes665,232
Previous version1.1.3
Published2026-05-29T06:17:51.246Z
SHA-256cb7f0e22485c5c91f22722bf5955bec866433e486c0a99bf822f6a0f25b83b47

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.1.4Version
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
  • buildpnpm run build:js:esm & pnpm run build:js:cjs & pnpm run build:types:esm & pnpm run build:types:cjs
  • build:js:cjsnode esbuild-cjs.mjs
  • build:js:esmnode esbuild-esm.mjs
  • build:types:cjstsc --outdir dist/cjs
  • build:types:esmtsc --outdir dist/esm
  • cleanrm -rf .turbo node_modules dist
  • coveragejest --coverage
  • devtsup --watch
  • testjest --passWithNoTests
  • test:watchjest --watch
  • type-checktsc --noEmit
Dependencies3
  • fetch-ponyfill^7.1.0
  • js-cookie^3.0.5
  • swr^2.2.4