requests
Facilitates synchronous HTTP requests and responses in Python, enabling seamless API interactions and data handling.
Install this skill
or
84/100
Security score
The requests skill was audited on Mar 1, 2026 and we found 16 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
low line 38
External URL reference
SourceSKILL.md
| 38 | url = "https://api.github.com/repos/{owner}/{repo}".format(owner=owner, repo=repo) |
low line 73
External URL reference
SourceSKILL.md
| 73 | api_base = "https://httpbin.org" |
low line 109
External URL reference
SourceSKILL.md
| 109 | out = fetch_many(["https://httpbin.org/get", "https://example.com/"]) |
low line 131
External URL reference
SourceSKILL.md
| 131 | download_file("https://httpbin.org/bytes/1024", "out.bin") |
low line 155
External URL reference
SourceSKILL.md
| 155 | r1 = requests.get("https://httpbin.org/basic-auth/user/pass", auth=HTTPBasicAuth("user", "pass"), timeout=10) |
low line 159
External URL reference
SourceSKILL.md
| 159 | r2 = requests.get("https://httpbin.org/digest-auth/auth/user/pass", auth=HTTPDigestAuth("user", "pass"), timeout=10) |
low line 163
External URL reference
SourceSKILL.md
| 163 | r3 = requests.get("https://httpbin.org/bearer", auth=BearerAuth("secret-token"), timeout=10) |
low line 189
External URL reference
SourceSKILL.md
| 189 | r = requests.get("https://httpbin.org/status/500", timeout=10) |
low line 200
External URL reference
SourceSKILL.md
| 200 | r = requests.get("https://httpbin.org/status/500", timeout=10) |
low line 211
External URL reference
SourceSKILL.md
| 211 | r = requests.get("https://httpbin.org/status/204", timeout=10) |
low line 222
External URL reference
SourceSKILL.md
| 222 | r = requests.get("https://httpbin.org/status/204", timeout=10) |
low line 239
External URL reference
SourceSKILL.md
| 239 | r = requests.get("https://httpbin.org/bytes/10", timeout=10) |
low line 250
External URL reference
SourceSKILL.md
| 250 | with requests.get("https://httpbin.org/bytes/10", stream=True, timeout=10) as r: |
low line 264
External URL reference
SourceSKILL.md
| 264 | r = s.get("https://example.com/private", timeout=10) |
low line 276
External URL reference
SourceSKILL.md
| 276 | r = s.get("https://example.com/private", timeout=10) |
low line 282
External URL reference
SourceSKILL.md
| 282 | - [Documentation](https://requests.readthedocs.io) |
Scanned on Mar 1, 2026
View Security DashboardInstall this skill with one command
/learn @skilldoai/requestsGitHub Stars 2
Rate this skill
Categorydevelopment
UpdatedMarch 29, 2026
openclawcodexgithub-copilotcursorchatgptwindsurfclineroo-codeamptraeopencodegooseapibackendbackend-developerdata-engineerml-ai-engineergithubdevelopment
SkillDoAI/skilldo