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 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 51 · status changed
Evidence
Static findings
34 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/_cjs/actions/index.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/_esm/actions/index.js | matched "cUrl " | 12 |
| medium | Obfuscation Density | package/_esm/account-abstraction/actions/bundler/prepareUserOperation.js | high encoded/escaped-token density | 12 |
| medium | Remote Payload | package/_cjs/actions/test/reset.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/_esm/actions/test/reset.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/_cjs/actions/test/setRpcUrl.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/_esm/actions/test/setRpcUrl.js | matched "cUrl\n " | 12 |
| medium | Remote Payload | package/_esm/clients/decorators/test.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/_cjs/tempo/zones/zone.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/_esm/tempo/zones/zone.js | matched "cUrl " | 12 |
| medium | Obfuscation Density | package/trusted-setups/mainnet.json | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/trusted-setups/minimal.json | high encoded/escaped-token density | 12 |
| medium | Remote Payload | package/actions/index.ts | matched "cUrl " | 12 |
| medium | Obfuscation Density | package/account-abstraction/actions/bundler/prepareUserOperation.ts | high encoded/escaped-token density | 12 |
| medium | Remote Payload | package/actions/test/reset.ts | matched "cUrl " | 12 |
| medium | Remote Payload | package/actions/test/setRpcUrl.ts | matched "cUrl\n " | 12 |
| medium | Remote Payload | package/clients/decorators/test.ts | matched "cUrl " | 12 |
| medium | Remote Payload | package/tempo/zones/zone.ts | matched "cUrl " | 12 |
Show all 34 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/_cjs/actions/index.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/_esm/actions/index.js | matched "cUrl " | 12 |
| medium | Obfuscation Density | package/_esm/account-abstraction/actions/bundler/prepareUserOperation.js | high encoded/escaped-token density | 12 |
| medium | Remote Payload | package/_cjs/actions/test/reset.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/_esm/actions/test/reset.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/_cjs/actions/test/setRpcUrl.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/_esm/actions/test/setRpcUrl.js | matched "cUrl\n " | 12 |
| medium | Remote Payload | package/_esm/clients/decorators/test.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/_cjs/tempo/zones/zone.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/_esm/tempo/zones/zone.js | matched "cUrl " | 12 |
| medium | Obfuscation Density | package/trusted-setups/mainnet.json | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/trusted-setups/minimal.json | high encoded/escaped-token density | 12 |
| medium | Remote Payload | package/actions/index.ts | matched "cUrl " | 12 |
| medium | Obfuscation Density | package/account-abstraction/actions/bundler/prepareUserOperation.ts | high encoded/escaped-token density | 12 |
| medium | Remote Payload | package/actions/test/reset.ts | matched "cUrl " | 12 |
| medium | Remote Payload | package/actions/test/setRpcUrl.ts | matched "cUrl\n " | 12 |
| medium | Remote Payload | package/clients/decorators/test.ts | matched "cUrl " | 12 |
| medium | Remote Payload | package/tempo/zones/zone.ts | matched "cUrl " | 12 |
| low | Obfuscation | package/_cjs/utils/ens/avatar/parseAvatarRecord.js | matched "atob(" | 3 |
| low | Obfuscation | package/_esm/utils/ens/avatar/parseAvatarRecord.js | matched "atob(" | 3 |
| low | Obfuscation | package/_esm/accounts/utils/signMessage.js | matched "\\x19" | 3 |
| low | Obfuscation | package/_esm/actions/wallet/signMessage.js | matched "\\x19" | 3 |
| low | Obfuscation | package/_esm/accounts/utils/signTypedData.js | matched "\\x19" | 3 |
| low | Obfuscation | package/_esm/actions/wallet/signTypedData.js | matched "\\x19" | 3 |
| low | Obfuscation | package/_cjs/constants/strings.js | matched "\\x19" | 3 |
| low | Obfuscation | package/_esm/constants/strings.js | matched "\\x19" | 3 |
| low | Obfuscation | package/types/eip1193.ts | matched "\\x19" | 3 |
| low | Obfuscation | package/utils/ens/avatar/parseAvatarRecord.ts | matched "atob(" | 3 |
| low | Obfuscation | package/accounts/utils/signMessage.ts | matched "\\x19" | 3 |
| low | Obfuscation | package/actions/wallet/signMessage.ts | matched "\\x19" | 3 |
| low | Obfuscation | package/accounts/utils/signTypedData.ts | matched "\\x19" | 3 |
| low | Obfuscation | package/actions/wallet/signTypedData.ts | matched "\\x19" | 3 |
| low | Obfuscation | package/constants/strings.ts | matched "\\x19" | 3 |
| low | Obfuscation | package/clients/decorators/wallet.ts | matched "\\x19" | 3 |