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
3
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 bytes81,347
Previous version0.1.1
Published2026-06-09T01:47:39.697Z
SHA-256d96a111ab845bf8dbba67e1d17d54a316f217668e2588b775ea34633139f9f81

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

Scripts24
  • buildnode scripts/build-package.mjs
  • build:seanode scripts/build-sea.mjs
  • build:standalonenode scripts/build-sea.mjs
  • checknode scripts/check-source.mjs src scripts
  • check:distnode scripts/check-source.mjs dist/npm
  • 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
  • debug:local:gemininode scripts/debug-local.mjs --agent gemini
  • debug:local:kironode scripts/debug-local.mjs --agent kiro
  • 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