Scan Report
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.
Safe to install
No action needed. The skill is safe to use.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| 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
├─
▾
scripts
│ └─
create_smoke_test.py
Python
└─
SKILL.md
Markdown
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