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
88Mature · −50% score
First published
Jan 2025
Publisher
cak3

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":["[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"}'
Publishercak3
Artifact bytes197,399
Previous version0.36.1
Published2026-05-27T14:18:43.162Z
SHA-256ca89fbacc414fb980365cd2bad168c3834cf3c2b65ad41b4ed84136fcfcb4fce

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts14
  • benchnode --experimental-vm-modules ./tests/scripts/run-benchmarks.js
  • buildpremove dist && pnpm build-lib && pnpm build-types
  • build-htmlpremove .coralite && node --experimental-vm-modules ./tests/scripts/build-html.js
  • build-libesbuild ./lib/index.js ./lib/coralite-element.js --bundle --target=esnext --format=esm --outdir=dist/lib --platform=node --sourcemap --packages=external --alias:#lib=./lib/index.js --alias:#plugins=./plugins/index.js
  • build-typestsc
  • linteslint --cache .
  • lint-formateslint --cache --fix .
  • serversirv .coralite --dev --port 3000
  • test-e2epnpm build && pnpm build-html && playwright test
  • test-e2e-reportplaywright show-report
  • test-e2e-uiplaywright test --ui
  • test-unitnode --experimental-vm-modules --experimental-import-meta-resolve --test ./tests/unit/**/*.spec.js
  • test-unit-coveragenode --experimental-vm-modules --experimental-import-meta-resolve --experimental-test-coverage --test ./tests/unit/**/*.spec.js
  • test-unit-watchnode --experimental-vm-modules --experimental-import-meta-resolve --test --watch ./tests/unit/**/*.spec.js
Dependencies13
  • acorn^8.16.0
  • acorn-walk^8.3.5
  • commander^13.1.0
  • dom-serializer^2.0.0
  • esbuild^0.25.9
  • esbuild-plugins-node-modules-polyfill^1.8.1
  • htmlparser2^10.0.0
  • isomorphic-dompurify^3.14.0
  • kleur^4.1.5
  • p-limit^7.2.0
  • postcss^8.5.15
  • postcss-selector-parser^7.1.1
  • serialize-javascript^7.0.2