PkgRadar

Package evidence

@s-tier-building-automation/[email protected]

Remote Dependency Spec: dependencies.obix-js="github:Rise-Building-Technology/obix-js"

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
18
Versions published
14
First published
Mar 2026
Publisher
ravz85

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@s-tier-building-automation/[email protected]"],"fail_on":"high"}'

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":["@s-tier-building-automation/[email protected]"],"fail_on":"high"}'
Publisherravz85
Artifact bytes116,167
Previous version2.1.0
Published2026-05-10T17:23:14.224Z
SHA-256bf79b7c9bfc544aa198e612463a8ee053f9433675a9ff7861f43bdeeeeec2c50

Why flagged

What the scanner saw

Remote Dependency Spec: dependencies.obix-js="github:Rise-Building-Technology/obix-js"

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

Availability ledger

available

high
Last checked
highRisk
17Score
2.1.1Version
Status history (1 event)
  1. newavailable · risk high · score 17 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondependencies.obix-js="github:Rise-Building-Technology/obix-js"12
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondependencies.obix-js="github:Rise-Building-Technology/obix-js"12
lowInstall-time lifecycle scriptpackage.jsonpostinstall="prisma generate || true"5

Manifest

Package metadata

Scripts8
  • buildprisma generate && tsc
  • devtsx watch src/index.ts
  • linteslint src --ext .ts
  • postinstallprisma generate || true
  • prepublishOnlynpm run build && npm run test
  • starttsx src/index.ts
  • testnode --import tsx --test src/__tests__/*.test.ts
  • test:compliancenode --import tsx --test src/__tests__/kit-control-compliance.test.ts
Dependencies5
  • @modelcontextprotocol/sdk^1.0.0
  • @prisma/client^5.22.0
  • @stier/client*
  • obix-jsgithub:Rise-Building-Technology/obix-js
  • zod^3.25.76