PkgRadar

Package evidence

@poping/[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":["@poping/[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":["@poping/[email protected]"],"fail_on":"high"}'
Publisherpoping
Artifact bytes416,585
Previous version0.0.11
Published2026-05-24T13:12:46.395Z
SHA-2567a682cbb8a47692e97deeb9dc51dd6fe2d989bb551e19d7e71091bfb4244fe6a

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

poping

2 members · evidence strength 58

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/yomeSkills/login.jsmatched "GITHUB_TOKEN"30
Show all 15 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/yomeSkills/login.jsmatched "GITHUB_TOKEN"30
lowObfuscationpackage/dist/ui/AgentPicker.jsmatched "\\u2014"3
lowObfuscationpackage/dist/ui/App.jsmatched "\\x1b"3
lowObfuscationpackage/dist/ui/AskUserPrompt.jsmatched "\\u95EE"3
lowObfuscationpackage/dist/ui/Banner.jsmatched "\\u2588"3
lowObfuscationpackage/dist/ui/MarketplacePicker.jsmatched "\\u2014"3
lowObfuscationpackage/dist/ui/MeshApp.jsmatched "\\u2014"3
lowObfuscationpackage/dist/ui/MessageList.jsmatched "\\u23FA"3
lowObfuscationpackage/dist/ui/ModelPicker.jsmatched "\\u2014"3
lowObfuscationpackage/dist/ui/MultilineTextInput.jsmatched "\\x1B"3
lowObfuscationpackage/dist/ui/PermissionPrompt.jsmatched "\\u7F16"3
lowObfuscationpackage/dist/ui/SessionPicker.jsmatched "\\u2014"3
lowObfuscationpackage/dist/ui/TodoPanel.jsmatched "\\u2026"3
lowObfuscationpackage/dist/ui/TogglePicker.jsmatched "\\u2014"3
lowObfuscationpackage/dist/ui/UnifiedSkillsPicker.jsmatched "\\u2014"3

Manifest

Package metadata

Scripts8
  • buildtsc
  • build:allnpm run build && npm run build:native
  • build:nativecd native/calwatch && swift build -c release && cp .build/release/yome-calwatch ../../bin/yome-calwatch
  • devbun --watch src/index.tsx
  • prepublishOnlynpm run build
  • startnode bin/yome.js
  • testvitest run
  • typechecktsc --noEmit
Dependencies9
  • chokidar^3.6.0
  • fast-glob^3.3.2
  • ink^5.1.0
  • ink-text-input^6.0.0
  • marked^17.0.6
  • meow^13.0.0
  • node-cron^4.2.1
  • react^18.3.1
  • ws^8.20.1