PkgRadar

Package evidence

@mejazbese21/[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
6
First published
May 2026
Publisher
mejazbese21

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":["@mejazbese21/[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":["@mejazbese21/[email protected]"],"fail_on":"review"}'
Publishermejazbese21
Artifact bytes387,566
Previous version1.7.5
Published2026-06-17T14:00:08.845Z
SHA-256df04de3b920e7a99e78b0a931462dcbf9f384a181c79591d6fe534182dc69b76

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts18
  • add-localets-node --project scripts/tsconfig.json scripts/add-locale.ts
  • buildnpm run build:chrome && npm run build:firefox && npm run build:safari
  • build:apinode scripts/build-api.mjs
  • build:chromewebpack --env BROWSER=chrome --mode production
  • build:clinode scripts/build-cli.mjs
  • build:firefoxwebpack --env BROWSER=firefox --mode production
  • build:safariwebpack --env BROWSER=safari --mode production
  • check-stringsts-node --project scripts/tsconfig.json scripts/check-unused-strings.ts
  • defuddle-devnode scripts/set-defuddle-dev.js
  • defuddle-prodnode scripts/set-defuddle-prod.js
  • devnpm run dev:chrome
  • dev:chromewebpack --watch --env BROWSER=chrome --mode development
  • dev:firefoxwebpack --watch --env BROWSER=firefox --mode development
  • dev:safariwebpack --watch --env BROWSER=safari --mode development
  • prepublishOnlynpm run build:cli && npm run build:api
  • testvitest run
  • test:watchvitest
  • update-localests-node --project scripts/tsconfig.json scripts/update-locales.ts
Dependencies8
  • @types/safari-extension^0.0.33
  • dayjs^1.11.13
  • defuddle^0.18.1
  • dompurify^3.0.9
  • highlight.js^11.11.1
  • linkedom^0.18.0
  • lucide^0.359.0
  • lz-string^1.5.0