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 bytes90,639
Previous version0.22.30
Published2026-05-26T16:16:20.346Z
SHA-2561e7f55f099c2e261fd16953fc0257f39bddd3af8a17d3ec8e131db2020e7e0c6

Why flagged

What the scanner saw

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

1 candidate cluster(s) currently reference this release.

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.32Version
Status history (3 events)
  1. availableavailable · risk high · score 17 · status available -> available, risk high -> high, score 25 -> 17
  2. availableavailable · risk high · score 25 · status available -> available, risk high -> high, score 38 -> 25
  3. newavailable · risk high · score 38 · status changed

Related candidates

Linked campaigns and clusters

Repeated static TTPactive

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

49 members · evidence strength 85
Repeated static TTPstale

Install Lifecycle Remote Or Exec — postinstall="node scripts/postinstall.js || true"

11 members · evidence strength 90
Repeated static TTPcandidate

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

49 members · max score 75

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