PkgRadar

Package evidence

@mars-stack/[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
85
First published
Mar 2026
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@mars-stack/[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":["@mars-stack/[email protected]"],"fail_on":"review"}'
Artifact bytes569,383
Previous version13.1.4
Published2026-06-01T15:28:39.858Z
SHA-256104f4c19c8bc00a733ac57e74f047036a2336c906ae373bdcb6bc1f48d353aaa

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
1Score
13.1.7Version
Status history (1 event)
  1. newavailable · risk review · score 1 · 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

Scripts22
  • buildprisma generate && next build
  • check:architecturetsx scripts/check-architecture.ts
  • check:docstsx scripts/check-doc-freshness.ts
  • db:generateprisma generate
  • db:localnpx prisma dev --detach
  • db:local:lsnpx prisma dev ls
  • db:local:stopnpx prisma dev stop
  • db:migrateprisma generate && prisma migrate dev
  • db:pushprisma generate && prisma db push
  • db:seedprisma db seed
  • db:studioprisma studio
  • devnode scripts/ensure-db.mjs && next dev --turbopack
  • dev:no-dbnext dev --turbopack
  • generate:envtsx scripts/generate-env-example.ts
  • linteslint .
  • startnext start
  • testvitest run && node scripts/check-csrf-client-fetch.mjs
  • test:coveragevitest run --coverage
  • test:e2eplaywright test
  • test:e2e:uiplaywright test --ui
  • test:watchvitest
  • update:qualitytsx scripts/update-quality-score.ts
Dependencies21
  • @mars-stack/core*
  • @mars-stack/ui*
  • @prisma/adapter-pg^7.8.0
  • @prisma/client^7.8.0
  • @react-email/components^1.0.12
  • @sendgrid/mail^8.1.0
  • @upstash/ratelimit^2.0.0
  • @upstash/redis^1.38.0
  • bcryptjs^3.0.3
  • clsx^2.1.1
  • dotenv^17.4.2
  • jose^6.2.3
  • next^16.2.6
  • pino^9.6.0
  • pino-pretty^13.0.0
  • react^19.2.6
  • react-dom^19.2.6
  • react-email^6.3.2
  • server-only^0.0.1
  • stripe^22.1.1
  • zod^4.4.3