PkgRadar

Package evidence

[email protected]

Credential file access: matched "GITHUB_TOKEN"

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.

Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":"high"}'

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":"high"}'
Artifact bytes291,832
Previous version0.30.1
Published2026-05-24T23:28:57.955Z
SHA-2562d34ed8af2be665f330dce4390f5068d43f7d9d889660667dd3478758cb0fbb3

Why flagged

What the scanner saw

Credential file access: matched "GITHUB_TOKEN"

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

Availability ledger

available

high
Last checked
highRisk
84Score
0.31.0Version
Status history (1 event)
  1. newavailable · risk high · score 84 · status changed

Related candidates

Linked campaigns and clusters

Repeated static TTPstale

Install-time lifecycle script — postinstall="npm rebuild better-sqlite3"

9 members · evidence strength 86

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/copilot/client.jsmatched "GITHUB_TOKEN"30
highInstall-time lifecycle scriptpackage.jsonpostinstall="npm rebuild better-sqlite3"30
mediumRemote Payloadpackage/dist/copilot/skills.jsmatched "raw.githubusercontent.com"12
Show all 7 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/copilot/client.jsmatched "GITHUB_TOKEN"30
highInstall-time lifecycle scriptpackage.jsonpostinstall="npm rebuild better-sqlite3"30
mediumRemote Payloadpackage/dist/copilot/skills.jsmatched "raw.githubusercontent.com"12
lowObfuscationpackage/dist/telegram/bot.jsmatched "\\ud83d"3
lowObfuscationpackage/web-dist/assets/index-4dkSQDXb.jsmatched "fromCharCode"3
lowObfuscationpackage/dist/tui/index.jsmatched "\\u256d"3
lowObfuscationpackage/dist/api/server.jsmatched "\\u274c"3

Manifest

Package metadata

Scripts9
  • buildtsc
  • build:allnpm run build && npm run build:web
  • build:webcd web && npm install && npx vite build
  • daemontsx src/daemon.ts
  • devtsx --watch src/daemon.ts
  • postinstallnpm rebuild better-sqlite3
  • prepublishOnlynpm run build:all
  • testnode --import tsx --test 'src/**/*.test.ts' && npm test --prefix web
  • tuitsx src/tui/index.ts
Dependencies7
  • @github/copilot-sdk^0.2.2
  • better-sqlite3^12.6.2
  • commander^14.0.0
  • dotenv^17.3.1
  • express^5.2.1
  • grammy^1.40.0
  • zod^4.3.6