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
193
Versions published
96Mature · −50% score
First published
Jun 2022
Publisher
carlosjeurissen

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"}'
Artifact bytes40,486
Previous version0.38.1
Published2026-05-25T10:37:51.532Z
SHA-256ac375cf72784ff804f911aea108084562730b3a466f860df374cf1ac0e3aff15

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.38.2Version
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/pnpm-lock.yamlhigh encoded/escaped-token density12

Manifest

Package metadata

Scripts2
  • lint-fixeslint eslint.config.js --fix
  • testeslint eslint.config.js __tests__/test.ts --fix
Dependencies17
  • @eslint/eslintrc^3.3.5
  • eslint^10.1.0
  • eslint-config-airbnb^19.0.4
  • eslint-plugin-import^2.32.0
  • eslint-plugin-jsx-a11y^6.10.2
  • eslint-plugin-no-autofix^2.1.0
  • eslint-plugin-promise^7.2.1
  • eslint-plugin-react^7.37.5
  • eslint-plugin-react-hooks^7.0.1
  • eslint-plugin-security^4.0.0
  • eslint-plugin-unicorn^63.0.0
  • eslint-plugin-unused-imports^4.4.1
  • eslint-plugin-vue^10.8.0
  • globals^17.4.0
  • typescript-eslint^8.57.2
  • vue^3.5.30
  • vue-eslint-parser^10.4.0