PkgRadar

Package evidence

@internetderdinge/[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.

Versions published
28
First published
Feb 2026
Publisher
robert.guehne

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":["@internetderdinge/[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":["@internetderdinge/[email protected]"],"fail_on":"review"}'
Publisherrobert.guehne
Artifact bytes231,444
Previous version1.229.42
Published2026-05-28T18:47:31.200Z
SHA-25670c3698776f2585a80d52862fe0a149f395ce90e5e57f562826a1dc479323530

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
30Score
1.229.43Version
Status history (1 event)
  1. newavailable · risk review · score 30 · 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/dist/src/email/email.service.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/src/iotdevice/iotdevice.service.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/src/files/upload.service.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/src/email/email.service.tsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/src/iotdevice/iotdevice.service.tsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/src/files/upload.service.tsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts9
  • buildtsc -p tsconfig.json
  • deploy:versionnode ./scripts/release-version.mjs
  • deps:versionsnode --input-type=module -e "import { createRequire } from 'node:module'; const require = createRequire(import.meta.url); const out = (name) => { const pkgPath = require.resolve(name + '/package.json'); const version = require(pkgPath).version; console.log(name + '@' + version + ' -> ' + pkgPath); }; out('zod'); out('@asteasolutions/zod-to-openapi');"
  • dev:watchtsc -p tsconfig.json --watch --incremental --preserveWatchOutput
  • dev:yalcnodemon --watch src --watch package.json --ext ts,json --exec "yarn build && yalc publish --push"
  • linteslint .
  • lint:fixeslint . --fix
  • releasenode ./scripts/release-and-sync-paperless.mjs
  • yalc:publishyalc publish --push
Dependencies71
  • @aws-sdk/client-cloudwatch-events^3.990.0
  • @aws-sdk/client-iot-data-plane^3.990.0
  • @aws-sdk/client-s3^3.990.0
  • @aws-sdk/client-sesv2^3.990.0
  • @aws-sdk/credential-provider-node^3.972.9
  • @aws-sdk/lib-storage^3.990.0
  • @aws-sdk/s3-request-presigner^3.990.0
  • @aws-sdk/util-endpoints^3.990.0
  • @sentry/node^10.38.0
  • @sentry/profiling-node^10.38.0
  • agenda^6.2.2
  • agendash^8.1.1
  • auth0^5.3.1
  • aws-crt^1.29.0
  • aws-iot-device-sdk-v2^1.25.0
  • aws4^1.13.2
  • axios^1.13.5
  • body-parser~2.2.2
  • body-parser-xml~2.0.5
  • compression^1.8.1
  • config^4.3.0
  • cors^2.8.6
  • cron^4.4.0
  • date-fns^4.1.0
  • date-fns-tz3.2.0
  • dotenv^17.3.1
  • elevenlabs^1.59.0
  • express^5.2.1
  • express-jwt^8.5.1
  • express-mongo-sanitize^2.2.0
  • …and 41 more.