Scan Report
5 /100
qizheng-siyu-skill
七政四余星盘排盘技能 - Chinese astrology planetary chart calculation
A legitimate Chinese astrology calculation tool with no security concerns - pure Python astronomical computation using only standard library.
Safe to install
No action required. This skill is safe for use.
Findings 1 items
| Severity | Finding | Location |
|---|---|---|
| Info | Standard library only | scripts/qizheng_pan.py:1 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No file I/O operations in script |
| Network | NONE | NONE | — | No network requests |
| Shell | NONE | NONE | — | No subprocess or shell execution |
| Environment | NONE | NONE | — | No os.environ access |
| Skill Invoke | NONE | NONE | — | No skill invocation |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser usage |
| Database | NONE | NONE | — | No database access |
File Tree
3 files · 29.6 KB · 906 lines Python 1f · 723L
Markdown 2f · 183L
├─
▾
scripts
│ └─
qizheng_pan.py
Python
├─
README.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ No external network requests
✓ No shell or subprocess execution
✓ No file system write operations
✓ No credential or sensitive data access
✓ No base64, eval, or obfuscated code
✓ Pure astronomical calculation logic
✓ Uses only Python standard library