PkgRadar

Package evidence

@jackietreeh0rn/[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
213
Versions published
49
First published
Feb 2026
Publisher
jackietreeh0rn

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":["@jackietreeh0rn/[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":["@jackietreeh0rn/[email protected]"],"fail_on":"review"}'
Artifact bytes156,848
Previous version1.10.1
Published2026-06-10T03:19:08.045Z
SHA-256c73fc6e250ee0069b93b873eeca650b1678216d1a42bb146949907c4014914bb

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
1.10.2Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts19
  • buildnpm-run-all clean compile
  • cleanrimraf ./dist
  • compiletsc
  • dev-setupnpm run setup-config && npm run setup-log
  • formatprettier --write .
  • linteslint src/**.ts
  • lint:fixeslint src/**.ts --fix
  • preparehusky
  • prepublishOnlynpm-run-all prettier lint build
  • prettierprettier --check .
  • releasenpm-run-all build semantic-release
  • semantic-releasecross-env semantic-release --no-ci
  • setup-configif [ ! -f ./test/hbConfig/config.json ]; then cp ./test/hbConfig/config-template.json ./test/hbConfig/config.json; fi
  • setup-logtouch $(pwd)/test/hbConfig/homebridge.log && sed -i '' "s|<log_file>|$(pwd)/test/hbConfig/homebridge.log|g" $(pwd)/test/hbConfig/config.json
  • testvitest run --reporter=verbose
  • test:coveragevitest run --coverage
  • test:watchvitest
  • tsctsc --noEmit
  • watchnpm run dev-setup && npm run build && npm link && nodemon
Dependencies3
  • @homebridge/camera-utils^3.0.0
  • axios^1.7.9
  • ffmpeg-for-homebridge^2.1.1