扫描报告
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.
可以安装
This skill is safe to use. No security concerns identified.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 提示 | File extension mismatch | SKILL.md:85 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No file I/O in MATLAB scripts |
| 网络访问 | NONE | NONE | — | No network requests in code |
| 命令执行 | NONE | NONE | — | No subprocess or shell execution |
| 环境变量 | NONE | NONE | — | No env access in code |
| 技能调用 | NONE | NONE | — | No skill invocation |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser automation |
| 数据库 | NONE | NONE | — | No database operations |
目录结构
3 文件 · 8.6 KB · 242 行 Text 2f · 122L
Markdown 1f · 120L
├─
▾
scripts
│ ├─
calc_pll_bandwidth.txt
Text
│ └─
get_pll_pi_parameters.txt
Text
└─
SKILL.md
Markdown
安全亮点
✓ 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