PkgRadar

Package evidence

[email protected]

Obfuscation Density: high encoded/escaped-token density

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
426
Versions published
86Mature · −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

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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 bytes375,651
Previous version0.34.0
Published2026-05-20T14:59:00.579Z
SHA-2561fb32d0040c06582033821dce7ac5e37bc82465009acbf1d163a622dbdd7b300

Why flagged

What the scanner saw

Obfuscation Density: high encoded/escaped-token density

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
6Score
0.35.0Version
Status history (1 event)
  1. newavailable · risk review · score 6 · status changed

Evidence

Static findings

1 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/lib/index.jshigh encoded/escaped-token density12

Manifest

Package metadata

Scripts15
  • benchnode --experimental-vm-modules ./tests/scripts/run-benchmarks.js
  • buildpremove dist && pnpm build-lib && pnpm build-plugins && pnpm build-types
  • build-htmlpremove .coralite && node --experimental-vm-modules ./tests/scripts/build-html.js
  • build-libesbuild ./lib/index.js --bundle --target=esnext --external:postcss --external:postcss-selector-parser --external:esbuild --external:commander --external:dom-serializer --external:dom-htmlparser2 --external:kleur --external:p-limit --external:serialize-javascript --external:esbuild-plugins-node-modules-polyfill --format=esm --outdir=dist/lib --platform=node --sourcemap
  • build-pluginsesbuild ./plugins/*.js --format=esm --outdir=dist/plugins --platform=node
  • 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
Dependencies12
  • 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
  • kleur^4.1.5
  • p-limit^7.2.0
  • postcss^8.5.6
  • postcss-selector-parser^7.1.1
  • serialize-javascript^7.0.2