PkgRadar

Package evidence

[email protected]

Install Hook Credential Exfil, Install-time lifecycle script

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
16
First published
Jul 2026
Publisher
arielsimon

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"}'
Publisherarielsimon
Artifact bytes9,087
Previous version0.1.1
Published2026-07-07T13:13:27.858Z
SHA-2568ab580eb6119c7d5bd8b257d6fe660b68361272ac9c285d31320945f2d2a4ddc

Why flagged

What the scanner saw

Install Hook Credential Exfil

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

Related candidates

Linked campaigns and clusters

Repeated static TTPactive

Install Hook Credential Exfil

39 members · evidence strength 90
Repeated static TTPcandidate

Install Hook Credential Exfil

39 members · max score 245

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Hook Credential Exfilmanifest45
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Hook Credential Exfilmanifest45
lowInstall-time lifecycle scriptmanifest5

Manifest

Package metadata

Dependencies3
  • @modelcontextprotocol/sdk^1.29.0
  • dotenv^16.4.7
  • pg^8.11.3