PkgRadar

Package evidence

@naverpay/[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
28Mature · −50% score
First published
Oct 2024
Publisher
naverpayfe_bot

Effective trust discount applied: 50% (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":["@naverpay/[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":["@naverpay/[email protected]"],"fail_on":"review"}'
Artifact bytes48,936
Previous version0.2.3
Published2025-06-05T02:02:59.534Z
SHA-256dea1a3c9122b8cb3455573d9ca1bc8eba05c6995a1fbc8a09faca382f711fb0a

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts17
  • benchvitest bench --run ./src/*.bench.ts
  • bench:tipvitest bench --run tip.bench.ts
  • buildpnpm run clean && vite build --config vite.config.mts
  • changeset-versionchangeset version && pnpm run md:fix
  • cleanrm -rf dist
  • coveragevitest run --coverage
  • generatenode ./scripts/generate-utils.mjs
  • linteslint '**/*.{js,jsx,ts,tsx}'
  • lint:fixeslint '**/*.{js,jsx,ts,tsx}' --fix
  • mdmarkdownlint '*.md'
  • md:fixmarkdownlint --fix '*.md'
  • prepublishnode scripts/pre-build.mjs
  • prettierprettier --check '**/*.{ts,tsx,js,mjs,cjs,jsx,json,yaml,yml}'
  • prettier:fixprettier --write '**/*.{ts,tsx,js,mjs,cjs,jsx,json,yaml,yml}'
  • releasechangeset publish
  • release:canarychangeset publish --no-git-tag
  • testvitest run