PkgRadar

Package evidence

@mindexec/[email protected]

New Account With Lifecycle Hook: package first published 2 day(s) ago, 5 total version(s), has lifecycle hook

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
Jun 2026
Publisher
lovecrdm

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":["@mindexec/[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":["@mindexec/[email protected]"],"fail_on":"high"}'
Publisherlovecrdm
Artifact bytes34,961,343
Previous version0.2.3
Published2026-06-12T04:56:31.310Z
SHA-25672844c5fc15e89f266fa7773e54f2e3d6107bfb412088425cdd6695fb3294519

Why flagged

What the scanner saw

New Account With Lifecycle Hook: package first published 2 day(s) ago, 5 total version(s), has lifecycle hook

1 candidate cluster(s) currently reference this release.

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

Availability ledger

available

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

Related candidates

Linked campaigns and clusters

Repeated static TTPactive

New Account With Lifecycle Hook — package first published 2 day(s) ago, 5 total version(s), has lifecycle hook

31 members · evidence strength 80
Repeated static TTPcandidate

New Account With Lifecycle Hook — package first published 2 day(s) ago, 5 total version(s), has lifecycle hook

31 members · max score 50

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Account With Lifecycle Hookpackage.jsonpackage first published 2 day(s) ago, 5 total version(s), has lifecycle hook25
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Account With Lifecycle Hookpackage.jsonpackage first published 2 day(s) ago, 5 total version(s), has lifecycle hook25
lowInstall-time lifecycle scriptpackage.jsonpostinstall="npm run setup:grammars"5

Manifest

Package metadata

Scripts7
  • devnode launch-bridge.cjs --watch
  • pack:drynpm pack --dry-run
  • postinstallnpm run setup:grammars
  • setup:grammarsnode scripts/setup-tree-sitter-grammars.mjs
  • startnode launch-bridge.cjs
  • test:remotenode scripts/remote-hub-smoke.mjs
  • test:syntaxnode --check server.js && node --check remote-hub.js && node --check codex-runtime.js && node --check launch-bridge.cjs && node --check port-guard.cjs && node --check scripts/setup-tree-sitter-grammars.mjs && node --check scripts/remote-hub-smoke.mjs
Dependencies9
  • @openai/codex-sdk^0.137.0
  • chokidar^3.6.0
  • cors^2.8.5
  • express^4.18.2
  • multer^2.1.1
  • playwright-core^1.53.0
  • sharp^0.33.2
  • web-tree-sitter^0.22.6
  • ws^8.16.0