Agent Testcase Generator
v1.0.0基于测试点生成标准化测试用例,含前置条件、测试步骤、预期结果、优先级。覆盖功能测试、API 测试、UI 自动化测试场景。 **⚠️ 强制要求:所有测试用例必须使用标准格式,见 [测试用例标准格式.md](测试用例标准格式.md)** Use when: 用户说"生成测试用例"、"写测试用例"、"测试用例设计"。...
⭐ 0· 0·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
The name/description (generate standardized test cases) matches the instructions and included template files. The skill also includes allowed Feishu doc tools and a specific Feishu knowledge base/node where output should be written — this is consistent with a skill that saves produced testcases to a docs system, but embedding fixed Feishu IDs means the skill targets a particular remote location rather than letting the user choose one.
Instruction Scope
SKILL.md stays on-topic: it defines a strict 14-field format, gives workflows and examples, and instructs producing structured testcases. It does not instruct reading arbitrary system files or exfiltrating secrets. It does include instructions to create/update/fetch Feishu docs at specific knowledge base/node IDs, which will cause remote writes when platform Feishu tooling is available.
Install Mechanism
Instruction-only skill with no install spec and no code files that execute — lowest-risk install profile. package.json only points to SKILL.md as main; nothing is downloaded or extracted.
Credentials
The skill declares no required environment variables or credentials, yet it lists feishu_* tools in allowed-tools and hard-codes a Feishu knowledge base/node. This is not necessarily malicious (the platform typically provides Feishu integration and credentials), but it is a capability/permission assumption: the skill will rely on the platform to supply Feishu access and will write to the specified destination. Confirm that the platform's Feishu integration is authorized and that writing to the hard-coded node is appropriate.
Persistence & Privilege
always is false and disable-model-invocation is false (normal). There is no indication the skill modifies other skills or system-wide configuration. It will persist generated testcases by writing docs to the Feishu node, which is consistent with its stated purpose.
Assessment
This skill appears to do exactly what it says: generate testcases in a strict 14-field format and (if platform Feishu tooling is available) write them into a specific Feishu knowledge node. Before installing: 1) Confirm you are comfortable with the skill writing documents to the hard-coded Feishu knowledge base/node IDs — verify those IDs belong to your org or an intended repository. 2) Understand the platform provides Feishu credentials — the skill itself does not request them; ensure the platform's Feishu integration has the correct scope and that you approve writes to that location. 3) Test the skill on sample/non-sensitive inputs to verify output format and destination. 4) If you prefer control over where docs are stored, request a version that accepts a user-specified destination rather than hard-coded IDs.Like a lobster shell, security has layers — review code before you run it.
latestvk975carjtrjn7tdxbd03aex4fh84rdnt
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
