ssl-proxy-debug-workflow
Provides a systematic approach to troubleshoot SSL and proxy connectivity issues for government and institutional websites.
Install this skill
or
87/100
Security score
The ssl-proxy-debug-workflow skill was audited on May 14, 2026 and we found 13 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
low line 51
External URL reference
SourceSKILL.md
| 51 | 'https://example.gov', |
low line 52
External URL reference
SourceSKILL.md
| 52 | 'http://example.gov', |
low line 53
External URL reference
SourceSKILL.md
| 53 | 'https://www.example.gov', |
low line 54
External URL reference
SourceSKILL.md
| 54 | 'http://www.example.gov', |
low line 55
External URL reference
SourceSKILL.md
| 55 | 'https://subdomain.example.gov', |
low line 75
External URL reference
SourceSKILL.md
| 75 | response = requests.get('https://example.gov', verify=False, timeout=10) |
low line 87
External URL reference
SourceSKILL.md
| 87 | response = session.get('https://example.gov', timeout=10) |
low line 91
External URL reference
SourceSKILL.md
| 91 | 'http': 'http://proxy.example.com:8080', |
low line 92
External URL reference
SourceSKILL.md
| 92 | 'https': 'http://proxy.example.com:8080', |
low line 94
External URL reference
SourceSKILL.md
| 94 | response = requests.get('https://example.gov', proxies=proxies, timeout=10) |
low line 98
External URL reference
SourceSKILL.md
| 98 | 'https': 'http://username:[email protected]:8080', |
low line 114
External URL reference
SourceSKILL.md
| 114 | response = requests.get('https://example.gov', headers=headers, timeout=10) |
low line 153
External URL reference
SourceSKILL.md
| 153 | response = session.get('https://example.gov', timeout=30) |
Scanned on May 14, 2026
View Security Dashboard