Skip to main content

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
3description: 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
21SCRIPT=$(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
39node "$SCRIPT" GET "https://httpbin.org/get" 2>&1
low line 48

External URL reference

SourceSKILL.md
48node "$SCRIPT" GET "https://api.example.com/data" --header "X-Custom: value" 2>&1
Scanned on Feb 21, 2026
View Security Dashboard
Installation guide →