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 promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/file-splitter-lambda/node_modules/aws-sdk/lib/credentials/shared_ini_file_credentials.js | matched "aws_access_key" | 5 |
| low | Credential file access | package/dist/file-to-line-event-lambda/node_modules/aws-sdk/lib/credentials/shared_ini_file_credentials.js | matched "aws_access_key" | 5 |
| low | Credential file access | package/dist/file-splitter-lambda/node_modules/aws-sdk/apis/batch-2016-08-10.examples.json | matched "id_rsa" | 3 |
| low | Credential file access | package/dist/file-to-line-event-lambda/node_modules/aws-sdk/apis/batch-2016-08-10.examples.json | matched "id_rsa" | 3 |
Manifest
Package metadata
Scripts9
cleanrimraf ./dist tsconfig.tsbuildinfocompiletsc -b tsconfig.jsoninstall-lambdasnpm --prefix src/file-splitter-lambda install && npm --prefix src/file-to-line-event-lambda installlint:checkeslint --ext '.js,.ts' **/*.tslint:fixeslint --quiet --fix --ext '.js,.ts' **/*.tspostcompilecp -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-lambdaprecompilets-patch install; npm run install-lambdasprepacknpm run compiletestnyc --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.3metadata-booster^0.3.1