PkgRadar

Package evidence

[email protected]

Remote Dependency Spec: devDependencies.@vector-im/compound-design-tokens="git+https://github.com/tchapgouv/compound-design-tokens.git#web-10.1.0"

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
15Established · −30% score
First published
Jun 2025
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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"}'
Artifact bytes235,508
Previous version6.0.0
Published2026-06-03T10:30:22.957Z
SHA-256d8946486f13a68457bceb8c99b6fd5a52cae74fc1def6d5c49f14b01867a490d

Why flagged

What the scanner saw

Remote Dependency Spec: devDependencies.@vector-im/compound-design-tokens="git+https://github.com/tchapgouv/compound-design-tokens.git#web-10.1.0"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.@vector-im/compound-design-tokens="git+https://github.com/tchapgouv/compound-design-tokens.git#web-10.1.0"8

Manifest

Package metadata

Scripts16
  • buildrimraf dist && vite build
  • build-storybookstorybook build
  • devstorybook dev -p 6006
  • e2eyarn build-storybook && playwright test
  • e2e:dockeryarn build-storybook && docker run --rm --network host --ipc=host --security-opt seccomp=playwright/seccomp_profile.json -v $(pwd)/../:/work/ -v /var/run/docker.sock:/var/run/docker.sock -v /tmp/:/tmp/ --init -it $(docker build --build-arg UID=$(id -u) --build-arg GID=$(id -g) -q playwright)
  • e2e:podmanyarn build-storybook && podman run --rm --network host --ipc=host --security-opt seccomp=playwright/seccomp_profile.json -v $(pwd)/../:/work/ -v /tmp/:/tmp/ --userns=keep-id --init -it $(podman build --build-arg UID=$(id -u) --build-arg GID=$(id -g) -q playwright)
  • gen:componentnode scripts/genComponent.js
  • lintyarn lint:js && yarn lint:ts && yarn lint:styles
  • lint:jseslint --max-warnings=0 .
  • lint:stylesnpx stylelint 'src/**/*.css'
  • lint:tstsc --noEmit -p .
  • preparerimraf dist && vite build
  • prettier:checknpx prettier --check .
  • prettier:formatnpx prettier --write .
  • storybookstorybook dev -p 6006
  • testvitest
Dependencies9
  • @floating-ui/react^0.27.0
  • @radix-ui/react-context-menu^2.2.16
  • @radix-ui/react-dropdown-menu^2.1.1
  • @radix-ui/react-form^0.1.0
  • @radix-ui/react-progress^1.1.0
  • @radix-ui/react-separator^1.1.0
  • @radix-ui/react-slot^1.1.0
  • classnames^2.5.1
  • vaul^1.0.0