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 bytes146,741
Previous version0.1.10
Published2026-04-27T04:55:12.490Z
SHA-256e80800cda8ecc32c9d78afae31457e8593f58fc0358b434277da4ca34640a8ee

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.11Version
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

Scripts22
  • buildtsc -p tsconfig.build.json && chmod +x dist/cli.js && pnpm run build:web
  • build:webcd web && pnpm run build
  • configuretsx src/cli.ts configure
  • devtsx src/cli.ts ui --dev & API_PID=$!; cd web && pnpm run dev; kill $API_PID 2>/dev/null
  • dev:apitsx src/cli.ts ui --dev
  • dev:webcd web && pnpm run dev
  • 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
Dependencies3
  • @inquirer/prompts^8.4.2
  • execa^9.6.0
  • yaml^2.8.3