PkgRadar

Package evidence

@aws-blocks/[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.

Versions published
1
First published
Jun 2026
Publisher
aws-blocks-npm-ops

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["@aws-blocks/[email protected]"],"fail_on":"review"}'

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":["@aws-blocks/[email protected]"],"fail_on":"review"}'
Artifact bytes52,604
Previous versionnone
Published2026-06-15T23:39:49.849Z
SHA-2567c1c8839620558ea5c695059d61d9cde787531b5bb3f2780d4ee38a8464029a8

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

review
Last checked
reviewRisk
5Score
0.1.0Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/telemetry.jsmatched ".aws/"5

Manifest

Package metadata

Scripts14
  • buildtsc --noEmit && vite build
  • cleanuptsx aws-blocks/scripts/cleanup.ts
  • deploytsx aws-blocks/scripts/deploy.ts
  • destroytsx aws-blocks/scripts/destroy.ts
  • devconcurrently "npm:dev:server" "npm:dev:client"
  • dev:clientvite
  • dev:servertsx watch aws-blocks/scripts/server.ts
  • previewvite preview
  • sandboxtsx aws-blocks/scripts/sandbox.ts
  • sandbox:consoletsx aws-blocks/scripts/console.ts
  • sandbox:destroytsx -C cdk aws-blocks/scripts/sandbox-destroy.ts
  • test:e2etsx -C browser test/e2e.test.ts
  • typechecktsc --noEmit
  • vendorizeblocks-vendorize
Dependencies4
  • @aws-blocks/blocks*
  • react^19.0.0
  • react-dom^19.0.0
  • zod^4.3.0