PkgRadar

Package evidence

@workos/[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
2
First published
Jun 2025
Publisher
nicknisi

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":["@workos/[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":["@workos/[email protected]"],"fail_on":"review"}'
Publishernicknisi
Artifact bytes560,155
Previous version0.1.0
Published2026-03-12T22:29:41.304Z
SHA-256f2ead718ecee4323f6f711b82a45d2b3ff46fc05eb66860ffc459c169f933e69

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
30Score
0.2.0Version
Status history (1 event)
  1. newavailable · risk review · score 30 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/prepare.jsmatched "GITHUB_TOKEN"30

Manifest

Package metadata

Scripts8
  • buildtsup && npm run prepare-content
  • build:devtsup && npm run prepare-content:local
  • devtsup --watch
  • formatprettier --write .
  • prepare-contentPREPARE=true node dist/prepare.js
  • prepare-content:localUSE_LOCAL_DOCS=true PREPARE=true node dist/prepare.js
  • prettierprettier . --check
  • type-checktsc --noEmit
Dependencies4
  • @modelcontextprotocol/sdk^0.5.0
  • fast-glob^3.3.2
  • gray-matter^4.0.3
  • rss-parser^3.13.0