PkgRadar

Package evidence

@postxl/[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.

Weekly downloads
1,977Niche · −30% score
Versions published
83Established · −30% score
First published
Dec 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":["@postxl/[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":["@postxl/[email protected]"],"fail_on":"review"}'
Artifact bytes2,239,484
Previous version1.32.0
Published2026-04-28T12:19:15.190Z
SHA-2561c215efc669c1e99634d04f7d7b69b0197b8f8eababef90aa326288f72d38767

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
1.32.1Version
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/backend-s3/s3.generator.jsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts9
  • buildtsc -b tsconfig.build.json && pnpm run copy:templates
  • copy:templatesfind dist -type d -name 'template' -exec rm -rf {} + 2>/dev/null || true && find src -type d -name 'template' -exec sh -c 'mkdir -p "dist/$(dirname "$1" | sed "s|^src/||")" && cp -r "$1" "dist/$(dirname "$1" | sed "s|^src/||")"' _ {} \;
  • generatetsx src/frontend-core/scripts/generate-types.ts
  • linteslint .
  • prettier:checkprettier --check "**/*.{ts,tsx}" --config ../../prettier.config.js --ignore-path ../../.prettierignore
  • test:coveragecross-env NODE_OPTIONS="$NODE_OPTIONS --experimental-vm-modules" jest --coverage
  • test:jestcross-env NODE_OPTIONS="$NODE_OPTIONS --experimental-vm-modules" jest
  • test:typestsc --noEmit
  • test:watchcross-env NODE_OPTIONS="$NODE_OPTIONS --experimental-vm-modules" jest --watch
Dependencies7
  • @faker-js/faker9.9.0
  • @postxl/generator^1.5.0
  • @postxl/schema^1.11.0
  • @postxl/ui-components^1.8.0
  • @postxl/utils^1.4.0
  • @prisma/prisma-schema-wasm7.5.0-9.c6be8e68bf8e4a36534064f9323a343f2fcafe21
  • exceljs^4.4.0