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
203
First published
Jan 2026
Publisher
cyue

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"}'
Publishercyue
Artifact bytes7,779,267
Previous version1.27.2
Published2026-06-04T11:05:07.301Z
SHA-25641bbf64e476223ecf25aa2399d72ac7de4b100d8c54fcfca17c12d54b9f44221

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts9
  • buildnode ./scripts/build.mjs
  • cleannode ../scripts/rm-dir.mjs dist
  • devecho 'Dominds WebApp is served by backend server.' && echo 'Dev: cd ../../ && ./dev-server.sh'
  • formatprettier --write "src/**/*.{js,jsx,ts,tsx}" && prettier --write "src/**/*.{css,md,json,html}"
  • format:checkprettier --check "src/**/*.{js,jsx,ts,tsx}" && prettier --check "src/**/*.{css,md,json,html}"
  • lint:typestsc -p src/tsconfig.json --noEmit && node ./scripts/check-dom-events.mjs
  • serveecho 'Dominds WebApp is served by backend server.' && echo 'Dev: cd ../../ && ./dev-server.sh'
  • startecho 'Dominds WebApp is served by backend server.' && echo 'Dev: cd ../../ && ./dev-server.sh'
  • testecho 'Dominds WebApp: Use lint:types for type checking.'
Dependencies8
  • @longrun-ai/kernelworkspace:*
  • @longrun-ai/shellworkspace:*
  • dompurify^3.4.7
  • highlight.js^11.11.1
  • katex^0.17.0
  • markdown-it^14.2.0
  • mermaid^11.15.0
  • ts-dedent^2.2.0