Scan Report
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.
Safe to install
No action required. The skill is safe to use for its stated purpose of fortune calculation.
Findings 1 items
| Severity | Finding | Location |
|---|---|---|
| Low | Documentation references non-existent Python script | SKILL.md:28 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No file system operations in index.js |
| Network | NONE | NONE | — | No network requests found in code |
| Shell | NONE | NONE | — | No subprocess or shell execution found |
| Environment | NONE | NONE | — | No os.environ or process.env access for sensitive data |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser automation |
| Database | NONE | NONE | — | No database operations |
File Tree
2 files · 7.7 KB · 237 lines JavaScript 1f · 207L
Markdown 1f · 30L
├─
index.js
JavaScript
└─
SKILL.md
Markdown
Security Positives
✓ 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