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
- 178
- Versions published
- 112Mature · −50% score
- First published
- Dec 2021
- Publisher
- hillliu
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":["[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
Remote Payload: matched "curl "
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
13 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/generators/docker/templates/compile.sh | matched "curl " | 12 |
Show all 13 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/generators/docker/templates/compile.sh | matched "curl " | 12 |
| low | Obfuscation Density | package/generators/app/index.js | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | package/generators/babel-package-json/index.js | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | package/generators/bun-package-json/index.js | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | package/generators/bun/index.js | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | package/generators/compile-sh/index.js | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | package/generators/docker/index.js | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | package/generators/generator/index.js | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | package/generators/gitlab-docker/index.js | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | package/generators/hono/index.js | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | package/generators/npm/index.js | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | package/generators/package-json/index.js | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | package/generators/update-esm-export/index.js | high encoded/escaped-token density | 0 |
Manifest
Package metadata
Scripts7
buildnpm run build:clean && npm run build:src && npm run build:templates && npm run build:typesbuild:cleanfind ./generators -name '*.*' | xargs rm -rfbuild:srcbun build src/**/index.ts --outdir generators --root src --target node --format cjs --external parse-ini-string --external yeoman-generatorbuild:templatesfor d in src/*/templates; do cp -r "$d" "generators/$(basename $(dirname $d))/"; donebuild:typesbun tsc -p ./prepublishOnlynpm ttestnpm run build && bun test --timeout 5000 ./src 2>&1 | tee /tmp/bun-test.txt; ! grep -q '(fail)' /tmp/bun-test.txt
Dependencies1
yo-reshow^0.19.19