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 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 24 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Obfuscation Density | package/package-lock 2.json | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/package-lock 3.json | high encoded/escaped-token density | 12 |
Manifest
Package metadata
Scripts9
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 --coveragedeploynode ./node_modules/gh-pages/bin/gh-pages.js -d distdevnode ./node_modules/vite/bin/vite.jsjsdocnode ./node_modules/jsdoc/jsdoc.js -R ./README.md -c ./jsdoc.config.jsonpredeploynpm run buildtestnode ./node_modules/vitest/vitest.mjs runtest:e2enode ./node_modules/@playwright/test/cli.js test
Dependencies4
@tailwindcss/vite^4.2.4react^19.2.5react-dom^19.2.5tailwindcss^4.2.4