PkgRadar

Package evidence

@telora/[email protected]

Install Lifecycle Suppresses Failure: postinstall="node scripts/postinstall.js || true"

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
2,080Niche · −30% score
Versions published
56
First published
Mar 2026
Publisher
syntelyos

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@telora/[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":["@telora/[email protected]"],"fail_on":"high"}'
Publishersyntelyos
Artifact bytes96,423
Previous version0.22.34
Published2026-05-30T02:16:06.445Z
SHA-2568fe788d13d940b00f6528f0ad61f72ebb468f4bfcaf3bb25470409ca1a9f8c99

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: postinstall="node scripts/postinstall.js || true"

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

Availability ledger

available

high
Last checked
highRisk
17Score
0.22.37Version
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
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node scripts/postinstall.js || true"20
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node scripts/postinstall.js || true"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.js || true"5

Manifest

Package metadata

Scripts9
  • buildtsc
  • cleanrm -rf dist
  • devnpx tsx src/index.ts
  • linteslint .
  • postinstallnode scripts/postinstall.js || true
  • prepublishOnlynpm run build
  • startnode dist/index.js
  • testtsx --test src/__tests__/*.test.ts
  • typechecktsc --noEmit
Dependencies4
  • @modelcontextprotocol/sdk^1.12.1
  • @telora/daemon-core^0.2.28
  • ts-morph^28.0.0
  • zod^4.3.6