PkgRadar

Package evidence

@dingtalk-real-ai/[email protected]

Credential file access: matched ".SSH"

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@dingtalk-real-ai/[email protected]"],"fail_on":"high"}'

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":["@dingtalk-real-ai/[email protected]"],"fail_on":"high"}'
Artifact bytes412,411
Previous version0.8.21
Published2026-05-21T03:01:53.025Z
SHA-256895401f11aa7603781f893804cd8bda577b59a80c5ece6ee2087a568e20e985c

Why flagged

What the scanner saw

Credential file access: matched ".SSH"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

high
Last checked
highRisk
69Score
0.8.22-beta.0Version
Status history (1 event)
  1. newavailable · risk high · score 69 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

hotspring.myw26

2 members · evidence strength 57

Evidence

Static findings

8 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highCredential file accesspackage/bin/dingtalk-connector.jsmatched ".SSH"30
mediumRemote Payloadpackage/bin/dingtalk-connector.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/src/utils/utils-legacy.tsmatched "curl "12
Show all 8 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/bin/dingtalk-connector.jsmatched ".SSH"30
mediumRemote Payloadpackage/bin/dingtalk-connector.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/src/utils/utils-legacy.tsmatched "curl "12
lowObfuscationpackage/bin/dingtalk-connector.jsmatched "\\x1b"3
lowObfuscationpackage/dist/message-handler-0NLKAqHU.mjsmatched "\\u3000"3
lowObfuscationpackage/dist/messaging-C2zJ8O-o.mjsmatched "\\u4e00"3
lowObfuscationpackage/src/services/messaging/mentions.tsmatched "\\u4e00"3
lowObfuscationpackage/src/core/message-handler.tsmatched "\\u3000"3

Manifest

Package metadata

Scripts22
  • buildtsdown
  • cleanrm -rf node_modules package-lock.json
  • devecho 'Run: openclaw start'
  • install:freshnpm run clean && npm install
  • lintecho 'Lint check skipped'
  • lint:fixecho 'Lint fix skipped'
  • postpacknode -e "const fs=require('fs'),p=JSON.parse(fs.readFileSync('package.json','utf8'));if(p._devDependencies){p.devDependencies=p._devDependencies;delete p._devDependencies;fs.writeFileSync('package.json',JSON.stringify(p,null,2)+'\n')}"
  • prepacknode -e "const fs=require('fs'),p=JSON.parse(fs.readFileSync('package.json','utf8'));p._devDependencies=p.devDependencies;delete p.devDependencies;fs.writeFileSync('package.json',JSON.stringify(p,null,2)+'\n')"
  • prepublishOnlynpm run build
  • release:prepareecho 'Release prepare skipped'
  • release:publishnpm publish --access public
  • release:verifynpm view @dingtalk-real-ai/dingtalk-connector version
  • testvitest run tests/gateway-methods.unit.test.ts
  • test:allvitest run
  • test:coveragevitest run --coverage --exclude tests/gateway-methods.test.ts
  • test:integrationvitest run tests/gateway-methods.unit.test.ts
  • test:uivitest --ui
  • test:unitvitest run tests/gateway-methods.unit.test.ts
  • test:watchvitest watch
  • type-checknpx tsc --noEmit
  • validatenpm run lint && npm run type-check && npm run version:check
  • version:checkecho 'Version check skipped'
Dependencies5
  • axios1.14.0
  • dingtalk-stream2.1.4
  • form-data4.0.0
  • qrcode-terminal0.12.0
  • zod4.3.6
Optional dependencies1
  • mammoth^1.8.0