Skip to main content

openai-api

Provides access to OpenAI API for text generation, function calling, and embeddings, enhancing AI workflows and applications.

Install this skill

or
82/100

Security score

The openai-api skill was audited on Mar 1, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 40

Curl to non-GitHub URL

SourceSKILL.md
40curl https://api.openai.com/v1/completions \
medium line 48

Curl to non-GitHub URL

SourceSKILL.md
48curl https://api.openai.com/v1/chat/completions \
medium line 57

Webhook reference - potential data exfiltration

SourceSKILL.md
57Integrate by importing the OpenAI SDK in your language (e.g., pip install openai for Python). Set up event-driven patterns, like triggering completions on user input. For function calling, define tool
low line 33

External URL reference

SourceSKILL.md
33Always set the API key via environment variable: export OPENAI_API_KEY=your_api_key. Make requests to the base URL https://api.openai.com/v1/. For CLI or script usage, use tools like curl or OpenAI's
low line 40

External URL reference

SourceSKILL.md
40curl https://api.openai.com/v1/completions \
low line 48

External URL reference

SourceSKILL.md
48curl https://api.openai.com/v1/chat/completions \
Scanned on Mar 1, 2026
View Security Dashboard