Scan Report
5 /100
skill-tester
OpenClaw Skill Testing Framework - 自动化测试技能质量
OpenClaw Skill Testing Framework - 纯本地测试工具,代码行为与文档描述完全一致,无恶意行为。
Safe to install
无需特殊操作,可安全使用。
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Low | 依赖声明宽泛 | SKILL.md:12 |
| Info | 目录引用路径可能失效 | test_functionality.py:22 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | test_functionality.py:22 读取 fixtures/sample_inputs.json |
| Shell | WRITE | WRITE | ✓ Aligned | test_runner.sh:89 调用 python3 脚本 |
| Network | READ | NONE | ✓ Aligned | SKILL.md 声明 requests 但代码无网络调用 |
1 findings
Info Email 邮箱地址
[email protected] SKILL.md:6 File Tree
5 files · 25.0 KB · 956 lines Python 3f · 370L
Markdown 1f · 348L
Shell 1f · 238L
├─
▾
scripts
│ ├─
test_comparison.py
Python
│ ├─
test_functionality.py
Python
│ ├─
test_runner.sh
Shell
│ └─
test_trigger.py
Python
└─
SKILL.md
Markdown
Dependencies 2 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
pytest | * | pip | No | 无版本锁定 |
requests | * | pip | No | 已声明但未使用 |
Security Positives
✓ 纯本地测试框架,无网络通信
✓ 所有操作基于模拟数据,不访问真实系统
✓ 报告生成在 /tmp/ 临时目录,无持久化风险
✓ 代码结构清晰,逻辑简单可审计