PkgRadar

Package evidence

[email protected]

Credential file access: matched "GITHUB_TOKEN"

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"}'
Publishercodeaholicguy
Artifact bytes115,565
Previous version0.32.0
Published2026-05-24T10:23:19.684Z
SHA-25652ff6e87826f9330e4a63f85d34bbb0ca199612f47586061da1ad817bc07a60d

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
72Score
0.33.0Version
Status history (1 event)
  1. newavailable · risk high · score 72 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

codeaholicguy

2 members · evidence strength 58

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/util/github.jsmatched "GITHUB_TOKEN"30
mediumRemote Payloadpackage/dist/util/github.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/dist/lib/SkillIndex.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/dist/lib/SkillRegistry.jsmatched "raw.githubusercontent.com"12
Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/util/github.jsmatched "GITHUB_TOKEN"30
mediumRemote Payloadpackage/dist/util/github.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/dist/lib/SkillIndex.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/dist/lib/SkillRegistry.jsmatched "raw.githubusercontent.com"12
lowObfuscationpackage/dist/commands/agent.jsmatched "\\x1b"3
lowObfuscationpackage/dist/util/terminal-ui.jsmatched "\\x1b"3

Manifest

Package metadata

Scripts7
  • buildtsc && cp -R templates dist/templates
  • devts-node src/cli.ts
  • linteslint src --ext .ts
  • prepublishOnlynpm run build
  • testjest
  • test:coveragejest --coverage
  • test:watchjest --watch
Dependencies13
  • @ai-devkit/agent-manager0.14.0
  • @ai-devkit/channel-connector0.6.0
  • @ai-devkit/memory0.11.0
  • chalk^4.1.2
  • commander^11.1.0
  • debug^4.4.3
  • fs-extra^11.2.0
  • gray-matter^4.0.3
  • inquirer^8.2.6
  • ora^5.4.1
  • smol-toml^1.6.1
  • yaml^2.3.4
  • zod^3.25.76