Chuyao Aa
PassAudited by ClawScan on Apr 14, 2026.
Overview
The skill's instructions and required actions are coherent with its stated purpose of wrapping the 摩天轮 (MTL) open API into Spring Boot HTTP endpoints; it modifies project source (pom.xml and Java classes) and requests MTL credentials to be supplied by the developer, which is expected for this task.
This skill is coherent for generating Spring Boot wrappers around MTL APIs, but it will edit your project files (pom.xml, create packages/classes). Before running: 1) review diffs the skill will produce; run it in a feature branch or sandbox; 2) do NOT hardcode clientIdentifier/token into source — store them in environment variables, application config, or a secret manager and wire them into the ApiClient; 3) verify the dependency (mtl-open-sdk-consumer) is the correct/trusted artifact for your environment; 4) confirm the fixed URI (https://open.mtl4.alibaba-inc.com) is expected for your usage; and 5) test in staging to ensure compatibility with your existing utilities (LubanTypeUtil, MtlLogProducer, GetEnv). If you need the skill to follow stricter secret-handling practices, request it be updated to use env vars or externalized config rather than code constants.
