← 返回 Skills 市场
kushanlk

A.I Ventures Test Gen A.I Agent

作者 kushanlk · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
123
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install ss-ss
功能描述
Analyzes a given URL and automatically generates comprehensive functional, UI, and boundary test cases.
安全使用建议
Do not run or install this skill as-is. The analyze-dom.js file is empty, so the package cannot perform its stated task — this is an implementation gap that could be benign (forgotten file) or a sign the real code is supplied later from an untrusted source. Before installing or running anything: 1) request the full analyze-dom.js source and review it for network calls, file I/O, and data exfiltration; 2) verify the package comes from a known author or repository (homepage/source control); 3) if you must test it, run it in an isolated sandbox with no access to sensitive files or credentials and with network egress restricted; 4) be aware playwright will download browsers if installed from npm—prefer installing dependencies from the official registry and reviewing package-lock files; 5) decline use if the author cannot provide source/provenance or if the script contains unexpected network endpoints or secret-accessing code.
功能分析
Type: OpenClaw Skill Name: ss-ss Version: 1.0.1 The skill bundle is classified as suspicious because the core execution script, `analyze-dom.js`, is missing from the provided files, rendering the skill non-functional. Additionally, the instructions in `skill.md` present a potential shell injection vulnerability by directing the agent to execute a command (`node analyze-dom.js <URL>`) using an unvalidated user-provided variable. While the stated purpose of UI testing is plausible and no clear evidence of intentional malice or data exfiltration was found, the combination of a missing payload and unsafe execution patterns warrants caution.
能力评估
Purpose & Capability
The declared purpose (analyze a URL and generate test cases) matches the idea of a DOM-extractor script. package.json lists playwright (a browser automation library) which is a reasonable dependency for this purpose. However, the critical implementation file analyze-dom.js is empty (0 bytes) so the skill as packaged cannot perform its stated function. There is no homepage or source provenance to justify the package or owner.
Instruction Scope
SKILL.md gives precise runtime instructions: run `node analyze-dom.js <URL>`, read JSON output, then generate test plans. Those instructions do not request unrelated files, env vars, or odd exfiltration endpoints. The problem is the instruction assumes a local script will produce JSON, but the script is missing—so the instructions are impossible to follow and may prompt an agent or user to obtain or execute unknown code.
Install Mechanism
There is no install specification (instruction-only), but package.json declares a dependency on playwright (^1.59.1). Playwright is a legitimate but heavyweight dependency (downloads browsers). The absence of an install step or documented provenance means a user/agent may need to fetch npm packages at runtime; this is not itself malicious but is an operational gap and increases risk if the missing script is later supplied from an unknown source.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. That is proportionate to the stated purpose (web DOM analysis) and there are no apparent attempts to request unrelated secrets.
Persistence & Privilege
The skill does not request always:true and uses default invocation settings. It does not declare actions that modify other skills or system-wide settings. No persistence or elevated platform privileges are requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ss-ss
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ss-ss 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- No functional or documentation changes in this version. - Version bump with no detected file modifications.
v1.0.0
Released the first version of the A.I Assisted Ventures Web Test Case Generator. Added: Headless Playwright script (analyze-dom.js) to extract interactive web elements (buttons, forms, links). Added: AI reasoning loop to automatically map user journeys and generate structured Markdown test plans (Steps to Reproduce, Expected Results, Edge Cases).
元数据
Slug ss-ss
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

A.I Ventures Test Gen A.I Agent 是什么?

Analyzes a given URL and automatically generates comprehensive functional, UI, and boundary test cases. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 123 次。

如何安装 A.I Ventures Test Gen A.I Agent?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ss-ss」即可一键安装,无需额外配置。

A.I Ventures Test Gen A.I Agent 是免费的吗?

是的,A.I Ventures Test Gen A.I Agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

A.I Ventures Test Gen A.I Agent 支持哪些平台?

A.I Ventures Test Gen A.I Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 A.I Ventures Test Gen A.I Agent?

由 kushanlk(@kushanlk)开发并维护,当前版本 v1.0.1。

💬 留言讨论