PkgRadar

Package evidence

@switchbot/[email protected]

Large Javascript Payload: 2876382 bytes

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
48
First published
Apr 2026
Publisher
cly-org

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":["@switchbot/[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":["@switchbot/[email protected]"],"fail_on":"review"}'
Publishercly-org
Artifact bytes590,488
Previous version3.7.7
Published2026-05-29T10:38:53.193Z
SHA-256c8e7136e27b68ce5975d6be2fa1db63ae3c5997a4602d864b600415e57203b3a

Why flagged

What the scanner saw

Large Javascript Payload: 2876382 bytes

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

Availability ledger

available

low
Last checked
lowRisk
0Score
3.7.8Version
Status history (1 event)
  1. newavailable · risk low · score 0 · 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
lowLarge Javascript Payloadpackage/dist/index.js2876382 bytes0

Manifest

Package metadata

Scripts28
  • buildnode scripts/build.mjs
  • devtsx src/index.ts
  • hooks:installnode scripts/install-git-hooks.mjs
  • lint:mdmarkdownlint "**/*.md"
  • lint:md:changelogmarkdownlint CHANGELOG.md
  • lint:stdoutbash scripts/lint-stdout.sh
  • preparenode scripts/install-git-hooks.mjs
  • prepublishOnlynpm run verify:release-gate
  • smoke:claude-code-pack-installnode scripts/smoke-claude-code-pack-install.mjs
  • smoke:codex-git-sparsenode scripts/smoke-codex-git-sparse.mjs
  • smoke:codex-pack-installnode scripts/smoke-codex-pack-install.mjs
  • smoke:codex-route-b-livenode scripts/smoke-codex-route-b-live.mjs
  • smoke:codex-temp-prefix-route-anode scripts/smoke-codex-temp-prefix-route-a.mjs
  • smoke:pack-installnode scripts/smoke-pack-install.mjs
  • startnode dist/index.js
  • testvitest run
  • test:allnpm test && npm run test:workspaces
  • test:coveragevitest run --coverage
  • test:release-smoke:manualnpm test -- tests/commands/policy.test.ts tests/commands/devices.test.ts tests/commands/explain.test.ts tests/commands/doctor.test.ts tests/commands/mcp.test.ts tests/commands/health-check.test.ts tests/commands/quota.test.ts tests/commands/status-sync.test.ts tests/status-sync/smoke.test.ts tests/commands/watch.test.ts tests/commands/events.test.ts tests/devices/catalog-fidelity.test.ts tests/commands/schema.test.ts tests/commands/auth.test.ts tests/commands/config.test.ts tests/commands/scenes.test.ts tests/commands/batch.test.ts tests/commands/history.test.ts tests/commands/expand.test.ts tests/commands/webhook.test.ts tests/commands/daemon.test.ts tests/commands/upgrade-check.test.ts tests/commands/install.test.ts tests/commands/uninstall.test.ts tests/commands/rules.test.ts tests/commands/plan.test.ts
  • test:watchvitest
  • test:workspacesnpm test --workspaces --if-present
  • typechecktsc --noEmit
  • typecheck:allnpm run typecheck && npm run typecheck:workspaces
  • typecheck:workspacesnpm run typecheck --workspaces --if-present
  • verify:pre-commitnpm run build && npm test -- tests/version.test.ts tests/install/codex-checks.test.ts tests/commands/codex.test.ts && npm run test:workspaces
  • verify:pre-pushnpm run verify:release-gate
  • verify:releasenode scripts/verify-release.mjs
  • verify:release-gatenpm run build && npm test -- tests/version.test.ts tests/install/codex-checks.test.ts tests/commands/codex.test.ts && npm run test:workspaces && npm run smoke:pack-install && npm run smoke:codex-pack-install && npm run smoke:codex-git-sparse && npm run smoke:codex-temp-prefix-route-a && npm run smoke:codex-route-b-live && npm run smoke:claude-code-pack-install
Dependencies4
  • axios^1.7.9
  • mqtt^5.3.0
  • open^10.2.0
  • pino^9.0.0