Skip to main content

http-response-handling

This skill enables fetching and validating content from JavaScript-dependent websites using curl, ensuring accurate data extraction.

Install this skill

or
83/100

Security score

The http-response-handling skill was audited on May 14, 2026 and we found 5 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 108

Template literal with variable interpolation in command context

SourceSKILL.md
108```bash
medium line 22

Curl to non-GitHub URL

SourceSKILL.md
22curl -L -A "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" -o output.html "https://example.com"
medium line 59

Curl to non-GitHub URL

SourceSKILL.md
59curl -I -A "Mozilla/5.0 ..." "https://example.com" | grep -i content-type
low line 22

External URL reference

SourceSKILL.md
22curl -L -A "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" -o output.html "https://example.com"
low line 59

External URL reference

SourceSKILL.md
59curl -I -A "Mozilla/5.0 ..." "https://example.com" | grep -i content-type
Scanned on May 14, 2026
View Security Dashboard
Installation guide →