PkgRadar

Package evidence

@indigoai-us/[email protected]

Credential file access: matched ".AWS"

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.

Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@indigoai-us/[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":["@indigoai-us/[email protected]"],"fail_on":"high"}'
Artifact bytes781,355
Previous version5.35.0
Published2026-05-24T08:59:49.637Z
SHA-2568782f335c562e177c655262ec32dfa89f2c5994c23054e00a7a39d9a2d08fef3

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/bin/sync-runner.jsmatched ".AWS"30
highCredential file accesspackage/src/bin/sync-runner.tsmatched ".AWS"30
Show all 10 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/bin/sync-runner.jsmatched ".AWS"30
highCredential file accesspackage/src/bin/sync-runner.tsmatched ".AWS"30
lowObfuscationpackage/dist/cognito-auth.jsmatched "Buffer.from(padded, \"base64"3
lowObfuscationpackage/dist/context.jsmatched "Buffer.from(padded, \"base64"3
lowObfuscationpackage/dist/s3.jsmatched "\\x20"3
lowObfuscationpackage/dist/bin/sync-runner.jsmatched "Buffer.from(padded, \"base64"3
lowObfuscationpackage/src/cognito-auth.tsmatched "Buffer.from(padded, \"base64"3
lowObfuscationpackage/src/context.tsmatched "Buffer.from(padded, \"base64"3
lowObfuscationpackage/src/s3.tsmatched "\\x20"3
lowObfuscationpackage/src/bin/sync-runner.tsmatched "Buffer.from(padded, \"base64"3

Manifest

Package metadata

Scripts6
  • buildtsc
  • cleanrm -rf dist
  • testvitest run src/
  • test:e2evitest run test/
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies11
  • @aws-sdk/client-cloudwatch^3.1051.0
  • @aws-sdk/client-cognito-identity^3.700.0
  • @aws-sdk/client-s3^3.700.0
  • @aws-sdk/client-sqs^3.1051.0
  • @aws-sdk/credential-providers^3.700.0
  • chokidar^4.0.0
  • ignore^6.0.0
  • js-yaml^4.1.0
  • open^10.1.0
  • pino^10.3.1
  • zod^4.4.3