PkgRadar

Package evidence

@unchainedshop/[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
148
Versions published
92Mature · −50% score
First published
Jun 2025
Publisher
kaufmae

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":["@unchainedshop/[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":["@unchainedshop/[email protected]"],"fail_on":"review"}'
Publisherkaufmae
Artifact bytes3,464,709
Previous version4.8.13
Published2026-06-16T14:44:21.552Z
SHA-256e3775be1b5f484f9b49f5863180a67699913b05e22881e51eeb90ee05abf2a6e

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts19
  • buildnode ./generate-permissions.js && NODE_ENV=production next build
  • codegengraphql-codegen --config codegen.ts
  • compile-translationformatjs compile ./src/lang/en.json --out-file ./src/i18n/en.json --format custom-formatter.js && node extract-missing-translation-keys.js
  • cy:opencypress run
  • cy:runcypress run
  • devnext dev
  • extract-translationformatjs extract 'src/(pages|modules|components)/**/*.{ts,tsx,jsx}' --out-file src/lang/en.json --id-interpolation-pattern '[sha512:contenthash:base64:6]'
  • formateslint --fix .
  • linteslint .
  • prepublishOnlynpm run build
  • servenpx serve out
  • startnext start
  • taggit push --follow-tags
  • test:componentcypress open --component
  • test:e2ecypress run
  • test:e2e-recordcypress run --browser chrome --record
  • version:majornpm version major && npm run tag
  • version:minornpm version minor && npm run tag
  • version:patchnpm version patch && npm run tag