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 promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/build/npm/cjs/integration/aws.js | matched ".aws" | 5 |
| low | Credential file access | package/build/npm/esm/integration/aws.js | matched ".aws" | 5 |
| low | Credential file access | package/build/npm/cjs/integration/awslambda.js | matched ".aws" | 5 |
| low | Credential file access | package/build/npm/esm/integration/awslambda.js | matched ".aws" | 5 |
| low | Credential file access | package/build/npm/cjs/sdk.js | matched ".aws" | 5 |
| low | Credential file access | package/build/npm/esm/sdk.js | matched ".aws" | 5 |
Manifest
Package metadata
Scripts21
buildrun-p build:transpile build:typesbuild:devrun-p build:transpile build:typesbuild:dev:watchyarn build:watchbuild:extensionrollup -c rollup.lambda-extension.config.mjs && yarn ts-node scripts/buildLambdaExtension.tsbuild:layerrimraf build/aws && yarn ts-node scripts/buildLambdaLayer.tsbuild:tarballnpm packbuild:transpilerun-s build:transpile:npm build:extensionbuild:transpile:npmrollup -c rollup.npm.config.mjsbuild:transpile:watchrollup -c rollup.npm.config.mjs --watchbuild:typesrun-s build:types:core build:types:downlevelbuild:types:coretsc -p tsconfig.types.jsonbuild:types:downlevelyarn downlevel-dts build/npm/types build/npm/types-ts3.8 --to ts3.8build:watchrun-p build:transpile:watchcircularDepCheckmadge --circular src/index.tscleanrimraf build dist-awslambda-layer coverage sentry-serverless-*.tgzlintOXLINT_TSGOLINT_DANGEROUSLY_SUPPRESS_PROGRAM_DIAGNOSTICS=true oxlint . --type-awarelint:es-compatibilityes-check es2022 ./build/npm/cjs/*.js && es-check es2022 ./build/npm/esm/*.js --modulelint:fixOXLINT_TSGOLINT_DANGEROUSLY_SUPPRESS_PROGRAM_DIAGNOSTICS=true oxlint . --fix --type-awaretestvitest runtest:watchvitest --watchyalc: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