提供数据库ddl内容,根据自然语言生成sql
Analysis
This is a simple instruction-only SQL SELECT generator; the main thing to notice is that it may call a disclosed external schema API before drafting SQL.
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.
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.
完整地址: `https://open268v.cheyipai.com/img/c/{产品名称}.html` ... 请求API获取表结构The skill instructs the agent to construct and request an external URL using a product name from the user request. This is disclosed and central to the SQL-generation workflow, but users should know that a network request may occur.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
"tableName": "表名" ... "columns": [ ... "columnComment": "字段注释" ]
The skill expects schema data and comments from an HTTP API to guide SQL generation. If that returned schema content is inaccurate or untrusted, it could influence the generated query.
