PkgRadar

Package evidence

[email protected]

Credential file access: matched "AWS_ACCESS_KEY"

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
210
Versions published
251Established · −30% score
First published
Oct 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 bytes1,066,111
Previous version0.9.61
Published2026-06-13T23:18:24.774Z
SHA-256fd8e9413eaedcbda46dd984e6aa43db16714370c3002e1dad3e80f2828f29a28

Why flagged

What the scanner saw

Credential file access: matched "AWS_ACCESS_KEY"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
4Score
0.9.62Version
Status history (1 event)
  1. newavailable · risk review · score 4 · 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/index.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/integrations.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/server.jsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts17
  • buildbun run build:client && bun run build:server && bun run build:adapters && bun run build:database && bun run build:ai && bun run build:code-mode && bun run build:types && bun run build:copy-types
  • build:adapterscd src/adapters && bun build auto-routes.ts base-handler.ts context-cookie.ts index.ts nextjs-oauth-redirect.ts nextjs.ts node.ts session-detector.ts solid-start.ts svelte-kit.ts tanstack-start.ts --outdir ../../dist/adapters --target node --format esm && cd ../..
  • build:aicd src/ai && bun build anthropic.ts google.ts index.ts openai.ts trigger-tools.ts utils.ts vercel-ai.ts --outdir ../../dist/ai --target node --format esm --external @google/genai --external @anthropic-ai/sdk --external openai --external ai --external @openai/agents --external zod-to-json-schema --external @vercel/sandbox && cd ../..
  • build:clientbun build index.ts react.ts integrations.ts --outdir dist --target browser --format esm --external react --external @vercel/sandbox
  • build:code-modecd src/code-mode && bun build index.ts executor.ts runtime-stub.ts tool-builder.ts type-generator.ts --outdir ../../dist/code-mode --target node --format esm --external @vercel/sandbox && cd ../..
  • build:copy-typescp dist/src/ai/*.d.ts dist/ai/ && cp dist/src/ai/*.d.ts.map dist/ai/ && cp dist/src/adapters/*.d.ts dist/adapters/ && cp dist/src/adapters/*.d.ts.map dist/adapters/ && mkdir -p dist/code-mode && cp dist/src/code-mode/*.d.ts dist/code-mode/ && cp dist/src/code-mode/*.d.ts.map dist/code-mode/ && mkdir -p dist/database/adapters && cp dist/src/database/index.d.ts dist/database/ && cp dist/src/database/index.d.ts.map dist/database/ && cp dist/src/database/adapters/*.d.ts dist/database/adapters/ && cp dist/src/database/adapters/*.d.ts.map dist/database/adapters/
  • build:databasemkdir -p dist/database/adapters && bun build src/database/index.ts --outdir dist/database --target node --format esm --external drizzle-orm --external @prisma/client --external mongodb && bun build src/database/adapters/drizzle.ts --outdir dist/database/adapters --target node --format esm --external drizzle-orm && bun build src/database/adapters/prisma.ts --outdir dist/database/adapters --target node --format esm --external @prisma/client && bun build src/database/adapters/mongodb.ts --outdir dist/database/adapters --target node --format esm --external mongodb
  • build:serverbun build server.ts oauth.ts --outdir dist --target node --format esm --external @google/genai --external @anthropic-ai/sdk --external openai --external ai --external @openai/agents --external @vercel/sandbox
  • build:typestsc --emitDeclarationOnly --declaration --declarationMap
  • devbun --watch src/index.ts
  • prepbun run type-check && bun run build
  • testbun test tests/
  • test:coveragebun test --coverage tests/
  • test:integrationbun test tests/integration/simple-integration.test.ts
  • test:unitbun test tests/protocol tests/integrations tests/client tests/integrations tests/oauth tests/transport tests/utils tests/errors
  • test:watchbun test --watch tests/
  • type-checktsc --noEmit
Dependencies4
  • @vercel/sandbox^1.0.0
  • nanoid^3.3.7
  • zod^3.23.8
  • zod-to-json-schema^3.25.1