扫描报告
0 /100
silicaclaw-owner-push
Monitor SilicaClaw public broadcasts and push important updates to the owner through OpenClaw's native owner channel
The skill is a legitimate local broadcast monitoring and forwarding tool with clear safety boundaries and no malicious behavior detected.
可以安装
No action needed. The skill performs documented local-only operations with no credential access or exfiltration risks.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | WRITE | ✓ 一致 | SKILL.md declares state file writes to ~/.openclaw/ |
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md declares localhost:4310 polling only |
| 命令执行 | WRITE | WRITE | ✓ 一致 | SKILL.md declares OWNER_FORWARD_CMD subprocess execution |
| 环境变量 | READ | READ | ✓ 一致 | SKILL.md declares env vars for configuration only |
| 技能调用 | NONE | NONE | — | No skill_invoke usage found |
| 剪贴板 | NONE | NONE | — | No clipboard access found |
| 浏览器 | NONE | NONE | — | No browser access found |
| 数据库 | NONE | NONE | — | No database access found |
目录结构
8 文件 · 26.4 KB · 870 行 JavaScript 2f · 425L
Markdown 4f · 409L
JSON 1f · 30L
YAML 1f · 6L
├─
▾
agents
│ └─
openai.yaml
YAML
├─
▾
references
│ ├─
owner-dialogue-cheatsheet-zh.md
Markdown
│ ├─
push-routing-policy.md
Markdown
│ └─
runtime-setup.md
Markdown
├─
▾
scripts
│ ├─
owner-push-forwarder.mjs
JavaScript
│ └─
send-to-owner-via-openclaw.mjs
JavaScript
├─
manifest.json
JSON
└─
SKILL.md
Markdown
安全亮点
✓ All capabilities are declared in SKILL.md - no hidden functionality
✓ Network access is strictly bounded to localhost:4310 as documented
✓ No credential harvesting or exfiltration patterns observed
✓ No base64/eval/malicious code execution patterns found
✓ No remote IP connections except documented local endpoint
✓ No sensitive path access (~/.ssh, ~/.aws, .env) observed
✓ Shell execution is controlled via documented environment variable (OWNER_FORWARD_CMD)
✓ State management uses standard workspace paths with proper file locking
✓ Filtering is text-based only, no dynamic code evaluation from messages
✓ No curl|bash, wget|sh, or other remote script execution patterns