PkgRadar

Package evidence

@leviro-ai/[email protected]

Credential file access: matched "GITHUB_TOKEN"

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@leviro-ai/[email protected]"],"fail_on":"high"}'

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":["@leviro-ai/[email protected]"],"fail_on":"high"}'
Artifact bytes15,116
Previous versionnone
Published2026-05-22T16:15:56.135Z
SHA-256ac3c95e10d17de4f44d615903f0d59d55b164455e9c86e358731b0bbfbbc29b9

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

high
Last checked
highRisk
30Score
0.1.5Version
Status history (1 event)
  1. newavailable · risk high · score 30 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

dariuskasperavicius

3 members · evidence strength 72

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/parsers/env.jsmatched "GITHUB_TOKEN"30

Manifest

Package metadata

Scripts9
  • buildtsc -p tsconfig.json
  • lintpnpm typecheck
  • package:checknpm pack --dry-run
  • qualitypnpm lint && pnpm test && pnpm build && pnpm security:audit && pnpm package:check
  • scantsx src/cli.ts scan
  • security:auditpnpm audit --audit-level moderate
  • testvitest run
  • test:watchvitest
  • typechecktsc -p tsconfig.json --noEmit
Dependencies3
  • commander^12.1.0
  • fast-glob^3.3.3
  • yaml^2.6.1