PkgRadar

Package evidence

[email protected]

Install Lifecycle Remote Or Exec: postinstall="npm rebuild better-sqlite3 --workspace=backend 2>/dev/null || npm rebuild better-sqlite3 2>/dev/null || true; node -e \"try { require('child_process').execSync('git rev-parse --git-dir', {stdio:'ignore'}); require('child_process').execSync('npm run setup-hooks', {stdio:'inherit'}); } 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
18
Versions published
29
First published
Jan 2026
Publisher
kroonen-ai

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"}'
Publisherkroonen-ai
Artifact bytes1,945,458
Previous version0.8.3
Published2026-03-03T15:05:03.114Z
SHA-256b2ba8426234a4a0cbed15d7a672fd64afd640aac9af77ddeac4ca1c1c096dd91

Why flagged

What the scanner saw

Install Lifecycle Remote Or Exec: postinstall="npm rebuild better-sqlite3 --workspace=backend 2>/dev/null || npm rebuild better-sqlite3 2>/dev/null || true; node -e \"try { require('child_process').execSync('git rev-parse --git-dir', {stdio:'ignore'}); require('child_process').execSync('npm run setup-hooks', {stdio:'inherit'}); } 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
55Score
0.8.4Version
Status history (1 event)
  1. newavailable · risk high · score 55 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="npm rebuild better-sqlite3 --workspace=backend 2>/dev/null || npm rebuild better-sqlite3 2>/dev/null || true; node -e \"try { require('child_process').execSync('git rev-parse --git-dir', {stdio:'ignore'}); require('child_process').execSync('npm run setup-hooks', {stdio:'inherit'}); } catch(e) {}\""30
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="npm rebuild better-sqlite3 --workspace=backend 2>/dev/null || npm rebuild better-sqlite3 2>/dev/null || true; node -e \"try { require('child_process').execSync('git rev-parse --git-dir', {stdio:'ignore'}); require('child_process').execSync('npm run setup-hooks', {stdio:'inherit'}); } catch(e) {}\""20
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="npm rebuild better-sqlite3 --workspace=backend 2>/dev/null || npm rebuild better-sqlite3 2>/dev/null || true; node -e \"try { require('child_process').execSync('git rev-parse --git-dir', {stdio:'ignore'}); require('child_process').execSync('npm run setup-hooks', {stdio:'inherit'}); } catch(e) {}\""30
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="npm rebuild better-sqlite3 --workspace=backend 2>/dev/null || npm rebuild better-sqlite3 2>/dev/null || true; node -e \"try { require('child_process').execSync('git rev-parse --git-dir', {stdio:'ignore'}); require('child_process').execSync('npm run setup-hooks', {stdio:'inherit'}); } catch(e) {}\""20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="npm rebuild better-sqlite3 --workspace=backend 2>/dev/null || npm rebuild better-sqlite3 2>/dev/null || true; node -e \"try { require('child_process').execSync('git rev-parse --git-dir', {stdio:'ignore'}); require('child_process').execSync('npm run setup-hooks', {stdio:'inherit'}); } catch(e) {}\""5

Manifest

Package metadata

Scripts41
  • add-headersnode scripts/add-headers.js
  • analyzenode scripts/analyze-development.js
  • analyze:metricsnode scripts/analyze-development.js --metrics
  • analyze:quicknode scripts/analyze-development.js --quick
  • buildnpm run build:frontend && npm run build:backend
  • build:backendcd backend && npm run build
  • build:frontendcd frontend && npm run build
  • changelognode scripts/generate-changelog.js
  • changelog:ainode scripts/ai-changelog-generator.js
  • changelog:ai:impactnode scripts/ai-changelog-generator.js impact
  • changelog:ai:summarynode scripts/ai-changelog-generator.js summary
  • devconcurrently "npm run dev:backend" "npm run dev:frontend"
  • dev:backendcd backend && npm run dev
  • dev:frontendcd frontend && npm run dev
  • dev:hostconcurrently "npm run dev:backend" "cd frontend && npm run dev -- --host --port 8080"
  • electron:buildELECTRON_BUILD=true npm run build:frontend && npm run build:backend && electron-builder build --mac --arm64 --publish never
  • electron:build:linuxELECTRON_BUILD=true npm run build:frontend && npm run build:backend && electron-builder build --linux --publish never
  • electron:build:universalnpm run build && electron-builder build --mac --arm64 --x64
  • electron:build:winnpm run build:frontend && npm run build:backend && electron-builder build --win --publish never
  • electron:devconcurrently "npm run dev" "wait-on http://localhost:5173 && electron ."
  • electron:packelectron-builder --dir
  • formatnode scripts/add-headers.js && prettier --write "frontend/src/**/*.{ts,tsx,js,jsx,json,css,md}" "backend/src/**/*.{ts,js,json,md}" "*.{json,md,yml,yaml}" ".github/**/*.{yml,yaml}"
  • format:checkprettier --check "frontend/src/**/*.{ts,tsx,js,jsx,json,css,md}" "backend/src/**/*.{ts,js,json,md}" "*.{json,md,yml,yaml}" ".github/**/*.{yml,yaml}"
  • generate-iconsnode scripts/generate-icons.js
  • install:allnpm install && cd frontend && npm install && cd ../backend && npm install
  • lintnpm run lint:frontend && npm run lint:backend
  • lint:backendcd backend && npm run lint
  • lint:fixnpm run lint:fix:frontend && npm run lint:fix:backend
  • lint:fix:backendcd backend && npm run lint:fix
  • lint:fix:frontendcd frontend && npm run lint:fix
  • …and 11 more.
Dependencies16
  • axios^1.13.2
  • bcrypt^6.0.0
  • better-sqlite3^12.5.0
  • cors^2.8.5
  • dotenv^17.2.3
  • express^5.2.1
  • express-rate-limit^8.2.1
  • helmet^8.1.0
  • jsonwebtoken^9.0.3
  • morgan^1.10.0
  • multer^2.0.1
  • pdfjs-dist^5.4.530
  • sanitize-filename^1.6.3
  • sonner^2.0.7
  • uuid^13.0.0
  • ws^8.14.2