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.

Weekly downloads
304
Versions published
60Mature · −50% score
First published
Aug 2024
Publisher
snyk-admin

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"}'
Publishersnyk-admin
Artifact bytes75,742
Previous version1.25.0
Published2026-05-28T09:44:35.089Z
SHA-256322b84c988614fb7efdf01aeedee08abd9831ef7d632ffaeec891e8e6e4ebabe

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/commands/credentials/create.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/commands/credentials/update.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/oclif.manifest.jsonmatched "github_token"3

Manifest

Package metadata

Scripts9
  • buildshx rm -rf dist && tsc -b
  • formatprettier --write '{src,test}/**/*.{js,ts}'
  • linteslint .
  • pack:linuxoclif pack deb
  • pack:macosoclif pack macos
  • pack:winoclif pack win
  • prepackoclif manifest
  • testnode test/run-test.js
  • versionoclif readme && git add README.md
Dependencies14
  • @expo/bunyan^4.0.1
  • @inquirer/prompts^5.3.8
  • @oclif/core4.8.1
  • @oclif/plugin-autocomplete3.2.40
  • @oclif/plugin-commands4.1.40
  • @oclif/plugin-help^6
  • @oclif/plugin-plugins^5
  • @oclif/plugin-version2.2.36
  • @oclif/plugin-warn-if-update-available3.1.55
  • global-agent^3.0.0
  • inquirer-select-pro^1.0.0-alpha.7
  • object-treeify^4.0.1
  • proxy-from-env^1.1.0
  • snyk-config^5.3.0