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
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 high · score 72 · status changed
Evidence
Static findings
9 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/lib/utils/checks.js | matched "curl " | 12 |
| medium | Remote Payload | package/lib/scaffold/backends/supabase/deploy.js | matched "curl " | 12 |
| medium | Remote Payload | package/lib/scaffold/shared/post-build.js | matched "curl " | 12 |
| medium | Remote Payload | package/lib/scaffold/backends/firebase/setup-from-scratch.js | matched "curl " | 12 |
| medium | Obfuscation Density | package/templates/firebase/functions/package-lock.json | high encoded/escaped-token density | 12 |
Show all 9 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/lib/utils/checks.js | matched "curl " | 12 |
| medium | Remote Payload | package/lib/scaffold/backends/supabase/deploy.js | matched "curl " | 12 |
| medium | Remote Payload | package/lib/scaffold/shared/post-build.js | matched "curl " | 12 |
| medium | Remote Payload | package/lib/scaffold/backends/firebase/setup-from-scratch.js | matched "curl " | 12 |
| medium | Obfuscation Density | package/templates/firebase/functions/package-lock.json | high encoded/escaped-token density | 12 |
| low | Obfuscation | package/lib/scaffold/backends/supabase/deploy.js | matched "Buffer.from(raw.replace('go-keyring-base64" | 3 |
| low | Obfuscation | package/lib/scaffold/backends/firebase/setup-from-scratch.js | matched "\\u0300" | 3 |
| low | Obfuscation | package/lib/scaffold/backends/firebase/tokens.js | matched "\\u0300" | 3 |
| low | Obfuscation | package/lib/scaffold/backends/supabase/edge-functions/send-push-notification/index.ts | matched "atob(" | 3 |
Manifest
Package metadata
Scripts11
buildtscbuild:watchtsc --watchdeployfirebase deploy --only functionsdeploy-prodfirebase deploy --only functions -P productionlinteslint --ext .js,.ts .logsfirebase functions:logservenpm run build && firebase emulators:start --only functionsshellnpm run build && firebase functions:shellstartnpm run shelltestjesttest-watchjest --watchAll
Dependencies2
firebase-admin^13.6.0firebase-functions^7.1.1