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 promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 6 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Obfuscation Density | package/dist/lib/index.js | high encoded/escaped-token density | 12 |
Manifest
Package metadata
Scripts15
benchnode --experimental-vm-modules ./tests/scripts/run-benchmarks.jsbuildpremove dist && pnpm build-lib && pnpm build-plugins && pnpm build-typesbuild-htmlpremove .coralite && node --experimental-vm-modules ./tests/scripts/build-html.jsbuild-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 --sourcemapbuild-pluginsesbuild ./plugins/*.js --format=esm --outdir=dist/plugins --platform=nodebuild-typestsclinteslint --cache .lint-formateslint --cache --fix .serversirv .coralite --dev --port 3000test-e2epnpm build && pnpm build-html && playwright testtest-e2e-reportplaywright show-reporttest-e2e-uiplaywright test --uitest-unitnode --experimental-vm-modules --experimental-import-meta-resolve --test ./tests/unit/**/*.spec.jstest-unit-coveragenode --experimental-vm-modules --experimental-import-meta-resolve --experimental-test-coverage --test ./tests/unit/**/*.spec.jstest-unit-watchnode --experimental-vm-modules --experimental-import-meta-resolve --test --watch ./tests/unit/**/*.spec.js
Dependencies12
acorn^8.16.0acorn-walk^8.3.5commander^13.1.0dom-serializer^2.0.0esbuild^0.25.9esbuild-plugins-node-modules-polyfill^1.8.1htmlparser2^10.0.0kleur^4.1.5p-limit^7.2.0postcss^8.5.6postcss-selector-parser^7.1.1serialize-javascript^7.0.2