PkgRadar

Package evidence

@boostercloud/[email protected]

Install-time lifecycle script: postinstall="npm --prefix src/lambdas install"

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
4
Versions published
8
First published
Mar 2021
Publisher
charlietfe

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"}'
Publishercharlietfe
Artifact bytes675,977
Previous version1.0.3
Published2021-06-01T14:45:10.880Z
SHA-256538dc93b6ad71e643d5de5e764aae0e0fc0d313ff8f5fae555ba15a57cff3fc5

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="npm --prefix src/lambdas install"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
5Score
1.0.4Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="npm --prefix src/lambdas install"5

Manifest

Package metadata

Scripts9
  • cleanrimraf ./dist tsconfig.tsbuildinfo
  • compiletsc -b tsconfig.json
  • integrationAWS_SDK_LOAD_CONFIG=true mocha --forbid-only --exit --config "test/integration/.mocharc.yml" "test/integration/**/*.test.ts"
  • lint:checkeslint --ext '.js,.ts' **/*.ts
  • lint:fixeslint --quiet --fix --ext '.js,.ts' **/*.ts
  • postcompilecp -R src/lambdas/node_modules dist/lambdas
  • postinstallnpm --prefix src/lambdas install
  • prepacktsc -b tsconfig.json
  • testnyc --extension .ts mocha --forbid-only "test/unit/**/*.test.ts"
Dependencies5
  • @aws-cdk/aws-apigateway1.91.0
  • @aws-cdk/aws-cognito1.91.0
  • @aws-cdk/aws-iam1.91.0
  • @aws-cdk/aws-lambda1.91.0
  • @aws-cdk/core1.91.0