PkgRadar

Package evidence

@leviro-ai/[email protected]

Credential file access: matched ".AWS"

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 bytes24,025
Previous version0.1.51
Published2026-05-24T16:47:40.569Z
SHA-2564253a1c1a39b5380bcc0162ba6c94e3b9f9a0f5b2ca3c942211a94179f079447

Why flagged

What the scanner saw

Credential file access: matched ".AWS"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

dariuskasperavicius

3 members · evidence strength 72

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/scanners/aws-secrets.jsmatched ".AWS"30
highCredential file accesspackage/dist/scanners/azure-key-vault.jsmatched ".azure"30
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