PkgRadar

Package evidence

@voxcode-dev/[email protected]

Remote Payload: matched "wget "

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
343
Versions published
4
First published
May 2026
Publisher
keyreyla

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":["@voxcode-dev/[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":["@voxcode-dev/[email protected]"],"fail_on":"review"}'
Publisherkeyreyla
Artifact bytes2,905,978
Previous version0.1.2
Published2026-05-25T09:30:19.033Z
SHA-25607627580485639ab9ff6697cbe9d599d996a302c7b5150377bce888acc3977ac

Why flagged

What the scanner saw

Remote Payload: matched "wget "

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
101Score
0.1.3Version
Status history (1 event)
  1. newavailable · risk review · score 101 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/core/export-html/vendor/highlight.min.jsmatched "wget "12
mediumObfuscation Densitypackage/npm-shrinkwrap.jsonhigh encoded/escaped-token density12
Show all 27 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/core/export-html/vendor/highlight.min.jsmatched "wget "12
mediumObfuscation Densitypackage/npm-shrinkwrap.jsonhigh encoded/escaped-token density12
lowCredential file accesspackage/dist/cli/args.jsmatched ".azure"5
lowObfuscationpackage/dist/core/export-html/ansi-to-html.jsmatched "\\x1b"3
lowObfuscationpackage/dist/utils/ansi.jsmatched "\\u0007"3
lowObfuscationpackage/dist/modes/interactive/components/assistant-message.jsmatched "\\x1b"3
lowObfuscationpackage/dist/modes/interactive/components/branch-summary-message.jsmatched "\\x1b"3
lowObfuscationpackage/dist/utils/clipboard.jsmatched "\\x1b"3
lowObfuscationpackage/dist/modes/interactive/components/compaction-summary-message.jsmatched "\\x1b"3
lowObfuscationpackage/dist/modes/interactive/components/custom-message.jsmatched "\\x1b"3
lowObfuscationpackage/dist/modes/interactive/components/daxnuts.jsmatched "\\x1b"3
lowObfuscationpackage/dist/core/tools/edit-diff.jsmatched "\\u2018"3
lowObfuscationpackage/dist/utils/exif-orientation.jsmatched "fromCharCode"3
lowObfuscationpackage/dist/core/export-html/vendor/highlight.min.jsmatched "\\u00A1"3
lowObfuscationpackage/dist/utils/image-convert.jsmatched "Buffer.from(base64Data, \"base64"3
lowObfuscationpackage/dist/modes/interactive/interactive-mode.jsmatched "\\x1b"3
lowObfuscationpackage/dist/modes/interactive/components/login-dialog.jsmatched "\\x1b"3
lowObfuscationpackage/dist/core/export-html/vendor/marked.min.jsmatched "\\x00"3
lowObfuscationpackage/dist/core/tools/path-utils.jsmatched "\\u202F"3
lowObfuscationpackage/dist/utils/paths.jsmatched "\\u00A0"3
lowObfuscationpackage/dist/core/tools/read.jsmatched "\\x1b"3
lowObfuscationpackage/dist/modes/interactive/components/session-selector.jsmatched "\\x00"3
lowObfuscationpackage/dist/modes/interactive/components/skill-invocation-message.jsmatched "\\x1b"3
lowObfuscationpackage/dist/core/export-html/template.jsmatched "atob("3
lowObfuscationpackage/dist/modes/interactive/theme/theme.jsmatched "\\x1b"3
lowObfuscationpackage/dist/core/export-html/tool-renderer.jsmatched "\\x1b"3
lowObfuscationpackage/dist/modes/interactive/components/user-message.jsmatched "\\x1b"3

Manifest

Package metadata

Scripts8
  • buildtsgo -p tsconfig.build.json && shx chmod +x dist/cli.js && npm run copy-assets
  • build:binarynpm --prefix ../voxcode-tui run build && npm --prefix ../voxcode-ai run build && npm --prefix ../voxcode-agent run build && npm run build && bun build --compile ./dist/bun/cli.js ./src/utils/image-resize-worker.ts --outfile dist/vox && npm run copy-binary-assets
  • cleanshx rm -rf dist
  • copy-assetsshx mkdir -p dist/modes/interactive/theme && shx cp src/modes/interactive/theme/*.json dist/modes/interactive/theme/ && shx mkdir -p dist/modes/interactive/assets && shx cp src/modes/interactive/assets/*.png dist/modes/interactive/assets/ && shx mkdir -p dist/core/export-html/vendor && shx cp src/core/export-html/template.html src/core/export-html/template.css src/core/export-html/template.js dist/core/export-html/ && shx cp src/core/export-html/vendor/*.js dist/core/export-html/vendor/
  • copy-binary-assetsshx cp package.json dist/ && shx cp README.md dist/ && shx cp CHANGELOG.md dist/ && shx mkdir -p dist/theme && shx cp src/modes/interactive/theme/*.json dist/theme/ && shx mkdir -p dist/assets && shx cp src/modes/interactive/assets/*.png dist/assets/ && shx mkdir -p dist/export-html/vendor && shx cp src/core/export-html/template.html dist/export-html/ && shx cp src/core/export-html/vendor/*.js dist/export-html/vendor/ && shx cp -r docs dist/ && shx cp -r examples dist/ && shx cp ../../node_modules/@silvia-odwyer/photon-node/photon_rs_bg.wasm dist/
  • prepublishOnlynpm run clean && npm run build && npm run shrinkwrap
  • shrinkwrapnode ../../scripts/generate-voxcode-shrinkwrap.mjs
  • testvitest --run
Dependencies17
  • @silvia-odwyer/photon-node0.3.4
  • @voxcode-dev/voxcode-agent^0.75.5
  • @voxcode-dev/voxcode-ai^0.75.5
  • @voxcode-dev/voxcode-tui^0.75.5
  • chalk5.6.2
  • cross-spawn7.0.6
  • diff8.0.4
  • glob13.0.6
  • highlight.js10.7.3
  • hosted-git-info9.0.3
  • ignore7.0.5
  • jiti2.7.0
  • minimatch10.2.5
  • proper-lockfile4.1.2
  • typebox1.1.38
  • undici8.3.0
  • yaml2.9.0
Optional dependencies1
  • @mariozechner/clipboard0.3.6