Skip to main content

spectrum-analyzer-debug

Diagnoses and resolves spectrum analyzer issues in WaveCap-SDR, enhancing performance and accuracy of frequency displays.

Install this skill

or
64/100

Security score

The spectrum-analyzer-debug skill was audited on Feb 28, 2026 and we found 12 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 35

Curl to non-GitHub URL

SourceSKILL.md
35curl http://127.0.0.1:8087/api/v1/captures | jq '.[] | {id, status, center_hz}'
medium line 39

Curl to non-GitHub URL

SourceSKILL.md
39curl -X POST http://127.0.0.1:8087/api/v1/captures/{capture_id}/start
medium line 51

Curl to non-GitHub URL

SourceSKILL.md
51curl http://127.0.0.1:8087/api/v1/captures | jq
medium line 54

Curl to non-GitHub URL

SourceSKILL.md
54curl http://127.0.0.1:8087/api/v1/captures/{capture_id}/spectrum/snapshot | jq
medium line 81

Curl to non-GitHub URL

SourceSKILL.md
81curl http://127.0.0.1:8087/api/v1/captures/{capture_id} | jq '.center_hz, .sample_rate'
medium line 119

Curl to non-GitHub URL

SourceSKILL.md
119curl http://127.0.0.1:8087/api/v1/captures/{capture_id}/spectrum/snapshot | jq '.power | length'
low line 35

External URL reference

SourceSKILL.md
35curl http://127.0.0.1:8087/api/v1/captures | jq '.[] | {id, status, center_hz}'
low line 39

External URL reference

SourceSKILL.md
39curl -X POST http://127.0.0.1:8087/api/v1/captures/{capture_id}/start
low line 51

External URL reference

SourceSKILL.md
51curl http://127.0.0.1:8087/api/v1/captures | jq
low line 54

External URL reference

SourceSKILL.md
54curl http://127.0.0.1:8087/api/v1/captures/{capture_id}/spectrum/snapshot | jq
low line 81

External URL reference

SourceSKILL.md
81curl http://127.0.0.1:8087/api/v1/captures/{capture_id} | jq '.center_hz, .sample_rate'
low line 119

External URL reference

SourceSKILL.md
119curl http://127.0.0.1:8087/api/v1/captures/{capture_id}/spectrum/snapshot | jq '.power | length'
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →