PkgRadar

Package evidence

@mindexec/[email protected]

New Account With Lifecycle Hook: package first published 0 day(s) ago, 2 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
2
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,915,138
Previous versionnone
Published2026-06-10T03:28:29.212Z
SHA-256caee1c811a273bb618085833b73ba5c7c1cfb365d41bf5953bf250339351c6de

Why flagged

What the scanner saw

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

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.0Version
Status history (1 event)
  1. newavailable · risk high · score 5 · status changed

Evidence

Static findings

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

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

Manifest

Package metadata

Scripts6
  • 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:syntaxnode --check server.js && node --check codex-runtime.js && node --check launch-bridge.cjs && node --check port-guard.cjs && node --check scripts/setup-tree-sitter-grammars.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