Ai Test Case Generator
ReviewAudited by ClawScan on May 10, 2026.
Overview
The skill is coherent for generating test cases, but it automatically sends generated content to an external HTTP conversion service without a clear user approval step.
Install or use this skill only if you are comfortable sending generated test cases and requirement-derived content to the listed conversion service. For confidential product, business, or customer requirements, disable or avoid the Excel conversion step, use Markdown output only, or convert locally/through a trusted HTTPS service.
Findings (2)
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.
If the agent has command or network tools, it may upload generated test cases to the conversion service without a separate confirmation.
The skill instructs the agent to automatically perform a network conversion step after generation, rather than making the upload an explicit user-approved action.
步骤 3: 转换为 Excel(自动执行)... 生成 Markdown 测试用例后,必须调用以下接口将 Markdown 转换为 Excel 格式
Make Excel conversion opt-in, ask for confirmation before any upload, and allow the user to keep output as Markdown only.
Confidential requirements or test case details could leave the user’s environment and may be visible to the service operator or exposed in transit.
The conversion sends generated Markdown, which may contain proprietary requirement details, to a remote service over HTTP; the instructions also mention ignoring TLS verification and preferring HTTP.
curl -k -X POST "http://office-tools.wh.ctrm.5636cloud.com/api/v1/office/md-to-excel" --data-urlencode "md_data=<生成的markdown内容>"
Use only with non-confidential content unless the service is trusted; prefer HTTPS or local conversion, and document data handling, retention, and ownership.
