PkgRadar

Package evidence

[email protected]

Remote Payload: matched "api.github.com/graphql"

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
472
Versions published
33Mature · −50% score
First published
Feb 2025
Publisher
abozanona

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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"}'
Publisherabozanona
Artifact bytes72,580
Previous version5.0.0
Published2026-05-27T22:30:46.493Z
SHA-2564d34d0029c4f39cad9d9157451bb0e68c0f9f4c75cc7f65640b6f198228b6c65

Why flagged

What the scanner saw

Remote Payload: matched "api.github.com/graphql"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
13Score
5.2.0Version
Status history (1 event)
  1. newavailable · risk review · score 13 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/pacman-contribution-graph.min.jsmatched "api.github.com/graphql"12
mediumObfuscation Densitypackage/dist/pacman-contribution-graph.min.jshigh encoded/escaped-token density12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/pacman-contribution-graph.min.jsmatched "api.github.com/graphql"12
mediumObfuscation Densitypackage/dist/pacman-contribution-graph.min.jshigh encoded/escaped-token density12
lowCredential file accesspackage/action.ymlmatched "github_token"3

Manifest

Package metadata

Scripts5
  • buildwebpack --config webpack.prod.js
  • build-actionpnpm run --prefix ./github-action build
  • devwebpack --progress --config webpack.dev.js
  • prepublishOnlynpm run build
  • testjest --coverage
Dependencies1
  • yargs^18.0.0