Skip to main content

helicone

Enables observability for LLMs with request logging, cost tracking, and performance analytics through the Helicone API.

Install this skill

or
24/100

Security score

The helicone skill was audited on May 16, 2026 and we found 28 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 51

Curl to non-GitHub URL

SourceSKILL.md
51curl -s -X POST "https://api.helicone.ai/v1/request/query" --header "Authorization: Bearer $HELICONE_TOKEN" --header "Content-Type: application/json" -d @/tmp/helicone_request.json
medium line 80

Curl to non-GitHub URL

SourceSKILL.md
80curl -s -X POST "https://api.helicone.ai/v1/request/query" --header "Authorization: Bearer $HELICONE_TOKEN" --header "Content-Type: application/json" -d @/tmp/helicone_request.json
medium line 108

Curl to non-GitHub URL

SourceSKILL.md
108curl -s -X POST "https://api.helicone.ai/v1/request/query" --header "Authorization: Bearer $HELICONE_TOKEN" --header "Content-Type: application/json" -d @/tmp/helicone_request.json
medium line 132

Curl to non-GitHub URL

SourceSKILL.md
132curl -s -X POST "https://api.helicone.ai/v1/request/query" --header "Authorization: Bearer $HELICONE_TOKEN" --header "Content-Type: application/json" -d @/tmp/helicone_request.json
medium line 163

Curl to non-GitHub URL

SourceSKILL.md
163curl -s -X POST "https://api.helicone.ai/v1/request/query" --header "Authorization: Bearer $HELICONE_TOKEN" --header "Content-Type: application/json" -d @/tmp/helicone_request.json | jq '[.data[] | {m
medium line 173

Curl to non-GitHub URL

SourceSKILL.md
173curl -s "https://api.helicone.ai/v1/request/<request-id>" --header "Authorization: Bearer $HELICONE_TOKEN"
medium line 185

Curl to non-GitHub URL

SourceSKILL.md
185curl -s "https://api.helicone.ai/v1/property/query" --header "Authorization: Bearer $HELICONE_TOKEN"
medium line 209

Curl to non-GitHub URL

SourceSKILL.md
209curl -s -X POST "https://api.helicone.ai/v1/request/query" --header "Authorization: Bearer $HELICONE_TOKEN" --header "Content-Type: application/json" -d @/tmp/helicone_request.json
medium line 240

Curl to non-GitHub URL

SourceSKILL.md
240curl -s -X POST "https://api.helicone.ai/v1/request/query" --header "Authorization: Bearer $HELICONE_TOKEN" --header "Content-Type: application/json" -d @/tmp/helicone_request.json | jq 'group_by(.cre
medium line 248

Curl to non-GitHub URL

SourceSKILL.md
248curl -s -X POST "https://api.helicone.ai/v1/request/query" --header "Authorization: Bearer $HELICONE_TOKEN" --header "Content-Type: application/json" -d @/tmp/helicone_request.json | jq 'group_by(.mod
medium line 268

Curl to non-GitHub URL

SourceSKILL.md
268curl -s -X POST "https://api.helicone.ai/v1/request/query" --header "Authorization: Bearer $HELICONE_TOKEN" --header "Content-Type: application/json" -d @/tmp/helicone_request.json | jq '[.data[] | {r
medium line 288

Curl to non-GitHub URL

SourceSKILL.md
288curl -s -X POST "https://api.helicone.ai/v1/request/query" --header "Authorization: Bearer $HELICONE_TOKEN" --header "Content-Type: application/json" -d @/tmp/helicone_request.json | jq '[.data[] | {r
low line 8

External URL reference

SourceSKILL.md
8If requests fail, run `zero doctor check-connector --env-name HELICONE_TOKEN` or `zero doctor check-connector --url https://api.helicone.ai/v1/request --method GET`
low line 28

External URL reference

SourceSKILL.md
28Base URL: `https://api.helicone.ai`
low line 51

External URL reference

SourceSKILL.md
51curl -s -X POST "https://api.helicone.ai/v1/request/query" --header "Authorization: Bearer $HELICONE_TOKEN" --header "Content-Type: application/json" -d @/tmp/helicone_request.json
low line 80

External URL reference

SourceSKILL.md
80curl -s -X POST "https://api.helicone.ai/v1/request/query" --header "Authorization: Bearer $HELICONE_TOKEN" --header "Content-Type: application/json" -d @/tmp/helicone_request.json
low line 108

External URL reference

SourceSKILL.md
108curl -s -X POST "https://api.helicone.ai/v1/request/query" --header "Authorization: Bearer $HELICONE_TOKEN" --header "Content-Type: application/json" -d @/tmp/helicone_request.json
low line 132

External URL reference

SourceSKILL.md
132curl -s -X POST "https://api.helicone.ai/v1/request/query" --header "Authorization: Bearer $HELICONE_TOKEN" --header "Content-Type: application/json" -d @/tmp/helicone_request.json
low line 163

External URL reference

SourceSKILL.md
163curl -s -X POST "https://api.helicone.ai/v1/request/query" --header "Authorization: Bearer $HELICONE_TOKEN" --header "Content-Type: application/json" -d @/tmp/helicone_request.json | jq '[.data[] | {m
low line 173

External URL reference

SourceSKILL.md
173curl -s "https://api.helicone.ai/v1/request/<request-id>" --header "Authorization: Bearer $HELICONE_TOKEN"
low line 185

External URL reference

SourceSKILL.md
185curl -s "https://api.helicone.ai/v1/property/query" --header "Authorization: Bearer $HELICONE_TOKEN"
low line 209

External URL reference

SourceSKILL.md
209curl -s -X POST "https://api.helicone.ai/v1/request/query" --header "Authorization: Bearer $HELICONE_TOKEN" --header "Content-Type: application/json" -d @/tmp/helicone_request.json
low line 240

External URL reference

SourceSKILL.md
240curl -s -X POST "https://api.helicone.ai/v1/request/query" --header "Authorization: Bearer $HELICONE_TOKEN" --header "Content-Type: application/json" -d @/tmp/helicone_request.json | jq 'group_by(.cre
low line 248

External URL reference

SourceSKILL.md
248curl -s -X POST "https://api.helicone.ai/v1/request/query" --header "Authorization: Bearer $HELICONE_TOKEN" --header "Content-Type: application/json" -d @/tmp/helicone_request.json | jq 'group_by(.mod
low line 268

External URL reference

SourceSKILL.md
268curl -s -X POST "https://api.helicone.ai/v1/request/query" --header "Authorization: Bearer $HELICONE_TOKEN" --header "Content-Type: application/json" -d @/tmp/helicone_request.json | jq '[.data[] | {r
low line 288

External URL reference

SourceSKILL.md
288curl -s -X POST "https://api.helicone.ai/v1/request/query" --header "Authorization: Bearer $HELICONE_TOKEN" --header "Content-Type: application/json" -d @/tmp/helicone_request.json | jq '[.data[] | {r
low line 317

External URL reference

SourceSKILL.md
317- Dashboard: https://helicone.ai
low line 318

External URL reference

SourceSKILL.md
318- API Keys: https://helicone.ai/settings/api-keys
Scanned on May 16, 2026
View Security Dashboard
Installation guide →
GitHub Stars 60
Rate this skill
Categorydata analytics
UpdatedMay 20, 2026
vm0-ai/vm0-skills