可信 — 风险评分 5/100
上次扫描:2 天前 重新扫描
5 /100
cal-candy
Local markdown-based calendar management
Benign markdown-based calendar CLI with no security issues - only performs declared local filesystem operations.
技能名称cal-candy
分析耗时15.6s
引擎pi
可以安装
No action needed. This is a legitimate calendar management tool.
资源类型声明权限推断权限状态证据
文件系统 READ/WRITE READ/WRITE ✓ 一致 SKILL.md declares calendar storage in ~/.openclaw/workspace/calendar/
1 项发现
📧
提示 邮箱 邮箱地址
[email protected]
SKILL.md:4

目录结构

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

依赖分析 1 项

包名版本来源已知漏洞备注
rich * pip Used for terminal formatting only, version not pinned

安全亮点

✓ 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