PkgRadar

Package evidence

@promptguardapp/[email protected]

Credential file access: matched "aws_access_key"

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":["@promptguardapp/[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":["@promptguardapp/[email protected]"],"fail_on":"high"}'
Publisherkrishojha1810
Artifact bytes19,031
Previous versionnone
Published2026-05-23T14:54:36.604Z
SHA-25632baa13847500cbe936470519db97456d69f0f88f9c754079a18a074d7a66ae2

Why flagged

What the scanner saw

Credential file access: matched "aws_access_key"

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.0.1Version
Status history (1 event)
  1. newavailable · risk high · score 30 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

krishojha1810

2 members · evidence strength 50

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/detectors/rules.jsmatched "aws_access_key"30

Manifest

Package metadata

Scripts6
  • buildtsc
  • devtsx src/index.ts
  • startnode dist/index.js
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies2
  • @modelcontextprotocol/sdk^1.0.0
  • js-tiktoken^1.0.21