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 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":["@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"}'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
Status history (2 events)
- new → available · risk review · score 12 · status changed
- new → available · risk review · score 12 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/bin/dingtalk-connector.js | matched "curl " | 12 |
Manifest
Package metadata
Scripts22
buildtsdowncleanrm -rf node_modules package-lock.jsondevecho 'Run: openclaw start'install:freshnpm run clean && npm installlintecho '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 buildrelease:prepareecho 'Release prepare skipped'release:publishnpm publish --access publicrelease:verifynpm view @dingtalk-real-ai/dingtalk-connector versiontestvitest run tests/gateway-methods.unit.test.tstest:allvitest runtest:coveragevitest run --coverage --exclude tests/gateway-methods.test.tstest:integrationvitest run tests/gateway-methods.unit.test.tstest:uivitest --uitest:unitvitest run tests/gateway-methods.unit.test.tstest:watchvitest watchtype-checknpx tsc --noEmitvalidatenpm run lint && npm run type-check && npm run version:checkversion:checkecho 'Version check skipped'
Dependencies5
axios1.14.0dingtalk-stream2.1.4form-data4.0.0qrcode-terminal0.12.0zod4.3.6
Optional dependencies1
mammoth^1.8.0