PkgRadar

Package evidence

@donkeyclip/[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
atrantidis

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":["@donkeyclip/[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":["@donkeyclip/[email protected]"],"fail_on":"review"}'
Publisheratrantidis
Artifact bytes17,428
Previous version0.0.4
Published2026-05-25T16:26:15.154Z
SHA-2563571b2a12eff474215b603d066c40d195f58480697132628fd3fe6a9ab48cd38

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
9Score
0.0.6Version
Status history (1 event)
  1. newavailable · risk review · score 9 · 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/.github/workflows/bundle-size.ymlmatched "GITHUB_TOKEN"3
lowCredential file accesspackage/.github/workflows/eslint.ymlmatched "github_token"3
lowCredential file accesspackage/.github/workflows/misspell.ymlmatched "GITHUB_TOKEN"3

Manifest

Package metadata

Scripts10
  • buildnpm run build:lib && npm run build:demo
  • build:demowebpack --mode=production --config ./demo/webpack.config.cjs
  • build:librollup -c
  • linteslint -c .eslintrc src/**/*.js
  • lint:fixnpm run lint -- --fix
  • preparehusky install
  • startnpm run build:lib && concurrently -c "cyan.bold,magenta.bold" "npm:build:lib -- -w" "npm:start:demo"
  • start:demowebpack serve --mode=development --config ./demo/webpack.config.cjs
  • testecho "No tests yet"
  • test:prodnpm run lint
Dependencies1
  • @rollup/plugin-terser^0.4.4