PkgRadar

Package evidence

@goldstack/[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
217Mature · −50% score
First published
Jun 2020
Publisher
mxro

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":["@goldstack/[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":["@goldstack/[email protected]"],"fail_on":"review"}'
Publishermxro
Artifact bytes24,107
Previous version0.4.84
Published2026-04-30T03:21:32.912Z
SHA-256c2271fcd86dc313c07f1b76c59830a6909b561bb380f86179ae47a77cbf33cad

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
0.4.85Version
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/src/writeAwsCredentials.jsmatched "aws_access_key"5
lowCredential file accesspackage/dist/src/writeCredentials.jsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts12
  • buildyarn clean && yarn compile
  • build:watchyarn clean && yarn compile-watch
  • cleanrimraf ./dist
  • compiletsc -p tsconfig.json
  • compile-watchtsc -p tsconfig.json --watch
  • compile-watch:lightnodemon --watch ./src/ -e '*' --exec 'yarn compile'
  • coveragejest --collect-coverage --passWithNoTests --config=./jest.config.js --runInBand
  • generate-schemats-json-schema-generator --tsconfig tsconfig.generate.json --no-type-check --path './src/types/**/*' --type 'TerraformDeployment' -o src/schemas/configSchema.json
  • patch-when-changedgit diff --quiet HEAD^...HEAD -- . && git diff --quiet -- . && git diff --quiet --staged -- . || yarn version patch
  • prepublishOnlyyarn run build
  • publishyarn npm publish --tolerate-republish
  • testjest --passWithNoTests --config=./jest.config.js --runInBand
Dependencies10
  • @goldstack/infra0.4.41
  • @goldstack/infra-aws0.4.67
  • @goldstack/utils-config0.4.41
  • @goldstack/utils-docker0.4.41
  • @goldstack/utils-log0.3.34
  • @goldstack/utils-package0.4.43
  • @goldstack/utils-sh0.5.39
  • dotenv^17.3.1
  • json-stable-stringify^1.0.1
  • yargs^17