PkgRadar

Package evidence

@boostercloud/[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
9
First published
Feb 2021
Publisher
nickseagull

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":["@boostercloud/[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":["@boostercloud/[email protected]"],"fail_on":"review"}'
Publishernickseagull
Artifact bytes13,187,835
Previous version1.0.4
Published2021-10-14T10:54:00.698Z
SHA-25642fd25780e7e8855b5c22bf23e0903c20819d0a7660b53cd80cd4b62dd861678

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/file-splitter-lambda/node_modules/aws-sdk/lib/credentials/shared_ini_file_credentials.jsmatched "aws_access_key"5
lowCredential file accesspackage/dist/file-to-line-event-lambda/node_modules/aws-sdk/lib/credentials/shared_ini_file_credentials.jsmatched "aws_access_key"5
lowCredential file accesspackage/dist/file-splitter-lambda/node_modules/aws-sdk/apis/batch-2016-08-10.examples.jsonmatched "id_rsa"3
lowCredential file accesspackage/dist/file-to-line-event-lambda/node_modules/aws-sdk/apis/batch-2016-08-10.examples.jsonmatched "id_rsa"3

Manifest

Package metadata

Scripts9
  • cleanrimraf ./dist tsconfig.tsbuildinfo
  • compiletsc -b tsconfig.json
  • install-lambdasnpm --prefix src/file-splitter-lambda install && npm --prefix src/file-to-line-event-lambda install
  • lint:checkeslint --ext '.js,.ts' **/*.ts
  • lint:fixeslint --quiet --fix --ext '.js,.ts' **/*.ts
  • postcompilecp -R src/file-splitter-lambda/node_modules dist/file-splitter-lambda && cp -R src/file-to-line-event-lambda/node_modules dist/file-to-line-event-lambda
  • precompilets-patch install; npm run install-lambdas
  • prepacknpm run compile
  • testnyc --extension .ts mocha --forbid-only "test/**/*.test.ts"
Dependencies8
  • @aws-cdk/aws-dynamodb1.91.0
  • @aws-cdk/aws-lambda1.91.0
  • @aws-cdk/aws-lambda-event-sources1.91.0
  • @aws-cdk/aws-s31.91.0
  • @aws-cdk/core1.91.0
  • @boostercloud/framework-core0.21.3
  • @boostercloud/framework-types0.21.3
  • metadata-booster^0.3.1