PkgRadar

Package evidence

@phi-code-admin/[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
16
Versions published
4
First published
May 2026
Publisher
phi-code-admin

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":["@phi-code-admin/[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":["@phi-code-admin/[email protected]"],"fail_on":"review"}'
Artifact bytes137,681
Previous version1.0.2
Published2026-06-06T11:59:59.751Z
SHA-256a5681142e9e604889a176d8b83be2dfc3f3c10bb01f3af50257b15cfcce9528e

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/plugins/youtube/post-install.shmatched "curl "12

Manifest

Package metadata

Scripts13
  • buildshx mkdir -p dist && shx cp plugin.js dist/plugin.js
  • fetch-binnode -e "console.warn('@phi-code-admin/camofox-browser bundles the binary via @phi-code-admin/camoufox-bin-*; no fetch needed. Reinstall if missing.')"
  • generate-openapinode scripts/generate-openapi.js
  • pluginnode scripts/plugin.js
  • prepublishOnlynpm run build
  • startnode server.js
  • testNODE_OPTIONS='--experimental-vm-modules' jest --runInBand --forceExit
  • test:debugDEBUG_SERVER=1 NODE_OPTIONS='--experimental-vm-modules' jest --runInBand --forceExit
  • test:e2eNODE_OPTIONS='--experimental-vm-modules' jest --runInBand --forceExit tests/e2e
  • test:liveRUN_LIVE_TESTS=1 NODE_OPTIONS='--experimental-vm-modules' jest --runInBand --forceExit tests/live
  • test:pluginsNODE_OPTIONS='--experimental-vm-modules' jest --forceExit plugins/
  • versionnode scripts/sync-version.js && node scripts/generate-openapi.js && git add openclaw.plugin.json openapi.json
  • version:syncnode scripts/sync-version.js
Dependencies5
  • @phi-code-admin/camoufox-js1.0.1
  • express^4.18.2
  • playwright-core^1.58.0
  • prom-client^15.1.3
  • swagger-jsdoc^6.2.8