可信 — 风险评分 5/100
上次扫描:18 小时前 重新扫描
5 /100
sysclaw-ops
SysClaw operator skill for processing agent requests and managing cross-agent communication system
Documentation-only skill describing SysClaw operator workflow; no executable code, scripts, or malicious indicators present.
技能名称sysclaw-ops
分析耗时34.3s
引擎pi
可以安装
No action needed. This is a pure documentation skill (SKILL.md + schema reference) with no executable components.
资源类型声明权限推断权限状态证据
文件系统 NONE NONE No file operations in documentation
网络访问 READ READ ✓ 一致 Describes DB connections and Telegram; no network calls in code
命令执行 NONE NONE Mentions SSH execution conceptually but no shell code in skill
环境变量 NONE NONE References env vars (SYSCLAW_DB_*) but doesn't read them
数据库 READ READ ✓ 一致 Describes PostgreSQL operations via SQL examples only
技能调用 NONE NONE No skill chaining described
剪贴板 NONE NONE Not referenced
浏览器 NONE NONE Not referenced

目录结构

4 文件 · 18.3 KB · 450 行
Markdown 3f · 445L JSON 1f · 5L
├─ 📁 references
│ └─ 📝 db-schema.md Markdown 122L · 5.7 KB
├─ 📋 _meta.json JSON 5L · 130 B
├─ 📝 CHANGELOG.md Markdown 43L · 1.3 KB
└─ 📝 SKILL.md Markdown 280L · 11.1 KB

安全亮点

✓ Pure documentation skill with no executable code
✓ All capabilities (DB, SSH) properly declared in SKILL.md
✓ No base64, obfuscation, or suspicious encoding patterns
✓ No credential harvesting or exfiltration behavior
✓ No remote script downloads (curl|bash patterns)
✓ Clear security decision guidelines documented
✓ Minimal privilege principle documented for DB role
✓ Human oversight requirement enforced for high-risk actions
✓ Clean dependency list - no external packages