PkgRadar

Package evidence

[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
21
Versions published
11
First published
Apr 2026
Publisher
peaks1992

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherpeaks1992
Artifact bytes117,838
Previous version1.0.8
Published2026-05-11T02:56:56.538Z
SHA-256564751e064d1821445474230d556250b95afc44816d7e3cb6bf4cf2b160286e8

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts29
  • analyze:depsnode scripts/analyze-dependency-impact.js
  • buildfather build && node scripts/build-css.js
  • build:analyzepnpm build && node scripts/analyze-bundle.js
  • build:cssnode scripts/build-css.js
  • build:prodfather build && node scripts/build-css.js && node scripts/remove-console.js && node scripts/compress-js.js
  • build:prod:analyzenode scripts/analyze-prod-bundle.js
  • build:watchfather dev
  • clean-cacherm -rf .dumi/tmp
  • devdumi dev
  • docs:builddumi build
  • docs:previewdumi preview
  • doctorfather doctor
  • lintnpm run lint:es && npm run lint:css
  • lint:cssstylelint "{src,test}/**/*.{css,less}"
  • lint:css:fixstylelint "{src,test}/**/*.{css,less}" --fix
  • lint:eseslint "{src,test}/**/*.{js,jsx,ts,tsx}"
  • lint:es:fixeslint "{src,test}/**/*.{js,jsx,ts,tsx}" --fix
  • lint:fixnpm run lint:es:fix && npm run lint:css:fix
  • preparehusky install && dumi setup
  • prepublishOnlyfather doctor && npm run build
  • publish:alphabash scripts/publish.sh alpha
  • publish:betabash scripts/publish.sh beta
  • publish:packagebash scripts/publish.sh
  • startnpm run dev
  • testvitest run
  • test:allpnpm test && pnpm test:e2e
  • test:e2eplaywright test
  • test:smokeplaywright test e2e/basic-flow.spec.ts
  • test:watchvitest
Dependencies15
  • clsx^2.1.1
  • codemirror5.65.20
  • highlight.js^11.11.1
  • lucide-react^1.7.0
  • markdown-it^14.1.0
  • markdown-it-container^4.0.0
  • markdown-it-emoji^3.0.0
  • markdown-it-footnote^4.0.0
  • markdown-it-highlightjs^4.3.0
  • markdown-it-task-lists^2.1.1
  • react-codemirror27.3.0
  • react-window^2.2.7
  • tailwind-merge^3.5.0
  • uuid^13.0.0
  • zustand^5.0.12