PkgRadar

Package evidence

@expressots/[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
406,603Ubiquitous · −70% score
Versions published
50Mature · −50% score
First published
Feb 2023
Publisher
expresso-ts

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":["@expressots/[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":["@expressots/[email protected]"],"fail_on":"review"}'
Publisherexpresso-ts
Artifact bytes634,530
Previous version4.0.0-preview.3.3
Published2026-06-13T10:21:49.802Z
SHA-25631790f1bd8f3c7e71b9bd4f3dfc0bb5300a2ccebb999ad9fdb28fc06bb93809b

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
3Score
4.0.0-preview.3.4Version
Status history (1 event)
  1. newavailable · risk review · score 3 · 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/lib/cjs/provider/logger/logger.redaction.jsmatched "aws_access_key"5
lowCredential file accesspackage/lib/esm/provider/logger/logger.redaction.jsmatched "aws_access_key"5

Manifest

Package metadata

Scripts21
  • buildnpm run clean && npm run sync-version && npm run build:cjs && npm run build:esm && npm run copy
  • build:cjstsc -p tsconfig.cjs.json
  • build:esmnode scripts/build-esm.js
  • cleannode scripts/rm.js lib
  • copynode scripts/copy.js package.json README.md CHANGELOG.md lib
  • coveragejest --coverage
  • docs:cleannode scripts/rm.js docs
  • docs:generatenode scripts/generate-docs.js
  • formatprettier --write "packages/**/*.ts" --cache
  • linteslint "packages/**/*.ts" --cache --cache-location node_modules/.cache/eslint/
  • lint:fixeslint "packages/**/*.ts" --fix --cache --cache-location node_modules/.cache/eslint/
  • preparehusky
  • prepublishnpm run build && npm pack
  • prepublishOnlynode scripts/release/guard-no-file-deps.mjs
  • releaserelease-it
  • release:preparenode scripts/release/prepare-publish.mjs
  • release:publishnpm run build && npm run release:prepare && npm publish --tag next --access public && npm run release:restore
  • release:restorenode scripts/release/restore-package-json.mjs
  • sync-versionnode scripts/sync-version.js
  • testjest
  • test:watchjest --watch
Dependencies2
  • @expressots/shared^4.0.0-preview.3.4
  • reflect-metadata0.2.2