PkgRadar

Package evidence

[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
48
First published
Mar 2026
Publisher
ymkiux

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"}'
Publisherymkiux
Artifact bytes734,160
Previous version0.0.51
Published2026-06-17T15:49:36.993Z
SHA-256a774310eb6df0bfcb3e36ef0b1cc8a8447e735dd179310a2b1f2a9b5f0ceccd9

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/cli/update.jsmatched "curl "12
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/cli/update.jsmatched "curl "12
lowObfuscation Densitypackage/web-ui/res/json5.min.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts18
  • ci:installnode tools/ci/run-check.js install
  • ci:lintnode tools/ci/run-check.js lint
  • ci:testnode tools/ci/run-check.js test
  • devnode cli.js run
  • docs:buildnode ./node_modules/vitepress/dist/node/cli.js build site
  • docs:devnode ./node_modules/vitepress/dist/node/cli.js dev site
  • docs:previewnode ./node_modules/vitepress/dist/node/cli.js preview site
  • lintnode tools/dev/lint.js
  • pretestnode tools/ci/ensure-test-deps.js
  • release:npmnode tools/release/publish-npm.js
  • resetnode tools/dev/reset-main.js
  • reset:devnode tools/dev/reset-and-dev.js
  • setup:gitgit remote set-url origin https://github.com/SakuraByteCore/codexmate.git && gh auth setup-git
  • startnode cli.js
  • testnpm run test:unit && npm run test:e2e
  • test:cinode tools/ci/run-check.js all
  • test:e2enode tests/e2e/run.js
  • test:unitnode tests/unit/run.mjs
Dependencies4
  • @iarna/toml^2.2.5
  • json5^2.2.3
  • yauzl^3.2.1
  • zip-lib^1.2.1