Skip to main content

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
34curl -sI https://example.com/api/endpoint
medium line 37

Curl to non-GitHub URL

SourceSKILL.md
37curl -s -D - -o /dev/null https://example.com/api/endpoint
medium line 42

Curl to non-GitHub URL

SourceSKILL.md
42curl -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
49curl -sI https://example.com/api/endpoint | grep cache-control
medium line 52

Curl to non-GitHub URL

SourceSKILL.md
52curl -s -D - -o /dev/null https://example.com/api/endpoint | grep cache-control
low line 34

External URL reference

SourceSKILL.md
34curl -sI https://example.com/api/endpoint
low line 37

External URL reference

SourceSKILL.md
37curl -s -D - -o /dev/null https://example.com/api/endpoint
low line 42

External URL reference

SourceSKILL.md
42curl -s -D - -o /dev/null https://example.com/api/endpoint | grep -iE 'cache-control|surrogate'
low line 49

External URL reference

SourceSKILL.md
49curl -sI https://example.com/api/endpoint | grep cache-control
low line 52

External URL reference

SourceSKILL.md
52curl -s -D - -o /dev/null https://example.com/api/endpoint | grep cache-control
Scanned on May 14, 2026
View Security Dashboard
Installation guide →
GitHub Stars 254
Rate this skill
Categorydevelopment
UpdatedJune 15, 2026
divinevideo/divine-mobile