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.

Weekly downloads
8
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 bytes16,101
Previous version0.0.3
Published2026-05-11T21:26:57.124Z
SHA-256cdc95a76b91be8428d9412f191a44541cb8c304c29b835cf11628e79b7639cb0

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.4Version
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