PkgRadar

Package evidence

@starbemtech/[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
12Established · −30% score
First published
Jun 2025
Publisher
starbem.app

Effective trust discount applied: 30% (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":["@starbemtech/[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":["@starbemtech/[email protected]"],"fail_on":"review"}'
Publisherstarbem.app
Artifact bytes250,419
Previous version1.5.2
Published2025-10-03T16:56:45.530Z
SHA-2568eac680876bd03272dfbd286288057efdafaec847b47d4f149f9fef9d62db5fc

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
10Score
1.5.3Version
Status history (1 event)
  1. newavailable · risk review · score 10 · 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/secrets/index.jsmatched "AWS_ACCESS_KEY"5
lowMessenger Bot Endpointpackage/example-slack/example-slack.tsmatched "hooks.slack.com/services/" — messenger-bot URL without exfil context (likely a notification handler)5
lowCredential file accesspackage/src/secrets/index.tsmatched "AWS_ACCESS_KEY"5
lowObfuscation Densitypackage/example-express/pnpm-lock.yamlhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts19
  • buildtsc
  • cleanrm -rf dist coverage
  • formatprettier --write src/**/*.ts
  • linteslint src/**/*.ts
  • lint:fixeslint src/**/*.ts --fix
  • prebuildnpm run clean
  • preparehusky
  • prepublishOnlynpm run clean && npm run build && npm run test:ci
  • releasebash scripts/release.sh
  • release:majornpm version major && git push origin --tags
  • release:minornpm version minor && git push origin --tags
  • release:patchnpm version patch && git push origin --tags
  • testjest
  • test:cijest --ci --coverage --watchAll=false
  • test:coveragejest --coverage
  • test:watchjest --watch
  • version:majornpm version major
  • version:minornpm version minor
  • version:patchnpm version patch
Dependencies3
  • @aws-sdk/client-secrets-manager^3.830.0
  • @aws-sdk/credential-provider-node^3.835.0
  • @opensearch-project/opensearch^2.4.0