可信 — 风险评分 5/100
上次扫描:2 天前 重新扫描
5 /100
skill-tester
OpenClaw Skill Testing Framework - 自动化测试技能质量,验证触发时机、功能正确性、性能指标对比
This is a legitimate OpenClaw skill testing framework that validates trigger patterns, functionality, and performance metrics for other skills. No malicious behavior detected.
技能名称skill-tester
分析耗时26.6s
引擎pi
可以安装
The skill is safe to use. Continue standard monitoring practices.
资源类型声明权限推断权限状态证据
命令执行 WRITE WRITE ✓ 一致 SKILL.md requires.bins: [python3, bash]
文件系统 READ READ ✓ 一致 test_trigger.py:22 - reads skill SKILL.md files
网络访问 READ READ ✓ 一致 SKILL.md requires.packages: [pytest, requests]
环境变量 NONE NONE No access to environment variables detected
1 项发现
📧
提示 邮箱 邮箱地址
[email protected]
SKILL.md:6

目录结构

5 文件 · 25.0 KB · 956 行
Python 3f · 370L Markdown 1f · 348L Shell 1f · 238L
├─ 📁 scripts
│ ├─ 🐍 test_comparison.py Python 167L · 5.6 KB
│ ├─ 🐍 test_functionality.py Python 124L · 3.6 KB
│ ├─ 🔧 test_runner.sh Shell 238L · 5.2 KB
│ └─ 🐍 test_trigger.py Python 79L · 2.3 KB
└─ 📝 SKILL.md Markdown 348L · 8.2 KB

依赖分析 2 项

包名版本来源已知漏洞备注
pytest latest pip Standard testing dependency, declared in SKILL.md
requests latest pip Used for HTTP API testing, declared in SKILL.md

安全亮点

✓ All declared capabilities match actual implementation
✓ No credential harvesting or environment variable access
✓ No network exfiltration or suspicious outbound connections
✓ No base64 encoding/decoding or obfuscated code
✓ No sensitive path access (~/.ssh, ~/.aws, .env)
✓ Reports are written to /tmp/skill-tests with randomized filenames
✓ Subprocess usage is limited to testing framework functionality