PkgRadar

Package evidence

@tyroneross/[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
1
First published
Jun 2026
Publisher
tyroneross

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":["@tyroneross/[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":["@tyroneross/[email protected]"],"fail_on":"review"}'
Publishertyroneross
Artifact bytes938,010
Previous versionnone
Published2026-06-08T09:03:53.174Z
SHA-2565445d09610e06606148d61d5d67be1e7d80257adb65d7939b22b5d600d001bbf

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/hooks/_session_start_lib.shmatched "curl "12

Manifest

Package metadata

Scripts16
  • benchmarknode benchmark-scoring.js
  • buildtsc
  • claude:prune-cachepython3 scripts/prune_plugin_cache.py --source . --host claude
  • claude:prune-cache:applypython3 scripts/prune_plugin_cache.py --source . --host claude --apply
  • claude:sync-cachepython3 scripts/sync_plugin_cache.py --source . --host claude
  • cleanrm -rf dist
  • codex:prune-cachepython3 scripts/prune_codex_plugin_cache.py --source .
  • codex:prune-cache:applypython3 scripts/prune_codex_plugin_cache.py --source . --apply
  • codex:sync-cachepython3 scripts/sync_plugin_cache.py --source . --host codex
  • plugin:prune-cachepython3 scripts/prune_plugin_cache.py --source .
  • plugin:prune-cache:applypython3 scripts/prune_plugin_cache.py --source . --apply
  • plugin:sync-cachepython3 scripts/sync_plugin_cache.py --source . --host all
  • plugin:sync-cache:hookspython3 scripts/sync_plugin_cache.py --source . --host all --install-git-hooks
  • prepublishOnlynpm run build
  • testpython3 -m unittest scripts/test_commit_state_check.py scripts/test_bridge_preflight.py scripts/test_mcp_registration.py && bash scripts/hooks/test_hooks.sh
  • watchtsc --watch
Dependencies2
  • commander^14.0.3
  • prompts^2.4.2