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 promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/lib/cjs/provider/logger/logger.redaction.js | matched "aws_access_key" | 5 |
| low | Credential file access | package/lib/esm/provider/logger/logger.redaction.js | matched "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 copybuild:cjstsc -p tsconfig.cjs.jsonbuild:esmnode scripts/build-esm.jscleannode scripts/rm.js libcopynode scripts/copy.js package.json README.md CHANGELOG.md libcoveragejest --coveragedocs:cleannode scripts/rm.js docsdocs:generatenode scripts/generate-docs.jsformatprettier --write "packages/**/*.ts" --cachelinteslint "packages/**/*.ts" --cache --cache-location node_modules/.cache/eslint/lint:fixeslint "packages/**/*.ts" --fix --cache --cache-location node_modules/.cache/eslint/preparehuskyprepublishnpm run build && npm packprepublishOnlynode scripts/release/guard-no-file-deps.mjsreleaserelease-itrelease:preparenode scripts/release/prepare-publish.mjsrelease:publishnpm run build && npm run release:prepare && npm publish --tag next --access public && npm run release:restorerelease:restorenode scripts/release/restore-package-json.mjssync-versionnode scripts/sync-version.jstestjesttest:watchjest --watch
Dependencies2
@expressots/shared^4.0.0-preview.3.4reflect-metadata0.2.2