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":["@mirage-cli/[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":["@mirage-cli/[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 57 · status changed
Related candidates
Linked campaigns and clusters
alexbruf
8 members · evidence strength 75Evidence
Static findings
7 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/bin.js | matched "CURL " | 12 |
| medium | Remote Payload | package/dist/cli.js | matched "CURL " | 12 |
| medium | Remote Payload | package/dist/index.js | matched "CURL " | 12 |
| medium | Remote Payload | package/openapi/ahrefs.json | matched "CURL " | 12 |
Show all 7 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/bin.js | matched "CURL " | 12 |
| medium | Remote Payload | package/dist/cli.js | matched "CURL " | 12 |
| medium | Remote Payload | package/dist/index.js | matched "CURL " | 12 |
| medium | Remote Payload | package/openapi/ahrefs.json | matched "CURL " | 12 |
| low | Obfuscation | package/dist/bin.js | matched "\\x00" | 3 |
| low | Obfuscation | package/dist/cli.js | matched "\\x00" | 3 |
| low | Obfuscation | package/dist/index.js | matched "\\x00" | 3 |
Manifest
Package metadata
Scripts6
buildbun build src/bin.ts src/cli.ts src/index.ts --target=node --outdir=dist --external cli-table3 --external commander --external picocolors && bun run scripts/postbuild.ts && bun run build:typesbuild:typestsc -p tsconfig.build.jsondevbun run src/cli.tsspec:refreshbun run tools/build-spec.ts && bunx openapi-typescript openapi/ahrefs.json -o src/generated/api-types.tstestbun test --reporter=dotstypechecktsc --noEmit
Dependencies3
cli-table3^0.6.5commander^14.0.3picocolors^1.1.1