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.

Versions published
22
First published
Mar 2026
Publisher
sdtkclikit

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"}'
Publishersdtkclikit
Artifact bytes1,262,629
Previous version0.4.10
Published2026-05-29T09:19:29.195Z
SHA-2562832ce31f2687cc4ac84554f9bb9edb9cf039fa27e7006aaffd4d65ec770dd21

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

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/src/commands/entitlement.jsmatched "github_token"5
lowCredential file accesspackage/src/lib/legacy-auth-migration.jsmatched "github_token"5
lowCredential file accesspackage/src/lib/state.jsmatched "github_token"5

Manifest

Package metadata

Scripts6
  • build:payloadpowershell -ExecutionPolicy Bypass -File scripts/sync-toolkit-assets.ps1 && powershell -ExecutionPolicy Bypass -File scripts/build-toolkit-manifest.ps1
  • pack:releasenpm pack
  • pack:smokenpm pack --dry-run
  • prepublishOnlynode -e "require('./src/lib/toolkit-payload').verify()"
  • testnpm run verify:payload && npm run pack:smoke
  • verify:payloadnode -e "require('./src/lib/toolkit-payload').verify()"