PkgRadar

Package evidence

@majistudio/[email protected]

Suspicious Publish Context: {"package_age_days":0,"publisher":"kenjimaji","burst_same_day":0,"burst_week":0,"lure":null,"version_anomaly":false,"new_account":true}

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
1
First published
Jun 2026
Publisher
kenjimaji

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":["@majistudio/[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":["@majistudio/[email protected]"],"fail_on":"review"}'
Publisherkenjimaji
Artifact bytes257,043
Previous versionnone
Published2026-06-17T09:16:07.140Z
SHA-25604c91afa6b12ee9e169935cd398bd565ac79f0cd51d176cd173dbc65bd7b5c13

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":0,"publisher":"kenjimaji","burst_same_day":0,"burst_week":0,"lure":null,"version_anomaly":false,"new_account":true}

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":0,"publisher":"kenjimaji","burst_same_day":0,"burst_week":0,"lure":null,"version_anomaly":false,"new_account":true}10

Manifest

Package metadata

Scripts16
  • buildtsc -b && vite build
  • build-storybookstorybook build
  • build:libvite build --config vite.lib.config.ts && rm -f dist/styles.js dist/styles.js.map && node scripts/generate-lib-meta.mjs && node scripts/inject-use-client.mjs && npm run check:tokens && npm run check:dist
  • changesetchangeset
  • check:distnode scripts/check-dist.mjs
  • check:tokensnode scripts/check-token-seam.mjs
  • devvite
  • linteslint .
  • prepublishOnlynpm run build:lib
  • previewvite preview
  • releasechangeset publish
  • storybookstorybook dev -p 6006
  • testvitest run --passWithNoTests
  • test:a11yvitest run --config vite.config.ts
  • test:watchvitest
  • versionchangeset version
Dependencies5
  • @phosphor-icons/react^2.1.10
  • class-variance-authority^0.7.1
  • clsx^2.1.1
  • react-day-picker^9.14.0
  • tailwind-merge^3.6.0