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.

Versions published
18
First published
May 2026
Publisher
demian0311

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"}'
Publisherdemian0311
Artifact bytes10,329
Previous version0.4.5
Published2026-06-10T13:06:44.983Z
SHA-2563b7ac1f6a06efaefc69c72187a9a9fd607aa9ea1ab5b8fb6f1bbf4cde541d6a1

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
0.4.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

Scripts17
  • buildtsup
  • check:allpnpm check:deadcode && pnpm check:duplication && pnpm check:deps
  • check:deadcodeknip
  • check:depsdepcheck --ignores='docusaurus-plugin-dgmo'
  • check:duplicationjscpd ./src
  • devtsup --watch
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint .
  • lint:fixeslint . --fix
  • prepublishOnlypnpm build && pnpm test
  • pretestpnpm build
  • testvitest run --coverage
  • test:e2epnpm build && cd tests/fixture && pnpm install --no-frozen-lockfile && pnpm exec docusaurus build && node ../../scripts/assert-build-output.mjs
  • test:e2e:rspackUSE_RSPACK=1 pnpm test:e2e
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies1
  • remark-dgmo^0.3.7