PkgRadar

Package evidence

@meetcast/[email protected]

no findings

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
588
Versions published
45
First published
Apr 2026
Publisher
araywhere

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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 bytes462,557
Previous version0.0.55
Published2026-05-28T09:15:46.322Z
SHA-2561c824d7150ccda99b997b4ba1c9fcb285c48e1cf43267448f2fa6d6f09af00e2

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
0.0.56Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

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