PkgRadar

Package evidence

[email protected]

Install Lifecycle Remote Or Exec: postinstall="node dist/track-installation.js && node dist/npm-scripts/verify-ripgrep.js || node -e \"process.exit(0)\""

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
121
Versions published
1
First published
Jun 2026
Publisher
rakaarwaky

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"}'
Publisherrakaarwaky
Artifact bytes633,055
Previous versionnone
Published2026-06-02T09:10:51.846Z
SHA-256164ba2d339f5af1db1c1d9daec641afdf540200945c3e1dba6e6891b777d4326

Why flagged

What the scanner saw

Install Lifecycle Remote Or Exec: postinstall="node dist/track-installation.js && node dist/npm-scripts/verify-ripgrep.js || node -e \"process.exit(0)\""

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node dist/track-installation.js && node dist/npm-scripts/verify-ripgrep.js || node -e \"process.exit(0)\""30
highNew Account With Lifecycle Hookpackage.jsonpackage first published 8 day(s) ago, 1 total version(s), has lifecycle hook25
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node dist/track-installation.js && node dist/npm-scripts/verify-ripgrep.js || node -e \"process.exit(0)\""30
highNew Account With Lifecycle Hookpackage.jsonpackage first published 8 day(s) ago, 1 total version(s), has lifecycle hook25
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node dist/track-installation.js && node dist/npm-scripts/verify-ripgrep.js || node -e \"process.exit(0)\""5
lowObfuscation Densitypackage/dist/ui/config-editor/config-editor-runtime.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/ui/file-preview/preview-runtime.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts37
  • buildtsc && shx cp scripts/setup/setup-claude-server.js scripts/setup/uninstall-claude-server.js scripts/setup/track-installation.js dist/ && shx chmod +x dist/*.js && shx mkdir -p dist/data && shx cp src/data/onboarding-prompts.json dist/data/ && shx mkdir -p dist/remote-device/scripts && shx cp src/remote-device/scripts/blocking-offline-update.js dist/remote-device/scripts/ && node scripts/build/build-ui-runtime.cjs
  • build:mcpbnode scripts/build/build-mcpb.cjs
  • bumpnode scripts/build/sync-version.js --bump
  • bump:majornode scripts/build/sync-version.js --bump --major
  • bump:minornode scripts/build/sync-version.js --bump --minor
  • cleanshx rm -rf dist
  • count-tokensnpm run build && node scripts/dev/count-tokens.js
  • count-tokens:jsonnpm run build && node scripts/dev/count-tokens.js --json
  • device:installcd src/remote-device && npm install
  • device:starttsx src/remote-device/device.ts
  • device:start:devnodemon --watch src/remote-device --exec tsx src/remote-device/device.ts
  • inspectornpx @modelcontextprotocol/inspector dist/index.js
  • link:localnpm run build && npm link
  • logs:analyzenpm run build && node scripts/logs/analyze-fuzzy-logs.js
  • logs:clearnpm run build && node scripts/logs/clear-fuzzy-logs.js
  • logs:exportnpm run build && node scripts/logs/export-fuzzy-logs.js
  • logs:viewnpm run build && node scripts/logs/view-fuzzy-logs.js
  • open-chatopen -n /Applications/Claude.app
  • postinstallnode dist/track-installation.js && node dist/npm-scripts/verify-ripgrep.js || node -e "process.exit(0)"
  • preparenpm run build
  • releasenode scripts/build/publish-release.cjs
  • release:alphanode scripts/build/publish-release.cjs --npm-only --alpha
  • release:drynode scripts/build/publish-release.cjs --dry-run
  • release:majornode scripts/build/publish-release.cjs --major
  • release:mcpnode scripts/build/publish-release.cjs --mcp-only
  • release:minornode scripts/build/publish-release.cjs --minor
  • removenpm install && npm run build && node scripts/setup/uninstall-claude-server.js
  • setupnpm install --include=dev && npm run build && node scripts/setup/setup-claude-server.js
  • setup:debugnpm install && npm run build && node scripts/setup/setup-claude-server.js --debug
  • startnode dist/index.js
  • …and 7 more.
Dependencies24
  • @modelcontextprotocol/sdk^1.9.0
  • @opendocsg/pdf2md^0.2.2
  • @supabase/supabase-js^2.89.0
  • @vscode/ripgrep^1.15.9
  • cross-fetch^4.1.0
  • exceljs^4.4.0
  • fastest-levenshtein^1.0.16
  • file-type^21.1.1
  • glob^10.3.10
  • highlight.js^11.11.1
  • isbinaryfile^5.0.4
  • markdown-it^14.1.0
  • md-to-pdf^5.2.5
  • open^10.2.0
  • pdf-lib^1.17.1
  • pizzip^3.2.0
  • remark^15.0.1
  • remark-gfm^4.0.1
  • remark-parse^11.0.0
  • sharp^0.34.5
  • unified^11.0.5
  • unpdf^1.4.0
  • zod^3.24.1
  • zod-to-json-schema^3.23.5
Optional dependencies1
  • caffeinate^1.0.1