http-client
Facilitates making HTTP requests with support for various methods, headers, authentication, and file uploads.
Install this skill
or
96/100
Security score
The http-client skill was audited on Feb 12, 2026 and we found 4 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
low line 25
External URL reference
SourceSKILL.md
| 25 | python scripts/http_client.py GET https://api.example.com/users |
low line 28
External URL reference
SourceSKILL.md
| 28 | python scripts/http_client.py POST https://api.example.com/users --json '{"name": "John"}' |
low line 31
External URL reference
SourceSKILL.md
| 31 | python scripts/http_client.py GET https://api.example.com/data --header "Authorization: Bearer token" |
low line 34
External URL reference
SourceSKILL.md
| 34 | python scripts/http_client.py POST https://api.example.com/upload --file document.pdf |
Scanned on Feb 12, 2026
View Security Dashboard