PkgRadar

Package evidence

[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.

Weekly downloads
8,433Niche · −30% score
Versions published
181Established · −30% score
First published
Aug 2025
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

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":["[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":["[email protected]"],"fail_on":"review"}'
Artifact bytes4,609,552
Previous version0.5.7
Published2026-06-11T04:33:42.947Z
SHA-256861aa86c15d11a0c93534a55059ecb5b06521373d19aa65f9501ab8b3c7e51ec

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/adapters/openai-D0musiYP.cjsmatched ".aws/"5
lowCredential file accesspackage/dist/server/openai-D0musiYP.cjsmatched ".aws/"5
lowCredential file accesspackage/dist/adapters/openai-B5jEiqiB.jsmatched ".aws/"5
lowCredential file accesspackage/dist/server/openai-B5jEiqiB.jsmatched ".aws/"5

Manifest

Package metadata

Scripts62
  • analyze:clientvite build --config vite.config.client.ts && open dist/client-bundle-stats.html
  • buildnpm run build:server && npm run build:mcp-app && npm run build:client && npm run build:adapters && npm run build:cli
  • build:adaptersvite build --config vite.config.adapters.ts
  • build:clivite build --config vite.config.cli.ts
  • build:clientvite build --config vite.config.client.ts
  • build:mcp-appvite build --config vite.config.mcp-app.ts && tsx scripts/generate-mcp-app-html.ts
  • build:servervite build --config vite.config.server.ts
  • coverage:client:openopen coverage/client/index.html
  • coverage:indexnode scripts/merge-coverage.js
  • coverage:merged:openopen coverage/merged/index.html
  • coverage:openopen coverage/index.html
  • devconcurrently "npm run dev:server" "npm run dev:client"
  • dev:buildconcurrently "npm run dev:build-server" "npm run dev:build-client"
  • dev:build-clientvite build src/client --watch --mode development
  • dev:build-servervite build src/server --watch --mode development
  • dev:clientcd dev/client && vite
  • dev:db:downcd dev && docker-compose down
  • dev:db:migratecd dev && tsx scripts/migrate.ts
  • dev:db:seedcd dev && tsx scripts/seed.ts
  • dev:db:upcd dev && docker-compose up -d
  • dev:mcp-appvite build --config vite.config.mcp-app.ts --watch
  • dev:servertsx watch dev/server/index.ts
  • dev:setupnpm run dev:db:up && npm run dev:db:migrate && npm run dev:db:seed
  • i18n:pullsource .env 2>/dev/null; crowdin download
  • i18n:pushsource .env 2>/dev/null; crowdin upload sources && crowdin upload translations
  • linteslint 'src/**/*.{ts,tsx}' 'tests/**/*.ts'
  • lint:fixeslint 'src/**/*.{ts,tsx}' 'tests/**/*.ts' --fix
  • prepublishOnlynpm run lint && npm run typecheck && npm run build
  • previewnpm run build:client && npm run preview:build && concurrently "npm run dev:server" "npm run preview:serve"
  • preview:buildcd dev/client && vite build --config vite.config.preview.ts
  • …and 32 more.
Dependencies9
  • @modelcontextprotocol/ext-apps^1.3.2
  • @modelcontextprotocol/sdk^1.28.0
  • @tanstack/react-query^5.90.12
  • highlight.js^11.9.0
  • lz-string^1.5.0
  • markdown-to-jsx^9.7.6
  • react-intersection-observer^10.0.0
  • react-router-dom^7.10.1
  • zustand^5.0.9
Optional dependencies2
  • @duckdb/node-api^1.4.3-r.3
  • @leonardovida-md/drizzle-neo-duckdb^1.2.2