PkgRadar

Package evidence

@m14i/[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.

Weekly downloads
58
Versions published
25
First published
May 2026
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@m14i/[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":["@m14i/[email protected]"],"fail_on":"review"}'
Artifact bytes4,763,436
Previous version1.14.0
Published2026-05-17T22:01:35.766Z
SHA-256be2846c7caa40dda7727c8ae43850de9024f5d2dfe91e96e31013566dc7d35b7

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
3Score
1.14.1Version
Status history (1 event)
  1. newavailable · risk review · score 3 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/docker/nix/nix-scripts/06-skills-setup.shmatched "curl "12
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/docker/nix/nix-scripts/06-skills-setup.shmatched "curl "12
lowLarge Javascript Payloadpackage/dist/index.js2611995 bytes0

Manifest

Package metadata

Scripts7
  • buildncc build src/index.ts -o dist && rm -rf dist/assets && cp -r assets dist/
  • cleanrm -rf dist
  • devtsx src/index.ts
  • dev:buildpnpm build && node dist/index.js
  • dev:shellpnpm build && node dist/index.js shell
  • prepublishOnlypnpm build
  • typechecktsc --noEmit
Dependencies8
  • @inquirer/prompts^5.0.0
  • chalk^5.3.0
  • commander^12.1.0
  • execa^9.0.0
  • ink^7.0.3
  • ink-text-input^6.0.0
  • react^19.2.6
  • update-notifier^7.3.1