PkgRadar

Package evidence

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

Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@phala/[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":["@phala/[email protected]"],"fail_on":"review"}'
Artifact bytes167,885
Previous version0.2.5
Published2026-04-10T16:55:21.479Z
SHA-256561bc49375e0d01d6b87e9d341356c1ce1140450e8d9b532be123069088a6979

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
30Score
0.2.8Version
Status history (1 event)
  1. newavailable · risk review · score 30 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/index.jsmatched "curl "12
mediumRemote Payloadpackage/dist/index.mjsmatched "curl "12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/index.jsmatched "curl "12
mediumRemote Payloadpackage/dist/index.mjsmatched "curl "12
lowObfuscationpackage/dist/index.jsmatched "\\u2022"3
lowObfuscationpackage/dist/index.mjsmatched "\\u2022"3

Manifest

Package metadata

Scripts18
  • buildtsup src/index.ts src/webhook.ts --format cjs,esm && tsc --emitDeclarationOnly --declaration --outDir dist
  • checknpm run lint && npm run test
  • devtsup src/index.ts --format cjs,esm --dts --watch
  • fmtbiome format --write
  • lintbiome lint .
  • lint:fixbiome lint --write .
  • prepublish-betanpm run build && npm run check
  • prepublish-stablenpm run build && npm run check
  • publish-betanpm run prepublish-beta && npm publish --access public --tag beta
  • publish-stablenpm run prepublish-stable && npm publish --access public
  • testvitest --run --exclude '**/*.e2e.test.ts'
  • test:e2evitest --run src/**/*.e2e.test.ts
  • test:watchvitest
  • type-checktsc --noEmit
  • typechecktsc --noEmit
  • version:majornpm version major
  • version:minornpm version minor
  • version:patchnpm version patch
Dependencies6
  • @phala/dstack-sdk0.5.7
  • debug^4.4.1
  • mitt^3.0.1
  • ofetch^1.3.3
  • viem^2.7.0
  • zod^3.24.1