PkgRadar

Package evidence

@joshualiamzn/[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
joshua.li.amzn

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":["@joshualiamzn/[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":["@joshualiamzn/[email protected]"],"fail_on":"review"}'
Artifact bytes1,881,273
Previous versionnone
Published2026-06-03T18:44:44.243Z
SHA-256e2e24b6c5d5aa93999542072f75ea7d0bf9da89b8be918c42935f1abaab4a428

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/manifest.jsonmatched ".aws/"3
lowCredential file accesspackage/manifest.jsonmatched ".aws/"3
lowLarge Javascript Payloadpackage/dist/server.js9415015 bytes0

Manifest

Package metadata

Scripts20
  • buildtsc --noEmit && npm run build:ui && npm run build:server && npm run build:manifest && node -e "require('node:fs').chmodSync('dist/server.js',0o755)"
  • build:manifestnode -e "require('node:fs').copyFileSync('manifest.json','dist/manifest.json')"
  • build:serveresbuild main.ts --bundle --platform=node --target=node20 --format=esm --outfile=dist/server.js --banner:js="#!/usr/bin/env node import{createRequire}from 'node:module';const require=createRequire(import.meta.url);"
  • build:uinpm run codegen && node scripts/build-ui.mjs
  • codegentsx scripts/codegen-entries.ts
  • devcross-env NODE_ENV=development concurrently "npm run watch" "tsx --watch main.ts"
  • gallerynpm run codegen && vite --config gallery/vite.gallery.config.ts
  • gallery:buildnpm run codegen && vite build --config gallery/vite.gallery.config.ts
  • gallery:previewvite preview --config gallery/vite.gallery.config.ts
  • packnpm run build && npm run pack:mcpb
  • pack:mcpbnode scripts/pack-mcpb.mjs
  • prepublishOnlynpm run build
  • releasenpm run build && npm publish --access public
  • release:drynpm run build && npm publish --dry-run --access public
  • render-checktsx gallery/render-check.mts
  • servetsx --watch main.ts
  • serve:stdiotsx main.ts --stdio
  • smokenode scripts/smoke.mjs
  • validatetsx gallery/validate.mts
  • watchnpm run codegen && node scripts/build-ui.mjs --watch
Dependencies25
  • @aws-crypto/sha256-js^5.2.0
  • @aws-sdk/credential-providers^3.1057.0
  • @modelcontextprotocol/ext-apps^1.7.2
  • @modelcontextprotocol/sdk^1.29.0
  • @opentelemetry/api^1.9.0
  • @opentelemetry/exporter-trace-otlp-grpc^0.52.1
  • @opentelemetry/exporter-trace-otlp-http^0.52.1
  • @opentelemetry/resources^1.30.1
  • @opentelemetry/sdk-trace-base^1.30.1
  • @opentelemetry/sdk-trace-node^1.30.1
  • @opentelemetry/semantic-conventions^1.41.1
  • @radix-ui/react-separator^1.1.8
  • @radix-ui/react-tabs^1.1.13
  • @smithy/protocol-http^5.0.0
  • @smithy/signature-v4^5.0.0
  • chrome-launcher^1.2.1
  • class-variance-authority^0.7.1
  • clsx^2.1.1
  • cors^2.8.6
  • express^5.2.1
  • react^18.3.1
  • react-dom^18.3.1
  • tailwind-merge^3.6.0
  • undici^8.3.0
  • zod^4.4.3