PkgRadar

Package evidence

[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.

Publisher
GitHub ActionsTrusted automation · −70% score

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

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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"}'
Artifact bytes69,109
Previous version0.0.0-20260525060903
Published2026-05-25T06:09:21.868Z
SHA-2561c1a67372b9e3b2903469171d931f59e6b5efa6f4136d64f76959118a2654216

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

low
Last checked
lowRisk
0Score
0.0.0-20260525060915Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/.github/workflows/release.ymlmatched "GITHUB_TOKEN"3

Manifest

Package metadata

Scripts6
  • formatprettier --cache --write '**/*.{js,css,md,mdx,ts,tsx,yml}'
  • format:checkprettier --cache --list-different '**/*.{js,css,md,mdx,ts,tsx,yml}'
  • linteslint .
  • lint:mdmarkdownlint-cli2 "**/*.{md,mdx}" "!.github" "!.changeset" "!node_modules" "!CHANGELOG.md"
  • releasechangeset publish
  • testjest
Dependencies8
  • @styled-system/props^5.1.5
  • @typescript-eslint/utils^8.50.0
  • eslint-plugin-github^6.0.0
  • eslint-plugin-jsx-a11y^6.7.1
  • eslint-traverse^1.0.0
  • lodash^4.17.21
  • styled-system^5.1.5
  • typescript^6.0.3