PkgRadar

Package evidence

[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
453
Versions published
127Mature · −50% score
First published
Sep 2021
Publisher
viserion77

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherviserion77
Artifact bytes222,347
Previous version1.11.0
Published2026-04-13T18:50:02.696Z
SHA-256a667170a4ad82f30b2b285e8e15f7a96fa58928174780f4a85f18cbe7d797086

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
4Score
1.12.0Version
Status history (1 event)
  1. newavailable · risk review · score 4 · 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/.github/scripts/load-aws-env.shmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/.github/workflows/master.ymlmatched "NPM_TOKEN"3

Manifest

Package metadata

Scripts12
  • buildrun-p build:*
  • build:mainnpm run clean && tsc -p tsconfig.main.json
  • build:modulenpm run clean && tsc -p tsconfig.module.json
  • cleanrimraf build
  • devts-node-dev --respawn --transpile-only --clear -r dotenv/config --inspect=0.0.0.0:9229 src/main
  • linteslint .
  • lint:fixnpm run lint -- --fix
  • startnode -r dotenv/config dist/main
  • testjest --passWithNoTests --no-cache --runInBand
  • test:coveragenpm t -- --coverage
  • test:stagednpm t -- --findRelatedTests
  • test:watchnpm t -- --watch
Dependencies10
  • @aws-sdk/client-dynamodb^3.582.0
  • @aws-sdk/client-lambda^3.496.0
  • @aws-sdk/client-s3^3.515.0
  • @aws-sdk/client-secrets-manager^3.496.0
  • @aws-sdk/client-ses^3.496.0
  • @aws-sdk/lib-dynamodb^3.582.0
  • @aws-sdk/s3-request-presigner^3.515.0
  • axios^1.7.5
  • json-bigint^1.0.0
  • rimraf^3.0.2