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
- 47
- Versions published
- 14
- First published
- Feb 2026
- Publisher
- keroloszakaria
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
Large Javascript Payload: 15512710 bytes
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 10 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Large Javascript Payload | package/dist/metadata.js | 15512710 bytes | 10 |
Manifest
Package metadata
Scripts31
buildnpm run icons:metadata && npm run icons:audit-runtime && npm run generate:bundle && vite build && npm run build:types && npm run copy:iconsbuild:typestsc --emitDeclarationOnlycopy:iconsnpx tsx scripts/copy-icons-to-dist.tsdeploynpx surge ./docs/.vitepress/build --domain jervis-icons.surge.shdevvitedocs:buildnpm run icons:metadata && vitepress build docsdocs:devnpm run icons:metadata && vitepress dev docsdocs:previewvitepress preview docsgenerate:bundlenpx tsx scripts/generate-bundle.ts --essentialgenerate:bundle:allnpx tsx scripts/generate-bundle.ts --allgenerate:bundle:nonenpx tsx scripts/generate-bundle.ts --noneicons:audit-runtimenpx tsx scripts/icons/runtime-collision-audit.ts --report --stricticons:dedupenpx tsx scripts/icons/dedupe.ts --reporticons:dedupe:cleannpx tsx scripts/icons/dedupe.ts --remove-exact --reporticons:importnpx tsx scripts/icons/import.ts --reporticons:import:localnpx tsx scripts/icons/import.ts "C:\Users\KZ\Downloads\New folder" --reporticons:metadatanpm run icons:normalize && npx tsx scripts/icons/generate-metadata.ts --reporticons:normalizenpx tsx scripts/icons/normalize-library.ts --write --reporticons:normalize:drynpx tsx scripts/icons/normalize-library.ts --reporticons:qualitynpx tsx scripts/icons/normalize-library.ts --reporticons:reportnpm run icons:validate && npm run icons:dedupe && npm run icons:metadataicons:test-metadata-apinpx tsx scripts/icons/metadata-compatibility-test.tsicons:validatenpx tsx scripts/icons/validate.ts --reporticons:validate:fixnpx tsx scripts/icons/validate.ts --fix --reportimport:iconsnpx tsx scripts/icons/import.tsimport:lucidenpx tsx scripts/import-lucide-icons.tsoptimize:svgnpx tsx scripts/icons/normalize-library.ts --write --reportoptimize:svgonode scripts/svgo-optimize.mjsprepublishOnlynpm run buildpreviewvite preview- …and 1 more.