PkgRadar

Package evidence

@arvoretech/[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
57
Versions published
5
First published
Oct 2025
Publisher
joao.barros.arvore

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":["@arvoretech/[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":["@arvoretech/[email protected]"],"fail_on":"review"}'
Artifact bytes17,406
Previous version1.0.0
Published2025-10-30T23:12:50.666Z
SHA-25651fbd06de25865c1d0b4f1d02c9bc65b82ca41b7e7f6f43a8ed8f79aa2e9627d

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/server.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/src/server.tsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts7
  • buildtsc
  • devtsx src/index.ts
  • linteslint src/**/*.ts
  • lint:fixeslint src/**/*.ts --fix
  • startnode dist/index.js
  • testvitest
  • test:covvitest --coverage
Dependencies4
  • @aws-sdk/client-secrets-manager^3.0.0
  • @aws-sdk/credential-providers^3.920.0
  • @modelcontextprotocol/sdk^1.0.0
  • zod^3.22.4