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
117
Versions published
41Mature · −50% score
First published
Jun 2024
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

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"}'
Artifact bytes81,471
Previous version1.0.0
Published2026-05-05T12:34:33.382Z
SHA-2560925d47f8d63eb17b357f157cc2b59ca2fa10fdf4fa04179cd36d85389304ee8

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 8 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/src/routes/accounts.test.jsmatched "aws_access_key"5
lowCredential file accesspackage/src/helpers/awsBucket.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/src/routes/captcha.test.jsmatched "aws_access_key"5
lowCredential file accesspackage/src/routes/forgotPassword.test.jsmatched "aws_access_key"5
lowCredential file accesspackage/src/routes/invitation.test.jsmatched "aws_access_key"5
lowCredential file accesspackage/src/routes/login.test.jsmatched "aws_access_key"5
lowCredential file accesspackage/src/routes/systemAdmins.test.jsmatched "aws_access_key"5
lowCredential file accesspackage/src/routes/users.test.jsmatched "aws_access_key"5

Manifest

Package metadata

Scripts6
  • lintnpx standard
  • lint-fixnpx standard --fix
  • servecd src; node --require dotenv/config index.js dotenv_config_path=../.env
  • serve:devcd src; nodemon --require dotenv/config index.js dotenv_config_path=../.env
  • serve:staticcd src/tmp/bluefox && static-server -p 10007
  • testnpm run lint && npx vitest run --coverage -- --check-coverage --lines 100 --functions 100 --branches 100 --statements 100
Dependencies23
  • 2fa-util^1.5.0
  • @aws-sdk/client-ses^3.131.0
  • aws-sdk^2.1216.0
  • bcrypt^6.0.0
  • bearer-jwt-auth^1.0.1
  • dotenv^16.0.1
  • express-async-api^0.7.0
  • file-type^21.1.1
  • handlebars^4.7.7
  • jsonwebtoken^9.0.1
  • mime-types^2.1.35
  • mock-aws-s3^4.0.2
  • mongoose^6.3.5
  • mongoose-crudl^1.3.0
  • passport^0.7.0
  • passport-github^1.1.0
  • passport-google-oauth20^2.0.0
  • passport-microsoft^2.1.0
  • standard-api-errors^1.0.0
  • standard-json-api-connectors^0.1.2
  • static-server^3.0.0
  • svg-captcha^1.4.0
  • textversionjs^1.1.3