可信 — 风险评分 0/100
上次扫描:2 天前 重新扫描
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.
技能名称pll-bandwidth-calc
分析耗时24.1s
引擎pi
可以安装
This skill is safe to use. No security concerns identified.

安全发现 1 项

严重性 安全发现 位置
提示
File extension mismatch
SKILL.md references .m MATLAB files (scripts/get_pll_pi_parameters.m) but the actual files have .txt extension. This is a documentation inconsistency but not a security issue.
scripts/get_pll_pi_parameters.m
→ Update SKILL.md to reference .txt files or rename scripts to .m extension for consistency
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 61L · 2.2 KB
│ └─ 📄 get_pll_pi_parameters.txt Text 61L · 2.2 KB
└─ 📝 SKILL.md Markdown 120L · 4.2 KB

安全亮点

✓ 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