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 bytes22,095
Previous version0.0.1
Published2026-05-24T04:48:32.266Z
SHA-256aa6a46b92422526ac3262dba8c1fd30a3d533c67f76c31b5de9f43e42b5c16bf

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.3Version
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

Scripts14
  • buildtsc
  • devtsx src/index.ts
  • extension:buildcd extension && node build.mjs
  • extension:iconsnode extension/scripts/build-icons.mjs
  • extension:typecheckcd extension && tsc --noEmit
  • extension:watchcd extension && node build.mjs --watch
  • extension:zipnpm run extension:build && node extension/scripts/build-zip.mjs
  • startnode dist/index.js
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
  • vscode:buildcd vscode-extension && node esbuild.config.mjs
  • vscode:typecheckcd vscode-extension && tsc --noEmit
  • vscode:watchcd vscode-extension && node esbuild.config.mjs --watch
Dependencies2
  • @modelcontextprotocol/sdk^1.0.0
  • js-tiktoken^1.0.21