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,530Niche · −30% score
- Versions published
- 14Established · −30% score
- First published
- Jun 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_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/dist/index.cjs | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/dist/index.mjs | matched "AWS_ACCESS_KEY" | 5 |
Manifest
Package metadata
Scripts34
buildnpm run build:clean && npm run build:compile && npm run build:complete --if-presentbuild:cleannpm run build:clean:tsc && npm run build:clean:bunbuild:clean:bunrm -f ./bin/*.bcbuild:clean:tsc(chmod -R u+w dist 2>/dev/null || true) && rm -rf dist/build:compiletsdownbuild:compile:tsctsc -p ./tsconfig.build.json && tsc-alias -p ./tsconfig.build.jsonbuild:tstsc -p ./tsconfig.build.jsoncommit:with-clinpx czfixnpm run fix:format && npm run fix:lintfix:formatnpm run fix:format:biomefix:format:biomebiome check --writefix:lintbiome check --writepostversiongit push origin HEAD --tags --no-verifyprepareif [ -e .git ] && [ -z $CI ]; then npm run prepare:husky && npm run prepare:rhachet; fiprepare:huskyhusky install && chmod ug+x .husky/*prepare:rhachetrhachet init --keys --hooks --roles mechanic behaver driver reviewer librarian ergonomist architectprepublishnpm run buildprepushnpm run test && npm run buildpreversionnpm run prepushtestset -eu && npm run test:commits && npm run test:types && npm run test:format && npm run test:lint && npm run test:unit && npm run test:integration && npm run test:acceptance:locallytest:acceptanceset -eu && npm run build && jest -c ./jest.acceptance.config.ts --forceExit --verbose --runInBand --passWithNoTests $([ -n "${CI:-}" ] && echo '--ci') $([ "${RESNAP:-}" = "true" ] && echo '--updateSnapshot')test:acceptance:locallyset -eu && npm run build && LOCALLY=true jest -c ./jest.acceptance.config.ts --forceExit --verbose --runInBand --passWithNoTests $([ "${RESNAP:-}" = "true" ] && echo '--updateSnapshot')test:commitsLAST_TAG=$(git describe --tags --abbrev=0 @^ 2> /dev/null || git rev-list --max-parents=0 HEAD) && npx commitlint --from $LAST_TAG --to HEAD --verbosetest:formatnpm run test:format:biometest:format:biomebiome formattest:integrationset -eu && jest -c ./jest.integration.config.ts --forceExit --verbose --passWithNoTests $([ -n "${CI:-}" ] && echo '--ci') $([ "${THOROUGH:-}" != "true" ] && echo '--changedSince=main') $([ "${RESNAP:-}" = "true" ] && echo '--updateSnapshot')test:lintnpm run test:lint:biome && npm run test:lint:cycles && npm run test:lint:depstest:lint:biomebiome check --diagnostic-level=errortest:lint:biome:allbiome checktest:lint:cyclesdpdm --no-warning --no-tree --exit-code circular:1 --exclude "$(yq -r '.exclude | join("|") // "^$"' .dpdmrc.yaml)" 'src/**/*.ts'- …and 4 more.
Dependencies6
domain-glossary-procedure1.0.0domain-objects0.31.9helpful-errors1.7.3sdk-logs0.9.2serde-fns1.0.0type-fns1.21.2