curl-head-vs-get-header-debugging
Helps debug misleading HTTP response headers when using curl, ensuring accurate header values for GET requests.
Install this skill
or
70/100
Security score
The curl-head-vs-get-header-debugging skill was audited on May 14, 2026 and we found 10 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 34
Curl to non-GitHub URL
SourceSKILL.md
| 34 | curl -sI https://example.com/api/endpoint |
medium line 37
Curl to non-GitHub URL
SourceSKILL.md
| 37 | curl -s -D - -o /dev/null https://example.com/api/endpoint |
medium line 42
Curl to non-GitHub URL
SourceSKILL.md
| 42 | curl -s -D - -o /dev/null https://example.com/api/endpoint | grep -iE 'cache-control|surrogate' |
medium line 49
Curl to non-GitHub URL
SourceSKILL.md
| 49 | curl -sI https://example.com/api/endpoint | grep cache-control |
medium line 52
Curl to non-GitHub URL
SourceSKILL.md
| 52 | curl -s -D - -o /dev/null https://example.com/api/endpoint | grep cache-control |
low line 34
External URL reference
SourceSKILL.md
| 34 | curl -sI https://example.com/api/endpoint |
low line 37
External URL reference
SourceSKILL.md
| 37 | curl -s -D - -o /dev/null https://example.com/api/endpoint |
low line 42
External URL reference
SourceSKILL.md
| 42 | curl -s -D - -o /dev/null https://example.com/api/endpoint | grep -iE 'cache-control|surrogate' |
low line 49
External URL reference
SourceSKILL.md
| 49 | curl -sI https://example.com/api/endpoint | grep cache-control |
low line 52
External URL reference
SourceSKILL.md
| 52 | curl -s -D - -o /dev/null https://example.com/api/endpoint | grep cache-control |
Scanned on May 14, 2026
View Security Dashboard