扫描报告
10 /100
ze-ri-skill
择日学技能。支持查询吉日凶日、建除十二神、黄道黑道、神煞吉凶,提供婚嫁、开业、动土、出行等择日建议。
A legitimate Chinese calendar auspicious date selection skill with pure algorithmic implementation and no security concerns.
可以安装
No action needed. The skill is safe to use.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 提示 | Documentation references non-existent Python script | SKILL.md:15 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No file operations in code |
| 网络访问 | NONE | NONE | — | No network requests in code |
| 命令执行 | NONE | NONE | — | No shell execution in code |
| 环境变量 | NONE | NONE | — | No env access in code |
| 技能调用 | NONE | NONE | — | No skill invocation in code |
| 剪贴板 | NONE | NONE | — | No clipboard access in code |
| 浏览器 | NONE | NONE | — | No browser access in code |
| 数据库 | NONE | NONE | — | No database access in code |
目录结构
2 文件 · 7.9 KB · 273 行 JavaScript 1f · 242L
Markdown 1f · 31L
├─
index.js
JavaScript
└─
SKILL.md
Markdown
安全亮点
✓ No shell execution or subprocess calls
✓ No network requests or external IP communications
✓ No credential harvesting or environment variable access
✓ No sensitive file system access (~/.ssh, ~/.aws, .env)
✓ No base64 encoding/decoding or eval() usage
✓ Pure algorithmic implementation for Chinese calendar calculations
✓ No remote script execution (curl|bash, wget|sh)
✓ No data exfiltration mechanisms