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 promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 7 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/deploy/aliyun/check-ecs-status.sh | matched "curl " | 12 |
| medium | Remote Payload | package/deploy/aliyun/install-system-deps.sh | matched "curl " | 12 |
Manifest
Package metadata
Scripts21
buildpnpm build:dist && pnpm build:sitebuild:disttsc -p tsconfig.build.json && chmod +x dist/cli/codex-snapshot.mjs dist/server/share-api.mjsbuild:sitenode scripts/build-site.mjsdevpnpm build:dist && node dist/cli/codex-snapshot.mjs serve --port 4321prepackpnpm buildshare:serverpnpm build:dist && node dist/server/share-api.mjssite:devnode scripts/serve-site.mjssnapshotpnpm build:dist && node dist/cli/codex-snapshot.mjssnapshot:daemonpnpm build:dist && node dist/cli/codex-snapshot.mjs serve --port 4321snapshot:daemon:logspnpm build:dist && node scripts/launch-agent.mjs logssnapshot:daemon:statuspnpm build:dist && node scripts/launch-agent.mjs statussnapshot:install-daemonpnpm build:dist && node scripts/launch-agent.mjs installsnapshot:uninstall-daemonpnpm build:dist && node scripts/launch-agent.mjs uninstalltestpnpm typecheck && pnpm test:smoke && pnpm test:share-api && pnpm test:static-site && pnpm test:site-config && pnpm test:deploy-configtest:deploy-configbash scripts/test-aliyun-deploy-config.shtest:generatedpnpm build && git diff --exit-code -- site disttest:share-apipnpm build:dist && node scripts/test-share-api.mjstest:site-confignode scripts/test-site-config.mjstest: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.shtest:static-sitepnpm build:site && node scripts/test-static-site.mjstypechecktsc --noEmit
Dependencies5
highlight.js^11.11.1markdown-it^14.1.1react^19.2.6react-dom^19.2.6sanitize-html^2.17.4