扫描报告
10 /100
ziwei-skill
紫微斗数排盘技能 - Chinese astrology (Ziwei Doushu) fortune calculation skill
Legitimate Chinese astrology (Ziwei Doushu) calculation skill with no malicious functionality detected; minor documentation inconsistency exists.
可以安装
No action required. The skill is safe to use for its stated purpose of fortune calculation.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Documentation references non-existent Python script | SKILL.md:28 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No file system operations in index.js |
| 网络访问 | NONE | NONE | — | No network requests found in code |
| 命令执行 | NONE | NONE | — | No subprocess or shell execution found |
| 环境变量 | NONE | NONE | — | No os.environ or process.env access for sensitive data |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser automation |
| 数据库 | NONE | NONE | — | No database operations |
目录结构
2 文件 · 7.7 KB · 237 行 JavaScript 1f · 207L
Markdown 1f · 30L
├─
index.js
JavaScript
└─
SKILL.md
Markdown
安全亮点
✓ No network requests or external communications
✓ No credential harvesting or environment variable access
✓ No shell execution or subprocess calls
✓ No file system manipulation
✓ No obfuscated code or suspicious patterns (eval, atob, base64)
✓ No sensitive path access (~/.ssh, ~/.aws, .env)
✓ Pure calculation/algorithm implementation
✓ No data exfiltration mechanisms