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
29
Versions published
12
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 bytes172,130
Previous version0.1.10
Published2026-06-01T04:24:51.453Z
SHA-256b289900a3a4501d8fe39873158547198236e7a8f7a45af77fdde106638a541ec

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.1.11Version
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/commands/start.jsmatched "curl "12

Manifest

Package metadata

Scripts17
  • 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: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
Dependencies4
  • @opentui/core0.3.0
  • open^10.1.0
  • web-tree-sitter0.25.10
  • ws^8.18.0