Skip to main content

ssl-proxy-troubleshoot-fb786c

Provides a structured workflow for diagnosing and resolving SSL/proxy connectivity issues with restricted websites.

Install this skill

or
0/100

Security score

The ssl-proxy-troubleshoot-fb786c skill was audited on May 14, 2026 and we found 37 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 33

Curl to non-GitHub URL

SourceSKILL.md
33curl -v https://target-domain.gov 2>&1 | head -50
medium line 45

Curl to non-GitHub URL

SourceSKILL.md
45curl --tlsv1.2 -v https://target-domain.gov
medium line 46

Curl to non-GitHub URL

SourceSKILL.md
46curl --tlsv1.3 -v https://target-domain.gov
medium line 49

Curl to non-GitHub URL

SourceSKILL.md
49curl -k https://target-domain.gov
medium line 58

Curl to non-GitHub URL

SourceSKILL.md
58curl --noproxy "*" https://target-domain.gov
medium line 61

Curl to non-GitHub URL

SourceSKILL.md
61curl -x http://proxy.example.com:8080 https://target-domain.gov
medium line 65

Curl to non-GitHub URL

SourceSKILL.md
65curl https://target-domain.gov
medium line 68

Curl to non-GitHub URL

SourceSKILL.md
68curl -x http://proxy:8080 https://target-domain.gov
medium line 69

Curl to non-GitHub URL

SourceSKILL.md
69curl -x https://proxy:8080 https://target-domain.gov
medium line 70

Curl to non-GitHub URL

SourceSKILL.md
70curl -x socks5://proxy:1080 https://target-domain.gov
medium line 79

Curl to non-GitHub URL

SourceSKILL.md
79curl http://target-domain.gov
medium line 82

Curl to non-GitHub URL

SourceSKILL.md
82curl https://target-domain.gov:8443
medium line 83

Curl to non-GitHub URL

SourceSKILL.md
83curl https://target-domain.gov:4443
medium line 86

Curl to non-GitHub URL

SourceSKILL.md
86curl https://www.target-domain.gov
medium line 89

Curl to non-GitHub URL

SourceSKILL.md
89curl https://target-domain.state.il.us
medium line 98

Curl to non-GitHub URL

SourceSKILL.md
98curl -A "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" https://target-domain.gov
medium line 101

Curl to non-GitHub URL

SourceSKILL.md
101curl -H "Accept: text/html" -H "Accept-Language: en-US" https://target-domain.gov
medium line 104

Curl to non-GitHub URL

SourceSKILL.md
104curl -e "https://www.google.com/" https://target-domain.gov
low line 33

External URL reference

SourceSKILL.md
33curl -v https://target-domain.gov 2>&1 | head -50
low line 45

External URL reference

SourceSKILL.md
45curl --tlsv1.2 -v https://target-domain.gov
low line 46

External URL reference

SourceSKILL.md
46curl --tlsv1.3 -v https://target-domain.gov
low line 49

External URL reference

SourceSKILL.md
49curl -k https://target-domain.gov
low line 58

External URL reference

SourceSKILL.md
58curl --noproxy "*" https://target-domain.gov
low line 61

External URL reference

SourceSKILL.md
61curl -x http://proxy.example.com:8080 https://target-domain.gov
low line 65

External URL reference

SourceSKILL.md
65curl https://target-domain.gov
low line 68

External URL reference

SourceSKILL.md
68curl -x http://proxy:8080 https://target-domain.gov
low line 69

External URL reference

SourceSKILL.md
69curl -x https://proxy:8080 https://target-domain.gov
low line 70

External URL reference

SourceSKILL.md
70curl -x socks5://proxy:1080 https://target-domain.gov
low line 79

External URL reference

SourceSKILL.md
79curl http://target-domain.gov
low line 82

External URL reference

SourceSKILL.md
82curl https://target-domain.gov:8443
low line 83

External URL reference

SourceSKILL.md
83curl https://target-domain.gov:4443
low line 86

External URL reference

SourceSKILL.md
86curl https://www.target-domain.gov
low line 89

External URL reference

SourceSKILL.md
89curl https://target-domain.state.il.us
low line 98

External URL reference

SourceSKILL.md
98curl -A "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" https://target-domain.gov
low line 101

External URL reference

SourceSKILL.md
101curl -H "Accept: text/html" -H "Accept-Language: en-US" https://target-domain.gov
low line 104

External URL reference

SourceSKILL.md
104curl -e "https://www.google.com/" https://target-domain.gov
low line 121

External URL reference

SourceSKILL.md
121response = session.get('https://target-domain.gov', timeout=30)
Scanned on May 14, 2026
View Security Dashboard
Installation guide →