PkgRadar

Package evidence

@wrikka/[email protected]

Credential file access: matched "GITHUB_TOKEN"

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":["@wrikka/[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":["@wrikka/[email protected]"],"fail_on":"review"}'
Publishernewkubise
Artifact bytes7,149
Previous versionnone
Published2026-05-25T07:15:38.378Z
SHA-256106288a4f63bf792a2b12c237feb4da5e563d3b8da156137801aa9a21ea060f8

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.1.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/index.jsmatched "GITHUB_TOKEN"30

Manifest

Package metadata

Scripts9
  • buildbunup
  • devbun run src/index.ts
  • formatbiome format --write .
  • lintbiome check .
  • lint:fixbiome check --write .
  • releaseauto release
  • testvitest run --exclude '.stakpak/**' --coverage
  • typechecktsc --noEmit
  • verifybun run typecheck && bun run lint && bun run test
Dependencies2
  • @clack/prompts^1.4.0
  • cac^7.0.0