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
1,530Niche · −30% score
Versions published
14Established · −30% score
First published
Jun 2025
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 bytes85,109
Previous version1.1.12
Published2026-06-15T03:20:45.492Z
SHA-256185a4a052fa4a4cd207993a7914a106133ab086411d74969a141bd5eb282b5e0

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
3Score
1.1.13Version
Status history (1 event)
  1. newavailable · risk review · score 3 · 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/dist/index.cjsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/index.mjsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts34
  • buildnpm run build:clean && npm run build:compile && npm run build:complete --if-present
  • build:cleannpm run build:clean:tsc && npm run build:clean:bun
  • build:clean:bunrm -f ./bin/*.bc
  • build:clean:tsc(chmod -R u+w dist 2>/dev/null || true) && rm -rf dist/
  • build:compiletsdown
  • build:compile:tsctsc -p ./tsconfig.build.json && tsc-alias -p ./tsconfig.build.json
  • build:tstsc -p ./tsconfig.build.json
  • commit:with-clinpx cz
  • fixnpm run fix:format && npm run fix:lint
  • fix:formatnpm run fix:format:biome
  • fix:format:biomebiome check --write
  • fix:lintbiome check --write
  • postversiongit push origin HEAD --tags --no-verify
  • prepareif [ -e .git ] && [ -z $CI ]; then npm run prepare:husky && npm run prepare:rhachet; fi
  • prepare:huskyhusky install && chmod ug+x .husky/*
  • prepare:rhachetrhachet init --keys --hooks --roles mechanic behaver driver reviewer librarian ergonomist architect
  • prepublishnpm run build
  • prepushnpm run test && npm run build
  • preversionnpm run prepush
  • testset -eu && npm run test:commits && npm run test:types && npm run test:format && npm run test:lint && npm run test:unit && npm run test:integration && npm run test:acceptance:locally
  • test:acceptanceset -eu && npm run build && jest -c ./jest.acceptance.config.ts --forceExit --verbose --runInBand --passWithNoTests $([ -n "${CI:-}" ] && echo '--ci') $([ "${RESNAP:-}" = "true" ] && echo '--updateSnapshot')
  • test:acceptance:locallyset -eu && npm run build && LOCALLY=true jest -c ./jest.acceptance.config.ts --forceExit --verbose --runInBand --passWithNoTests $([ "${RESNAP:-}" = "true" ] && echo '--updateSnapshot')
  • test:commitsLAST_TAG=$(git describe --tags --abbrev=0 @^ 2> /dev/null || git rev-list --max-parents=0 HEAD) && npx commitlint --from $LAST_TAG --to HEAD --verbose
  • test:formatnpm run test:format:biome
  • test:format:biomebiome format
  • test:integrationset -eu && jest -c ./jest.integration.config.ts --forceExit --verbose --passWithNoTests $([ -n "${CI:-}" ] && echo '--ci') $([ "${THOROUGH:-}" != "true" ] && echo '--changedSince=main') $([ "${RESNAP:-}" = "true" ] && echo '--updateSnapshot')
  • test:lintnpm run test:lint:biome && npm run test:lint:cycles && npm run test:lint:deps
  • test:lint:biomebiome check --diagnostic-level=error
  • test:lint:biome:allbiome check
  • test:lint:cyclesdpdm --no-warning --no-tree --exit-code circular:1 --exclude "$(yq -r '.exclude | join("|") // "^$"' .dpdmrc.yaml)" 'src/**/*.ts'
  • …and 4 more.
Dependencies6
  • domain-glossary-procedure1.0.0
  • domain-objects0.31.9
  • helpful-errors1.7.3
  • sdk-logs0.9.2
  • serde-fns1.0.0
  • type-fns1.21.2