PkgRadar

Package evidence

[email protected]

Remote Payload: matched "raw.githubusercontent.com"

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
416
Versions published
12
First published
Apr 2026
Publisher
ndycode

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"}'
Publisherndycode
Artifact bytes465,262
Previous version6.2.0
Published2026-06-06T06:07:55.094Z
SHA-256f308d8badb98cf045af6a029cca71ef872237df9710e79f19e3a4a2d7d09a825

Why flagged

What the scanner saw

Remote Payload: matched "raw.githubusercontent.com"

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

Availability ledger

available

review
Last checked
reviewRisk
12Score
6.3.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/dist/lib/prompts/codex.jsmatched "raw.githubusercontent.com"12

Manifest

Package metadata

Scripts19
  • audit:allnpm audit --audit-level=high
  • audit:cinpm run audit:prod && npm run audit:dev:allowlist
  • audit:dev:allowlistnode scripts/audit-dev-allowlist.js
  • audit:prodnpm audit --omit=dev --audit-level=high
  • buildnode scripts/clean-dist.js && tsc && node scripts/copy-oauth-success.js
  • coveragevitest run --coverage
  • lintnpm run lint:ts && npm run lint:scripts
  • lint:fixnpm run lint:ts:fix && npm run lint:scripts:fix
  • lint:scriptseslint scripts --ext .js
  • lint:scripts:fixeslint scripts --ext .js --fix
  • lint:tseslint . --ext .ts
  • lint:ts:fixeslint . --ext .ts --fix
  • preparehusky
  • prepublishOnlynpm run build
  • testvitest run
  • test:coveragevitest run --coverage
  • test:uivitest --ui
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies9
  • @napi-rs/keyring~1.2.0
  • @openauthjs/openauth^0.4.3
  • @opencode-ai/plugin^1.14.22
  • @opentui/core0.2.6
  • @opentui/solid0.2.6
  • hono4.12.18
  • solid-js^1.9.11
  • web-tree-sitter^0.25.10
  • zod^4.3.6