PkgRadar

Package evidence

[email protected]

Remote Dependency Spec: devDependencies.coolicons="github:krystonschwarze/coolicons#v4.1"

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
1,796Niche · −30% score
Versions published
97Mature · −50% score
First published
Sep 2021
Publisher
hawkeye64

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 promoting

Mixed 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"}'
Publisherhawkeye64
Artifact bytes30,937,048
Previous version3.0.0-beta.8
Published2026-06-11T19:49:12.761Z
SHA-25622c0761f7690039b5137d3d25b84c77b4ce673d118788281ecc3e3f2682c86ee

Why flagged

What the scanner saw

Remote Dependency Spec: devDependencies.coolicons="github:krystonschwarze/coolicons#v4.1"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
4Score
3.0.0Version
Status history (1 event)
  1. newavailable · risk review · score 4 · status changed

Evidence

Static findings

17 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.coolicons="github:krystonschwarze/coolicons#v4.1"8
Show all 17 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.coolicons="github:krystonschwarze/coolicons#v4.1"8
lowLarge Javascript Payloadpackage/carbon-pictograms-v12/index.mjs2544138 bytes0
lowLarge Javascript Payloadpackage/coreui-icons-v3/index.mjs4592351 bytes0
lowLarge Javascript Payloadpackage/coreui-icons/index.mjs5384764 bytes0
lowLarge Javascript Payloadpackage/dev-icons-v2/index.mjs3118351 bytes0
lowLarge Javascript Payloadpackage/fluentui-system-icons/index.mjs10445071 bytes0
lowLarge Javascript Payloadpackage/glyphs-core-icons/index.mjs9740572 bytes0
lowLarge Javascript Payloadpackage/health-icons-v1/index.mjs4150746 bytes0
lowLarge Javascript Payloadpackage/health-icons-v2/index.mjs3405697 bytes0
lowLarge Javascript Payloadpackage/openmoji-icons-v16/index.mjs12056790 bytes0
lowLarge Javascript Payloadpackage/openmoji-icons-v17/index.mjs12784666 bytes0
lowLarge Javascript Payloadpackage/phosphor-icons-v2/index.mjs4484029 bytes0
lowLarge Javascript Payloadpackage/phosphor-icons/index.mjs2862476 bytes0
lowLarge Javascript Payloadpackage/simple-icons-v15/index.mjs4608243 bytes0
lowLarge Javascript Payloadpackage/simple-icons-v16/index.mjs4688841 bytes0
lowLarge Javascript Payloadpackage/tabler-icons-v2/index.mjs3315982 bytes0
lowLarge Javascript Payloadpackage/tabler-icons-v3/index.mjs4069113 bytes0

Manifest

Package metadata

Scripts9
  • buildtsx build/index.ts
  • formatoxfmt build package.json
  • format:checkoxfmt --check build package.json
  • lintoxlint build
  • lint:fixoxlint --fix build
  • test:smokenode test-d/runtime-consumer.mjs
  • typecheckpnpm run typecheck:build && pnpm run typecheck:exports
  • typecheck:buildtsc -p tsconfig.build.json --noEmit --pretty false
  • typecheck:exportstsc -p test-d/tsconfig.json --noEmit --pretty false