PkgRadar

Package evidence

[email protected]

Install Lifecycle Remote Or Exec: postinstall="node -e \"try { require('fs').chmodSync('./dist/index.js', '755') } catch (e) {}\""

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
1,192Niche · −30% score
Versions published
49Established · −30% score
First published
Aug 2025
Publisher
connorturland

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":["[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":["[email protected]"],"fail_on":"high"}'
Publisherconnorturland
Artifact bytes690,416
Previous version0.1.1
Published2025-08-26T06:30:49.741Z
SHA-2568a7d6eb5006f152175c75adc3d8c285b7f3fb8b82385a79f12b59e8f31179b7e

Why flagged

What the scanner saw

Install Lifecycle Remote Or Exec: postinstall="node -e \"try { require('fs').chmodSync('./dist/index.js', '755') } catch (e) {}\""

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"try { require('fs').chmodSync('./dist/index.js', '755') } catch (e) {}\""30
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"try { require('fs').chmodSync('./dist/index.js', '755') } catch (e) {}\""30
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node -e \"try { require('fs').chmodSync('./dist/index.js', '755') } catch (e) {}\""5

Manifest

Package metadata

Scripts10
  • buildtsc
  • devnodemon --exec node --loader ts-node/esm src/index.ts
  • formatprettier --write "src/**/*.ts"
  • inspectnpx @modelcontextprotocol/inspector node dist/index.js
  • linteslint . --ext .ts
  • postinstallnode -e "try { require('fs').chmodSync('./dist/index.js', '755') } catch (e) {}"
  • preparenpm run build
  • startnode dist/index.js
  • testjest --passWithNoTests
  • test:watchjest --watch
Dependencies12
  • @linear/sdk^38.0.0
  • @modelcontextprotocol/sdk^1.6.0
  • @types/cors^2.8.17
  • @types/express^5.0.0
  • cors^2.8.5
  • dotenv^16.4.7
  • express^4.21.2
  • graphql^16.10.0
  • graphql-request^7.1.2
  • helmet^8.0.0
  • yargs^17.7.2
  • zod^3.24.2