PkgRadar

Package evidence

@andespindola/[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":["@andespindola/[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":["@andespindola/[email protected]"],"fail_on":"high"}'
Publisherandespindola
Artifact bytes142,442
Previous version0.1.0-beta.137
Published2026-05-24T04:12:13.149Z
SHA-256115a25de82801c378667d0bde9e0ddf652e71ad7c4d6d6d9bf54400cd7151d34

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

andespindola

2 members · evidence strength 53

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/infrastructure/bucket-vault.jsmatched ".AWS"30
Show all 7 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/infrastructure/bucket-vault.jsmatched ".AWS"30
lowObfuscationpackage/dist/application/add-note.jsmatched "\\u0300"3
lowObfuscationpackage/dist/domain/agents.jsmatched "\\u0300"3
lowObfuscationpackage/dist/application/frontend/client-js.jsmatched "fromCharCode"3
lowObfuscationpackage/dist/application/import-legacy-sqlite.jsmatched "\\u001f"3
lowObfuscationpackage/dist/application/server/routes.jsmatched "Buffer.from(token, 'base64"3
lowObfuscationpackage/dist/infrastructure/search-packs.jsmatched "Buffer.from(value, 'base64"3

Manifest

Package metadata

Scripts11
  • benchmark:largetsx src/benchmarks/large-vault.ts
  • brainlink:syncbash scripts/brainlink-sync.sh
  • buildnpm run clean && npx --yes snyk test && tsc -p tsconfig.json
  • checknpm run build && npm run test
  • cleannode -e "require('node:fs').rmSync('dist', { recursive: true, force: true })"
  • devtsx src/cli/main.ts
  • dev:mcptsx src/mcp/main.ts
  • pack:smokenpm pack --dry-run
  • prepacknpm run build
  • securitynpx --yes snyk test
  • testvitest run --config vitest.config.ts
Dependencies4
  • @aws-sdk/client-s3^3.1038.0
  • @modelcontextprotocol/sdk^1.29.0
  • commander^14.0.2
  • zod^4.3.6