PkgRadar

Package evidence

@sentry/[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
231Mature · −50% score
First published
Mar 2024
Publisher
sentry-bot

Effective trust discount applied: 50% (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":["@sentry/[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":["@sentry/[email protected]"],"fail_on":"review"}'
Publishersentry-bot
Artifact bytes57,824
Previous version10.53.0
Published2026-05-12T17:08:20.228Z
SHA-25630c9acd50992cf2e65cb8d384a649145819fe2a738bebfddaea6ab513ffa7dd4

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/build/npm/cjs/integration/aws.jsmatched ".aws"5
lowCredential file accesspackage/build/npm/esm/integration/aws.jsmatched ".aws"5
lowCredential file accesspackage/build/npm/cjs/integration/awslambda.jsmatched ".aws"5
lowCredential file accesspackage/build/npm/esm/integration/awslambda.jsmatched ".aws"5
lowCredential file accesspackage/build/npm/cjs/sdk.jsmatched ".aws"5
lowCredential file accesspackage/build/npm/esm/sdk.jsmatched ".aws"5

Manifest

Package metadata

Scripts21
  • buildrun-p build:transpile build:types
  • build:devrun-p build:transpile build:types
  • build:dev:watchyarn build:watch
  • build:extensionrollup -c rollup.lambda-extension.config.mjs && yarn ts-node scripts/buildLambdaExtension.ts
  • build:layerrimraf build/aws && yarn ts-node scripts/buildLambdaLayer.ts
  • build:tarballnpm pack
  • build:transpilerun-s build:transpile:npm build:extension
  • build:transpile:npmrollup -c rollup.npm.config.mjs
  • build:transpile:watchrollup -c rollup.npm.config.mjs --watch
  • build:typesrun-s build:types:core build:types:downlevel
  • build:types:coretsc -p tsconfig.types.json
  • build:types:downlevelyarn downlevel-dts build/npm/types build/npm/types-ts3.8 --to ts3.8
  • build:watchrun-p build:transpile:watch
  • circularDepCheckmadge --circular src/index.ts
  • cleanrimraf build dist-awslambda-layer coverage sentry-serverless-*.tgz
  • lintOXLINT_TSGOLINT_DANGEROUSLY_SUPPRESS_PROGRAM_DIAGNOSTICS=true oxlint . --type-aware
  • lint:es-compatibilityes-check es2022 ./build/npm/cjs/*.js && es-check es2022 ./build/npm/esm/*.js --module
  • lint:fixOXLINT_TSGOLINT_DANGEROUSLY_SUPPRESS_PROGRAM_DIAGNOSTICS=true oxlint . --fix --type-aware
  • testvitest run
  • test:watchvitest --watch
  • yalc:publishyalc publish --push --sig
Dependencies8
  • @opentelemetry/api^1.9.1
  • @opentelemetry/instrumentation^0.214.0
  • @opentelemetry/instrumentation-aws-sdk0.69.0
  • @opentelemetry/semantic-conventions^1.40.0
  • @sentry/core10.53.1
  • @sentry/node10.53.1
  • @sentry/node-core10.53.1
  • @types/aws-lambda^8.10.62