PkgRadar

Package evidence

@aibrains/[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":["@aibrains/[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":["@aibrains/[email protected]"],"fail_on":"high"}'
Publishersrainsho
Artifact bytes467,757
Previous version0.60.0
Published2026-05-25T00:46:40.583Z
SHA-256a608843ea4ac76bae671acb796b25971dd0140b5abf2511ade0de6ab1ff83fb3

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/validators/password.jsmatched ".aws"30
highCredential file accesspackage/dist/schemas/identity/security.schema.jsmatched ".aws"30
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/validators/password.jsmatched ".aws"30
highCredential file accesspackage/dist/schemas/identity/security.schema.jsmatched ".aws"30
lowInstall-time lifecycle scriptpackage.jsonprepare="tsc"4
lowObfuscationpackage/dist/utils/currency.jsmatched "fromCharCode"3

Manifest

Package metadata

Scripts7
  • buildtsc
  • cleanrimraf dist
  • preparetsc
  • prepublishOnlynpm run clean && npm run build
  • testjest --config jest.config.cjs
  • typechecktsc --noEmit
  • watchtsc --watch
Dependencies1
  • zod~3.24.4