Scan Report
0 /100
pll-bandwidth-calc
锁相环(PLL)PI 控制器参数计算工具,用于电力电子/新能源领域的锁相环设计与调试
Pure mathematical calculation tool for PLL PI controller parameters with no network, file system, credential, or shell access capabilities.
Safe to install
This skill is safe to use. No security concerns identified.
Findings 1 items
| Severity | Finding | Location |
|---|---|---|
| Info | File extension mismatch | SKILL.md:85 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No file I/O in MATLAB scripts |
| Network | NONE | NONE | — | No network requests in code |
| Shell | NONE | NONE | — | No subprocess or shell execution |
| Environment | NONE | NONE | — | No env access in code |
| Skill Invoke | NONE | NONE | — | No skill invocation |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser automation |
| Database | NONE | NONE | — | No database operations |
File Tree
3 files · 8.6 KB · 242 lines Text 2f · 122L
Markdown 1f · 120L
├─
▾
scripts
│ ├─
calc_pll_bandwidth.txt
Text
│ └─
get_pll_pi_parameters.txt
Text
└─
SKILL.md
Markdown
Security Positives
✓ No network requests or external communications
✓ No credential or sensitive data access
✓ No shell or subprocess execution
✓ No file system operations beyond pure code
✓ No obfuscation techniques (base64, eval, etc.)
✓ Pure mathematical computation for PLL control theory
✓ No suspicious patterns (no curl, wget, IP addresses, or encoded payloads)
✓ Well-documented mathematical formulas with clear derivations