可信 — 风险评分 5/100
上次扫描:1 天前 重新扫描
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.
技能名称feishu-cron-delivery
分析耗时27.0s
引擎pi
可以安装
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 55L · 1.5 KB
├─ 📁 scripts
│ └─ 🐍 create_smoke_test.py Python 28L · 1.2 KB
└─ 📝 SKILL.md Markdown 145L · 4.1 KB

安全亮点

✓ 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