PkgRadar

Package evidence

@dingtalk-real-ai/[email protected]

Remote Payload: matched "curl "

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
4,671Niche · −30% score
Versions published
78
First published
Feb 2026
Publisher
hotspring.myw26

Effective trust discount applied: 30% (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":["@dingtalk-real-ai/[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":["@dingtalk-real-ai/[email protected]"],"fail_on":"review"}'
Artifact bytes413,228
Previous version0.8.22
Published2026-05-26T03:12:37.172Z
SHA-25632efa299951595bafd1b28608f50dceab29a5943fd78a1fcb57546d473e28413

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

review
Last checked
reviewRisk
8Score
0.8.23Version
Status history (1 event)
  1. newavailable · risk review · score 8 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/bin/dingtalk-connector.jsmatched "curl "12

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