send-request
Facilitates sending HTTP requests with automatic configuration and authentication for testing APIs and webhooks.
Install this skill
or
91/100
Security score
The send-request skill was audited on Feb 21, 2026 and we found 5 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 3
Webhook reference - potential data exfiltration
SourceSKILL.md
| 3 | description: Send HTTP requests with automatic configuration and authentication. Use when testing APIs, webhooks, or any HTTP endpoint. |
low line 21
Access to hidden dotfiles in home directory
SourceSKILL.md
| 21 | SCRIPT=$(find -L ~/.pi/agent/skills -name "send-request.cjs" 2>/dev/null | head -1) |
low line 58
Access to .env file
SourceSKILL.md
| 58 | "envFile": ".env", |
low line 39
External URL reference
SourceSKILL.md
| 39 | node "$SCRIPT" GET "https://httpbin.org/get" 2>&1 |
low line 48
External URL reference
SourceSKILL.md
| 48 | node "$SCRIPT" GET "https://api.example.com/data" --header "X-Custom: value" 2>&1 |
Scanned on Feb 21, 2026
View Security DashboardGitHub Stars 508
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
openclawapibackenddata-engineerbackend-developerqa-engineerdevops-sretechnical-writerdevelopmentcontent media
Dicklesworthstone/pi_agent_rust