Trusted — Risk Score 5/100
Last scan:2 days ago Rescan
5 /100
cal-candy
Local markdown-based calendar management
Benign markdown-based calendar CLI with no security issues - only performs declared local filesystem operations.
Skill Namecal-candy
Duration15.6s
Enginepi
Safe to install
No action needed. This is a legitimate calendar management tool.
ResourceDeclaredInferredStatusEvidence
Filesystem READ/WRITE READ/WRITE ✓ Aligned SKILL.md declares calendar storage in ~/.openclaw/workspace/calendar/
1 findings
📧
Info Email 邮箱地址
[email protected]
SKILL.md:4

File Tree

2 files · 18.9 KB · 600 lines
Python 1f · 511L Markdown 1f · 89L
├─ 📁 scripts
│ └─ 🐍 mdcal.py Python 511L · 16.4 KB
└─ 📝 SKILL.md Markdown 89L · 2.5 KB

Dependencies 1 items

PackageVersionSourceKnown VulnsNotes
rich * pip No Used for terminal formatting only, version not pinned

Security Positives

✓ Clean codebase with only standard library imports plus 'rich'
✓ All operations are local - no network requests whatsoever
✓ Data stored only in designated calendar directory (~/.openclaw/workspace/calendar/)
✓ No credential access or environment variable harvesting for sensitive data
✓ No shell execution or subprocess calls
✓ No base64, eval, or other code execution patterns
✓ No hidden functionality - implementation matches documentation exactly