PkgRadar

Package evidence

[email protected]

Remote Dependency Spec: dependencies.jazzicon="github:Fantom-foundation/jazzicon"

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
30
Versions published
187Mature · −50% score
First published
Apr 2022
Publisher
skavel

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"}'
Publisherskavel
Artifact bytes304,208
Previous version0.37.38
Published2025-04-23T13:25:36.372Z
SHA-2562169244362b5a47f6f594f96f517f62aebb1da6c24e2533f6400666db853a185

Why flagged

What the scanner saw

Remote Dependency Spec: dependencies.jazzicon="github:Fantom-foundation/jazzicon"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondependencies.jazzicon="github:Fantom-foundation/jazzicon"12

Manifest

Package metadata

Scripts14
  • buildvite build
  • build-storybookbuild-storybook
  • deploy-storybookstorybook-to-ghpages
  • linteslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore
  • preparehusky install
  • releasestandard-version
  • release:majorstandard-version --no-verify --release-as major
  • release:minorstandard-version --no-verify --release-as minor
  • release:patchstandard-version --no-verify --release-as patch
  • storybookexport NODE_OPTIONS=--openssl-legacy-provider && start-storybook -p 6006 --no-manager-cache
  • templateplop
  • testvitest run --environment jsdom
  • test:reportvitest run --environment jsdom --reporter json --outputFile test_results.json
  • test:watchvitest --environment jsdom
Dependencies4
  • @vueuse/core^13.0.0
  • jazzicongithub:Fantom-foundation/jazzicon
  • nanoid^5.1.5
  • vue^3.5.13