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
- 143Mature · −50% score
- First published
- Jun 2022
- 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":["@juzi/[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":["@juzi/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Credential file access: matched "GITHUB_TOKEN"
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
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/src/package-json.js | matched "GITHUB_TOKEN" | 5 |
| low | Credential file access | package/dist/esm/src/package-json.js | matched "GITHUB_TOKEN" | 5 |
| low | Credential file access | package/src/package-json.ts | matched "GITHUB_TOKEN" | 5 |
| low | Credential file access | package/package.json | matched "GITHUB_TOKEN" | 3 |
Manifest
Package metadata
Scripts24
buildtsc && tsc -p tsconfig.cjs.jsonchangelogdocker run -it --rm -e CHANGELOG_GITHUB_TOKEN -v "$(pwd)":/usr/local/src/your-app ferrarimarco/github-changelog-generator -u wechaty -p wechaty && sed -i'.bak' /greenkeeper/d CHANGELOG.md && sed -i'.bak' /Snyk/d CHANGELOG.md && sed -i'.bak' '/An in-range update of/d' CHANGELOG.md && node --no-warnings --loader=ts-node/esm scripts/sort-contributiveness.ts < CHANGELOG.md > CHANGELOG.new.md 2>/dev/null && cat CHANGELOG.md >> CHANGELOG.new.md && mv CHANGELOG.new.md CHANGELOG.mdcleanshx rm -fr dist/*clinode --no-warnings --loader ts-node/esm bin/cli.tscoveragenyc report --reporter=lcovdemocross-env NODE_OPTIONS="--no-warnings --loader=ts-node/esm" node examples/ding-dong-bot.tsdistnpm-run-all clean build dist:commonjsdist:commonjsjq -n "{ type: \"commonjs\" }" > dist/cjs/package.jsondocsbash -x scripts/generate-docs.shdoctornode --no-warnings --loader=ts-node/esm bin/doctor.tsio-clientnode --no-warnings --loader=ts-node/esm bin/io-client.tslintnpm-run-all lint:es lint:ts lint:sh lint:mdlint:eseslint --ignore-pattern node_modules/ --ignore-pattern fixtures/ "{bin,examples,src,scripts,tests}/**/*.ts"lint:mdmarkdownlint README.mdlint:shbash -n bin/*.shlint:tstsc --isolatedModules --noEmitpuppet-installnode --no-warnings --loader=ts-node/esm bin/puppet-install.tsslocsloc bin examples scripts src tests --details --format cli-table --keys total,source,comment && sloc bin examples scripts src testsstartnpm run demotestnpm run lint && nyc npm run test:unittest:packbash -x scripts/npm-pack-testing.shtest:shellshellcheck bin/*.sh scripts/*.shtest:unitcross-env NODE_OPTIONS="--no-warnings --loader=ts-node/esm" TAP_TIMEOUT=600 tap "src/**/*.spec.ts" "tests/**/*.spec.ts"typedocbash scripts/typedoc.sh
Dependencies18
@juzi/wechaty-puppet-service1.0.113clone-class^1.1.1cmd-ts^0.10.0cockatiel^2.0.2cross-spawn^7.0.3dotenv^16.0.0file-box^1.4.15fp-ts^2.11.9gerror^1.0.16get-port^6.1.2json-rpc-peer^0.17.0memory-card^1.1.2open-graph^0.2.6rx-queue^1.0.5state-switch^1.7.1uuid^8.3.2wechaty-token^1.1.1ws^8.5.0