PkgRadar

Package evidence

[email protected]

Remote Payload: matched "curl "

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
4
First published
Jun 2026
Publisher
ziedjlassi

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"}'
Publisherziedjlassi
Artifact bytes1,828,979
Previous version0.1.2
Published2026-06-06T21:58:41.898Z
SHA-256afc51656d9cf00b46d7649498f98db04f20d54941cd7e424b05b34cc7997c0dc

Why flagged

What the scanner saw

Remote Payload: matched "curl "

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/lib/context-preloader.shmatched "curl "12
mediumRemote Payloadpackage/lib/cost-tracker.shmatched "curl "12
mediumRemote Payloadpackage/lib/runtime-detect.shmatched "curl "12
mediumRemote Payloadpackage/hooks/supply-chain-guard.shmatched "curl "12
mediumRemote Payloadpackage/tools/prompt-monitor/hooks/track-interaction.shmatched "curl "12
mediumRemote Payloadpackage/tools/prompt-monitor/hooks/track-user-prompt.shmatched "curl "12
Show all 10 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/lib/context-preloader.shmatched "curl "12
mediumRemote Payloadpackage/lib/cost-tracker.shmatched "curl "12
mediumRemote Payloadpackage/lib/runtime-detect.shmatched "curl "12
mediumRemote Payloadpackage/hooks/supply-chain-guard.shmatched "curl "12
mediumRemote Payloadpackage/tools/prompt-monitor/hooks/track-interaction.shmatched "curl "12
mediumRemote Payloadpackage/tools/prompt-monitor/hooks/track-user-prompt.shmatched "curl "12
lowCredential file accesspackage/hooks/rules-enforcer.shmatched "id_rsa"5
lowCredential file accesspackage/lib/security-gates.shmatched ".ssh/"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="echo '\\n📦 Harmony installed! Run: npx harmony-ai --help\\n'"5
lowCredential file accesspackage/rules/R-013-secrets-protection.yamlmatched ".aws/"3

Manifest

Package metadata

Scripts1
  • postinstallecho '\n📦 Harmony installed! Run: npx harmony-ai --help\n'