PkgRadar

Package evidence

[email protected]

Remote Payload: matched "github.com/$REPO/releases/download"

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
lyzxzmy

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherlyzxzmy
Artifact bytes64,232
Previous versionnone
Published2026-06-08T09:15:50.148Z
SHA-256524e0d2798d9283166825c0dc3ae76ae3ed4ce29a7889f30f8caaf21ef7cd58f

Why flagged

What the scanner saw

Remote Payload: matched "github.com/$REPO/releases/download"

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.1.0Version
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/install/install.shmatched "github.com/$REPO/releases/download"12

Manifest

Package metadata

Scripts22
  • buildnode scripts/build-package.mjs
  • build:seanode scripts/build-sea.mjs
  • build:standalonenode scripts/build-sea.mjs
  • checknode --check src/bin/ai-logger.js && node --check src/cli.js && node --check src/hook-handler.js && node --check src/installer/targets/registry.js && node --check src/installer/targets/config-writer.js && node --check src/utils/redact.js && node --check scripts/build-package.mjs && node --check scripts/build-sea.mjs && node --check scripts/deploy-npm.mjs && node --check scripts/debug-local.mjs && node --check scripts/delete-cli-tool.mjs && node --check scripts/install-local.mjs
  • check:distnode --check dist/npm/bin/ai-logger.js && node --check dist/npm/cli.js && node --check dist/npm/hook-handler.js && node --check dist/npm/utils/redact.js
  • debug:localnode scripts/debug-local.mjs
  • debug:local:claudenode scripts/debug-local.mjs --agent claude
  • debug:local:codexnode scripts/debug-local.mjs --agent codex
  • debug:local:cursornode scripts/debug-local.mjs --agent cursor
  • delete:clinode scripts/delete-cli-tool.mjs
  • delete:cli:drynode scripts/delete-cli-tool.mjs --dry-run
  • deploy:npmnode scripts/deploy-npm.mjs
  • deploy:npm:drynode scripts/deploy-npm.mjs --dry-run
  • doctornode src/bin/ai-logger.js doctor
  • install:localnode scripts/install-local.mjs
  • install:local:drynode scripts/install-local.mjs --dry-run
  • install:local:hooksnode scripts/install-local.mjs --install-hooks
  • pack:drynpm pack --dry-run --cache ./.npm-cache
  • prepacknpm run build && npm run check && npm test && npm run check:dist
  • testnode --test
  • uninstall:localnode scripts/delete-cli-tool.mjs
  • uninstall:local:drynode scripts/delete-cli-tool.mjs --dry-run