PkgRadar

Package evidence

@basic-tools/[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
21Mature · −50% score
First published
Mar 2025
Publisher
atalanta

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":["@basic-tools/[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":["@basic-tools/[email protected]"],"fail_on":"review"}'
Publisheratalanta
Artifact bytes7,813
Previous version1.1.3
Published2025-05-29T17:36:24.088Z
SHA-25669f666a3d400a7c17bd8b0eb3af8d06858d57681f96e9b0411a8841c9bcc2ba0

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
2Score
1.1.4Version
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/index.jsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts8
  • buildtsup
  • build:localtsup && npm link
  • formatbiome format --write .
  • format:checkbiome format .
  • lintbiome check . --write
  • lint:checkbiome check .
  • semantic-releasesemantic-release
  • testjest
Dependencies3
  • @aws-sdk/client-secrets-manager~3.772.0
  • @aws-sdk/client-sts~3.772.0
  • dotenv~16.4.7