Recommended action
Block this updateStatic evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.
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":["[email protected]"],"fail_on":"high"}'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":["[email protected]"],"fail_on":"high"}'Why flagged
What the scanner saw
Credential file access: matched ".AWS"
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 high · score 60 · status changed
Related candidates
Linked campaigns and clusters
jolly-good
2 members · evidence strength 54Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/dist/s3mini.js | matched ".AWS" | 30 |
| high | Credential file access | package/src/S3.ts | matched ".AWS" | 30 |
Manifest
Package metadata
Scripts17
buildnpm run clean && npm run typecheck && rollup -ccleanrimraf distdevnpm run clean && npm run typecheck -w && rollup -c -wformatprettier -w srcformatcheckprettier --list-different srclinteslint src --ext .tsprepublishOnlynpm run buildtest:e2enpm run test:public && npm run test:providerstest:e2e:bunnpm run test:public:bun && npm run test:providers:buntest:perfnode ./tests/perf/performance.test.jstest:providersnode --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.config.js --verbosetest:providers:bunbun tests/run-bun.js tests/minio.test.js tests/hetzner.test.js tests/cloudflare.test.js tests/aws.test.js tests/backblaze.test.js tests/digitalocean.test.js tests/garage.test.js tests/oracle.test.js tests/scaleway.test.js tests/ceph.test.js tests/custom-fetch.test.jstest:publicnode --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.public.js --verbosetest:public:bunbun test tests/anonymous-access.test.jstest:unitnode --experimental-vm-modules node_modules/jest/bin/jest.js --testMatch='<rootDir>/tests/{presigned-url,extract-bucket-name}.test.js' --verbosetest:unit:bunbun test tests/presigned-url.test.js tests/extract-bucket-name.test.jstypechecktsc --noEmit