PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="echo 'Please see SETUP.md for manual configuration instructions'"

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
5
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 bytes323,476
Previous version0.3.0
Published2025-09-07T21:53:15.694Z
SHA-25621ed2de55a1515570ca6c30b2f9e436bcde7a18d31070f959fbc428c12aa002f

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="echo 'Please see SETUP.md for manual configuration instructions'"

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.3.2Version
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="echo 'Please see SETUP.md for manual configuration instructions'"5

Manifest

Package metadata

Scripts21
  • buildtsc
  • cleanrm -rf dist coverage
  • devtsx watch src/index-refactored.ts
  • formatprettier --write 'src/**/*.ts'
  • format:checkprettier --check 'src/**/*.ts'
  • linteslint src --ext .ts
  • lint:fixeslint src --ext .ts --fix
  • postinstallecho 'Please see SETUP.md for manual configuration instructions'
  • preparenpm run build
  • prepublishOnlynpm run clean && npm run build && npm run test
  • setupnode dist/cli/setup-wizard.js
  • setup:neo4jNEO4J_AUTO_INSTALL=true node dist/index.js
  • startnode dist/index-refactored.js
  • testjest
  • test:coveragejest --coverage
  • test:integrationjest tests/integration
  • test:legacynode tests/test-rtf.js && node tests/test-scrivener.js && node tests/test-edge-cases.js
  • test:unitjest tests/unit
  • test:watchjest --watch
  • typechecktsc --noEmit
  • uninstallnode scripts/uninstall.js
Dependencies17
  • @modelcontextprotocol/sdk^1.0.0
  • @types/better-sqlite3^7.6.13
  • @types/xml2js^0.4.14
  • better-sqlite3^12.2.0
  • cheerio^1.1.2
  • compromise^14.14.4
  • compromise-adjectives^0.0.7
  • compromise-dates^3.7.1
  • compromise-numbers^1.4.0
  • natural^8.1.0
  • neo4j-driver^5.28.1
  • openai^5.19.1
  • pos^0.4.2
  • rtf-parser^1.3.3
  • sentiment^5.0.2
  • turndown^7.2.1
  • xml2js^0.6.2