Trusted — Risk Score 5/100
Last scan:1 day ago Rescan
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.
Skill Namefeishu-cron-delivery
Duration27.0s
Enginepi
Safe to install
No action needed. The skill is safe to use.
ResourceDeclaredInferredStatusEvidence
Filesystem NONE NONE No file reads/writes in script logic
Network NONE NONE Script only generates command strings, no HTTP calls
Shell NONE NONE No subprocess, no shell execution
Environment NONE NONE No os.environ access
Skill Invoke NONE NONE Documentation only skill
Clipboard NONE NONE No clipboard access
Browser NONE NONE No browser automation
Database NONE NONE No database access

File Tree

3 files · 6.8 KB · 228 lines
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

Security Positives

✓ 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