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 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/pnpm-lock.yaml | high encoded/escaped-token density | 12 |
Manifest
Package metadata
Scripts2
lint-fixeslint eslint.config.js --fixtesteslint eslint.config.js __tests__/test.ts --fix
Dependencies17
@eslint/eslintrc^3.3.5eslint^10.1.0eslint-config-airbnb^19.0.4eslint-plugin-import^2.32.0eslint-plugin-jsx-a11y^6.10.2eslint-plugin-no-autofix^2.1.0eslint-plugin-promise^7.2.1eslint-plugin-react^7.37.5eslint-plugin-react-hooks^7.0.1eslint-plugin-security^4.0.0eslint-plugin-unicorn^63.0.0eslint-plugin-unused-imports^4.4.1eslint-plugin-vue^10.8.0globals^17.4.0typescript-eslint^8.57.2vue^3.5.30vue-eslint-parser^10.4.0