PkgRadar

Package evidence

@mirage-cli/[email protected]

Remote Payload: matched "CURL "

Recommended action

Block this update

Static 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"}'
Publisheralexbruf
Artifact bytes363,407
Previous version0.1.6
Published2026-05-24T16:34:57.938Z
SHA-2568e538cd710b01779d6a53965c7ea1b3788d98208e860114582418cfbfa633a61

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

high
Last checked
highRisk
57Score
0.1.7Version
Status history (1 event)
  1. newavailable · risk high · score 57 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

alexbruf

8 members · evidence strength 75

Evidence

Static findings

7 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/bin.jsmatched "CURL "12
mediumRemote Payloadpackage/dist/cli.jsmatched "CURL "12
mediumRemote Payloadpackage/dist/index.jsmatched "CURL "12
mediumRemote Payloadpackage/openapi/ahrefs.jsonmatched "CURL "12
Show all 7 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/bin.jsmatched "CURL "12
mediumRemote Payloadpackage/dist/cli.jsmatched "CURL "12
mediumRemote Payloadpackage/dist/index.jsmatched "CURL "12
mediumRemote Payloadpackage/openapi/ahrefs.jsonmatched "CURL "12
lowObfuscationpackage/dist/bin.jsmatched "\\x00"3
lowObfuscationpackage/dist/cli.jsmatched "\\x00"3
lowObfuscationpackage/dist/index.jsmatched "\\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:types
  • build:typestsc -p tsconfig.build.json
  • devbun run src/cli.ts
  • spec:refreshbun run tools/build-spec.ts && bunx openapi-typescript openapi/ahrefs.json -o src/generated/api-types.ts
  • testbun test --reporter=dots
  • typechecktsc --noEmit
Dependencies3
  • cli-table3^0.6.5
  • commander^14.0.3
  • picocolors^1.1.1