PkgRadar

Package evidence

@juzi/[email protected]

Credential file access: matched "GITHUB_TOKEN"

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 promoting

Mixed 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"}'
Artifact bytes440,014
Previous version1.0.143
Published2026-05-09T08:57:05.627Z
SHA-2561ad6784f93833180d62f977cf9ec1d50ba6af38532c625b9933813bcbb1ea44e

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

review
Last checked
reviewRisk
5Score
1.0.144Version
Status history (1 event)
  1. newavailable · 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)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/cjs/src/package-json.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/esm/src/package-json.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/src/package-json.tsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/package.jsonmatched "GITHUB_TOKEN"3

Manifest

Package metadata

Scripts24
  • buildtsc && tsc -p tsconfig.cjs.json
  • changelogdocker 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.md
  • cleanshx rm -fr dist/*
  • clinode --no-warnings --loader ts-node/esm bin/cli.ts
  • coveragenyc report --reporter=lcov
  • democross-env NODE_OPTIONS="--no-warnings --loader=ts-node/esm" node examples/ding-dong-bot.ts
  • distnpm-run-all clean build dist:commonjs
  • dist:commonjsjq -n "{ type: \"commonjs\" }" > dist/cjs/package.json
  • docsbash -x scripts/generate-docs.sh
  • doctornode --no-warnings --loader=ts-node/esm bin/doctor.ts
  • io-clientnode --no-warnings --loader=ts-node/esm bin/io-client.ts
  • lintnpm-run-all lint:es lint:ts lint:sh lint:md
  • lint:eseslint --ignore-pattern node_modules/ --ignore-pattern fixtures/ "{bin,examples,src,scripts,tests}/**/*.ts"
  • lint:mdmarkdownlint README.md
  • lint:shbash -n bin/*.sh
  • lint:tstsc --isolatedModules --noEmit
  • puppet-installnode --no-warnings --loader=ts-node/esm bin/puppet-install.ts
  • slocsloc bin examples scripts src tests --details --format cli-table --keys total,source,comment && sloc bin examples scripts src tests
  • startnpm run demo
  • testnpm run lint && nyc npm run test:unit
  • test:packbash -x scripts/npm-pack-testing.sh
  • test:shellshellcheck bin/*.sh scripts/*.sh
  • test: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.113
  • clone-class^1.1.1
  • cmd-ts^0.10.0
  • cockatiel^2.0.2
  • cross-spawn^7.0.3
  • dotenv^16.0.0
  • file-box^1.4.15
  • fp-ts^2.11.9
  • gerror^1.0.16
  • get-port^6.1.2
  • json-rpc-peer^0.17.0
  • memory-card^1.1.2
  • open-graph^0.2.6
  • rx-queue^1.0.5
  • state-switch^1.7.1
  • uuid^8.3.2
  • wechaty-token^1.1.1
  • ws^8.5.0