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.

Versions published
2
First published
May 2026
Publisher
benhoor

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"}'
Publisherbenhoor
Artifact bytes98,296
Previous versionnone
Published2026-05-26T09:32:47.548Z
SHA-2566e7ba2a9ad2147c41025b5961d31ee9c17935b6d3c46650254a226326e59da87

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
24Score
0.0.1Version
Status history (1 event)
  1. newavailable · risk review · score 24 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/package-lock 2.jsonhigh encoded/escaped-token density12
mediumObfuscation Densitypackage/package-lock 3.jsonhigh encoded/escaped-token density12

Manifest

Package metadata

Scripts8
  • buildnode ./node_modules/typescript/bin/tsc -b && node ./node_modules/vite/bin/vite.js build --base=/CI-CD_Cours/
  • build-npm-citsc -b && vite build --base=/CI-CD_Cours/
  • coveragenode ./node_modules/vitest/vitest.mjs run --coverage
  • deploynode ./node_modules/gh-pages/bin/gh-pages.js -d dist
  • devnode ./node_modules/vite/bin/vite.js
  • jsdocnode ./node_modules/jsdoc/jsdoc.js -R ./README.md -c ./jsdoc.config.json
  • predeploynpm run build
  • testnode ./node_modules/vitest/vitest.mjs run
Dependencies4
  • @tailwindcss/vite^4.2.4
  • react^19.2.5
  • react-dom^19.2.5
  • tailwindcss^4.2.4