Recommended action
Block this updateStatic evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.
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":"high"}'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":"high"}'Why flagged
What the scanner saw
Obfuscation Density: high encoded/escaped-token density
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 high · score 51 · status changed
Evidence
Static findings
8 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Obfuscation Density | package/dist/gateway-cli.cjs | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/gateway/index.cjs | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/chunk-EWQ7AGHA.js | high encoded/escaped-token density | 12 |
Show all 8 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Obfuscation Density | package/dist/gateway-cli.cjs | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/gateway/index.cjs | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/chunk-EWQ7AGHA.js | high encoded/escaped-token density | 12 |
| low | Obfuscation | package/dist/gateway-cli.cjs | matched "\\u2500" | 3 |
| low | Obfuscation | package/dist/gateway/index.cjs | matched "\\u2500" | 3 |
| low | Obfuscation | package/dist/chunk-EWQ7AGHA.js | matched "\\u2500" | 3 |
| low | Obfuscation | package/dist/gateway-cli.js | matched "\\u2014" | 3 |
| low | Obfuscation | package/dist/gateway/index.js | matched "\\u2192" | 3 |
Manifest
Package metadata
Scripts4
buildtsup src/index.ts src/gateway/index.ts src/gateway-cli.ts --format esm,cjs --dts --cleanchecktsc --noEmitprepublishOnlynpm run check && npm run testtestnpm run build && node --test tests/status-api.test.mjs tests/router.test.mjs tests/router-advanced.test.mjs tests/health.test.mjs tests/config.test.mjs tests/uploader.test.mjs tests/translate.test.mjs tests/usage.test.mjs tests/pricing.test.mjs tests/server.test.mjs tests/gateway-mode.test.mjs tests/gateway-reload.test.mjs tests/multimodal-structured-stream.test.mjs
Dependencies1
yaml^2.8.3