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
257
Versions published
5
First published
May 2026
Publisher
temaus91

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"}'
Publishertemaus91
Artifact bytes112,336
Previous version0.1.3
Published2026-05-29T07:11:07.541Z
SHA-256d1c6f5937a23405ff760d8b7d2fa1f70910cfd734f3442c543f16ba8f6e74950

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/src/repositories/github-auth.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/src/repositories/github-materializer.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/src/ai/safety.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/src/diagnostics/setup-validation.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/src/hosted/verify.jsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts9
  • buildtsc
  • firsttracetsx src/cli.ts
  • oci:sync-secretstsx src/oci/sync-secrets.ts
  • prepacknpm run build
  • start:httpnode dist/src/runtime/http-server.js
  • start:workernode dist/src/runtime/worker-loop.js
  • testvitest run
  • typechecktsc --noEmit
  • vercel-buildnpm run typecheck
Dependencies14
  • @octokit/auth-app^8.2.0
  • @supabase/supabase-js^2.106.1
  • @vercel/functions^3.6.0
  • dotenv^17.4.2
  • oci-common^2.132.0
  • oci-generativeaiinference^2.132.0
  • oci-objectstorage^2.132.0
  • oci-queue^2.132.0
  • oci-secrets^2.132.0
  • oci-vault^2.132.0
  • openai^6.39.0
  • tar^7.5.15
  • yaml^2.8.1
  • zod^4.4.3