PkgRadar

Package evidence

[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":["[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":["[email protected]"],"fail_on":"high"}'
Publisherpilafmon
Artifact bytes219,012
Previous version0.5.7
Published2026-05-25T03:14:15.792Z
SHA-25611b7aabb4bd900440517e40efb7b60059b4fcde1493a0bc7eaca6bdaf0ae9794

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

pilafmon

2 members · evidence strength 51

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/.github/workflows/publish-website.yamlmatched "GITHUB_TOKEN"30
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/.github/workflows/publish-website.yamlmatched "GITHUB_TOKEN"30
lowObfuscationpackage/docs/libraries.047eb1e5.jsmatched "fromCharCode"3
lowObfuscationpackage/spec/web-page.spec.jsmatched "eval("3

Manifest

Package metadata

Scripts5
  • devnpm test && run-scripts dev --parallel
  • interactiveopenBrowser=true npm start
  • posttesthtml-validator docs
  • pretestrun-scripts clean libraries-css libraries-js generated build1-pre build2-dev build3-min build4-rev publish
  • testmocha spec/*.spec.js --timeout 7000
Dependencies2
  • fetch-json~3.5
  • open~11.0