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
- 2,431Niche · −30% score
- Versions published
- 93
- First published
- Apr 2026
- Publisher
- vexare
Effective trust discount applied: −30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
Recommended action
Looks clean — keep monitoringNo high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.
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
No high-signal static finding in the saved report.
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 low · score 0 · status changed
Evidence
Static findings
No findings stored for this release.
Manifest
Package metadata
Scripts19
autotsc -watch - tsconfig.jsonbuildyarn build:esm && yarn build:cjs && yarn copy1 && yarn copy2 && yarn copy3 && yarn copy4 && yarn copy5 && yarn copy6build:cjstsc --module commonjs --outDir release/cjsbuild:esmtsccopy1copyfiles -u 2 "./assets/**/*.{scss,css}" "./release/assets/styles/"copy2copyfiles -u 2 "./assets/**/*.{woff,woff2,ttf}" "./release/assets/fonts/"copy3copyfiles -u 2 "./source/components/**/*.{css,scss}" "./release/cjs/components"copy4copyfiles -u 2 "./source/placeholders/**/*.{css,scss}" "./release/cjs/placeholders"copy5copyfiles -u 2 "./source/routes/**/*.{css,scss}" "./release/cjs/routes"copy6copyfiles -u 2 "./source/types/**/*.{css,scss}" "./release/cjs/types"devwebpack --mode development --watchproductionwebpack --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
css-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.6v-eris^1.0.283webpack^5.88.2webpack-cli^5.1.4