PkgRadar

Package evidence

@baseplate-dev/[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
40Mature · −50% score
First published
Jun 2025
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":["@baseplate-dev/[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":["@baseplate-dev/[email protected]"],"fail_on":"review"}'
Artifact bytes3,344,363
Previous version0.6.6
Published2026-04-01T15:28:35.657Z
SHA-256fb5e3ce1580408ec63fcee116e87fc324c47ace3bc35ffb46f74fbc413924bd2

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

Evidence

Static findings

2 static · 0 from release diff · showing high-signal first.

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/generators/fastify/storage-module/storage-module.generator.jsmatched "AWS_ACCESS_KEY"5
lowLarge Javascript Payloadpackage/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-DXiqHj1x.js3110225 bytes0

Manifest

Package metadata

Scripts13
  • buildconcurrently pnpm:build:*
  • build:staticcpx "src/**/{templates/**,static/**,plugin.json}" "dist/" --clean
  • build:tsctsc -p tsconfig.build.json
  • build:vitevite build
  • cleanrm -rf ./dist
  • lintoxlint && eslint .
  • prettier:checkprettier --check .
  • prettier:writeprettier -w -l .
  • tsc:watchtsc -p tsconfig.build.json --preserveWatchOutput -w
  • typechecktsc --noEmit
  • watchconcurrently pnpm:watch:*
  • watch:staticpnpm build:static --watch
  • watch:vitenodemon --watch vite.config.ts --watch src --ignore "**/generators/**" -e ts,tsx,css,json --exec "vite build"
Dependencies15
  • @baseplate-dev/core-generators0.6.7
  • @baseplate-dev/fastify-generators0.6.7
  • @baseplate-dev/plugin-queue0.6.7
  • @baseplate-dev/project-builder-lib0.6.7
  • @baseplate-dev/react-generators0.6.7
  • @baseplate-dev/sync0.6.7
  • @baseplate-dev/ui-components0.6.7
  • @baseplate-dev/utils0.6.7
  • @hookform/lenses0.8.1
  • @hookform/resolvers5.2.2
  • es-toolkit1.44.0
  • react19.1.0
  • react-dom19.1.0
  • react-hook-form7.71.1
  • zod^4.3.6