Scan Report
10 /100
ze-ri-skill
择日学技能。支持查询吉日凶日、建除十二神、黄道黑道、神煞吉凶,提供婚嫁、开业、动土、出行等择日建议。
A legitimate Chinese calendar auspicious date selection skill with pure algorithmic implementation and no security concerns.
Safe to install
No action needed. The skill is safe to use.
Findings 1 items
| Severity | Finding | Location |
|---|---|---|
| Info | Documentation references non-existent Python script | SKILL.md:15 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No file operations in code |
| Network | NONE | NONE | — | No network requests in code |
| Shell | NONE | NONE | — | No shell execution in code |
| Environment | NONE | NONE | — | No env access in code |
| Skill Invoke | NONE | NONE | — | No skill invocation in code |
| Clipboard | NONE | NONE | — | No clipboard access in code |
| Browser | NONE | NONE | — | No browser access in code |
| Database | NONE | NONE | — | No database access in code |
File Tree
2 files · 7.9 KB · 273 lines JavaScript 1f · 242L
Markdown 1f · 31L
├─
index.js
JavaScript
└─
SKILL.md
Markdown
Security Positives
✓ 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