扫描报告
5 /100
feishu-cron-delivery
Configure, repair, and validate OpenClaw scheduled outbound delivery to Feishu
This is a legitimate OpenClaw cron configuration skill for Feishu delivery with no malicious indicators.
可以安装
No action needed. The skill is safe to use.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No file reads/writes in script logic |
| 网络访问 | NONE | NONE | — | Script only generates command strings, no HTTP calls |
| 命令执行 | NONE | NONE | — | No subprocess, no shell execution |
| 环境变量 | NONE | NONE | — | No os.environ access |
| 技能调用 | NONE | NONE | — | Documentation only skill |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser automation |
| 数据库 | NONE | NONE | — | No database access |
目录结构
3 文件 · 6.8 KB · 228 行 Markdown 2f · 200L
Python 1f · 28L
├─
▾
references
│ └─
validated-pattern.md
Markdown
├─
▾
scripts
│ └─
create_smoke_test.py
Python
└─
SKILL.md
Markdown
安全亮点
✓ Uses only Python standard library (argparse, datetime) with no external dependencies
✓ Script generates commands but does not execute them
✓ No network requests or data exfiltration
✓ No credential harvesting or sensitive file access
✓ No obfuscation or encoded payloads
✓ Documentation accurately describes the tool's behavior
✓ Script is a simple, transparent command generator