PkgRadar

Package evidence

@nilayy/[email protected]

Install-time lifecycle script: postinstall="node scripts/postinstall.mjs"

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":["@nilayy/[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":["@nilayy/[email protected]"],"fail_on":"high"}'
Publishernilayy
Artifact bytes22,345
Previous versionnone
Published2026-05-24T19:27:08.515Z
SHA-256f619665058e5d2710eea9897335f2a03a12e39d500dc57cb311d027a21a0060d

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/postinstall.mjs"

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

Availability ledger

available

high
Last checked
highRisk
33Score
0.1.1Version
Status history (2 events)
  1. availableavailable · risk high · score 33 · status available -> available, risk high -> high, score 49 -> 33
  2. newavailable · risk high · score 49 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.mjs"30
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.mjs"30
lowObfuscationpackage/dist/sources/gmail-parser.jsmatched "Buffer.from(part.body.data, \"base64"3

Manifest

Package metadata

Scripts12
  • buildtsc
  • devtsx watch src/cli.ts
  • doctortsx src/cli.ts doctor
  • postinstallnode scripts/postinstall.mjs
  • preparetsc
  • releasenpm pack
  • release:cli./scripts/release.sh
  • starttsx src/cli.ts
  • test:llmtsx tests/llm/local.test.ts
  • test:llm:unittsx tests/llm/local.unit.test.ts
  • test:retrievaltsx tests/retrieval/run_gmail.ts
  • typechecktsc --noEmit && tsc --noEmit -p tests/tsconfig.json
Dependencies3
  • @huggingface/transformers^3.5.0
  • http-mitm-proxy^1.1.0
  • llamaindex^0.12.1