PkgRadar

Package evidence

@codegrammer/[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.

Weekly downloads
27
Versions published
15
First published
Mar 2026
Publisher
codegrammer

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":["@codegrammer/[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":["@codegrammer/[email protected]"],"fail_on":"review"}'
Publishercodegrammer
Artifact bytes208,240
Previous version0.1.13
Published2026-06-02T14:08:35.307Z
SHA-25676968cbfb847c9a2b3f9a8201342f6cea01989e311d5875a23e1f8bf47911421

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/commands/start.jsmatched "curl "12
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/commands/start.jsmatched "curl "12
lowCredential file accesspackage/dist/provider-auth.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5

Manifest

Package metadata

Scripts18
  • buildtsc -p tsconfig.json
  • devtsc -w -p tsconfig.json
  • doctornode dist/index.js doctor
  • doctor:strictnode dist/index.js doctor --strict
  • lintecho noop
  • prepublishOnlynpm run build
  • qa:tuinode dist/index.js tui-qa
  • qa:tui:livenode dist/index.js tui-qa --live
  • qa:tui:live:mutatenode dist/index.js tui-qa --live --mutate
  • release:tuinode scripts/release-tui.mjs
  • smoke:chatnode dist/index.js opentui --view chat --smoke-test --duration-ms 100 --startup-budget-ms 1000
  • smoke:fresh-installnode scripts/smoke-fresh-install.mjs
  • smoke:opentuinode dist/index.js opentui --smoke-test --duration-ms 100 --startup-budget-ms 1000
  • smoke:packagednode scripts/smoke-packaged-install.mjs
  • smoke:tuinode dist/index.js tui --smoke-test --duration-ms 100 --startup-budget-ms 1000
  • smoke:tui:opentuinode dist/index.js tui --renderer opentui --smoke-test --duration-ms 100 --startup-budget-ms 1000
  • testpnpm run build && node --test test/*.mjs
  • verify:tuipnpm run build && pnpm run qa:tui && pnpm run doctor && pnpm run smoke:tui && pnpm run smoke:opentui && pnpm run smoke:tui:opentui && pnpm run smoke:packaged && pnpm run smoke:chat
Dependencies6
  • @opentui/core0.3.0
  • @opentui/react0.3.0
  • open^10.1.0
  • react^19.2.0
  • web-tree-sitter0.25.10
  • ws^8.18.0