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
- 26Mature · −50% score
- First published
- Jul 2024
- Publisher
- ably-realtime
Effective trust discount applied: −50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
Recommended action
Looks clean — keep monitoringNo 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":["@ably/[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":["@ably/[email protected]"],"fail_on":"review"}'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
Status history (1 event)
- new → available · risk low · score 0 · status changed
Evidence
Static findings
No findings stored for this release.
Manifest
Package metadata
Scripts26
buildnpm run build:chat && npm run build:core && npm run build:reactbuild:chatvite build --config ./src/vite.config.ts --emptyOutDirbuild:corevite build --config ./src/core/vite.config.ts --emptyOutDirbuild:reactvite build --config ./src/react/vite.config.ts --emptyOutDirbuild:start-demonpm run build && (cd demo && npm start)check:error-codestsx scripts/validate-error-codes.tscspellcspell --quiet '{src,test}/**' './*.md'demo:reloadnpm run build && cd demo && npm i file:../docstypedocdocs:linttypedoc --emit noneformatprettier --list-different --write src test __mocks__ demo/srcformat:checkprettier --check src test __mocks__ demo/srclinteslint . && npm run cspell && npm run docs:lintlint:fixeslint --fix .; (npm run format > /dev/null)modulereporttsc --noEmit --esModuleInterop scripts/moduleReport.ts && esr scripts/moduleReport.tsprecommitnpm run format:check && npm run lint && npm run test:typescriptpreparenpm run buildtestvitest runtest:chatvitest run --project chattest:chat-unitvitest run --project chat --exclude "test/**/*.integration.test.ts?(x)"test:no-integrationvitest run --exclude "test/**/*.integration.test.ts?(x)"test:reactvitest run --project react-hookstest:react-unitvitest run --project react-hooks --exclude "test/**/*.integration.test.ts?(x)"test:typescripttsctest:unitvitest run --exclude "test/**/*.integration.test.ts?(x)"test:watchvitest watch
Dependencies3
async-mutex^0.5.0dequal^2.0.3lodash.clonedeep^4.5.0
Optional dependencies2
@rollup/rollup-darwin-arm64^4.18@rollup/rollup-linux-x64-gnu^4.18