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
- 173Mature · −50% score
- First published
- Feb 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 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":["[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":["[email protected]"],"fail_on":"review"}'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 review · score 6 · status changed
Evidence
Static findings
4 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 4 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/cjs/config.js | matched ".aws/" | 5 |
| low | Credential file access | package/dist/cjs/nextjsPlugin.js | matched ".aws/" | 5 |
| low | Credential file access | package/dist/cjs/nextServerLoader.js | matched ".aws/" | 5 |
| low | Credential file access | package/dist/cjs/worker.js | matched "AWS_ACCESS_KEY" | 5 |
Manifest
Package metadata
Scripts32
buildnpm-run-all build:clean compile:rs build:no-nativebuild-allnpm run build --workspaces --include-workspace-rootbuild:cleanrm -rf ./dist/cjs && rm -rf ./dist/esm && rm -rf ./dist/types && rm -f ./dist/native/*.node && rm -rf ./src/version.tsbuild:jsnpm-run-all generateVersion generateModuleName webpack:cjs webpack:esmbuild:no-nativenpm-run-all build:js copy:typesbuild:tscnpm-run-all build:clean generateVersion compile:esm compile:cjs compile:types compile:rscheck:npmrcbash scripts/checkNpmrcCoverage.shcompile:cjstsc -b ./tsconfig.cjs.jsoncompile:esmtsc -b ./tsconfig.esm.jsoncompile:rscd src/native && npm run build && cd - && npm run native:indexcompile:type:apidts-bundle-generator -o dist/types/api.d.ts src/entries/api.tscompile:type:esbuildplugindts-bundle-generator -o dist/types/esbuildPlugin.d.ts src/plugins/esbuildPlugin/esbuildPlugin.tscompile:type:indexdts-bundle-generator -o dist/types/on_require.d.ts src/entries/on_require.tscompile:type:nextjsplugindts-bundle-generator -o dist/types/nextjsPlugin.d.ts src/plugins/webpackPlugin/nextjsPlugin.tscompile:type:registerdts-bundle-generator -o dist/types/on_register.d.ts src/entries/on_register.mtscompile:type:setupdts-bundle-generator -o dist/types/on_setup.d.ts src/entries/on_setup.tscompile:typesnpm-run-all compile:type:index compile:type:register compile:type:esbuildplugin compile:type:nextjsplugin compile:type:setup compile:type:api copy:types-rootcopy:typesmkdir -p ./dist/types && cp ./types/* ./dist/types/ && npm run copy:types-rootcopy:types-rootcp dist/types/esbuildPlugin.d.ts esbuildPlugin.d.ts && cp dist/types/nextjsPlugin.d.ts nextjsPlugin.d.ts && cp dist/types/api.d.ts api.d.ts && cp dist/types/on_setup.d.ts setup.d.ts && cp dist/types/on_register.d.ts register.d.tsformatprettier --write "src/**/*.{js,ts,mts,mjs,cjs,json}" "test/**/*.{js,ts,mts,mjs,cjs,json}"format:checkprettier --ignore-path ./prettier-ignore.txt --check "src/**/*.{js,ts,mts,mjs,cjs,json}" "test/**/*.{js,ts,mts,mjs,cjs,json}"generate-declsNODE_PATH=`realpath ./test/node_modules` ts-node ./test/instrumentation/generateNewFunctionNames.tsgenerateModuleNamenode scripts/generateModuleName.jsgenerateVersionnode scripts/generateVersion.jslintnpm run lint:check -- --fixlint:checknpx eslint -c eslint.config.mjs srcnative:indexmkdir -p ./dist/native && cp ./src/native/_index.js ./dist/native/_index.jstestNODE_OPTIONS='--experimental-vm-modules' NODE_PATH=`realpath ./test/node_modules` vitesttest:civitestvalidateArtifactsnode scripts/validateArtifacts.js `realpath .`- …and 2 more.
Dependencies17
@babel/core^7.24.0@cspotcode/source-map-support^0.8.1@jridgewell/sourcemap-codec^1.5.0array-flatten1.1.1axios^1.6.8buffer-crc32^1.0.0commander^13.1.0form-data^4.0.4p-limit^3.1.0require-in-the-middle^7.3.0safe-stable-stringify^2.5.0semver^7.6.2source-map^0.7.4strnum2.3.0typescript^5.4.5uuid^10.0.0zod~3.23.8