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.

Versions published
79
First published
Feb 2026
Publisher
hotspring.myw26

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 bytes419,300
Previous version0.8.23
Published2026-06-02T14:23:02.128Z
SHA-256dfc05588f4fa6440f84634e79df7e3af865b87bb7972478e7db38c049515d0d3

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
12Score
0.8.24-beta.0Version
Status history (2 events)
  1. newavailable · risk review · score 12 · status changed
  2. newavailable · risk review · score 12 · 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