PkgRadar

Package evidence

@coast/[email protected]

Credential file access: matched "AWS_SECRET_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
2,084Niche · −30% score
Versions published
76Mature · −50% score
First published
Jan 2025
Publisher
coast-bot

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":["@coast/[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":["@coast/[email protected]"],"fail_on":"review"}'
Publishercoast-bot
Artifact bytes9,604
Previous version2.0.78
Published2026-06-04T19:40:18.468Z
SHA-2567c3f55db4433607f1f1b56ed1b5e4f5693ec1e6bffe144a20e85b0cbbc29c006

Why flagged

What the scanner saw

Credential file access: matched "AWS_SECRET_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
2Score
2.0.79Version
Status history (1 event)
  1. newavailable · risk review · score 2 · 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
lowCredential file accesspackage/dist/logger/PinoLogger.jsmatched "AWS_SECRET_ACCESS_KEY"5

Manifest

Package metadata

Scripts8
  • buildyarn clean && yarn compile
  • cleanyarn run -T rimraf dist tsconfig.tsbuildinfo
  • compileyarn run -T tsc
  • lintyarn run -T eslint
  • lint:fixyarn run -T eslint --fix
  • publishyarn npm publish --access public
  • testjest --config jest.config.js
  • version:patchyarn version patch
Dependencies3
  • pino^9.6.0
  • reflect-metadata^0.2.2
  • uuid^11.0.5