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":["@certd/[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":["@certd/[email protected]"],"fail_on":"high"}'Why flagged
What the scanner saw
Known Indicator Filename: package/dist/bundle.js
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 102 · status changed
Evidence
Static findings
5 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Known Indicator Filename | package/dist/bundle.js | package/dist/bundle.js | 45 |
| high | Credential file access | package/dist/bundle.js | matched ".aws" | 30 |
| medium | Remote Payload | package/dist/bundle.js | matched "cURL " | 12 |
| medium | Obfuscation Density | package/dist/bundle.js | high encoded/escaped-token density | 12 |
Show all 5 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Known Indicator Filename | package/dist/bundle.js | package/dist/bundle.js | 45 |
| high | Credential file access | package/dist/bundle.js | matched ".aws" | 30 |
| medium | Remote Payload | package/dist/bundle.js | matched "cURL " | 12 |
| medium | Obfuscation Density | package/dist/bundle.js | high encoded/escaped-token density | 12 |
| low | Obfuscation | package/dist/bundle.js | matched "\\u0000" | 3 |
Manifest
Package metadata
Scripts5
before-buildnode -e "const fs=require('fs');fs.rmSync('dist',{recursive:true,force:true});fs.rmSync('tsconfig.tsbuildinfo',{force:true});fs.rmSync('.rollup.cache',{recursive:true,force:true});"buildnpm run before-build && rollup -cdev-buildnpm run buildpubnpm publishtest:unitcross-env NODE_ENV=unittest echo no unit tests
Dependencies9
buffer^5.0.8create-hash^1.1.3create-hmac^1.1.6debug^3.1.0node-fetch^2.1.2querystring^0.2.0rollup^3.7.4url^0.11.0uuid^3.1.0