PkgRadar

Package evidence

@moritzbrantner/[email protected]

Remote Dependency Spec: dependencies.@moritzbrantner/ui="https://registry.npmjs.org/@moritzbrantner/ui/-/ui-0.8.0.tgz"

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
May 2026
Publisher
moritzbrantner

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":["@moritzbrantner/[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":["@moritzbrantner/[email protected]"],"fail_on":"review"}'
Artifact bytes48,154
Previous versionnone
Published2026-05-28T18:16:22.634Z
SHA-256b8090ef7de3237502e34f51584556d4764043bca0a3f2221232894e7bec518a4

Why flagged

What the scanner saw

Remote Dependency Spec: dependencies.@moritzbrantner/ui="https://registry.npmjs.org/@moritzbrantner/ui/-/ui-0.8.0.tgz"

1 remote tarball(s) were followed statically.

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highRemote Dependency Specpackage.jsondependencies.@moritzbrantner/ui="https://registry.npmjs.org/@moritzbrantner/ui/-/ui-0.8.0.tgz"12

Remote payloads

Followed remote artifacts

SourceURLRiskScoreSummary
dependencies.@moritzbrantner/uihttps://registry.npmjs.org/@moritzbrantner/ui/-/ui-0.8.0.tgzlow0no remote findings

Manifest

Package metadata

Scripts13
  • buildtsup src/index.ts src/remotion.tsx src/three.tsx src/media.tsx src/workflow.ts src/timeline.ts --format esm --dts --clean --out-dir dist
  • build:examplevite build --config example/vite.config.ts
  • check-typestsc --noEmit
  • devvite --config example/vite.config.ts
  • lintoxfmt --check && oxlint --format=github && node scripts/verify-package-imports.mjs ./src @/ next/ next-intl
  • pack:drynpm pack --dry-run --ignore-scripts --json
  • prepackbun run build
  • publish:packagenode scripts/publish-if-new.mjs
  • testvitest run src
  • test:consumernode scripts/verify-consumer.mjs
  • test:e2eplaywright test
  • test:packagenode scripts/verify-package.mjs
  • verifybun run lint && bun run check-types && bun run test && bun run build && bun run build:example && bun run test:e2e && bun run test:package && bun run test:consumer && bun run pack:dry
Dependencies2
  • @moritzbrantner/uihttps://registry.npmjs.org/@moritzbrantner/ui/-/ui-0.8.0.tgz
  • motion^12.35.0