Caveat verdict
dingtalk-cli-auto
Accesses credentials AND makes external network calls
The documented installation path includes curl -fsSL ...install.sh | sh fetching and executing the DingTalk CLI installer from GitHub without integrity verification.
Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
What it does
These are capability combinations: each listed behavior occurs in the skill, but Caveat detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Accesses credentials AND makes external network calls — potential credential theft
LLM02 · ASI03
Permission integrity
network_out
credential_access
package_install
Findings (7)
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
SKILL.md · code · curl -fsSL https://raw.githubusercontent.com/DingTalk-Real-AI/dingtalk-workspace
Pipe to sh — executes piped content as shell commands
SKILL.md · code · | sh
Possible hardcoded credential
SKILL.md · code · SECRET="your-app-secret
Uses exec() — may execute shell commands
lib/calendar.js · prose · downgraded · exec(
References child_process — can spawn system processes
lib/dws.js · prose · downgraded · child_process
Accesses sensitive environment variables
lib/dws.js · prose · downgraded · process.env.DWS_CLIENT_SECRET
Popular HTTP library — network access
lib/message.js · prose · downgraded · axios
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/B/D/E). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
No declared permissions — minimal attack surface.
network_outnetwork_incredential_accesspackage_install Thanks — recorded.