ClawAudit verdict

dingtalk-ai-table-insights

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

Analyzes DingTalk AI tables using a DINGTALK_MCP_TOKEN env var and optionally calls an LLM via OpenClaw for deeper analysis; the execution sink is a local Python analysis script and all operations are consistent with the stated cross-table business intelligence purpose.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

0
security
90
transparency
90
maintenance

Findings (9)

Pattern match critical

Possible hardcoded credential

references/dependencies.md · code · TOKEN="your-token-here

Pattern match high

References sudo — requests elevated privileges

references/dependencies.md · code · sudo

Pattern match high

apt-get install — installs system packages

references/dependencies.md · code · apt-get install

Pattern match high

Accesses shell history/config

references/dependencies.md · code · ~/.zshrc

Pattern match high

Pipe to python — executes piped content as Python code

references/dependencies.md · prose · downgraded · | Python

Pattern match high

subprocess execution — runs system commands from Python

references/llm_integration.md · code · subprocess.run(

Pattern match medium

subprocess with shell=True — command injection vector

scripts/analyze_tables.py · prose · downgraded · subprocess.run(cmd_redirect, shell=True

Pattern match low

Python os.environ.get — reads environment variable

scripts/analyze_tables.py · prose · downgraded · os.environ.get(

Pattern match low

Python os.getenv — reads environment variable

scripts/analyze_tables.py · prose · downgraded · os.getenv(

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class D/F). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

Requires 1 environment variable. (1 sensitive: DINGTALK_MCP_TOKEN). Requires 1 system binary.

network_in

Is this flag fair?

Check another skill Browse the registry Auditing your own skills or configs? Use the API