signal_processing
Analyzes signals by calculating duty cycle, frequency range, electron wavelength, and measurement error for signal processing tasks.
Install this skill
or
89/100
Security score
The signal_processing skill was audited on Mar 3, 2026 and we found 11 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
low line 16
External URL reference
SourceSKILL.md
| 16 | - **`calculate_duty_cycle`** from `server-21` (streamable-http) - `https://scp.intern-ai.org.cn/api/v1/mcp/21/Electrical_Engineering_and_Circuit_Calculations` |
low line 17
External URL reference
SourceSKILL.md
| 17 | - **`calculate_frequency_range`** from `server-23` (streamable-http) - `https://scp.intern-ai.org.cn/api/v1/mcp/23/Optics_and_Electromagnetics` |
low line 18
External URL reference
SourceSKILL.md
| 18 | - **`electron_wavelength`** from `server-23` (streamable-http) - `https://scp.intern-ai.org.cn/api/v1/mcp/23/Optics_and_Electromagnetics` |
low line 19
External URL reference
SourceSKILL.md
| 19 | - **`calculate_absolute_error`** from `server-26` (streamable-http) - `https://scp.intern-ai.org.cn/api/v1/mcp/26/Data_processing_and_statistical_analysis` |
low line 46
External URL reference
SourceSKILL.md
| 46 | > **Note:** Replace `<YOUR_SCP_HUB_API_KEY>` with your own SCP Hub API Key. You can obtain one from the [SCP Platform](https://scphub.intern-ai.org.cn). |
low line 56
External URL reference
SourceSKILL.md
| 56 | "server-21": "https://scp.intern-ai.org.cn/api/v1/mcp/21/Electrical_Engineering_and_Circuit_Calculations", |
low line 57
External URL reference
SourceSKILL.md
| 57 | "server-23": "https://scp.intern-ai.org.cn/api/v1/mcp/23/Optics_and_Electromagnetics", |
low line 58
External URL reference
SourceSKILL.md
| 58 | "server-26": "https://scp.intern-ai.org.cn/api/v1/mcp/26/Data_processing_and_statistical_analysis" |
low line 82
External URL reference
SourceSKILL.md
| 82 | sessions["server-21"], _, _ = await connect("https://scp.intern-ai.org.cn/api/v1/mcp/21/Electrical_Engineering_and_Circuit_Calculations", "streamable-http") |
low line 83
External URL reference
SourceSKILL.md
| 83 | sessions["server-23"], _, _ = await connect("https://scp.intern-ai.org.cn/api/v1/mcp/23/Optics_and_Electromagnetics", "streamable-http") |
low line 84
External URL reference
SourceSKILL.md
| 84 | sessions["server-26"], _, _ = await connect("https://scp.intern-ai.org.cn/api/v1/mcp/26/Data_processing_and_statistical_analysis", "streamable-http") |
Scanned on Mar 3, 2026
View Security Dashboard