PkgRadar

Package evidence

@egnyte/[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.

Weekly downloads
13
Versions published
2
First published
May 2026
Publisher
egnyte

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["@egnyte/[email protected]"],"fail_on":"review"}'

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":["@egnyte/[email protected]"],"fail_on":"review"}'
Publisheregnyte
Artifact bytes61,619
Previous version1.0.0
Published2026-05-25T07:52:52.774Z
SHA-2564cb85157cf09cbae077742ac9d80c596e4e50078c248fc11e3f5eda4de090729

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

review
Last checked
reviewRisk
33Score
1.0.1Version
Status history (1 event)
  1. newavailable · risk review · score 33 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/src/commands/fs.jsmatched "curl "12
mediumRemote Payloadpackage/src/lib/output.jsmatched "curl "12
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/src/commands/fs.jsmatched "curl "12
mediumRemote Payloadpackage/src/lib/output.jsmatched "curl "12
lowObfuscationpackage/src/lib/auth.jsmatched "\\u2014"3
lowObfuscationpackage/src/index.jsmatched "\\u2192"3
lowObfuscationpackage/src/lib/validation.jsmatched "\\u2014"3

Manifest

Package metadata

Scripts6
  • build:binariespkg . --compress GZip --targets node18-macos-x64,node18-macos-arm64,node18-win-x64,node18-win-arm64,node18-linux-x64,node18-linux-arm64 --output dist/binaries/egnyte
  • lintnode --check src/index.js src/lib/*.js src/commands/*.js && echo OK
  • prepublishOnlynpm run lint && npm test
  • releaseVERSION=$(node -p "require('./package.json').version") && npm view @egnyte/agentic-cli@$VERSION version --registry https://nexus3.egnyte-internal.com/repository/integrations-nexus/ 2>/dev/null && echo "Version $VERSION already published, skipping." || npm publish
  • testjasmine
  • test:largejasmine --config=spec/support/jasmine-large.json --random=false