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.

Weekly downloads
140
Versions published
4
First published
May 2026
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":["[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":["[email protected]"],"fail_on":"review"}'
Artifact bytes341,180
Previous version0.1.2
Published2026-06-02T12:40:39.435Z
SHA-25647b4fdf81e588adc97a26bf53644f3b66b15e268c060e8fe09cf376a0b7c42f1

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/deploy/aliyun/check-ecs-status.shmatched "curl "12
mediumRemote Payloadpackage/deploy/aliyun/install-system-deps.shmatched "curl "12

Manifest

Package metadata

Scripts21
  • buildpnpm build:dist && pnpm build:site
  • build:disttsc -p tsconfig.build.json && chmod +x dist/cli/codex-snapshot.mjs dist/server/share-api.mjs
  • build:sitenode scripts/build-site.mjs
  • devpnpm build:dist && node dist/cli/codex-snapshot.mjs serve --port 4321
  • prepackpnpm build
  • share:serverpnpm build:dist && node dist/server/share-api.mjs
  • site:devnode scripts/serve-site.mjs
  • snapshotpnpm build:dist && node dist/cli/codex-snapshot.mjs
  • snapshot:daemonpnpm build:dist && node dist/cli/codex-snapshot.mjs serve --port 4321
  • snapshot:daemon:logspnpm build:dist && node scripts/launch-agent.mjs logs
  • snapshot:daemon:statuspnpm build:dist && node scripts/launch-agent.mjs status
  • snapshot:install-daemonpnpm build:dist && node scripts/launch-agent.mjs install
  • snapshot:uninstall-daemonpnpm build:dist && node scripts/launch-agent.mjs uninstall
  • testpnpm typecheck && pnpm test:smoke && pnpm test:share-api && pnpm test:static-site && pnpm test:site-config && pnpm test:deploy-config
  • test:deploy-configbash scripts/test-aliyun-deploy-config.sh
  • test:generatedpnpm build && git diff --exit-code -- site dist
  • test:share-apipnpm build:dist && node scripts/test-share-api.mjs
  • test:site-confignode scripts/test-site-config.mjs
  • test:smokepnpm build:dist && node dist/cli/codex-snapshot.mjs --help && node dist/cli/codex-snapshot.mjs daemon --help && node dist/server/share-api.mjs --help && node scripts/serve-site.mjs --help && node --check bin/codex-snapshot.mjs && node --check server/share-api.mjs && node --check dist/cli/codex-snapshot.mjs && node --check dist/server/share-api.mjs && node --check scripts/build-site.mjs && node --check scripts/launch-agent.mjs && node --check scripts/serve-site.mjs && node --check scripts/test-share-api.mjs && node --check scripts/test-static-site.mjs && node --check scripts/write-site-config.mjs && node --check scripts/test-site-config.mjs && node --check deploy/aliyun/doctor.mjs && node --check deploy/aliyun/preflight.mjs && node --check deploy/aliyun/verify-public-share.mjs && bash -n deploy/aliyun/*.sh scripts/test-aliyun-deploy-config.sh
  • test:static-sitepnpm build:site && node scripts/test-static-site.mjs
  • typechecktsc --noEmit
Dependencies5
  • highlight.js^11.11.1
  • markdown-it^14.1.1
  • react^19.2.6
  • react-dom^19.2.6
  • sanitize-html^2.17.4