扫描报告
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.
可以安装
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
├─
_meta.json
JSON
├─
CHANGELOG.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ 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