PkgRadar

Package evidence

[email protected]

Install Lifecycle Suppresses Failure: postinstall="rm -rf node_modules/claude-in-mobile && ln -sf \"$(pwd)\" node_modules/claude-in-mobile 2>/dev/null || true"

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
1,201Niche · −30% score
Versions published
35
First published
Jan 2026
Publisher
alexgladkov

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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"}'
Publisheralexgladkov
Artifact bytes13,884,989
Previous version3.8.0
Published2026-05-11T15:15:01.700Z
SHA-256150e10adf92583b5429abc4e4084068d2045c8684c6c8682dff27f11f49fe58f

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: postinstall="rm -rf node_modules/claude-in-mobile && ln -sf \"$(pwd)\" node_modules/claude-in-mobile 2>/dev/null || true"

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

Availability ledger

available

high
Last checked
highRisk
17Score
3.8.1Version
Status history (5 events)
  1. availableavailable · risk high · score 17 · status available -> available, risk high -> high, score 25 -> 17
  2. availableavailable · risk high · score 25 · status available -> available, risk high -> high, score 17 -> 25
  3. availableavailable · risk high · score 17 · status available -> available, risk high -> high, score 40 -> 17
  4. availableavailable · risk high · score 40 · status available -> available, risk high -> high, score 65 -> 40
  5. newavailable · risk high · score 65 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

alexgladkov

2 members · evidence strength 57
Repeated static TTPstale

Install Lifecycle Suppresses Failure — postinstall="rm -rf node_modules/claude-in-mobile && ln -sf \"$(pwd)\" node_modules/claude-in-mobile 2>/dev/null || true"

2 members · evidence strength 63
Repeated static TTPstale

Install-time lifecycle script — postinstall="rm -rf node_modules/claude-in-mobile && ln -sf \"$(pwd)\" node_modules/claude-in-mobile 2>/dev/null || true"

2 members · evidence strength 63

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="rm -rf node_modules/claude-in-mobile && ln -sf \"$(pwd)\" node_modules/claude-in-mobile 2>/dev/null || true"20
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="rm -rf node_modules/claude-in-mobile && ln -sf \"$(pwd)\" node_modules/claude-in-mobile 2>/dev/null || true"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="rm -rf node_modules/claude-in-mobile && ln -sf \"$(pwd)\" node_modules/claude-in-mobile 2>/dev/null || true"5

Manifest

Package metadata

Scripts11
  • buildtsc
  • build:allnpm run build && npm run build:desktop
  • build:desktopcd desktop-companion && ./gradlew installDist
  • build:litenpm run build && npm run build --workspace=packages/lite
  • devtsc && node dist/index.js
  • postinstallrm -rf node_modules/claude-in-mobile && ln -sf "$(pwd)" node_modules/claude-in-mobile 2>/dev/null || true
  • prepublishOnlynpm run build
  • startnode dist/index.js
  • testvitest run
  • test:watchvitest
  • watchtsc --watch
Dependencies5
  • @modelcontextprotocol/sdk^1.0.0
  • chrome-launcher^1.1.0
  • chrome-remote-interface^0.33.0
  • google-auth-library^10.6.2
  • jimp^1.6.0