PkgRadar

Package evidence

@mikemikula/[email protected]

Remote Payload: matched "curl "

Trust signals

Why this verdict

PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.

Versions published
12
First published
Apr 2026
Publisher
mikemikula

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["@mikemikula/[email protected]"],"fail_on":"review"}'

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":["@mikemikula/[email protected]"],"fail_on":"review"}'
Publishermikemikula
Artifact bytes40,292
Previous version0.1.8
Published2026-04-27T02:08:28.358Z
SHA-256b75ff21432462c9d5e2463ea689d374a4cd2549f7decbf7d87a6be41e5c38601

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

review
Last checked
reviewRisk
22Score
0.1.9Version
Status history (1 event)
  1. newavailable · risk review · score 22 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/commands/install.jsmatched "curl "12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/commands/install.jsmatched "curl "12
lowCredential file accesspackage/dist/constants.jsmatched ".ssh/"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.js"5

Manifest

Package metadata

Scripts19
  • buildtsc -p tsconfig.build.json && chmod +x dist/cli.js
  • configuretsx src/cli.ts configure
  • devtsx src/cli.ts
  • doctortsx src/cli.ts doctor
  • generate-contexttsx src/cli.ts generate-context
  • hardentsx src/cli.ts harden
  • install-toolstsx src/cli.ts install
  • lintbiome check src
  • lint:fixbiome check --write src
  • migratetsx src/cli.ts migrate
  • postinstallnode scripts/postinstall.js
  • publish-guardtsx src/cli.ts publish-guard
  • releasetsx scripts/release.ts
  • setuptsx src/cli.ts setup
  • setup:checktsx src/cli.ts setup --dry-run
  • snapshottsx src/cli.ts snapshot
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies2
  • execa^9.6.0
  • yaml^2.8.3