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.

Versions published
13
First published
May 2026
Publisher
soturine

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"}'
Publishersoturine
Artifact bytes332,860
Previous version0.8.0
Published2026-05-27T04:48:57.629Z
SHA-256a2076d808c4066da879c72ca2a1d4ecaf160e4ab5625c7b96e3bdb1d40773b5d

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/commands/expand.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/core/rail-utils.jsmatched "NPM_TOKEN"5

Manifest

Package metadata

Scripts19
  • benchnode dist/cli.js bench run --engine ts
  • bench:comparenode dist/cli.js bench compare-engines
  • bench:nativenode dist/cli.js bench run --engine native
  • bench:preparenode dist/cli.js bench prepare
  • bench:reportnode dist/cli.js bench report
  • buildnpm run sync:version && tsc -p tsconfig.json
  • build:allnpm run build && npm run build:native
  • build:nativecargo build --manifest-path native/soturail-native/Cargo.toml --release
  • prepacknpm run build
  • release:checknpm run build && node dist/cli.js release check
  • release:fullnpm run build && node dist/cli.js release full
  • release:githubnpm run build && node dist/cli.js release github
  • release:notesnpm run build && node dist/cli.js release notes
  • release:publishnpm run build && node dist/cli.js release publish
  • sync:versionnode scripts/sync-version.mjs
  • testvitest run
  • test:allnpm test && npm run test:native
  • test:nativecargo test --manifest-path native/soturail-native/Cargo.toml
  • typechecktsc -p tsconfig.json --noEmit
Dependencies2
  • commander^12.1.0
  • zod^3.25.76