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
- 20
- Versions published
- 28Mature · −50% score
- First published
- Dec 2021
- Publisher
- ethanol
Effective trust discount applied: −50% (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":["@crowdhub/[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":["@crowdhub/[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 5 · 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.es.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/dist/index.js | matched "AWS_ACCESS_KEY" | 5 |
Manifest
Package metadata
Scripts13
buildrimraf dist && rollup -c rollup.config.jsformatprettier --write "src/**/*.ts" "test/**/*.ts"linteslint "**/*.{js,jsx,ts,tsx}" --max-warnings 0localyarn build && yalc publishprebuildrimraf distprettierprettier --check "**/*.{js,jsx,ts,tsx}"prettier:fixprettier --write "**/*.{js,jsx,ts,tsx}"testjesttest:alljest --coverage --no-cache --watchAll=false --testResultsProcessor=jest-junittest:covjest --coveragetest:debugnode --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBandtest:e2ejest --config ./test/jest-e2e.jsontest:watchjest --watch
Dependencies23
@aws-sdk/s3-request-presigner^3.94.0@mailchimp/mailchimp_transactional^1.0.46@nestjs/common^8.2.4@nestjs/config^2.0.0@nestjs/core^8.2.4@nestjs/cqrs^8.0.4@nestjs/jwt^8.0.0@nestjs/passport^8.0.1@nestjs/swagger^5.2.1@nestjs/typeorm^8.0.2@types/mandrill-api^1.0.30aws-sdk^2.1120.0bcrypt^5.0.1buffer^6.0.3class-transformer^0.5.1class-validator^0.13.2express^4.17.2firebase-admin^11.2.0passport^0.5.2passport-jwt^4.0.0swagger-ui-express^4.3.0typeorm^0.2.41uuid^8.3.2