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
- 17
- Versions published
- 11
- First published
- Apr 2026
- Publisher
- sunhouyun
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 78 · status changed
Evidence
Static findings
17 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/scripts/rollback.sh | matched "curl " | 12 |
| medium | Remote Payload | package/.github/workflows/deploy.yml | matched "curl " | 12 |
| medium | Remote Payload | package/.github/workflows/dev-deploy.yml | matched "curl " | 12 |
Show all 17 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/scripts/rollback.sh | matched "curl " | 12 |
| medium | Remote Payload | package/.github/workflows/deploy.yml | matched "curl " | 12 |
| medium | Remote Payload | package/.github/workflows/dev-deploy.yml | matched "curl " | 12 |
| low | Obfuscation | package/api/models/ApiManager.js | matched "Buffer.from(encryptedBase64" | 3 |
| low | Obfuscation | package/js/ui/chart.js | matched "fromCharCode" | 3 |
| low | Obfuscation | package/scripts/check-deploy.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/js/code-runner.js | matched "eval(" | 3 |
| low | Obfuscation | package/js/ui/echarts-loader.js | matched "atob(" | 3 |
| low | Obfuscation | package/wasm_text_engine/dist/image_compressor.js | matched "fromCharCode" | 3 |
| low | Obfuscation | package/js/ui/image-inline-tools.js | matched "atob(" | 3 |
| low | Obfuscation | package/js/ui/pdf-generator.js | matched "atob(" | 3 |
| low | Obfuscation | package/api/routes/ppt-export.js | matched "Buffer.from(base64Data, 'base64" | 3 |
| low | Obfuscation | package/js/ui/slash-command.js | matched "\\u3400" | 3 |
| low | Obfuscation | package/wasm_text_engine/dist/text_engine.js | matched "fromCharCode" | 3 |
| low | Obfuscation | package/js/ui/upload.js | matched "atob(" | 3 |
| low | Obfuscation | package/wasm_text_engine/dist/image_compressor.ts | matched "fromCharCode" | 3 |
| low | Obfuscation | package/wasm_text_engine/dist/text_engine.ts | matched "fromCharCode" | 3 |
Manifest
Package metadata
Scripts3
buildbash ./scripts/build_wasm.shtest:nativebash ./scripts/run_native_tests.shtest:wasmnode ./tests/wasm_smoke.mjs