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
5
First published
May 2026
Publisher
0kim0bos

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"}'
Publisher0kim0bos
Artifact bytes53,936
Previous version0.1.3
Published2026-05-27T11:43:33.685Z
SHA-256a7aba98b870b2b03d23bbd8c4a8d2884e49d32bc08ba6d0815a5d56daa6bd3b2

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
5Score
0.1.4Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/bin/yam.jsmatched "github_token"5

Manifest

Package metadata

Scripts21
  • budgetnode ./bin/yam.js budget
  • detectnode ./bin/yam.js detect
  • doctornode ./bin/yam.js doctor
  • examplesnode ./bin/yam.js examples
  • init-projectnode ./bin/yam.js init-project
  • install:skillsnode ./bin/yam.js install
  • listnode ./bin/yam.js list
  • measurenode ./bin/yam.js measure
  • memorynode ./bin/yam.js memory
  • packnode ./bin/yam.js pack
  • pack:dry-runnpm pack --dry-run
  • prepacknpm run verify:self
  • proofnode ./bin/yam.js proof
  • safetynode ./bin/yam.js safety
  • statusnode ./bin/yam.js status
  • templatenode ./bin/yam.js template
  • toolsnode ./bin/yam.js tools
  • tune-lognode ./bin/yam.js tune-log
  • uninstall:skillsnode ./bin/yam.js uninstall
  • verifynode ./bin/yam.js verify
  • verify:selfnode --check ./bin/yam.js && node ./bin/yam.js verify && node ./bin/yam.js doctor