Dingtalk Calendar
Analysis
This skill is purpose-aligned for Dingtalk calendar management, but it can change or delete business calendar data and affect coworkers without clear approval boundaries in the artifacts.
Findings (5)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
所有操作通过 `mcporter call dingtalk-calendar <tool>` 执行;示例包含 `update_calendar_event`、`delete_calendar_event` 和 `add_meeting_room`。
The skill exposes raw MCP/CLI calls that can update, delete, or modify Dingtalk calendar and room bookings, without documented confirmation or scoping requirements for high-impact actions.
`attendees` ... 参与人 userId 列表(最多 500 人)
A mistaken calendar action can propagate to many coworkers' schedules, and the artifact does not define bulk-recipient safeguards or preview/approval steps.
本技能依赖 `mcporter` 工具。请在终端中手动执行... `npm install -g mcporter` / `bun install -g mcporter`
The global CLI install is disclosed and central to the skill, but it introduces a package-provenance surface that users should verify before installation.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
本技能需要配置两个 MCP 服务:**钉钉日历** 和 **钉钉通讯录**;示例包含 `query_busy_status` 和 `get_user_info_by_user_ids`。
Dingtalk Calendar and Contacts access is expected for the stated purpose, but it can expose workspace user details and availability under the user's organizational permissions.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
访问钉钉 MCP 广场:https://mcp.dingtalk.com ... `mcporter config add dingtalk-calendar --url "这里粘贴钉钉日历的URL"`
The skill relies on user-configured remote MCP endpoints for Dingtalk calendar and contacts; this is expected, but the endpoint becomes a trust boundary for calendar/contact data.
