PkgRadar

Package evidence

@meetcast/[email protected]

Install-time lifecycle script: prepare="husky | true"

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 bytes460,516
Previous version0.0.51
Published2026-05-25T04:36:44.243Z
SHA-256506b2552fbe282452dbe0bf09e047ebb8e0a347ba9a21b72ee729e17cd6d056c

Why flagged

What the scanner saw

Install-time lifecycle script: prepare="husky | true"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonprepare="husky | true"4

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