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
- 288Mature · −50% score
- First published
- Aug 2023
- Publisher
- vexare
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/release/esm/components/Icons/index.js | high encoded/escaped-token density | 12 |
Manifest
Package metadata
Scripts15
autotsc -watch - tsconfig.jsonbuildyarn build:esm && yarn build:cjs && yarn copy && yarn copy2 && yarn copy3build:cjstsc --module commonjs --outDir release/cjsbuild:esmtsccopycopyfiles -u 2 "./source/components/**/*.{css,scss}" "./release/cjs/components"copy2copyfiles -u 2 "./assets/**/*.{scss,css}" "./release/assets/styles/"copy3copyfiles -u 2 "./assets/**/*.{woff,woff2,ttf}" "./release/assets/fonts/"productionwebpack --mode productionpubtsc && npm version patch --force && npm publish --access publicstartwebpack-dev-server --mode developmenttestecho "Error: no test specified" && exit 1tsctsctsc2tsc && tsc -m es6 --outDir release && webpack --mode developmenttsc3tsc --emitDeclarationOnlywebpackwebpack --mode development
Dependencies12
axios^1.4.0css-loader^6.8.1html-webpack-plugin^5.5.3module-alias^2.2.3qs^6.14.0sass^1.99.0sass-loader^13.3.2style-loader^3.3.3ts-loader^9.4.4typescript^5.1.6webpack^5.88.2webpack-cli^5.1.4