PkgRadar

Package evidence

@cdot65/[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
505
Versions published
29
First published
Mar 2026
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":["@cdot65/[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":["@cdot65/[email protected]"],"fail_on":"review"}'
Artifact bytes205,406
Previous version2.11.0
Published2026-05-28T18:31:18.566Z
SHA-2561589e22b08b9f7b640c203ad7d69fee61881bea3cc90ba3923b43fd1f54ceec5

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
1Score
2.12.0Version
Status history (1 event)
  1. newavailable · risk review · score 1 · 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/config/loader.jsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts21
  • buildtsc
  • devtsx src/cli/index.ts
  • docker:builddocker build -t prisma-airs-cli:local .
  • docker:build:amd64docker buildx build --platform linux/amd64 --load -t prisma-airs-cli:local-amd64 .
  • docker:build:arm64docker buildx build --platform linux/arm64 --load -t prisma-airs-cli:local-arm64 .
  • docker:push:arm64./scripts/docker-push-arm64.sh
  • docker:rundocker run --rm -v ~/.prisma-airs:/root/.prisma-airs prisma-airs-cli:local
  • docs:apitypedoc
  • docs:buildpnpm docs:gen && pnpm docs:api && mkdocs build --strict
  • docs:checktsx scripts/check-cli-docs.ts
  • docs:gentsx scripts/gen-cli-docs.ts
  • docs:servepnpm docs:gen && pnpm docs:api && mkdocs serve
  • formatbiome format --write .
  • format:checkbiome format .
  • lintbiome check .
  • lint:fixbiome check --write .
  • prepublishOnlypnpm run build
  • testvitest run
  • test:coveragevitest run --coverage
  • test:e2evitest run --config vitest.e2e.config.ts
  • test:watchvitest
Dependencies19
  • @anthropic-ai/vertex-sdk^0.14.4
  • @cdot65/prisma-airs-sdk^0.11.0
  • @inquirer/prompts^8.3.0
  • @langchain/anthropic^1.3.25
  • @langchain/aws^1.3.3
  • @langchain/core^1.1.34
  • @langchain/google-genai^2.1.26
  • @langchain/google-vertexai^2.1.26
  • chalk^5.6.2
  • commander^14.0.3
  • docx^9.6.1
  • dotenv^17.3.1
  • js-yaml^4.1.1
  • nanoid^5.0.0
  • p-limit^6.0.0
  • pdf-lib^1.17.1
  • piexifjs^1.0.6
  • sharp^0.34.5
  • zod^3.24.0