PkgRadar

Package evidence

@lox-audioserver/[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
332
Versions published
11
First published
Jan 2026
Publisher
rudyberends

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":["@lox-audioserver/[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":["@lox-audioserver/[email protected]"],"fail_on":"review"}'
Publisherrudyberends
Artifact bytes62,526
Previous version0.4.9
Published2026-05-27T18:31:49.569Z
SHA-25655f21c862a05bd5089e282eef6130a747dbf0619810a40eb43df65f8629db059

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts5
  • buildnpm run build:cjs && npm run build:esm
  • build:cjstsc -p tsconfig.json
  • build:esmtsc -p tsconfig.esm.json && node -e "const fs=require('fs');fs.mkdirSync('dist/esm',{recursive:true});fs.writeFileSync('dist/esm/package.json','{\"type\":\"module\"}\n');"
  • cleanrimraf dist
  • preparenpm run build
Dependencies15
  • @noble/ed25519^1.7.3
  • async^3.2.5
  • big-integer^1.6.52
  • bplist-creator^0.1.1
  • bplist-parser^0.3.2
  • crypto-js^4.2.0
  • curve25519-js^0.0.4
  • fast-srp-hap^2.0.4
  • js-crypto-aes^1.0.6
  • js-sha1^0.7.0
  • lodash^4.17.23
  • parse-raw-http0.0.1
  • python-struct^1.1.3
  • simple-plist^1.4.0
  • varint^6.0.0