PkgRadar

Package evidence

[email protected]

Credential file access: matched ".aws"

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"}'
Publisherdavidwells
Artifact bytes183,684
Previous version0.9.15
Published2026-05-24T03:24:51.058Z
SHA-256faaae8e7eef423be7eecae03eaf9e8857ea78bb346a8f885647b8ea689211438

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
78Score
0.9.16Version
Status history (1 event)
  1. newavailable · risk high · score 78 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

davidwells

5 members · evidence strength 83

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/src/parsers/yaml.jsmatched ".aws"30
Show all 17 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/src/parsers/yaml.jsmatched ".aws"30
lowObfuscationpackage/src/utils/variables/cleanVariable.jsmatched "eval("3
lowObfuscationpackage/src/utils/ui/configWizard.jsmatched "\\u2800"3
lowObfuscationpackage/src/utils/ui/createEditorLink.jsmatched "\\x1b"3
lowObfuscationpackage/src/utils/parsing/enrichMetadata.jsmatched "Buffer.from(encoded, 'base64"3
lowObfuscationpackage/src/utils/encoders/js-fixes.jsmatched "Buffer.from(b64, 'base64"3
lowObfuscationpackage/src/utils/lodash.jsmatched "\\u00a0"3
lowObfuscationpackage/src/main.jsmatched "eval("3
lowObfuscationpackage/src/utils/parsing/preProcess.jsmatched "eval("3
lowObfuscationpackage/src/utils/strings/splitOnPipe.jsmatched "\\x00"3
lowObfuscationpackage/src/utils/strings/splitOnPipe.test.jsmatched "eval("3
lowObfuscationpackage/src/utils/encoders/unknown-values.jsmatched "Buffer.from(value, 'base64"3
lowObfuscationpackage/src/utils/encoders/unknown-values.test.jsmatched "Buffer.from(base64Part, 'base64"3
lowObfuscationpackage/src/resolvers/valueFromEval.jsmatched "Buffer.from(base64, 'base64"3
lowObfuscationpackage/src/resolvers/valueFromEval.test.jsmatched "eval("3
lowObfuscationpackage/src/resolvers/valueFromGit.jsmatched "\\x00"3
lowObfuscationpackage/src/resolvers/valueFromIf.jsmatched "eval("3

Manifest

Package metadata

Scripts17
  • docsnode ./scripts/docs.js
  • inforepomix --include "cli.js,src/**/*.js" --ignore "**/*.test.js" --copy
  • prepublishOnlynpm run types
  • publishgit push origin && git push origin --tags
  • release:majornpm version major && npm publish
  • release:minornpm version minor && npm publish
  • release:patchnpm version patch && npm publish
  • t./scripts/run-tests.sh
  • testnpm run test:slow && npm run test:lib && uvu tests ".*\.test.js$"
  • test:apiuvu tests/api api.test.js
  • test:libuvu src ".*\.test.js$"
  • test:slowuvu src ".*\.slow-test.js$" && uvu tests ".*\.slow-test.js$"
  • test:testsuvu tests ".*\.test.js$"
  • typechecktsc --noEmit
  • typestsc
  • types:watchtsc --watch
  • watchwatchlist tests -- npm test
Dependencies19
  • @clack/prompts^0.11.0
  • @davidwells/box-logger^2.0.3
  • @iarna/toml^2.2.5
  • dot-prop^5.3.0
  • env-stage-loader^1.1.3
  • find-up^3.0.0
  • git-url-parse^14.0.0
  • ini^5.0.0
  • jiti^2.4.2
  • js-yaml^3.14.1
  • json5^2.2.3
  • lodash.camelcase^4.3.0
  • lodash.clonedeep^4.5.0
  • lodash.kebabcase^4.1.1
  • minimist^1.2.8
  • safe-chalk^1.0.4
  • subscript^9.1.0
  • sync-rpc^1.3.6
  • traverse^0.6.8