Dada
Analysis
This is a coherent instruction-only developer guide for Dada delivery API integration, with expected notes around live order APIs, API secrets, and delivery personal data.
Findings (3)
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.
接口:`/api/order/addOrder` ... 接口:`/api/order/formalCancel`
The skill documents APIs that can create and cancel real delivery orders. This is purpose-aligned, but these operations can affect customers, couriers, fees, and business records if used against production.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
熟悉 API 签名认证机制:app_key + app_secret + timestamp 签名
The skill expects use of Dada API credentials for request signing. This is normal for the stated integration purpose, but the registry metadata does not declare a credential contract because the skill is instruction-only.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
记录所有 API 请求和响应日志,便于排查问题
The guide recommends logging all API requests and responses. Since the documented request fields include recipient names, phone numbers, addresses, coordinates, and signatures, full logs could retain sensitive delivery data unless redacted.
