扫描报告
0 /100
flexible-web-tester
智能 Web UI 测试工作台,支持 MCP 直接驱动和 Python 脚本驱动双模式,三种测试模式,强制人工确认,安全可控。
Pure documentation skill describing a web UI testing workflow with no executable code, scripts, or dependencies. Contains proper security controls including human confirmation gates before execution.
可以安装
This skill is safe to use. No action required.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | WRITE | WRITE | ✓ 一致 | SKILL.md describes File System MCP for reading/writing test cases and reports |
| 命令执行 | WRITE | WRITE | ✓ 一致 | SKILL.md describes CLI/Terminal MCP for executing Python scripts |
| 浏览器 | WRITE | WRITE | ✓ 一致 | SKILL.md describes Playwright MCP for browser control |
| 网络访问 | NONE | NONE | — | No network access declared or inferred |
| 环境变量 | NONE | NONE | — | No environment variable access |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 数据库 | NONE | NONE | — | No database access |
| 技能调用 | NONE | NONE | — | No skill chaining |
5 项发现
中危 外部 URL 外部 URL
https://img.shields.io/badge/license-MIT-blue.svg README.md:5 中危 外部 URL 外部 URL
https://img.shields.io/badge/version-1.0.0-green.svg README.md:6 中危 外部 URL 外部 URL
https://img.shields.io/badge/platform-OpenClaw-lightgrey.svg README.md:7 中危 外部 URL 外部 URL
https://example.com,模式2,引擎A,人工介入 README.md:55 中危 外部 URL 外部 URL
https://www.baidu.com,模式2,引擎A,人工介入 README.md:68 目录结构
2 文件 · 10.2 KB · 342 行 Markdown 2f · 342L
├─
README.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ No executable code present - pure documentation skill
✓ Documentation accurately describes all declared capabilities
✓ Mandatory human confirmation gate (Stage 3) prevents unauthorized execution
✓ Environment pre-flight check ensures MCP tools are available
✓ Self-healing mechanism is documented and limited to 2 retries
✓ No credential harvesting or sensitive data access
✓ No external network calls or C2 communication
✓ No obfuscation or base64-encoded payloads
✓ MIT License clearly stated