Trusted — Risk Score 5/100
Last scan:2 days ago Rescan
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.
Skill Nameqizheng-siyu-skill
Duration21.1s
Enginepi
Safe to install
No action required. This skill is safe for use.

Findings 1 items

Severity Finding Location
Info
Standard library only
Script uses only Python standard library (argparse, json, math, datetime, typing) with no external dependencies
import argparse, json, math, from datetime, from typing
→ No action needed - this is a security positive
scripts/qizheng_pan.py:1
ResourceDeclaredInferredStatusEvidence
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 723L · 24.9 KB
├─ 📝 README.md Markdown 150L · 3.9 KB
└─ 📝 SKILL.md Markdown 33L · 821 B

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