PkgRadar

Package evidence

@meetcast/[email protected]

Manifest Codeless Dependency Stub: package ships no JS/TS source but declares 12 dependency(ies) (0 with loose/empty version specs) — dependency-confusion / install-chain loader shape

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
46
First published
Apr 2026
Publisher
araywhere

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":["@meetcast/[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":["@meetcast/[email protected]"],"fail_on":"review"}'
Publisheraraywhere
Artifact bytes495,821
Previous version0.0.56
Published2026-06-03T03:19:30.829Z
SHA-2569951547d5b0a775ef2f205947c181f555eaa1f05a28c9616f6ed72c350f243bc

Why flagged

What the scanner saw

Manifest Codeless Dependency Stub: package ships no JS/TS source but declares 12 dependency(ies) (0 with loose/empty version specs) — dependency-confusion / install-chain loader shape

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumManifest Codeless Dependency Stubpackage.jsonpackage ships no JS/TS source but declares 12 dependency(ies) (0 with loose/empty version specs) — dependency-confusion / install-chain loader shape15

Manifest

Package metadata

Scripts18
  • auth:generateauth generate --output src/auth/schema.ts --config src/auth/index.ts --yes
  • buildbun build src/index.ts --target bun --outdir ./dist
  • build:typestsc --project tsconfig.types.json
  • db:generatedrizzle-kit generate
  • db:migratedrizzle-kit migrate
  • db:pushdrizzle-kit push
  • db:startdocker compose up -d db
  • db:studiodrizzle-kit studio
  • db:updrizzle-kit up --dialect=postgresql
  • deploy:packbun deploy-pack.ts
  • devdocker compose -f compose.yml -f compose.dev.yml up
  • dev:localbun --watch src/index.ts
  • fmtoxfmt
  • preparehusky | true
  • prepublishOnlybun build:types
  • releasebun pm version patch && bun publish
  • startNODE_ENV=production bun dist/index.js
  • typechecktsc --noEmit
Dependencies12
  • @better-auth/i18n1.6.10
  • @elysia/cors1.4.2
  • @elysia/openapi1.4.15
  • better-auth1.6.10
  • dockerode5.0.0
  • drizzle-orm0.45.2
  • drizzle-typebox0.3.3
  • elysia1.4.28
  • livekit-server-sdk2.15.2
  • nanoid5.1.11
  • postgres3.4.9
  • redis5.12.1