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
- 167Mature · −50% score
- First published
- Mar 2018
- Publisher
- willinglee
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":["@u-dev/[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":["@u-dev/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Credential file access: matched ".npmrc"
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/src/docker.js | matched ".npmrc" | 5 |
| low | Credential file access | package/src/serverless.js | matched "AWS_ACCESS_KEY" | 5 |
Manifest
Package metadata
Scripts12
deploynpm publish --access restricteddeploy-betaVERSION_EXTRAS='--preid=beta' npm publish --access restricted --tag betadeploy:majorVERSION_INCREMENT=major npm run deploydeploy:minorVERSION_INCREMENT=minor npm run deploydeploy:patchVERSION_INCREMENT=patch npm run deploydeploy:premajorVERSION_INCREMENT=premajor npm run deploy-betadeploy:preminorVERSION_INCREMENT=preminor npm run deploy-betadeploy:prepatchVERSION_INCREMENT=prepatch npm run deploy-betadeploy:prereleaseVERSION_INCREMENT=prerelease VERSION_EXTRAS='--preid=beta' npm run deploy-betapostversiongit push && git push --tagsprepublishOnlynpm run test && deploy/repo_has_no_changes.sh && npm version ${VERSION_INCREMENT} ${VERSION_EXTRAS}testlab tests/**.js
Dependencies24
@aws-sdk/client-api-gateway^3.696.0@aws-sdk/client-cloudformation^3.696.0@aws-sdk/client-ecr^3.699.0@aws-sdk/client-ecs^3.697.0@aws-sdk/client-s3^3.697.0@aws-sdk/client-ssm^3.696.0@aws-sdk/client-sts^3.699.0cloudformation-js-yaml-schema^0.4.2command-line-args^5.0.2command-line-usage^5.0.5elasticsearch^15.4.1esbuild^0.25.0handlebars^4.1.0http-aws-es^6.0.0joi^17.13.3js-yaml^3.12.1lodash^4.17.11luxon^1.11.3serverless^3.22.0serverless-plugin-existing-s3^2.3.0serverless-prune-plugin^2.0.1shelljs^0.8.3uuid^3.3.2yaml-cfn^0.2.0