Trusted — Risk Score 0/100
Last scan:1 day ago Rescan
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.
Skill Namepll-bandwidth-calc
Duration24.1s
Enginepi
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 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
ResourceDeclaredInferredStatusEvidence
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 61L · 2.2 KB
│ └─ 📄 get_pll_pi_parameters.txt Text 61L · 2.2 KB
└─ 📝 SKILL.md Markdown 120L · 4.2 KB

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