PkgRadar

Package evidence

[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.

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

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":"high"}'

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":"high"}'
Artifact bytes1,269,549
Previous version3.1.1
Published2026-05-24T19:19:29.472Z
SHA-2567d31894f9d6cf20059af434a68584b4addb79ee49f71d32ea8a5243f62f3be21

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

high
Last checked
highRisk
204Score
3.2.0Version
Status history (1 event)
  1. newavailable · risk high · score 204 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/chunk-KKIYPZOP.cjsmatched ".AWS"30
highCredential file accesspackage/dist/instrumentation.cjsmatched ".aws"30
highCredential file accesspackage/dist/chunk-ZKKJQS6R.jsmatched ".AWS"30
highCredential file accesspackage/dist/instrumentation.jsmatched ".aws"30
highCredential file accesspackage/src/init.tsmatched ".AWS"30
highCredential file accesspackage/src/instrumentation.tsmatched ".aws"30
Show all 14 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/chunk-KKIYPZOP.cjsmatched ".AWS"30
highCredential file accesspackage/dist/instrumentation.cjsmatched ".aws"30
highCredential file accesspackage/dist/chunk-ZKKJQS6R.jsmatched ".AWS"30
highCredential file accesspackage/dist/instrumentation.jsmatched ".aws"30
highCredential file accesspackage/src/init.tsmatched ".AWS"30
highCredential file accesspackage/src/instrumentation.tsmatched ".aws"30
lowObfuscationpackage/dist/chunk-6S5RUKU3.cjsmatched "\\x1B"3
lowObfuscationpackage/dist/chunk-CU6IDACR.cjsmatched "\\x1B"3
lowObfuscationpackage/dist/index.cjsmatched "\\u2014"3
lowObfuscationpackage/dist/chunk-3QXBFGKP.jsmatched "\\x1B"3
lowObfuscationpackage/dist/chunk-6UQRVUN3.jsmatched "\\x1B"3
lowObfuscationpackage/dist/index.jsmatched "\\u2014"3
lowObfuscationpackage/src/pretty-console-exporter.tsmatched "\\u001B"3
lowObfuscationpackage/src/pretty-log-formatter.tsmatched "\\x1b"3

Manifest

Package metadata

Scripts18
  • buildtsup
  • check-exportsattw --pack . --ignore-rules false-esm no-resolution cjs-resolves-to-esm
  • check-formatprettier --check ./src
  • cinpm run build && npm run check-format && npm run check-exports && npm run lint && npm run test
  • cleanrimraf dist
  • devtsup --watch
  • formatprettier --write .
  • format:checkprettier --check src/**/*.ts
  • linteslint src/**/*.ts
  • lint:fixeslint src/**/*.ts --fix
  • qualitypnpm type-check && pnpm test && pnpm lint && pnpm format:check && pnpm build && pnpm check-exports
  • testvitest run --config vitest.unit.config.ts
  • test:allpnpm test && pnpm test:integration
  • test:e2evitest run --config vitest.e2e.config.ts
  • test:integrationvitest run --config vitest.integration.config.ts
  • test:integration:watchvitest --config vitest.integration.config.ts
  • test:watchvitest --config vitest.unit.config.ts
  • type-checktsc --noEmit
Dependencies13
  • @opentelemetry/api^1.9.1
  • @opentelemetry/api-logs^0.218.0
  • @opentelemetry/exporter-logs-otlp-http^0.218.0
  • @opentelemetry/exporter-metrics-otlp-http^0.218.0
  • @opentelemetry/exporter-trace-otlp-http^0.218.0
  • @opentelemetry/instrumentation^0.218.0
  • @opentelemetry/resources^2.7.1
  • @opentelemetry/sdk-logs^0.218.0
  • @opentelemetry/sdk-metrics^2.7.1
  • @opentelemetry/sdk-node^0.218.0
  • @opentelemetry/sdk-trace-base^2.7.1
  • @opentelemetry/semantic-conventions^1.41.1
  • import-in-the-middle^3.0.1