PkgRadar

Package evidence

[email protected]

Credential file access: matched ".npmrc"

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
1
First published
Jun 2026
Publisher
chawakorn

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"}'
Publisherchawakorn
Artifact bytes304,188
Previous versionnone
Published2026-06-14T14:41:50.533Z
SHA-256fa135db2b83a6f0ddfe54986037b16a657e1a87f70726d8a3d9e745617200fb0

Why flagged

What the scanner saw

Credential file access: matched ".npmrc"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/tools/permission.jsmatched ".npmrc"5
lowMessenger Bot Endpointpackage/dist/gateway/telegram.jsmatched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)5

Manifest

Package metadata

Scripts6
  • buildnode -e "require('node:fs').rmSync('dist',{recursive:true,force:true})" && tsc -p tsconfig.build.json && node -e "require('node:fs').chmodSync('dist/bin.js',0o755)"
  • devtsx src/bin.ts
  • evaltsx src/eval/run.ts
  • prepublishOnlynpm run build
  • testvitest run
  • typechecktsc --noEmit
Dependencies15
  • @ai-sdk/anthropic^3.0.84
  • @ai-sdk/deepseek^2.0.38
  • @ai-sdk/google^3.0.82
  • @ai-sdk/groq^3.0.41
  • @ai-sdk/mistral^3.0.39
  • @ai-sdk/openai^3.0.71
  • @ai-sdk/openai-compatible^2.0.50
  • @ai-sdk/xai^3.0.95
  • @inkjs/ui^2.0.0
  • ai~6.0
  • ink^7.0.6
  • ink-big-text^2.0.0
  • ink-gradient^4.0.1
  • react^19.2.7
  • zod~3.25