PkgRadar

Package evidence

[email protected]

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

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
6
First published
Sep 2025
Publisher
davidcondrey

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":"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":["[email protected]"],"fail_on":"review"}'
Publisherdavidcondrey
Artifact bytes1,115,377
Previous version0.4.3
Published2026-06-08T07:16:00.084Z
SHA-25694d26563c9678b5de4f27e512776a3c985c47fb6791cc3498d86e612a5881571

Why flagged

What the scanner saw

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

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
0.5.0Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.cjs"5

Manifest

Package metadata

Scripts23
  • buildtsc
  • cleanrm -rf dist coverage
  • devtsx watch src/index.ts
  • formatprettier --write 'src/**/*.ts'
  • format:checkprettier --check 'src/**/*.ts'
  • healthnode scripts/setup-advanced.cjs --health
  • linteslint src --ext .ts
  • lint:fixeslint src --ext .ts --fix
  • postinstallnode scripts/postinstall.cjs
  • preparetest -n "$CI" || npm run build
  • prepublishOnlynpm run clean && npm run build
  • setupnode dist/cli/setup-wizard.js
  • setup:advancednode scripts/setup-advanced.cjs
  • setup:neo4jNEO4J_AUTO_INSTALL=true node dist/index.js
  • setup:quicknode scripts/setup-advanced.cjs --quick
  • startnode dist/index.js
  • testjest
  • test:coveragejest --coverage
  • test:integrationjest tests/integration
  • test:unitjest tests/unit
  • test:watchjest --watch
  • typechecktsc --noEmit
  • uninstallnode scripts/uninstall.js
Dependencies25
  • @langchain/community^1.1.19
  • @langchain/core^1.1.28
  • @langchain/openai^1.2.10
  • @langchain/textsplitters^1.0.1
  • @modelcontextprotocol/sdk^1.27.0
  • better-sqlite3^12.6.2
  • bullmq^5.70.1
  • chalk^5.6.2
  • cheerio^1.2.0
  • compromise^14.14.5
  • compromise-adjectives^0.0.7
  • compromise-dates^3.7.1
  • compromise-numbers^1.4.0
  • ioredis^5.9.3
  • langchain^1.2.27
  • lru-cache^11.2.6
  • neo4j-driver^6.0.1
  • nodemailer^8.0.1
  • openai^6.25.0
  • rtf-parser^1.3.3
  • syllable^5.0.1
  • turndown^7.2.2
  • winston^3.19.0
  • xml2js^0.6.2
  • zod^4.3.6
Optional dependencies1
  • @hms/nativefile:../HMS